|
||||||||||
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 |
FeatureCount.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. |
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. |
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 | |
---|---|
Accuracy(FieldMap fieldMap)
Creates a new instance from a field map, fulfilling the Storable contract. |
|
Accuracy(FieldMap fieldMap,
String prefixString)
Creates a new instance from a field map, using a prefix. |
|
FeatureCount(FieldMap fieldMap)
Creates a new instance from a field map, fulfilling the Storable contract. |
|
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. |
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 |
FieldContainer.backgroundMap()
This map can be used to extend newly added field maps: at each FieldContainer.add(FieldMap) operation, any key/value pairs from this map are
added to field map prior to storing it. |
FieldMap |
Storable.storeFields()
Stores all relevant fields of this object in a field map for serialization. |
Methods in de.fu_berlin.ties.io that return types with arguments of type FieldMap | |
---|---|
Iterator<FieldMap> |
FieldContainer.entryIterator()
Returns an iterator over the FieldMap s in this container in the
order they were added. |
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 |