public class EvaluationReduceFunction extends Object implements org.apache.spark.api.java.function.Function2<Evaluation,Evaluation,Evaluation>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
EvaluationReduceFunction() |
| Modifier and Type | Method and Description |
|---|---|
Evaluation |
call(Evaluation eval1,
Evaluation eval2) |
public Evaluation call(Evaluation eval1, Evaluation eval2) throws Exception
call in interface org.apache.spark.api.java.function.Function2<Evaluation,Evaluation,Evaluation>ExceptionCopyright © 2016. All Rights Reserved.