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
Method Summary |
static void |
main(String[] args)
Entry point for the application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassifierExample
public ClassifierExample()
main
public static void main(String[] args)
- Entry point for the application. The arguments are ignored.