Package gov.nih.mipav.model.algorithms
Class StochasticForests.indexValueDescendingComparator
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.StochasticForests.indexValueDescendingComparator
-
- All Implemented Interfaces:
java.util.Comparator<StochasticForests.indexValueItem>
- Enclosing class:
- StochasticForests
private class StochasticForests.indexValueDescendingComparator extends java.lang.Object implements java.util.Comparator<StochasticForests.indexValueItem>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
indexValueDescendingComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(StochasticForests.indexValueItem o1, StochasticForests.indexValueItem o2)
-
-
-
Method Detail
-
compare
public int compare(StochasticForests.indexValueItem o1, StochasticForests.indexValueItem o2)
- Specified by:
compare
in interfacejava.util.Comparator<StochasticForests.indexValueItem>
-
-