Inheritance diagram for kddml.Core.DataMining.Taxonomy.HierarchyModel:
Public Member Functions | |
KDDMLObjectType | getType () |
boolean | isEmpty () |
HierarchyNodeManager | getNodeRoot () |
String | getTaxonomyName () |
void | saveToRepository () throws kddml.Core.KDDMLCoreException |
HierarchyModel | clone (java.io.File output_path) |
String | toString () |
void | saveHTML () throws KDDMLCoreException |
Iterator | getLeaves () |
boolean | removeNode (String node_name) |
int | getDimension () |
int | getDepth () |
HierarchyNodeManager | getNode (String node_name) |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
It returns the type of the object.
Implements kddml.Core.KDDMLObject. |
|
Returns true if the hierarhcy do not contain nodes.
Implements kddml.Core.KDDMLObject. |
|
Returns the node root of this hierarchy. Returns null if the hierarchy is empty.
Implements kddml.Core.DataMining.Taxonomy.HierarchyModelManager. |
|
Returns the hierarchy name.
Implements kddml.Core.DataMining.Taxonomy.HierarchyModelManager. |
|
Save the object in the system repository.
Implements kddml.Core.KDDMLObject. |
|
Clones this model returning a new hierarchy model as output.
Implements kddml.Core.DataMining.Taxonomy.HierarchyModelManager. |
|
Returns a representation of this object as string.
Reimplemented from kddml.Core.DataMining.MiningModel. |
|
Save the object in the system repository as HTML document.
Implements kddml.Core.HTMLTranslator. |
|
Returns the list of leaves as iterator of HierarchyNodeManager.
Implements kddml.Core.DataMining.Taxonomy.HierarchyModelManager. |
|
Removes an input node from the hierarchy. Returns false if the node do not exist or cannot be removed.
Implements kddml.Core.DataMining.Taxonomy.HierarchyModelManager. |
|
Returns the number of nodes of the hierarchy.
Implements kddml.Core.DataMining.Taxonomy.HierarchyModelManager. |
|
Returns the number of level of the hierarchy.
Implements kddml.Core.DataMining.Taxonomy.HierarchyModelManager. |
|
Returns the hierarchy node given the node name. Returns null if the node do not exist.
Implements kddml.Core.DataMining.Taxonomy.HierarchyModelManager. |