Click or drag to resize
Accord.NET (logo)

DecisionVariableContinuous Method (String)

Creates a new continuous DecisionVariable.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static DecisionVariable Continuous(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
The name of the attribute.

Return Value

Type: DecisionVariable
See Also