Package ons.tools

Class Classifier

java.lang.Object
ons.tools.Classifier

public class Classifier
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Classifier()  
  • Method Summary

    Modifier and Type Method Description
    int classify​(double[] raw_input)  

    Methods inherited from class java.lang.Object

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

    • Classifier

      public Classifier() throws java.lang.Exception
      Throws:
      java.lang.Exception
  • Method Details

    • classify

      public int classify​(double[] raw_input)