Package | Description |
---|---|
org.processmining.stream.model.datastructure.decay |
Modifier and Type | Class and Description |
---|---|
class |
BackwardExponentialDecayFunctionImpl
Exponential decay model of the form: A = A0 * e^{k * t} where A0 is the basis
value, k is the rate of decay and t is the current time.
|
class |
ForwardExponentialDecayFunction
forward exponential decay function.
|
Modifier and Type | Field and Description |
---|---|
protected DecayFunction |
AbstractBackwardDecayDataStructureImpl.decayFunction |
Modifier and Type | Method and Description |
---|---|
DecayFunction |
AbstractBackwardDecayDataStructureImpl.getDecayFunction() |
DecayFunction |
AbstractForwardDecayDataStructureImpl.getDecayFunction() |
DecayFunction |
DecayDataStructure.getDecayFunction() |
Constructor and Description |
---|
AbstractBackwardDecayDataStructureImpl(java.util.Map<P,DSParameter<?>> params,
DecayFunction df,
int renewalRate,
double threshold) |
AbstractForwardDecayDataStructureImpl(java.util.Map<P,DSParameter<?>> params,
DecayFunction f,
int renewalRate,
double threshold) |
AbstractPointerBasedForwardDecayDataStructure(java.util.Map<PA,DSParameter<?>> params,
DecayFunction f,
int renewalRate,
double threshold) |