public class AlgorithmSVM extends Algorithm
Constructor and Description |
---|
AlgorithmSVM() |
Modifier and Type | Method and Description |
---|---|
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.
|
computeMeans, disableControl, enableControl, nextStep, prevStep, scaleToFitData, setDataPoints, setInputPanel, setOutputPanel, setProcessBox
public boolean initialize()
initialize
in class Algorithm
public void run()
public void computeSupportVectors()
public void computeDecisionRegions()
public void computeErrors()