Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataMining.AssociationRules.AssociationProprietaryFactory Class Reference

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

kddml.Core.DataMining.ModelProprietaryFactory kddml.Core.DataMining.ModelResourceFactory kddml.Core.KDDMLObjectResourceFactory kddml.Core.KDDMLObjectFactory kddml.Core.DataMining.AssociationRules.EmptyAssociationFactory kddml.Core.DataMining.AssociationRules.ItemsetAssociationFactory kddml.Core.DataMining.AssociationRules.RulesAssociationFactory List of all members.

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

Detailed Description

A factory class that creates a generic model from a proprietary (i.e. not external) resource.

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.AssociationProprietaryFactory.AssociationProprietaryFactory 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.AssociationProprietaryFactory.newInstance  )  throws KDDMLCoreException [virtual]
 

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

Exceptions:
KDDMLCoreException 
Returns:
KDDMLObject

Implements kddml.Core.KDDMLObjectFactory.

Reimplemented in kddml.Core.DataMining.AssociationRules.EmptyAssociationFactory, kddml.Core.DataMining.AssociationRules.ItemsetAssociationFactory, and kddml.Core.DataMining.AssociationRules.RulesAssociationFactory.

void kddml.Core.DataMining.AssociationRules.AssociationProprietaryFactory.setMaxNumberOfItemsPerTA int  i  )  throws MiningModelException
 

Sets the maximum number of items per transaction. This parameter is optional in the output model.

Parameters:
i int
Exceptions:
MiningModelException 

void kddml.Core.DataMining.AssociationRules.AssociationProprietaryFactory.setAvgNumberOfItemsPerTA double  i  )  throws AssociationModelException
 

Sets the average number of items per transaction. This parameter is optional in the output model

Parameters:
i double
Exceptions:
AssociationModelException 


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