Inheritance diagram for kddml.Core.DataMining.Taxonomy.HierarchyModelManager:
Public Member Functions | |
HierarchyNodeManager | getNodeRoot () |
java.util.Iterator | getLeaves () |
boolean | removeNode (String node_name) |
int | getDimension () |
int | getDepth () |
String | getTaxonomyName () |
HierarchyNodeManager | getNode (String node_name) |
HierarchyModel | clone (java.io.File output_path) |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns the node root of this hierarchy. Returns null if the hierarchy is empty.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyModel. |
|
Returns the list of leaves as iterator of HierarchyNodeManager.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyModel. |
|
Removes an input node from the hierarchy. Returns false if the node do not exist or cannot be removed.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyModel. |
|
Returns the number of nodes of the hierarchy.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyModel. |
|
Returns the number of level of the hierarchy.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyModel. |
|
Returns the hierarchy name.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyModel. |
|
Returns the hierarchy node given the node name. Returns null if the node do not exist.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyModel. |
|
Clones this model returning a new hierarchy model as output.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyModel. |