Inheritance diagram for kddml.Core.DataMining.AssociationRules.ItemsetAssociationFactory:
Public Member Functions | |
ItemsetAssociationFactory (java.io.File f, DataDictionary dd, MiningSchema ms, double min_support, double min_confidence, int number_of_transactions, Itemset[] itemsets) throws KDDMLCoreException | |
ItemsetAssociationFactory (java.io.File f, DataDictionary dd, MiningSchema ms, double min_support, double min_confidence, int number_of_transactions, TreeSet< Itemset > itemsets) throws KDDMLCoreException | |
KDDMLObject | newInstance () throws KDDMLCoreException |
void | setMaxNumberOfRules (int max_rules) |
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 rules admitted in the model. This parameter is optional. If omitted, all rules will be computed.
|