public class GreedyLearn.ModelFeatureComparator extends Object implements Comparator<GreedyLearn.ModelFeaturePair>
| Constructor and Description |
|---|
GreedyLearn.ModelFeatureComparator(Map<GreedyLearn.ModelFeaturePair,AlphaMeasurePair> lookup) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(GreedyLearn.ModelFeaturePair o1,
GreedyLearn.ModelFeaturePair o2) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic GreedyLearn.ModelFeatureComparator(Map<GreedyLearn.ModelFeaturePair,AlphaMeasurePair> lookup)
public int compare(GreedyLearn.ModelFeaturePair o1, GreedyLearn.ModelFeaturePair o2)
compare in interface Comparator<GreedyLearn.ModelFeaturePair>