|
DecisionNodeOutput Property
|
If this is a leaf node, gets or sets the output
value to be decided when this node is reached.
Namespace:
Accord.MachineLearning.DecisionTrees
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public Nullable<int> Output { get; set; }
Public Property Output As Nullable(Of Integer)
Get
Set
Request Example
View SourceProperty Value
Type:
NullableInt32See Also