ca.aura.algorithms.lrfu
Class SimpleF

java.lang.Object
  |
  +--ca.aura.algorithms.lrfu.F
        |
        +--ca.aura.algorithms.lrfu.SimpleF

public class SimpleF
extends F

Author:
aforward

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

SimpleF

public SimpleF()
Method Detail

p

public int p()
Description copied from class: F
get the p value

Specified by:
p in class F
See Also:
F.p()

lambda

public double lambda()
Description copied from class: F
get the lambda value

Specified by:
lambda in class F
See Also:
F.lambda()


Copyright © 2002 University of Ottawa. All Rights Reserved.