Class PairwiseEvaluator.Maximum
- java.lang.Object
-
- cc.mallet.cluster.neighbor_evaluator.PairwiseEvaluator.Maximum
-
- All Implemented Interfaces:
PairwiseEvaluator.CombiningStrategy
,java.io.Serializable
- Enclosing class:
- PairwiseEvaluator
public static class PairwiseEvaluator.Maximum extends java.lang.Object implements PairwiseEvaluator.CombiningStrategy, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Maximum()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
combine(double[] scores)
-
-
-
Method Detail
-
combine
public double combine(double[] scores)
- Specified by:
combine
in interfacePairwiseEvaluator.CombiningStrategy
-
-