|
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 public Nullable<double> Compute(
double[] input
)
Public Function Compute (
input As Double()
) As Nullable(Of Double)
Request Example
View SourceParameters
- input
- Type: SystemDouble
An input vector.
Return Value
Type:
NullableDoubleThe decision output for the given
input.
See Also