|
DecisionVariableContinuous Method (String, DoubleRange)
|
Namespace:
Accord.MachineLearning.DecisionTrees
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public static DecisionVariable Continuous(
string name,
DoubleRange range
)
Public Shared Function Continuous (
name As String,
range As DoubleRange
) As DecisionVariable
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].
Return Value
Type:
DecisionVariableSee Also