Inheritance diagram for kddml.Core.DataMining.SequentialPatterns.SequenceFactory:
Public Member Functions | |
SequenceFactory (java.io.File f, DataDictionary dd, MiningSchema ms, double min_support, double min_confidence, int number_of_transactions, Vector< Sequence > sequences) throws KDDMLCoreException | |
KDDMLObject | newInstance () throws KDDMLCoreException |
void | setMaxNumberOfSequences (int max_sequences) |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2004
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor.
|
|
Build a new instance.
Reimplemented from kddml.Core.DataMining.SequentialPatterns.SequenceProprietaryFactory. |
|
Set the maximum number of sequences allowed in the model. If given argument is less than 0 or greater than SequenceModel.MAX_NUMBER_OF_SEQUENCES, this method do nothing. If given sequencess exceed given threshold, then sequences with lowest support are removed.
|