Inheritance diagram for kddml.Core.DataMining.SequentialPatterns.DelimiterManager:
Public Member Functions | |
DelimiterType | getDELIMITER () |
GapType | getGAP () |
boolean | equals (Object delimiter) |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2004
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns the states wheter or not a sequence element occurred within the same event or time period, as defined by a time window, (e.g. session) as the previous one.
Implemented in kddml.Core.DataMining.SequentialPatterns.Delimiter. |
|
Returns the possible existence of sequence elements between this and the previous elements or sequence. True represent an open sequence, which allows for gaps between sequences (as does unknown). In a closed sequence the gap is set to false, indicating that the two elements or sequences being described are consecutive elements in the data. In actual implementation only UNKNOWN gap type is allowed.
Implemented in kddml.Core.DataMining.SequentialPatterns.Delimiter. |
|
Tests if two delimiters are equal.
Implemented in kddml.Core.DataMining.SequentialPatterns.Delimiter. |