Class SupportVectorMachineEx4

java.lang.Object
com.imsl.test.example.datamining.supportvectormachine.SupportVectorMachineEx4

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.

See Also:
  • Constructor Details

    • SupportVectorMachineEx4

      public SupportVectorMachineEx4()
  • Method Details