|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.mine.decisiontree2.learner.PruningResult
public class PruningResult
A pruning result is the possibly new node and a quality value (e.g. description length, estimated error) of this node.
| Constructor Summary | |
|---|---|
PruningResult(double qualityValue,
DecisionTreeNode node)
Creates a pruning result from a node and its quality value (e.g. |
|
| Method Summary | |
|---|---|
DecisionTreeNode |
getNode()
Returns the decision tree of this pruning result. |
double |
getQualityValue()
Returns the quality value for this node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PruningResult(double qualityValue,
DecisionTreeNode node)
qualityValue - the quality value (e.g. description length, estimated
error) of the nodenode - the node of the pruning result| Method Detail |
|---|
public double getQualityValue()
public DecisionTreeNode getNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||