|
|||||||||
| Home >> All >> marf >> [ Stats overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
marf.Stats
Class Observation

java.lang.Objectmarf.Stats.StatisticalObject
marf.Stats.WordStats
marf.Stats.Observation
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- Ngram
- public class Observation
- extends WordStats
Generic Observation. TODO: document. $Id: Observation.java,v 1.11 2005/08/13 23:09:38 susan_fan Exp $
- Since:
- 0.3.0
- Version:
- $Revision: 1.11 $
| Field Summary | |
protected boolean |
bSeen
|
protected double |
dPosteriorProbability
|
protected double |
dPriorProbability
|
private static long |
serialVersionUID
For serialization versioning. |
| Fields inherited from class marf.Stats.WordStats |
|
| Fields inherited from class marf.Stats.StatisticalObject |
iFrequency, iRank |
| Constructor Summary | |
Observation()
|
|
| Method Summary | |
static java.lang.String |
getMARFSourceCodeRevision()
Returns source code revision information. |
| Methods inherited from class marf.Stats.WordStats |
getLexeme |
| Methods inherited from class marf.Stats.StatisticalObject |
getFrequency, getRank, incFrequency, incRank, setRank |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
serialVersionUID
private static final long serialVersionUID
- For serialization versioning.
When adding new members or make other structural
changes regenerate this number with the
serialvertool that comes with JDK.- Since:
- 0.3.0.4
- See Also:
- Constant Field Values
dPriorProbability
protected double dPriorProbability
dPosteriorProbability
protected double dPosteriorProbability
bSeen
protected boolean bSeen
| Constructor Detail |
Observation
public Observation()
| Method Detail |
getMARFSourceCodeRevision
public static java.lang.String getMARFSourceCodeRevision()
- Returns source code revision information.
|
|||||||||
| Home >> All >> marf >> [ Stats overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC