Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataMining.ClassificationTrees.NodeManager Interface Reference

Inheritance diagram for kddml.Core.DataMining.ClassificationTrees.NodeManager:

kddml.Core.DataMining.ClassificationTrees.CompoundTreeManager kddml.Core.DataMining.ClassificationTrees.Node kddml.Core.DataMining.ClassificationTrees.SimpleNodeManager kddml.Core.DataMining.ClassificationTrees.CompoundTree kddml.Core.DataMining.ClassificationTrees.CompoundTree kddml.Core.DataMining.ClassificationTrees.SimpleNode kddml.Core.DataMining.ClassificationTrees.SimpleNode kddml.Core.DataMining.ClassificationTrees.CompoundBaggingsTree kddml.Core.DataMining.ClassificationTrees.CompoundBooleanTree kddml.Core.DataMining.ClassificationTrees.CompoundBaggingsTree kddml.Core.DataMining.ClassificationTrees.CompoundBooleanTree List of all members.

Public Member Functions

abstract boolean isCompoundTree ()
abstract int getSize ()

Detailed Description

A manager interface for Node.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2003-2005

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Andrea Romei (romei@di.unipi.it)
Version:
2.0.16


Member Function Documentation

abstract boolean kddml.Core.DataMining.ClassificationTrees.NodeManager.isCompoundTree  )  [pure virtual]
 

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.

Returns:
boolean

Implemented in kddml.Core.DataMining.ClassificationTrees.CompoundTree, and kddml.Core.DataMining.ClassificationTrees.SimpleNode.

abstract int kddml.Core.DataMining.ClassificationTrees.NodeManager.getSize  )  [pure virtual]
 

Returns the size of the tree, i.e. the number of total nodes of the tree.

Returns:
int

Implemented in kddml.Core.DataMining.ClassificationTrees.CompoundTree, and kddml.Core.DataMining.ClassificationTrees.SimpleNode.


Generated on Thu Feb 23 13:04:39 2006 for kddml by  doxygen 1.4.3