Package | Description |
---|---|
edu.ucla.sspace.common.statistics | |
edu.ucla.sspace.text |
Modifier and Type | Class and Description |
---|---|
class |
ChiSquaredTest |
class |
GTest |
class |
LogLikelihoodTest |
class |
PointwiseMutualInformationTest |
Modifier and Type | Method and Description |
---|---|
SignificanceTest |
TermAssociationFinder.getTest() |
Modifier and Type | Method and Description |
---|---|
void |
TermAssociationFinder.setTest(SignificanceTest test) |
Constructor and Description |
---|
TermAssociationFinder(SignificanceTest test)
Creates a new
TermAssociationFinder using the specified test,
which will only record associations between all terms that appear
together in the same context. |
TermAssociationFinder(SignificanceTest test,
Set<String> leftTerms,
Set<String> rightTerms)
Creates a new
TermAssociationFinder using the specified test,
which will only record associations between two terms t1 and t2 if leftTerms.contains(t1) and rightTerms.contains(t2) or the
commutative equivalent. |
Copyright © 2012. All Rights Reserved.