|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectAlgorithm
AlgorithmPCA2
public class AlgorithmPCA2
Operation of the PCA Class-Independent Algorithm
| Constructor Summary | |
|---|---|
AlgorithmPCA2()
|
|
| Method Summary | |
|---|---|
void |
computeDecisionRegions()
Computes the line of discrimination for the classification algorithms when the corresponding flags have been initialized |
void |
computeErrors()
Computes the classification error for the data points given |
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 |
transformPCA2()
Transforms a given set of points to a new space using the class dependent 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 AlgorithmPCA2()
| Method Detail |
|---|
public boolean initialize()
initialize in class Algorithmpublic void run()
run in interface java.lang.Runnablerun in class Algorithmpublic void transformPCA2()
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 | |||||||