@ProviderType
public interface SignificanceHeuristics
Modifier and Type | Method and Description |
---|---|
ChiSquareSignificanceHeuristic |
chiSquare(boolean backgroundIsSuperset,
boolean includeNegatives) |
GNDSignificanceHeuristic |
gnd(boolean backgroundIsSuperset) |
JLHScoreSignificanceHeuristic |
jlhScore() |
MutualInformationSignificanceHeuristic |
mutualInformation(boolean backgroundIsSuperset,
boolean includeNegatives) |
PercentageScoreSignificanceHeuristic |
percentageScore() |
ScriptSignificanceHeuristic |
script(Script script) |
ChiSquareSignificanceHeuristic chiSquare(boolean backgroundIsSuperset, boolean includeNegatives)
GNDSignificanceHeuristic gnd(boolean backgroundIsSuperset)
JLHScoreSignificanceHeuristic jlhScore()
MutualInformationSignificanceHeuristic mutualInformation(boolean backgroundIsSuperset, boolean includeNegatives)
PercentageScoreSignificanceHeuristic percentageScore()
ScriptSignificanceHeuristic script(Script script)