Inheritance diagram for kddml.Core.DataMining.ClassificationTrees.NodeManager:
Public Member Functions | |
abstract boolean | isCompoundTree () |
abstract int | getSize () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns true if the tree is a compound tree, i.e., a combination with and, or, committee of classification trees. Returns false if the node is part of a simple tree.
Implemented in kddml.Core.DataMining.ClassificationTrees.CompoundTree, and kddml.Core.DataMining.ClassificationTrees.SimpleNode. |
|
Returns the size of the tree, i.e. the number of total nodes of the tree.
Implemented in kddml.Core.DataMining.ClassificationTrees.CompoundTree, and kddml.Core.DataMining.ClassificationTrees.SimpleNode. |