|
DecisionTreeToCode Method (String)
|
Generates a C# class implementing the decision tree.
Namespace:
Accord.MachineLearning.DecisionTrees
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public string ToCode(
string className = "MyTree"
)
Public Function ToCode (
Optional className As String = "MyTree"
) As String
Request Example
View SourceParameters
- className (Optional)
- Type: SystemString
The name for the generated class.
Return Value
Type:
StringA string containing the generated class.
See Also