|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldMap | |
de.fu_berlin.ties.classify | This package provides functionality for classification of texts and feature vectors. |
de.fu_berlin.ties.classify.winnow | This package contains the Winnow classification algorithm and related algorithms and classes. |
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. |
de.fu_berlin.ties.io | This package provides classes for input/output handling and for (de)serialization. |
Uses of FieldMap in de.fu_berlin.ties.classify |
Methods in de.fu_berlin.ties.classify that return FieldMap | |
FieldMap |
Prediction.storeFields()
Stores all relevant fields of this object in a field map for serialization. |
Constructors in de.fu_berlin.ties.classify with parameters of type FieldMap | |
Prediction(FieldMap fieldMap)
Creates a new instance from a field map, fulfilling the Storable contract. |
Uses of FieldMap in de.fu_berlin.ties.classify.winnow |
Methods in de.fu_berlin.ties.classify.winnow that return FieldMap | |
FieldMap |
WinnowPrediction.storeFields()
Stores all relevant fields of this object in a field map for serialization. |
Constructors in de.fu_berlin.ties.classify.winnow with parameters of type FieldMap | |
WinnowPrediction(FieldMap fieldMap)
Creates a new instance from a field map, fulfilling the Storable contract. |
Uses of FieldMap in de.fu_berlin.ties.eval |
Methods in de.fu_berlin.ties.eval that return FieldMap | |
FieldMap |
FMetrics.storeFields()
Stores all relevant fields of this object in a field map for serialization. |
FieldMap |
SummaryFMetrics.storeFields()
Stores all relevant fields of this object in a field map for serialization. |
FieldMap |
Accuracy.storeFields()
Stores all relevant fields of this object in a field map for serialization. An equivalent object can be created by calling createObject(Class) on the created
field map. |
FieldMap |
FeatureCount.storeFields()
Stores all relevant fields of this object in a field map for serialization. |
Methods in de.fu_berlin.ties.eval with parameters of type FieldMap | |
protected FMetrics |
MultiFMetrics.createMetrics(FieldMap fieldMap)
Helper factory method that creates a new FMetrics instance of the
required type from a field map. |
Constructors in de.fu_berlin.ties.eval with parameters of type FieldMap | |
FMetrics(FieldMap fieldMap)
Creates a new instance from a field map, fulfilling the Storable contract. |
|
SummaryFMetrics(FieldMap fieldMap)
Creates a new instance from a field map, fulfilling the Storable contract. |
|
Accuracy(FieldMap fieldMap)
Creates a new instance from a field map, fulfilling the Storable contract. |
|
FeatureCount(FieldMap fieldMap)
Creates a new instance from a field map, fulfilling the Storable contract. |
Uses of FieldMap in de.fu_berlin.ties.extract |
Methods in de.fu_berlin.ties.extract that return FieldMap | |
FieldMap |
Extraction.storeFields()
Stores all relevant fields of this object in a field map for serialization. |
Constructors in de.fu_berlin.ties.extract with parameters of type FieldMap | |
Extraction(FieldMap fieldMap)
Creates a new instance from a field map, fulfilling the Storable contract. |
Uses of FieldMap in de.fu_berlin.ties.io |
Methods in de.fu_berlin.ties.io that return FieldMap | |
FieldMap |
Storable.storeFields()
Stores all relevant fields of this object in a field map for serialization. |
Methods in de.fu_berlin.ties.io with parameters of type FieldMap | |
void |
FieldContainer.add(FieldMap map)
Adds a field map to this container. |
protected void |
FieldContainer.add(FieldMap map,
boolean checkKeys)
Helper method for adding a field map to this container. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |