Package | Description |
---|---|
de.unibi.techfak.scie.classifiers | |
de.unibi.techfak.scie.classifiers.annotators | |
de.unibi.techfak.scie.classifiers.data |
Class and Description |
---|
ClassificationResult
This is an interface container class for the result of a classifier for a
given DataPoint.
|
DataPoint
This is an interface for all kinds of DataPoints.
|
FeatureDictionary
This dictionary keeps track of which features actually exist in a certain
dataset and thus enables us to address features with index notation and name
notation alike.
|
LabeledDataPoint
This maps a DataPoint to a label for training purposes.
|
Class and Description |
---|
ClassificationResult
This is an interface container class for the result of a classifier for a
given DataPoint.
|
CoreDataPoint
This models the core of some relation with its relevant features.
|
CoreSlotCombinationDataPoint
This models as a combination of core and slot for some relation.
|
RelationDataPoint
This defines a relation instance with one specific instance for the core and
each slot.
|
Class and Description |
---|
ClassificationResult
This is an interface container class for the result of a classifier for a
given DataPoint.
|
CoreDataPoint
This models the core of some relation with its relevant features.
|
CoreSlotCombinationDataPoint
This models as a combination of core and slot for some relation.
|
DataPoint
This is an interface for all kinds of DataPoints.
|
FeatureDictionary
This dictionary keeps track of which features actually exist in a certain
dataset and thus enables us to address features with index notation and name
notation alike.
|
FeatureMap
This models represents features of a concrete DataPoint in terms of a map of
feature names to values to achieve a sparse feature representation in large
feature spaces.
|
LabeledDataPoint
This maps a DataPoint to a label for training purposes.
|
RawRelation
This represents relations for training purposes.
|
RelationDataPoint
This defines a relation instance with one specific instance for the core and
each slot.
|
TrainingDataReader
This is an interface for objects that are able to construct LabeledDataPoints
from manually annotated training data files.
|
Copyright © 2014. All rights reserved.