Inheritance diagram for kddml.Core.DataMining.AssociationRules.RulesAssociationFactory:
Public Member Functions | |
RulesAssociationFactory (java.io.File f, DataDictionary dd, MiningSchema ms, double min_support, double min_confidence, int number_of_transactions, AssociationRule[] association_rules) throws KDDMLCoreException | |
RulesAssociationFactory (java.io.File f, DataDictionary dd, MiningSchema ms, double min_support, double min_confidence, int number_of_transactions, TreeSet< AssociationRule > association_rules) throws KDDMLCoreException | |
KDDMLObject | newInstance () throws KDDMLCoreException |
void | setMaxNumberOfItemsets (int max_itemsets) |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor.
|
|
Constructor.
|
|
Returns a new instance of this object. Throws an exception if an error occurs.
Reimplemented from kddml.Core.DataMining.AssociationRules.AssociationProprietaryFactory. |
|
Sets the maximum number of itemsets admitted in the model. This parameter is optional. If omitted, all itemsets will be computed.
|