|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.aura.algorithms.LRFU
Constructor Summary | |
LRFU(Report report)
default |
|
LRFU(Report report,
F f)
default |
Method Summary | |
double |
F(int dt)
get the F value |
protected void |
finalizeCRF(Report report)
finalize the CRF numbers |
double |
getCRF(Artefact artefact)
get the last CRF value |
protected int |
getDeltaT(java.util.Date start,
java.util.Date end)
get the age of artefact on a certain day |
Hashtable |
getResults()
get the hashtable describing... |
protected void |
initialCRF(Report report)
init the CRF numbers |
void |
setCRF(Artefact artefact,
double crf)
set the CRF value |
java.util.Iterator |
sortedResults()
get vector of sorted results |
protected void |
updateCRF(Artefact artefact,
Usage usage)
update the crf number |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LRFU(Report report)
public LRFU(Report report, F f)
Method Detail |
public Hashtable getResults()
AuraAlgorithm
getResults
in interface AuraAlgorithm
ca.aura.algorithms.RateAlgorithm#getResults()
public java.util.Iterator sortedResults()
protected void initialCRF(Report report)
protected void updateCRF(Artefact artefact, Usage usage)
protected void finalizeCRF(Report report)
protected int getDeltaT(java.util.Date start, java.util.Date end)
public double getCRF(Artefact artefact)
public void setCRF(Artefact artefact, double crf)
public double F(int dt)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |