|
DecisionNodeValue Property
|
Gets or sets the value this node responds to
whenever this node acts as a child node. This
value is set only when the node has a parent.
Namespace:
Accord.MachineLearning.DecisionTrees
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public Nullable<double> Value { get; set; }
Public Property Value As Nullable(Of Double)
Get
Set
Request Example
View SourceProperty Value
Type:
NullableDoubleSee Also