Uses of Interface
de.fu_berlin.ties.eval.FeatureCountView

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 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.
 FeatureCountView ExtractorBase.viewFeatureCount()
          Returns a read-only view on the counted documents, contexts, and features and the calculated averages.
 



Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.