public class AlgorithmPCA extends Algorithm
Constructor and Description |
---|
AlgorithmPCA() |
Modifier and Type | Method and Description |
---|---|
void |
computeDecisionRegions()
Computes the line of discrimination for the classification
algorithms when the corresponding flags have been initialized
|
void |
computeErrors()
Computes the number of data points in classification error
|
boolean |
initialize()
Overrides the initialize() method in the base class.
|
void |
printMatrices()
Appends messages to the pro_box_d variable
|
void |
run()
Implementation of the run function from the Runnable interface.
|
void |
transformPCA()
transforms a given set of points to a new space
using the class independent principal component analysis algorithm
|
computeMeans, disableControl, enableControl, nextStep, prevStep, scaleToFitData, setDataPoints, setInputPanel, setOutputPanel, setProcessBox
public boolean initialize()
initialize
in class Algorithm
public void run()
public void transformPCA()
public void computeDecisionRegions()
public void computeErrors()
public void printMatrices()