Package com.macrofocus.high_d.mds
Interface MDSModel
- All Known Subinterfaces:
MutableMDSModel,PCAModel,SammonModel,SpringModel
- All Known Implementing Classes:
AbstractMDSModel,SimplePCAModel,SimpleSammonModel,SimpleSpringModel,SimpleTSNEModel
public interface MDSModel
-
Method Summary
Modifier and TypeMethodDescriptionintintdoublegetX(int row) doublegetY(int row) booleanisAvailable(int row)
-
Method Details
-
getX
double getX(int row) -
getY
double getY(int row) -
isAvailable
boolean isAvailable(int row) -
getRowCount
int getRowCount() -
getColumnCount
int getColumnCount()
-