|   | 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
Syntaxpublic Nullable<int> Output { get; set; }Public Property Output As Nullable(Of Integer)
	Get
	Set
Property Value
Type: 
NullableInt32 See Also
See Also