Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: NullableDouble
See Also