ca.aura.resources
Class RankResource

java.lang.Object
  |
  +--Resource
        |
        +--ca.aura.resources.RankResource

public class RankResource
extends Resource

See Also:
Serialized Form

Method Summary
static RankResource getDefault()
          get the singleton resource
 int getLRD_K_Interval()
          Over how long should we determine the average number of page accesses?
 int getLRD_TemporalDecay_Interval()
          Over how many days do we apply the temporal decay?
 int getMaximumRank()
          get the maximum rank
 int getMinimumRank()
          get the minimum rank
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefault

public static RankResource getDefault()
get the singleton resource


getLRD_K_Interval

public int getLRD_K_Interval()
Over how long should we determine the average number of page accesses?


getLRD_TemporalDecay_Interval

public int getLRD_TemporalDecay_Interval()
Over how many days do we apply the temporal decay?


getMinimumRank

public int getMinimumRank()
get the minimum rank


getMaximumRank

public int getMaximumRank()
get the maximum rank



Copyright © 2002 University of Ottawa. All Rights Reserved.