Inheritance diagram for kddml.Core.DataMining.SequentialPatterns.SequenceProprietaryFactory:
Public Member Functions | |
SequenceProprietaryFactory (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 SequenceModelException |
void | setAvgNumberOfItemsPerTA (double i) throws SequenceModelException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor.
|
|
Returns a new instance of this object. Throws an exception if an error occurs.
Implements kddml.Core.KDDMLObjectFactory. Reimplemented in kddml.Core.DataMining.SequentialPatterns.EmptySequenceFactory, kddml.Core.DataMining.SequentialPatterns.RulesSequenceFactory, and kddml.Core.DataMining.SequentialPatterns.SequenceFactory. |
|
Set the maximum number of items per transaction. Here transaction is intended as the entirely set of transactions with same identifier.
|
|
Set the average number of items per transaction. Here transaction is intended as the entirely set of transactions with same identifier.
|