Click or drag to resize
Accord.NET (logo)

DecisionVariable Constructor (String, IntRange)

Creates a new DecisionVariable.

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

Parameters

name
Type: SystemString
The name of the attribute.
range
Type: AccordIntRange
The range of valid values for this attribute.
See Also