Support Vector Classification

C-Support Vector Classification

Inputs

Outputs If classification is binary:

  • float: accuracy
  • float: recall
  • float: precision

If classification is multi-class:

  • float: accuracy

widgets/images/svc1.png

  1. Results - Here are displayed results:
    • accuracy, recall and precision in binary classification
    • accuracy in multi-class classification
  2. Random state - The seed of the pseudo random number generator to use when shuffling the data for the dual coordinate descent.
  3. Max iter - The maximum number of iterations to be run.

Example

widgets/images/exa12work.png

widgets/images/exa12plot.png

More information here