Inheritance diagram for kddml.Core.DataMining.Taxonomy.HierarchyExternalFactory:
Public Member Functions | |
HierarchyExternalFactory (java.io.File f) throws KDDMLCoreException | |
KDDMLObject | newInstance () throws KDDMLCoreException |
Protected Member Functions | |
abstract Hashtable | buildHashtable () throws MiningModelException |
abstract String | buildHierarchyName () throws MiningModelException |
abstract String | buildNodeRootName () throws MiningModelException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor given the physical file containing the object.
|
|
Return a new instance of the required object.
Reimplemented from kddml.Core.DataMining.ModelExternalFactory. |
|
Returns an hashtable representing the hierarchy, with the child node name as key, and the parent node name as element.
|
|
Returns the name of the hierarchy.
|
|
Returns the node root name.
|