Class SupportVectorMachineEx5

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

public class SupportVectorMachineEx5 extends Object

Illustrates the use of case weights on the training data.

This example is the same as SupportVectorMachineEx4 except that it also shows how to apply case weights to the training data. Compare the fitted values between the two examples (the predicted values do not change).

See Also:
  • Constructor Details

    • SupportVectorMachineEx5

      public SupportVectorMachineEx5()
  • Method Details