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