|
ErrorBasedPruning Constructor
|
Namespace:
Accord.MachineLearning.DecisionTrees.Pruning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntaxpublic 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.DecisionTrees.DecisionTree
The tree to be pruned. - inputs
- Type:System.Double[][]
The pruning set inputs. - outputs
- Type:System.Int32[]
The pruning set outputs.
See Also