public interface SamplingRankFunction<T>
Modifier and Type | Method and Description |
---|---|
void |
initialize(org.apache.hadoop.mapreduce.JobContext context,
Class<?> scope,
org.slf4j.Logger logger) |
double |
rank(int sampleSize,
T value) |
void initialize(org.apache.hadoop.mapreduce.JobContext context, Class<?> scope, org.slf4j.Logger logger) throws IOException
IOException
double rank(int sampleSize, T value)
Copyright © 2013–2022. All rights reserved.