|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.aura.algorithms.lrfu.F
Constructor Summary | |
F()
|
Method Summary | |
double |
calculate(int dt)
F(dt) = (1/p)^[dt*lamba] |
boolean |
isValid()
|
abstract double |
lambda()
get the lambda value |
abstract int |
p()
get the p value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public F()
Method Detail |
public double calculate(int dt)
public boolean isValid()
public abstract int p()
public abstract double lambda()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |