Class SupportVectorMachineEx3

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

public class SupportVectorMachineEx3 extends Object

Performs goodness-of-fit using the one-class support vector machine.

In this example, SVOneClass is used to detect examples in the test data that do not belong to the target population. The target population is the uniform distribution.

See Also:
  • Constructor Details

    • SupportVectorMachineEx3

      public SupportVectorMachineEx3()
  • Method Details