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