Package | Description |
---|---|
edu.illinois.cs.cogcomp.ner.ClassifiersAndUtils |
Modifier and Type | Method and Description |
---|---|
DocumentCollection |
RandomSubset.getBalancedRandomSubset(int classesNum,
int numSamplesPerClass) |
DocumentCollection |
RandomSubset.getRandomSubset(int setSize) |
DocumentCollection |
NfoldCrossvalidation.getTest(int foldId) |
DocumentCollection |
NfoldCrossvalidation.getTrain(int foldId) |
Modifier and Type | Method and Description |
---|---|
void |
FeatureMap.addDocs(DocumentCollection docs,
int appearanceThres,
boolean countRepsWithinDoc) |
void |
FeatureMap.addMoreDocsIgnoreAppearanceThres(DocumentCollection docs) |
double |
MemoryEfficientNB.getAcc(DocumentCollection test) |
Constructor and Description |
---|
MemoryEfficientNB(DocumentCollection docs,
FeatureMap _map,
int _classesN) |
NfoldCrossvalidation(DocumentCollection docs,
int foldsNum) |
RandomSubset(DocumentCollection _docs) |
UnigramStatistics(DocumentCollection docs,
boolean _countRepsWithinDocs) |
Copyright © 2017. All rights reserved.