Package gov.nih.mipav.model.algorithms
Class AlgorithmMeanShiftClustering.famsPoint
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmMeanShiftClustering.famsPoint
-
- Enclosing class:
- AlgorithmMeanShiftClustering
private class AlgorithmMeanShiftClustering.famsPoint extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description famsPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getData()
int
getUsedFlag()
void
setData(int[] data)
void
setUsedFlag(int usedFlag)
void
setWindow(int window)
-