|
DecisionVariableDiscrete Method (String, IntRange)
|
Namespace:
Accord.MachineLearning.DecisionTrees
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public static DecisionVariable Discrete(
string name,
IntRange range
)
Public Shared Function Discrete (
name As String,
range As IntRange
) As DecisionVariable
Request Example
View SourceParameters
- name
- Type: SystemString
The name of the attribute. - range
- Type: AccordIntRange
The range of valid values for this attribute.
Return Value
Type:
DecisionVariableSee Also