Inheritance diagram for kddml.Core.DataMining.SequentialPatterns.PMML2_0SequenceFactory:
Public Member Functions | |
PMML2_0SequenceFactory (java.io.File f, InputStream pmml_path) throws kddml.Core.KDDMLCoreException | |
PMML2_0SequenceFactory (java.io.File f, String pmml_path) throws kddml. Core.KDDMLCoreException | |
Protected Member Functions | |
DataDictionary | buildDataDictionary () throws MiningModelException |
MiningSchema | buildMiningSchema () throws MiningModelException |
String | buildAlgorithmName () throws MiningModelException |
String | buildModelName () throws MiningModelException |
String | buildPMMLVersion () throws MiningModelException |
String | buildCopyright () throws MiningModelException |
String | buildApplicationName () throws MiningModelException |
String | buildApplicationVersion () throws MiningModelException |
Double | buildMinSupport () throws SequenceModelException |
Double | buildMinConfidence () throws SequenceModelException |
Integer | buildNumberOfTransactions () throws SequenceModelException |
Integer | buildMaxNumberOfItemsPerTA () throws SequenceModelException |
Double | buildAvgNumberOfItemsPerTA () throws SequenceModelException |
Integer | buildLengthLimit () throws SequenceModelException |
Integer | buildTimeWindow () throws SequenceModelException |
Integer | buildMinTime () throws SequenceModelException |
Integer | buildMaxTime () throws SequenceModelException |
int | buildNumberOfSequenceRules () |
SequenceRule | buildSequenceRule (int i) throws SequenceModelException |
int | buildNumberOfSequences () |
Sequence | buildSequence (int i) throws SequenceModelException |
int | buildNumberOfSequenceElements () |
ItemSetElement | buildSequenceElement (int i) throws SequenceModelException |
int | buildNumberOfItems () |
Item | buildItem (int i) throws SequenceModelException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2004
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor given the pmml document as InputStream.
|
|
Constructor given the pmml_path.
|
|
Returns the data dictionary of the output model.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the mining schema of the output model.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the name of the algorithm.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the name of the model.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the PMML version supported.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the copyright.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the application name.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the application version.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the minimum support of the sequences. Mininmum support is a real in (0,1]
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Returns the minimum confidence of the sequences. Mininmum confidence is a real in (0,1].
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Returns the number of transaction used to build the sequences. Returns a positive integer.
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Returns the maximum number of iterms per transaction. Returns a positive integer.
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Returns the average number of iterms per transaction. Returns a positive integer.
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Return the maximum length of a sequence to be discovered.
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Return the time window width: this may be used to separate items associated with an object into discrete events, but only if no clear key already exists for the separate events. Two consecutive items must have a time gap of less than this value to be considered as being part of the same event.
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Return the minimum time between items (see buildTimeWindow())
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Return the maximum time between items (see buildTimeWindow())
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Returns the number of sequence rules. Returns a non-negative integer.
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Returns the i-th sequence rule belonging to the model.
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Returns the number of rules. Returns a positive integer.
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Returns the i-th sequence belonging to the model.
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Returns the number of sequence elements. Returns a positive integer.
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Returns the i-th sequence element belonging to the model.
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Returns the number of items. Returns a positive integer.
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |
|
Returns the i-th item belonging to the model.
Implements kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory. |