Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataMining.SequentialPatterns.EmptySequenceFactory Class Reference

Inheritance diagram for kddml.Core.DataMining.SequentialPatterns.EmptySequenceFactory:

kddml.Core.DataMining.SequentialPatterns.SequenceProprietaryFactory kddml.Core.DataMining.ModelProprietaryFactory kddml.Core.DataMining.ModelResourceFactory kddml.Core.KDDMLObjectResourceFactory kddml.Core.KDDMLObjectFactory List of all members.

Public Member Functions

 EmptySequenceFactory (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

A factory class used to build an empty sequence model.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2004

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Daniele Cerra (daniele@cerra.info)
Version:
2.0.0 alfa


Constructor & Destructor Documentation

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

Constructor.

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


Member Function Documentation

KDDMLObject kddml.Core.DataMining.SequentialPatterns.EmptySequenceFactory.newInstance  )  throws KDDMLCoreException [virtual]
 

Returns a new instance of SequenceModel.

Exceptions:
KDDMLCoreException 
Returns:
KDDMLObject

Reimplemented from kddml.Core.DataMining.SequentialPatterns.SequenceProprietaryFactory.


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