Inheritance diagram for kddml.Core.DataMining.MiningModelManager:
Public Member Functions | |
DataDictionaryManager | getDataDictionary () |
MiningSchemaManager | getMiningSchema () |
String | getModelName () |
String | getAlgorithmName () |
boolean | isCompatible (DataStatisticsManager instances) |
void | setAlgorithmName (String algorithm_name) |
void | setDataDictionary (DataDictionaryManager data_dictionary) |
void | setMiningSchema (MiningSchemaManager mining_schema) |
void | setModelName (String model_name) |
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.
Implemented in kddml.Core.DataMining.MiningModel. |
|
Returns the mining schema of the model.
Implemented in kddml.Core.DataMining.MiningModel. |
|
Returns the model name.
Implemented in kddml.Core.DataMining.MiningModel. |
|
Returns the algorithm name.
Implemented in kddml.Core.DataMining.MiningModel. |
|
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.
Implemented in kddml.Core.DataMining.MiningModel. |
|
Sets the algorithm name.
Implemented in kddml.Core.DataMining.MiningModel. |
|
Sets the data dictionary.
Implemented in kddml.Core.DataMining.MiningModel. |
|
Sets the mining schema.
Implemented in kddml.Core.DataMining.MiningModel. |
|
Sets the model name.
Implemented in kddml.Core.DataMining.MiningModel. |