Package | Description |
---|---|
de.unibi.techfak.scie.classifiers | |
de.unibi.techfak.scie.classifiers.data |
Modifier and Type | Method and Description |
---|---|
FeatureDictionary |
LibLinearClassifier.getFeatureDictionary() |
FeatureDictionary |
Classifier.getFeatureDictionary()
Returns the FeatureDictionary for this Classifier.
|
Modifier and Type | Method and Description |
---|---|
FeatureDictionary |
FeatureMap.getDictionary() |
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.
|
Constructor and Description |
---|
FeatureMap(FeatureDictionary dictionary) |
Copyright © 2014. All rights reserved.