Inheritance diagram for kddml.Core.DataMining.MiningModel:
Public Member Functions | |
DataDictionaryManager | getDataDictionary () |
void | setDataDictionary (DataDictionaryManager data_dictionary) |
MiningSchemaManager | getMiningSchema () |
void | setMiningSchema (MiningSchemaManager mining_schema) |
String | getModelName () |
void | setModelName (String model_name) |
String | getAlgorithmName () |
void | setAlgorithmName (String algorithm_name) |
String | toString () |
boolean | isCompatible (DataStatisticsManager instances) |
Protected Member Functions | |
Document | initializeDocument () throws KDDMLCoreException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns the data dictionary of the model.
Implements kddml.Core.DataMining.MiningModelManager. |
|
Sets the data dictionary.
Implements kddml.Core.DataMining.MiningModelManager. |
|
Returns the mining schema of the model.
Implements kddml.Core.DataMining.MiningModelManager. |
|
Sets the mining schema.
Implements kddml.Core.DataMining.MiningModelManager. |
|
Returns the model name.
Implements kddml.Core.DataMining.MiningModelManager. |
|
Sets the model name.
Implements kddml.Core.DataMining.MiningModelManager. |
|
Returns the algorithm name.
Implements kddml.Core.DataMining.MiningModelManager. |
|
Sets the algorithm name.
Implements kddml.Core.DataMining.MiningModelManager. |
|
Returns a representation of this object as string.
Reimplemented in kddml.Core.DataMining.AssociationRules.AssociationModel, kddml.Core.DataMining.ClassificationTrees.TreeModel, kddml.Core.DataMining.Clustering.ClusteringModel, kddml.Core.DataMining.SequentialPatterns.SequenceModel, and kddml.Core.DataMining.Taxonomy.HierarchyModel. |
|
Initialize the XML document to be saved into the repository.
|
|
Tests if the model is compatible with an input data schema. A model is compatible with a data schema if for each active mining field there is an attribute in the data in witch the signature (i.e. name and type) conincides with the mining field.
Implements kddml.Core.DataMining.MiningModelManager. |