Inheritance diagram for kddml.Core.DataMining.AssociationRules.AssociationProprietaryFactory:
Public Member Functions | |
AssociationProprietaryFactory (java.io.File f, DataDictionary dd, MiningSchema ms, double min_support, double min_confidence, int number_of_transactions) throws KDDMLCoreException | |
KDDMLObject | newInstance () throws KDDMLCoreException |
void | setMaxNumberOfItemsPerTA (int i) throws MiningModelException |
void | setAvgNumberOfItemsPerTA (double i) throws AssociationModelException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor.
|
|
Returns a new instance of this object. Throws an exception if an error occurs.
Implements kddml.Core.KDDMLObjectFactory. Reimplemented in kddml.Core.DataMining.AssociationRules.EmptyAssociationFactory, kddml.Core.DataMining.AssociationRules.ItemsetAssociationFactory, and kddml.Core.DataMining.AssociationRules.RulesAssociationFactory. |
|
Sets the maximum number of items per transaction. This parameter is optional in the output model.
|
|
Sets the average number of items per transaction. This parameter is optional in the output model
|