Inheritance diagram for kddml.Core.DataMining.SequentialPatterns.Time:
Public Member Functions | |
Time (Double min, Double max) | |
Time (Double min, Double max, Double mean) | |
Double | getMin () |
Double | getMax () |
Double | getMean () |
boolean | equals (Object time) |
String | toString () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2004
Company: Universita' di Pisa - Dipartimento di Informatica
|
Build a new time time object with given argument. Mean time attribute is setted to null.
|
|
Build a new time time object with given argument.
|
|
The minimum time between elements in a sequence (or between an antecedent and consequent sequence in a rule).
Implements kddml.Core.DataMining.SequentialPatterns.TimeManager. |
|
The maximum time between elements in a sequence (or between an antecedent and consequent sequence in a rule).
Implements kddml.Core.DataMining.SequentialPatterns.TimeManager. |
|
The mean time between elements in a sequence (or between an antecedent and consequent sequence in a rule).
Implements kddml.Core.DataMining.SequentialPatterns.TimeManager. |
|
Two object are equals if are equals their minimum, maximum and mean time.
Implements kddml.Core.DataMining.SequentialPatterns.TimeManager. |
|
Returns a representation of this object as string.
Implements kddml.Core.DataMining.SequentialPatterns.TimeManager. |