public abstract class AbstractSFLFormula extends Object implements ISFLFormula
Constructor and Description |
---|
AbstractSFLFormula() |
Modifier and Type | Method and Description |
---|---|
abstract double |
compute(double n00,
double n01,
double n10,
double n11)
Returns a suspiciousness value
|
void |
diagnose(ISpectrum spectrum) |
abstract String |
getName()
Returns the name of the SBL formula
|
public abstract String getName()
public abstract double compute(double n00, double n01, double n10, double n11)
compute
in interface ISFLFormula
n00
- number of passing test cases that do not execute the faulty noden01
- number of failing test cases that do not execute the faulty noden10
- number of passing test cases that execute the faulty noden11
- number of failing test cases that execute the faulty nodeCopyright © 2010–2019 GZoltar. All rights reserved.