Click or drag to resize
Accord.NET (logo)

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

Parameters

input
Type: SystemDouble
An input vector.

Return Value

Type: NullableDouble
The decision output for the given input.
See Also