|
DecisionVariableContinuous Method (String)
|
Namespace:
Accord.MachineLearning.DecisionTrees
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public static DecisionVariable Continuous(
string name
)
Public Shared Function Continuous (
name As String
) As DecisionVariable
Request Example
View SourceParameters
- name
- Type: SystemString
The name of the attribute.
Return Value
Type:
DecisionVariableSee Also