Class RunPerceptronAndCharacterClassifiers


  • public class RunPerceptronAndCharacterClassifiers
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double and​(double x1, double x2)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RunPerceptronAndCharacterClassifiers

        public RunPerceptronAndCharacterClassifiers()
    • Method Detail

      • and

        public static double and​(double x1,
                                 double x2)
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception