Table of Contents

Enum SVMSGD.MarginType

Namespace
Emgu.CV.ML
Assembly
Emgu.CV.dll

Margin type

public enum SVMSGD.MarginType

Fields

HardMargin = 1

More accurate for the case of linearly separable sets.

SoftMargin = 0

General case, suits to the case of non-linearly separable sets, allows outliers.