Interface SignificanceHeuristics
@ProviderType
public interface SignificanceHeuristics
-
Method Summary
Modifier and TypeMethodDescriptionchiSquare
(boolean backgroundIsSuperset, boolean includeNegatives) gnd
(boolean backgroundIsSuperset) jlhScore()
mutualInformation
(boolean backgroundIsSuperset, boolean includeNegatives)
-
Method Details
-
chiSquare
-
gnd
-
jlhScore
JLHScoreSignificanceHeuristic jlhScore() -
mutualInformation
MutualInformationSignificanceHeuristic mutualInformation(boolean backgroundIsSuperset, boolean includeNegatives) -
percentageScore
PercentageScoreSignificanceHeuristic percentageScore() -
script
-