|
DecisionVariable Constructor (String, DoubleRange)
|
Namespace:
Accord.MachineLearning.DecisionTrees
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public DecisionVariable(
string name,
DoubleRange range
)
Public Sub New (
name As String,
range As DoubleRange
)
Request Example
View SourceParameters
- name
- Type: SystemString
The name of the attribute. - range
- Type: AccordDoubleRange
The range of valid values for this attribute. Default is [0;1].
See Also