Uses of Class
org.tribuo.util.IntDoublePair
Packages that use IntDoublePair
-
Uses of IntDoublePair in org.tribuo.util
Methods in org.tribuo.util that return types with arguments of type IntDoublePairModifier and TypeMethodDescriptionstatic Comparator<IntDoublePair>
IntDoublePair.pairDescendingValueComparator()
Compare pairs by value.static Comparator<IntDoublePair>
IntDoublePair.pairIndexComparator()
Compare pairs by index.static Comparator<IntDoublePair>
IntDoublePair.pairValueComparator()
Compare pairs by value.