|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureCountView | |
de.fu_berlin.ties.eval | This packages provides functionality for evaluating results of classifiers and extractors. |
de.fu_berlin.ties.extract | This package handles information extraction and entitiy recognition. |
Uses of FeatureCountView in de.fu_berlin.ties.eval |
Classes in de.fu_berlin.ties.eval that implement FeatureCountView | |
class |
FeatureCount
Keeps track of the average number of features and of unique features in context representations and of the average number of contexts in documents. |
Uses of FeatureCountView in de.fu_berlin.ties.extract |
Methods in de.fu_berlin.ties.extract that return FeatureCountView | |
FeatureCountView |
ExtractorBase.viewFeatureCount()
Returns a read-only view on the counted documents, contexts, and features and the calculated averages. |
FeatureCountView |
TrainEval.Results.getExtractFeatureCV()
Returns a read-only view on the feature count statistics collected during training. |
FeatureCountView |
TrainEval.Results.getTrainFeatureCV()
Returns a read-only view on the feature count statistics collected during extraction. |
Constructors in de.fu_berlin.ties.extract with parameters of type FeatureCountView | |
TrainEval.Results(EvaluatedExtractionContainer evalExtractions,
FeatureCountView trainFeatures,
FeatureCountView extractFeatures)
Creates a new instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |