public abstract class AfterEffect extends Object
DFRSimilarity
Constructor and Description |
---|
AfterEffect()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract Explanation |
explain(BasicStats stats,
double tfn)
Returns an explanation for the score.
|
abstract double |
scoreTimes1pTfn(BasicStats stats)
Returns the product of the after effect with
1+tfn . |
abstract String |
toString()
Subclasses must override this method to return the code of the
after effect formula.
|
public AfterEffect()
public abstract double scoreTimes1pTfn(BasicStats stats)
1+tfn
.
This may not depend on the value of tfn
.public abstract Explanation explain(BasicStats stats, double tfn)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.