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