Synopsis
This is a minimal SVM implementation. The model is built with only one positive and one negative example. Typically this operater is used in combination with a boosting method.
Description
This is a minimal SVM implementation. The model is built with only one positive and one negative example. Typically this operator is used in combination with a boosting method.
Input
- training set: expects: ExampleSet
Output
- model:
- exampleSet:
Parameters
- use local random seed: Indicates if a local random seed should be used.
- local random seed: Specifies the local random seed