Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataMining.ClassificationTrees.Node Class Reference

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

kddml.Core.DataMining.ClassificationTrees.NodeManager kddml.Core.DataMining.ClassificationTrees.CompoundTree kddml.Core.DataMining.ClassificationTrees.SimpleNode kddml.Core.DataMining.ClassificationTrees.CompoundBaggingsTree kddml.Core.DataMining.ClassificationTrees.CompoundBooleanTree List of all members.

Public Member Functions

abstract String toString ()

Protected Member Functions

abstract Element toXML ()

Detailed Description

This class is an encapsulation for either defining a split or a leaf in a tree model or a compound tree (using and, or, committee operations).

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 String kddml.Core.DataMining.ClassificationTrees.Node.toString  )  [pure virtual]
 

Returns a representation of this object as string.

Returns:
String

Implemented in kddml.Core.DataMining.ClassificationTrees.CompoundBaggingsTree, kddml.Core.DataMining.ClassificationTrees.CompoundBooleanTree, and kddml.Core.DataMining.ClassificationTrees.SimpleNode.

abstract Element kddml.Core.DataMining.ClassificationTrees.Node.toXML  )  [protected, pure virtual]
 

Returns a representation of this object as XML element.

Returns:
Element

Implemented in kddml.Core.DataMining.ClassificationTrees.CompoundBaggingsTree, kddml.Core.DataMining.ClassificationTrees.CompoundBooleanTree, 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