Class SupportVectorMachine

  • All Implemented Interfaces:
    Classifier

    public class SupportVectorMachine
    extends java.lang.Object
    implements Classifier
    Realizes a support vector machine classifier utilizing LIBSVM.
    Author:
    Matthias Thimm
    • Method Summary

      Modifier and Type Method Description
      Category classify​(Observation obs)
      Classifies the given observation.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • classify

        public Category classify​(Observation obs)
        Description copied from interface: Classifier
        Classifies the given observation.
        Specified by:
        classify in interface Classifier
        Parameters:
        obs - some observation.
        Returns:
        The category of the observation.