Enum SVMSGD.MarginType
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.
Margin type
public enum SVMSGD.MarginType
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.