|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAlgorithm
AlgorithmED
public class AlgorithmED
implements the euclidean distance algorithm.
Constructor Summary | |
---|---|
AlgorithmED()
|
Method Summary | |
---|---|
void |
computeDecisionRegions()
Computes the line of discrimination |
void |
computeErrors()
Computes and displays the classification errors for each set |
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 AlgorithmED()
Method Detail |
---|
public boolean initialize()
initialize
in class Algorithm
public void run()
run
in interface java.lang.Runnable
run
in class Algorithm
public void computeDecisionRegions()
public void computeErrors()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |