Skip navigation links

Package com.imsl.datamining.supportvectormachine

Support vector machines.

See: Description

Package com.imsl.datamining.supportvectormachine Description

Support vector machines. This package is based on the LIBSVM version 3.1 library for support vector machines. Class SVRegression implements the \(\nu\)- and \(\epsilon\) formulations for regression: \(\nu\)-SVR and \(\epsilon\)-SVR. Class SVClassification contains implementations of the C- and \(\nu\) models for classification, C-SVC and \(\nu\)-SVC. Class SVOneClass estimates the support of a high-dimensional distribution, using the One-class SVM. All three classes are subclasses of SupportVectorMachine. This parent class contains methods which are available for all SVM formulations. Furthermore, all SVMs may use different kernels for optimization and the calculation of predictions. The kernels are implemented in classes LinearKernel, PolynomialKernel, RadialBasisKernel and SigmoidKernel.
Skip navigation links

Copyright © 2020 Rogue Wave Software. All rights reserved.