java.lang.Object
marf.Storage.StorageManager
marf.Stats.StatisticalEstimators.StatisticalEstimator
marf.Stats.StatisticalEstimators.Smoothing.Smoothing
marf.Stats.StatisticalEstimators.Smoothing.AddDelta
marf.Stats.StatisticalEstimators.MLE
- All Implemented Interfaces:
- marf.Stats.StatisticalEstimators.Smoothing.ISmoothing, IStatisticalEstimator, marf.Storage.IStorageManager, java.io.Serializable
- public class MLE
- extends marf.Stats.StatisticalEstimators.Smoothing.AddDelta
MLE Statistical Estimator.
TODO: complete/document.
$Id: MLE.java,v 1.15 2005/08/14 01:15:56 mokhov Exp $
- Since:
- 0.3.0
- Version:
- $Revision: 1.15 $
|
Field Summary |
private static long |
serialVersionUID
For serialization versioning. |
| Fields inherited from class marf.Stats.StatisticalEstimators.Smoothing.AddDelta |
dDelta |
|
Constructor Summary |
MLE()
|
| 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 |
serialVersionUID
private static final long serialVersionUID
- For serialization versioning.
When adding new members or make other structural
changes regenerate this number with the
serialver tool that comes with JDK.
- Since:
- 0.3.0.4
- See Also:
- Constant Field Values
MLE
public MLE()
P
public double P(marf.Stats.Observation poEvent)
P
public double P(java.util.Vector poEventList)
getMARFSourceCodeRevision
public static java.lang.String getMARFSourceCodeRevision()
- Returns source code revision information.