|
ErrorBasedPruning Constructor
|
Namespace:
Accord.MachineLearning.DecisionTrees.Pruning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public ErrorBasedPruning(
DecisionTree tree,
double[][] inputs,
int[] outputs
)
Public Sub New (
tree As DecisionTree,
inputs As Double()(),
outputs As Integer()
)
Request Example
View SourceParameters
- tree
- Type: Accord.MachineLearning.DecisionTreesDecisionTree
The tree to be pruned. - inputs
- Type: SystemDouble
The pruning set inputs. - outputs
- Type: SystemInt32
The pruning set outputs.
See Also