Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataMining.SequentialPatterns.TimeManager Interface Reference

Inheritance diagram for kddml.Core.DataMining.SequentialPatterns.TimeManager:

kddml.Core.DataMining.SequentialPatterns.Time List of all members.

Public Member Functions

Double getMin ()
Double getMax ()
Double getMean ()
boolean equals (Object time)

Detailed Description

This class represent the "time" between elements in a sequence or between an antecedent and consequent sequence in a rule. The concept of time depend on the context.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2004

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Daniele Cerra (daniele@cerra.info)
Version:
2.0.0 alfa


Member Function Documentation

Double kddml.Core.DataMining.SequentialPatterns.TimeManager.getMin  ) 
 

The minimum time between elements in a sequence (or between an antecedent and consequent sequence in a rule).

Returns:
minimum time

Implemented in kddml.Core.DataMining.SequentialPatterns.Time.

Double kddml.Core.DataMining.SequentialPatterns.TimeManager.getMax  ) 
 

The maximum time between elements in a sequence (or between an antecedent and consequent sequence in a rule).

Returns:
maximum time

Implemented in kddml.Core.DataMining.SequentialPatterns.Time.

Double kddml.Core.DataMining.SequentialPatterns.TimeManager.getMean  ) 
 

The mean time between elements in a sequence (or between an antecedent and consequent sequence in a rule).

Returns:
mean time, or null if not specified

Implemented in kddml.Core.DataMining.SequentialPatterns.Time.

boolean kddml.Core.DataMining.SequentialPatterns.TimeManager.equals Object  time  ) 
 

Two object are equals if are equals their minimum, maximum and mean time.

Parameters:
time time object
Returns:
true if given object is equal to this one

Implemented in kddml.Core.DataMining.SequentialPatterns.Time.


Generated on Thu Feb 23 13:04:43 2006 for kddml by  doxygen 1.4.3