Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataMining.AssociationRules.EmptyAssociationFactory Class Reference

Inheritance diagram for kddml.Core.DataMining.AssociationRules.EmptyAssociationFactory:

kddml.Core.DataMining.AssociationRules.AssociationProprietaryFactory kddml.Core.DataMining.ModelProprietaryFactory kddml.Core.DataMining.ModelResourceFactory kddml.Core.KDDMLObjectResourceFactory kddml.Core.KDDMLObjectFactory List of all members.

Public Member Functions

 EmptyAssociationFactory (java.io.File f, DataDictionary dd, MiningSchema ms, double min_support, double min_confidence, int number_of_transactions) throws KDDMLCoreException
KDDMLObject newInstance () throws KDDMLCoreException

Detailed Description

Factory used to build an empty association model without itemsets and rules.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2003-2005

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Andrea Romei (romei@di.unipi.it)
Version:
2.0.16


Constructor & Destructor Documentation

kddml.Core.DataMining.AssociationRules.EmptyAssociationFactory.EmptyAssociationFactory java.io.File  f,
DataDictionary  dd,
MiningSchema  ms,
double  min_support,
double  min_confidence,
int  number_of_transactions
throws KDDMLCoreException
 

Constructor.

Parameters:
f File the file containing the model.
dd DataDictionary the data dictionary.
ms MiningSchema the mining schema.
min_support double the minimum support.
min_confidence double the minimum confidence.
number_of_transactions int the number of transactions.
Exceptions:
KDDMLCoreException 


Member Function Documentation

KDDMLObject kddml.Core.DataMining.AssociationRules.EmptyAssociationFactory.newInstance  )  throws KDDMLCoreException [virtual]
 

Returns a new instance of this object. Throws an exception if an error occurs.

Exceptions:
KDDMLCoreException 
Returns:
KDDMLObject

Reimplemented from kddml.Core.DataMining.AssociationRules.AssociationProprietaryFactory.


Generated on Thu Feb 23 13:04:38 2006 for kddml by  doxygen 1.4.3