|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides a read-only view on the statistics calculated by the
FeatureCount
class and the underlying raw
counts.
Method Summary | |
double |
getAverageContexts()
Calculates and returns the average number of context representations in a document. |
double |
getAverageFeatures()
Calculates and returns the average number of non-comment features in a context representation. |
double |
getAverageUniqueFeatures()
Calculates and returns the average number of unique non-comment features in a context representation. |
long |
getCharacters()
Returns the number of characters counted so far. |
double |
getCharactersPerContext()
Calculates and returns the average number of characters in a context representation. |
double |
getCharactersPerFeature()
Calculates and returns the average number of characters in a feature. |
long |
getContexts()
Returns the number of representations evaluated so far. |
long |
getDocuments()
Returns the number of documents counted so far. |
long |
getFeatureSum()
Returns the number of non-comment features encountered so far. |
long |
getUniqueFeatureSum()
Returns the number of non-comment non-duplicate features encountered so far. |
Methods inherited from interface de.fu_berlin.ties.io.Storable |
storeFields |
Method Detail |
public double getAverageContexts()
public double getAverageFeatures()
public double getAverageUniqueFeatures()
public long getCharacters()
public double getCharactersPerContext()
public double getCharactersPerFeature()
public long getContexts()
public long getDocuments()
public long getFeatureSum()
public long getUniqueFeatureSum()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |