Inheritance diagram for kddml.Core.DataMining.AssociationRules.JDMAssociationFactory:
Protected Member Functions | |
DataDictionary | buildDataDictionary () throws MiningModelException |
MiningSchema | buildMiningSchema () throws MiningModelException |
String | buildAlgorithmName () throws MiningModelException |
String | buildModelName () throws MiningModelException |
String | buildPMMLVersion () throws MiningModelException |
String | buildCopyright () throws MiningModelException |
String | buildApplicationName () throws MiningModelException |
String | buildApplicationVersion () throws MiningModelException |
Double | buildMinSupport () throws AssociationModelException |
Double | buildMinConfidence () throws AssociationModelException |
Integer | buildNumberOfTransactions () throws AssociationModelException |
Integer | buildMaxNumberOfItemsPerTA () throws AssociationModelException |
Double | buildAvgNumberOfItemsPerTA () throws AssociationModelException |
int | buildNumberOfItems () |
Item | buildItem (int i) throws AssociationModelException |
int | buildNumberOfItemset () |
int | buildNumberOfRules () |
AssociationRule | buildAssociationRules (int i) throws AssociationModelException |
Itemset | buildItemset (int i) throws AssociationModelException |
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 output model.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the mining schema of the output model.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the name of the algorithm.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the name of the model.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the PMML version supported.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the copyright.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the application name.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the application version.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the minimum support of the association rules. Mininmum support is a real in (0,1]
Implements kddml.Core.DataMining.AssociationRules.AssociationExternalFactory. |
|
Returns the minimum confidence of the association rules. Mininmum confidence is a real in (0,1].
Implements kddml.Core.DataMining.AssociationRules.AssociationExternalFactory. |
|
Returns the number of transaction used to build the association rules. Returns a positive integer.
Implements kddml.Core.DataMining.AssociationRules.AssociationExternalFactory. |
|
Returns the maximum number of iterms per transaction. Returns a positive integer.
Implements kddml.Core.DataMining.AssociationRules.AssociationExternalFactory. |
|
Returns the average number of items per transaction. Returns a positive double.
Implements kddml.Core.DataMining.AssociationRules.AssociationExternalFactory. |
|
Returns the number of items. Returns a non-negative integer.
Implements kddml.Core.DataMining.AssociationRules.AssociationExternalFactory. |
|
Returns the i-th association rules belonging to the model.
Implements kddml.Core.DataMining.AssociationRules.AssociationExternalFactory. |
|
Returns the number of itemset. Returns a non-negative integer.
Implements kddml.Core.DataMining.AssociationRules.AssociationExternalFactory. |
|
Returns the number of rules. Returns a non-negative integer.
Implements kddml.Core.DataMining.AssociationRules.AssociationExternalFactory. |
|
Returns the i-th association rules belonging to the model.
Implements kddml.Core.DataMining.AssociationRules.AssociationExternalFactory. |
|
Returns the i-th association rules belonging to the model.
Implements kddml.Core.DataMining.AssociationRules.AssociationExternalFactory. |