Package com.macrofocus.high_d.mds.pca
Interface PCAModel
-
- All Superinterfaces:
MDSModel
- All Known Implementing Classes:
SimplePCAModel
public interface PCAModel extends MDSModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setX(int row, double x)
void
setY(int row, double y)
-
Methods inherited from interface com.macrofocus.high_d.mds.MDSModel
getColumnCount, getRowCount, getX, getY, isAvailable
-
-