Package gov.nih.mipav.model.algorithms
Class AlgorithmKMeans.positionWeightItem
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmKMeans.positionWeightItem
-
- Enclosing class:
- AlgorithmKMeans
private class AlgorithmKMeans.positionWeightItem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description positionWeightItem(double position, double weight)
Creates a new positionWieghtItem object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getPosition()
DOCUMENT ME!double
getWeight()
DOCUMENT ME!
-