|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmarf.Storage.StorageManager
marf.Stats.StatisticalEstimators.StatisticalEstimator
marf.Stats.StatisticalEstimators.Smoothing.Smoothing
marf.Stats.StatisticalEstimators.Smoothing.GoodTuring
public class GoodTuring
Good-Turing Smoothing Estimator. TODO: complete/document. $Id: GoodTuring.java,v 1.14 2005/06/16 19:58:54 mokhov Exp $
| Field Summary |
|---|
| Fields inherited from class marf.Stats.StatisticalEstimators.StatisticalEstimator |
|---|
oProbabilityTable, oStreamTokenizer |
| Fields inherited from class marf.Storage.StorageManager |
|---|
bDumpOnNotFound, iCurrentDumpMode, oObjectToSerialize, strFilename |
| Fields inherited from interface marf.Stats.StatisticalEstimators.Smoothing.ISmoothing |
|---|
MARF_INTERFACE_CODE_REVISION |
| Fields inherited from interface marf.Stats.StatisticalEstimators.IStatisticalEstimator |
|---|
MARF_INTERFACE_CODE_REVISION |
| Fields inherited from interface marf.Storage.IStorageManager |
|---|
DUMP_BINARY, DUMP_CSV_TEXT, DUMP_GZIP_BINARY, DUMP_HTML, DUMP_SQL, DUMP_XML, MARF_INTERFACE_CODE_REVISION, STORAGE_FILE_EXTENSIONS |
| Constructor Summary | |
|---|---|
GoodTuring()
|
|
GoodTuring(int piThreshold)
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getMARFSourceCodeRevision()
Returns source code revision information. |
double |
P(Ngram poNgram)
|
boolean |
smooth()
General smoothing routine. |
| Methods inherited from class marf.Stats.StatisticalEstimators.Smoothing.Smoothing |
|---|
train |
| Methods inherited from class marf.Stats.StatisticalEstimators.StatisticalEstimator |
|---|
dumpCSV, dumpXML, getFilename, getLanguage, getProbabilityTable, getStreamTokenizer, p, resetFilename, restoreCSV, restoreXML, setLanguage, setStreamTokenizer |
| Methods inherited from class marf.Storage.StorageManager |
|---|
backSynchronizeObject, dump, dumpBinary, dumpGzipBinary, dumpHTML, dumpSQL, enableDumpOnNotFound, getDefaultExtension, getDefaultExtension, getDumpMode, restore, restoreBinary, restoreGzipBinary, restoreHTML, restoreSQL, setDumpMode, setFilename |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoodTuring()
public GoodTuring(int piThreshold)
| Method Detail |
|---|
public boolean smooth()
ISmoothing
true if any smoothing took place
and undelying data was alteredpublic double P(Ngram poNgram)
public static java.lang.String getMARFSourceCodeRevision()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||