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