public class SupportVectorMachineEx4 extends Object
Compares a regression and a classification support vector machine for predicting a categorical response.
In this example, the support vector regression \(\nu\)-SVR
(SVRegression)
model is used to predict a
categorical response variable. The fitted values and prediction values are in
the right tendency. Compare these to the results from support vector
classification \(\nu\)-SVC,
(SVClassification)
which is more appropriate for a categorical
response variable.
| Constructor and Description |
|---|
SupportVectorMachineEx4() |
Copyright © 2020 Rogue Wave Software. All rights reserved.