|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAlgorithm
AlgorithmHLDA
public class AlgorithmHLDA
Implements the Heteroscedastic Linear Discriminant Analysis Algorithm
Constructor Summary | |
---|---|
AlgorithmHLDA()
|
Method Summary | |
---|---|
void |
computeDecisionRegions()
Computes the line of discrimination for class independent HLDA |
void |
computeErrors()
Counts the data points in each set in error and displays them on the text message window |
void |
computeHLDA(int fun,
int gradfun,
Matrix theta1)
|
void |
displayMatrices()
Display two matrices - covariance matrix and the transformation matrix in the text message window |
boolean |
initialize()
Overrides the initialize() method in the base class. |
void |
run()
Implementation of the run function from the Runnable interface. |
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 AlgorithmHLDA()
Method Detail |
---|
public boolean initialize()
initialize
in class Algorithm
public void run()
run
in interface java.lang.Runnable
run
in class Algorithm
public void displayMatrices()
public void computeDecisionRegions()
public void computeErrors()
public void computeHLDA(int fun, int gradfun, Matrix theta1)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |