|   | DecisionSetCompute Method  | 
        
         
              Computes the decision output for a given input.
            
 
    Namespace: 
   Accord.MachineLearning.DecisionTrees.Rules
    Assembly:
   Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
 Syntax
Syntaxpublic Nullable<double> Compute(
	double[] input
)
Public Function Compute ( 
	input As Double()
) As Nullable(Of Double)
Parameters
- input
- Type: SystemDouble
 An input vector.
Return Value
Type: 
NullableDoubleThe decision output for the given 
              
input.
 See Also
See Also