Method | Description | |
---|---|---|
Write ( Accord.MachineLearning.DecisionTrees.DecisionTree tree, string className ) : void |
Creates a C# code for the tree.
|
Method | Description | |
---|---|---|
DecisionTreeWriter ( |
Initializes a new instance of the DecisionTreeWriter class.
|
|
create ( Accord.MachineLearning.DecisionTrees.DecisionNode node, int depth ) : void |
public Write ( Accord.MachineLearning.DecisionTrees.DecisionTree tree, string className ) : void | ||
tree | Accord.MachineLearning.DecisionTrees.DecisionTree | |
className | string | |
return | void |