public class AbstractWordPrimingTest.SimpleWordPrimingReport extends Object implements WordPrimingReport
WordPrimingReport
.Constructor and Description |
---|
AbstractWordPrimingTest.SimpleWordPrimingReport(int numDataPoints,
double relatedScore,
double unrelatedScore)
Creates a new
AbstractWordPrimingTest.SimpleWordPrimingReport . |
Modifier and Type | Method and Description |
---|---|
double |
effect()
Returns the effect of priming, which is the difference bewtween the
priming score for related and unrelated pairs.
|
int |
numberOfWordPairs()
Returns the total number of word pairs.
|
double |
relatedPriming()
Returns the priming score for related word pairs.
|
String |
toString() |
double |
unrelatedPriming()
Returns the priming score for unrelated word pairs.
|
public AbstractWordPrimingTest.SimpleWordPrimingReport(int numDataPoints, double relatedScore, double unrelatedScore)
AbstractWordPrimingTest.SimpleWordPrimingReport
.public int numberOfWordPairs()
numberOfWordPairs
in interface WordPrimingReport
public double relatedPriming()
relatedPriming
in interface WordPrimingReport
public double unrelatedPriming()
unrelatedPriming
in interface WordPrimingReport
public double effect()
effect
in interface WordPrimingReport
Copyright © 2012. All Rights Reserved.