Inheritance diagram for kddml.Core.DataMining.AssociationRules.AssociationExternalFactory:
Public Member Functions | |
AssociationExternalFactory (java.io.File f) throws KDDMLCoreException | |
KDDMLObject | newInstance () throws KDDMLCoreException |
Protected Member Functions | |
abstract Double | buildMinSupport () throws AssociationModelException |
abstract Double | buildMinConfidence () throws AssociationModelException |
abstract Integer | buildNumberOfTransactions () throws AssociationModelException |
abstract Integer | buildMaxNumberOfItemsPerTA () throws AssociationModelException |
abstract Double | buildAvgNumberOfItemsPerTA () throws AssociationModelException |
abstract int | buildNumberOfRules () |
abstract AssociationRule | buildAssociationRules (int i) throws AssociationModelException |
abstract int | buildNumberOfItemset () |
abstract Itemset | buildItemset (int i) throws AssociationModelException |
abstract int | buildNumberOfItems () |
abstract Item | buildItem (int i) throws AssociationModelException |
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 the minimum support of the association rules. Mininmum support is a real in (0,1]
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, and kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory. |
|
Returns the minimum confidence of the association rules. Mininmum confidence is a real in (0,1].
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, and kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory. |
|
Returns the number of transaction used to build the association rules. Returns a positive integer.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, and kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory. |
|
Returns the maximum number of iterms per transaction. Returns a positive integer.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, and kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory. |
|
Returns the average number of items per transaction. Returns a positive double.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, and kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory. |
|
Returns the number of rules. Returns a non-negative integer.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, and kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory. |
|
Returns the i-th association rules belonging to the model.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, and kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory. |
|
Returns the number of itemset. Returns a non-negative integer.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, and kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory. |
|
Returns the i-th association rules belonging to the model.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, and kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory. |
|
Returns the number of items. Returns a non-negative integer.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, and kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory. |
|
Returns the i-th association rules belonging to the model.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, and kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory. |