public class PruningResult extends Object
Constructor and Description |
---|
PruningResult(double qualityValue,
DecisionTreeNode node)
Creates a pruning result from a node and its quality value (e.g.
|
Modifier and Type | Method and Description |
---|---|
DecisionTreeNode |
getNode()
Returns the decision tree of this pruning result.
|
double |
getQualityValue()
Returns the quality value for this node.
|
public PruningResult(double qualityValue, DecisionTreeNode node)
qualityValue
- the quality value (e.g. description length, estimated
error) of the nodenode
- the node of the pruning resultpublic double getQualityValue()
public DecisionTreeNode getNode()
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.