public static class TopFeaturesEvaluator.Pair extends Object implements Comparable<TopFeaturesEvaluator.Pair>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TopFeaturesEvaluator.Pair pair) |
int |
getIndex() |
Number |
getValue() |
public Pair(int _index, Number value)
public int compareTo(TopFeaturesEvaluator.Pair pair)
compareTo
in interface Comparable<TopFeaturesEvaluator.Pair>
public int getIndex()
public Number getValue()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.