ETcVnSvmSgdClassifierMarginType
Offers different margin types for SVMSGD classifiers.
Syntax
Definition:
enum ETcVnSvmSgdClassifierMarginType : LONG
{
SSCMT_SOFT_MARGIN = 0,
SSCMT_HARD_MARGIN = 1
};
Values
Name |
Description |
---|---|
SSCMT_SOFT_MARGIN |
Soft margin allowing outliers. (beneficial for classes that cannot be separated linearly) |
SSCMT_HARD_MARGIN |
Hard margin. (best-suited for linearly separable classes) |