|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--mark.nlp.features.ClassificationOrderer
|
+--mark.nlp.features.SimpleOrderer
|
+--mark.nlp.features.PointwiseChiSquared
A SimpleOrderer that orders according to according to the maximum of the constiuent addends in Pearson's Chi-Squared test. This orderer ignores its parameter.
| Field Summary |
| Fields inherited from class mark.nlp.features.ClassificationOrderer |
fCatCounters, fCounter, fPotentialFeatures |
| Constructor Summary | |
PointwiseChiSquared()
|
|
| Method Summary | |
double |
updateScore(double oldScore,
double numCW,
double numC,
double numW,
double num)
|
| Methods inherited from class mark.nlp.features.SimpleOrderer |
computeJustScores, computeJustScores, computeScores |
| Methods inherited from class mark.nlp.features.ClassificationOrderer |
order, setParameter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PointwiseChiSquared()
| Method Detail |
public double updateScore(double oldScore,
double numCW,
double numC,
double numW,
double num)
updateScore in class SimpleOrderer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||