Click or drag to resize
Accord.NET (logo)

DecisionVariableContinuous Method (String, DoubleRange)

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

Parameters

name
Type: SystemString
The name of the attribute.
range
Type: AccordDoubleRange
The range of valid values for this attribute. Default is [0;1].

Return Value

Type: DecisionVariable
See Also