Class ClassifierExample


  • public class ClassifierExample
    extends java.lang.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.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.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
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Entry point for the application. The arguments are ignored.