|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAlgorithm
AlgorithmSVM
public class AlgorithmSVM
Algorithm Support Vector Machines
Constructor Summary | |
---|---|
AlgorithmSVM()
|
Method Summary | |
---|---|
void |
computeDecisionRegions()
method computes the line of discrimination for the classification algorithms when the corresponding flags have been initialized |
void |
computeErrors()
computes errors display two matrices |
void |
computeSupportVectors()
method computes the all the support vectors |
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 AlgorithmSVM()
Method Detail |
---|
public boolean initialize()
initialize
in class Algorithm
public void run()
run
in interface java.lang.Runnable
run
in class Algorithm
public void computeSupportVectors()
public void computeDecisionRegions()
public void computeErrors()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |