DecisionBoundary Enumeration

CVB.Net Documentation
Type of decision boundary to be used during classifier generation.

Namespace:  Stemmer.Cvb.Manto
Assembly:  Stemmer.Cvb.Manto (in Stemmer.Cvb.Manto.dll) Version: 14.0.0.0
Syntax

public enum DecisionBoundary
Members

  Member nameValueDescription
Soft0 Soft decision boundary uses a narrow hinge loss function to allow for a fair amount of closeness to the decision boundary or even boundary violations.
Medium1 Intermediate value between
Soft
and
Hard
.
Hard2 Considerable rigidity to misclassified samples due to broad hinge loss function.
See Also

Reference