Click or drag to resize
Accord.NET (logo)

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

Property Value

Type: NullableInt32
See Also