Train SVM classifier

Train a classifier of the 'Support Vector Machine' (SVM) type.

Analyzer
  • Classification

    InputColumn<Object> Required
  • Cross validation sample rate

    Determine how much (if any) of the records should be used for cross-validation.

    Percentage Required
  • Epochs

    int Required
  • Feature modifier types

    List of Choice: Scaled (Min-Max) Direct (0.0 to 1.0) Direct (1 or 0) Vector (One Hot Encoding) Vector (2-gram) Vector (3-gram) Vector (4-gram) Vector (5-gram) Mapped with Features Required
  • Features

    List of InputColumn<Object> Required
  • Gaussian kernel sigma

    Smooth/width parameter of Gaussian kernel.

    double Required
  • Include unique value features

    Include generated features that are only triggered once in the training data set.

    boolean Required
  • Max features generated per column

    Defines the maximum number of features to generate per column. Applies to feature vectors such as 'One-Hot Encoding' or n-grams.

    Integer Required
  • Multiclass

    Multiclass strategy (relevant only when there are more than 2 classifications)

    Choice: ONE_VS_ONE ONE_VS_ALL Required
  • Save model to file

    File Optional
  • Soft margin penalty

    double Required