Class SupportVectorMachine

java.lang.Object
org.tweetyproject.machinelearning.svm.SupportVectorMachine
All Implemented Interfaces:
Classifier

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

    • 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.