|
||||||||||
| 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.GLI
public class GLI
GLI Statistical Estimator. TODO: complete.
$Id: GLI.java,v 1.18 2006/01/15 01:50:57 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.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 | |
|---|---|
GLI()
Default constructor as in parent. |
|
| Method Summary | |
|---|---|
static java.lang.String |
getMARFSourceCodeRevision()
Returns source code revision information. |
double |
p(Ngram poNgram)
Not implemented. |
boolean |
train()
Not implemented. |
| Methods inherited from class marf.Stats.StatisticalEstimators.StatisticalEstimator |
|---|
backSynchronizeObject, dumpCSV, dumpXML, getFilename, getLanguage, getProbabilityTable, getStreamTokenizer, p, resetFilename, restoreCSV, restoreXML, setLanguage, setStreamTokenizer |
| Methods inherited from class marf.Storage.StorageManager |
|---|
clone, dump, dumpBinary, dumpGzipBinary, dumpHTML, dumpSQL, enableDumpOnNotFound, equals, getDefaultExtension, getDefaultExtension, getDumpMode, getObjectToSerialize, hashCode, restore, restoreBinary, restoreGzipBinary, restoreHTML, restoreSQL, setDumpMode, setFilename, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GLI()
| Method Detail |
|---|
public double p(Ngram poNgram)
poNgram -
public boolean train()
train in interface IStatisticalEstimatortrain in class StatisticalEstimatortrue if training was successfulIStatisticalEstimator.train()public static java.lang.String getMARFSourceCodeRevision()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||