marf.Stats.StatisticalEstimators.Smoothing
Class AddOne

java.lang.Object
  |
  +--marf.Storage.StorageManager
        |
        +--marf.Stats.StatisticalEstimators.StatisticalEstimator
              |
              +--marf.Stats.StatisticalEstimators.Smoothing.Smoothing
                    |
                    +--marf.Stats.StatisticalEstimators.Smoothing.AddDelta
                          |
                          +--marf.Stats.StatisticalEstimators.Smoothing.AddOne
All Implemented Interfaces:
IStorageManager, java.io.Serializable

public class AddOne
extends AddDelta

Add-One Smoothing Estimator. TODO: complete/document. $Id: AddOne.java,v 1.7 2005/06/01 19:30:42 mokhov Exp $

Since:
0.3.0
Version:
$Revision: 1.7 $
Author:
Serguei Mokhov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class marf.Stats.StatisticalEstimators.Smoothing.AddDelta
dDelta
 
Fields inherited from class marf.Stats.StatisticalEstimators.StatisticalEstimator
oProbabilityTable, oStreamTokenizer
 
Fields inherited from class marf.Storage.StorageManager
iCurrentDumpMode, oObjectToSerialize, strFilename
 
Fields inherited from interface marf.Storage.IStorageManager
DUMP_BINARY, DUMP_CSV_TEXT, DUMP_GZIP_BINARY, DUMP_HTML, DUMP_SQL, DUMP_XML, INTERFACE_CODE_REVISION, sastrExtensionsMap
 
Constructor Summary
AddOne()
          Merely calls super(1).
 
Method Summary
static java.lang.String getRevision()
          Returns source code revision information.
 
Methods inherited from class marf.Stats.StatisticalEstimators.Smoothing.AddDelta
getDelta, smooth
 
Methods inherited from class marf.Stats.StatisticalEstimators.Smoothing.Smoothing
train
 
Methods inherited from class marf.Stats.StatisticalEstimators.StatisticalEstimator
dumpCSV, dumpXML, getFilename, getLang, getProbabilityTable, getStreamTokenizer, P, resetFilename, restoreCSV, restoreXML, setLang, setStreamTokenizer
 
Methods inherited from class marf.Storage.StorageManager
backSynchronizeObject, dump, dumpBinary, dumpGzipBinary, dumpHTML, dumpSQL, 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

AddOne

public AddOne()
Merely calls super(1).

See Also:
AddDelta
Method Detail

getRevision

public static java.lang.String getRevision()
Returns source code revision information.

Returns:
revision string