cc.mallet.cluster.neighbor_evaluator
Class PairwiseEvaluator.Minimum

java.lang.Object
  extended by cc.mallet.cluster.neighbor_evaluator.PairwiseEvaluator.Minimum
All Implemented Interfaces:
PairwiseEvaluator.CombiningStrategy, java.io.Serializable
Enclosing class:
PairwiseEvaluator

public static class PairwiseEvaluator.Minimum
extends java.lang.Object
implements PairwiseEvaluator.CombiningStrategy, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PairwiseEvaluator.Minimum()
           
 
Method Summary
 double combine(double[] scores)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PairwiseEvaluator.Minimum

public PairwiseEvaluator.Minimum()
Method Detail

combine

public double combine(double[] scores)
Specified by:
combine in interface PairwiseEvaluator.CombiningStrategy