Package org.biojava.stats.svm.tools
Class ClassifierExample
- java.lang.Object
-
- org.biojava.stats.svm.tools.ClassifierExample
-
public class ClassifierExample extends Object
A simple toy example that allows you to put points on a canvas, and find a polynomial hyperplane to seperate them.- Author:
- Ewan Birney, Matthew Pocock, Thomas Down, Michael L Heurer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClassifierExample.PointClassifier
An extention of JComponent that contains the points & encapsulates the classifier.
-
Constructor Summary
Constructors Constructor Description ClassifierExample()
-
-
-
Constructor Detail
-
ClassifierExample
public ClassifierExample()
-
-