|
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; }
<ObsoleteAttribute("Please use the Comparison property instead.")>
Public ReadOnly Property Sign As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32See Also