Package gov.nih.mipav.model.algorithms
Class StochasticForests.indexValueComparator
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.StochasticForests.indexValueComparator
-
- All Implemented Interfaces:
java.util.Comparator<StochasticForests.indexValueItem>
- Enclosing class:
- StochasticForests
private class StochasticForests.indexValueComparator extends java.lang.Object implements java.util.Comparator<StochasticForests.indexValueItem>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
indexValueComparator()
-
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>
-
-