Inheritance diagram for kddml.Core.DataMining.ClassificationTrees.Node:
Public Member Functions | |
abstract String | toString () |
Protected Member Functions | |
abstract Element | toXML () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns a representation of this object as string.
Implemented in kddml.Core.DataMining.ClassificationTrees.CompoundBaggingsTree, kddml.Core.DataMining.ClassificationTrees.CompoundBooleanTree, and kddml.Core.DataMining.ClassificationTrees.SimpleNode. |
|
Returns a representation of this object as XML element.
Implemented in kddml.Core.DataMining.ClassificationTrees.CompoundBaggingsTree, kddml.Core.DataMining.ClassificationTrees.CompoundBooleanTree, kddml.Core.DataMining.ClassificationTrees.CompoundTree, and kddml.Core.DataMining.ClassificationTrees.SimpleNode. |