Package com.macrofocus.high_d.mds.pca
Class PCAMDSEngine
java.lang.Object
com.macrofocus.high_d.mds.AbstractMDSEngine
com.macrofocus.high_d.mds.pca.PCAMDSEngine
- All Implemented Interfaces:
MDSEngine
-
Constructor Summary
ConstructorsConstructorDescriptionPCAMDSEngine
(PCAModel pcaModel, com.macrofocus.molap.dataframe.matrix.Matrix matrixModel, com.macrofocus.molap.dataframe.matrix.Matrix correlations, CPExecutor executor) PCAMDSEngine
(CPExecutor executor) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.macrofocus.molap.dataframe.matrix.Matrix
getModel()
void
setParameters
(PCAModel pcaModel, com.macrofocus.molap.dataframe.matrix.Matrix matrixModel, com.macrofocus.molap.dataframe.matrix.Matrix correlations) Methods inherited from class com.macrofocus.high_d.mds.AbstractMDSEngine
addEngineListener, computeStress, isAlive, isInterrupted, notifyEngineFinished, notifyEngineIterated, removeEngineListener, startEngine, stopEngine
-
Constructor Details
-
PCAMDSEngine
-
PCAMDSEngine
public PCAMDSEngine(PCAModel pcaModel, com.macrofocus.molap.dataframe.matrix.Matrix matrixModel, com.macrofocus.molap.dataframe.matrix.Matrix correlations, CPExecutor executor)
-
-
Method Details
-
getModel
-
getDistanceTable
protected com.macrofocus.molap.dataframe.matrix.Matrix getDistanceTable()- Specified by:
getDistanceTable
in classAbstractMDSEngine
-
setParameters
public void setParameters(PCAModel pcaModel, com.macrofocus.molap.dataframe.matrix.Matrix matrixModel, com.macrofocus.molap.dataframe.matrix.Matrix correlations) -
createRunCommand
- Specified by:
createRunCommand
in classAbstractMDSEngine
-