|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAlgorithm
AlgorithmPCA
public class AlgorithmPCA
Operation of the PCA Class-Independent Algorithm
Constructor Summary | |
---|---|
AlgorithmPCA()
|
Method Summary | |
---|---|
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 |
Methods inherited from class Algorithm |
---|
computeMeans, disableControl, enableControl, nextStep, prevStep, scaleToFitData, setDataPoints, setInputPanel, setOutputPanel, setProcessBox |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlgorithmPCA()
Method Detail |
---|
public boolean initialize()
initialize
in class Algorithm
public void run()
run
in interface java.lang.Runnable
run
in class Algorithm
public void transformPCA()
public void computeDecisionRegions()
public void computeErrors()
public void printMatrices()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |