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