Package | Description |
---|---|
de.unibi.techfak.scie.classifiers.data |
Modifier and Type | Method and Description |
---|---|
FeatureMap |
RelationDataPoint.getFeatureRepresentation(FeatureDictionary dict,
boolean addFeaturesToDictionary)
Returns a FeatureMap representing this RelationDataPoint sparsely.
|
FeatureMap |
DataPoint.getFeatureRepresentation(FeatureDictionary dict,
boolean addFeaturesToDictionary)
Return the FeatureMap for this DataPoint.
|
FeatureMap |
CoreSlotCombinationDataPoint.getFeatureRepresentation(FeatureDictionary dict,
boolean addFeaturesToDictionary)
Returns a FeatureMap representing this CoreSlotCombination sparsely.
|
FeatureMap |
CoreDataPoint.getFeatureRepresentation(FeatureDictionary dict,
boolean addFeaturesToDictionary)
Returns a FeatureMap representing this CoreDataPoint sparsely.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
RelationDataPoint.addSpecialFeatures(FeatureMap stdFeatures,
boolean addFeaturesToDictionary)
This is to be implemented by a subclass to add domain-specific features
to the mix.
|
abstract void |
CoreSlotCombinationDataPoint.addSpecialFeatures(FeatureMap stdFeatures,
boolean addFeaturesToDictionary)
This is to be implemented by a subclass to add domain-specific features
to the mix.
|
abstract void |
CoreDataPoint.addSpecialFeatures(FeatureMap stdFeatures,
boolean addFeaturesToDictionary)
This is to be implemented by a subclass to add domain-specific features
to the mix.
|
Copyright © 2014. All rights reserved.