Package gov.nih.mipav.model.algorithms
Class StochasticForests.indexValueItem
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.StochasticForests.indexValueItem
-
- Enclosing class:
- StochasticForests
private class StochasticForests.indexValueItem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description indexValueItem(int index, double value)
Creates a new indexValueItem object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
DOCUMENT ME!double
getValue()
DOCUMENT ME!
-