public final class DStar extends AbstractSFLFormula
Constructor and Description |
---|
DStar() |
Modifier and Type | Method and Description |
---|---|
double |
compute(double n00,
double n01,
double n10,
double n11)
Returns a suspiciousness value
|
String |
getName()
Returns the name of the SBL formula
|
diagnose
public String getName()
AbstractSFLFormula
getName
in interface IFormula
getName
in class AbstractSFLFormula
public double compute(double n00, double n01, double n10, double n11)
AbstractSFLFormula
compute
in interface ISFLFormula
compute
in class AbstractSFLFormula
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.