|
DecisionVariable Constructor (String, Int32)
|
Namespace:
Accord.MachineLearning.DecisionTrees
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public DecisionVariable(
string name,
int symbols
)
Public Sub New (
name As String,
symbols As Integer
)
Request Example
View SourceParameters
- name
- Type: SystemString
The name of the attribute. - symbols
- Type: SystemInt32
The number of possible values for this attribute.
See Also