Click or drag to resize
Accord.NET (logo)

DecisionStumpSign Property

Note: This API is now obsolete.

Gets the direction of the comparison (if greater than or less than).

Namespace:  Accord.MachineLearning.Boosting.Learners
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the Comparison property instead.")]
public int Sign { get; }
Request Example View Source

Property Value

Type: Int32
See Also