Module datarush.analytics
Package com.pervasive.datarush.analytics.svm.learner
Provides an implementation of an SVM learner.
-
Class Summary Class Description SVMPredictorType Base class of SVM types associated with predicting a target variable.SVMType Base class the represents the type of SVM model to build.SVMTypeCSvc Corresponds to theC-SVC
SVM model type.SVMTypeOneClass Corresponds to aone-class
SVM model type.