Click or drag to resize
Accord.NET (logo)

DecisionVariableRange Property

Gets the valid range of the attribute.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public DoubleRange Range { get; set; }
Request Example View Source

Property Value

Type: DoubleRange
See Also