Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Class and Description |
---|---|
static class |
MetaObjectCophirKeywords.MetaObjectCophirKeywordsDistCosine
Object that holds only keywords and measures the distance as the
weighted Cosine distance with weights based on tf-idf algorithm.
|
static class |
MetaObjectCophirKeywords.MetaObjectCophirKeywordsWithTKStrings
Extension of the MetaObjectCophirKeywords that preserves also the keyword
strings in both binary and Java serialization.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends MetaObjectCophirKeywords> |
MetaObjectCophirKeywords.CophirWeightedCosineDistanceFunction.getDistanceObjectClass() |
Modifier and Type | Method and Description |
---|---|
float |
MetaObjectCophirKeywords.CophirWeightedCosineDistanceFunction.getDistance(MetaObjectCophirKeywords o1,
MetaObjectCophirKeywords o2) |
Constructor and Description |
---|
MetaObjectCophirKeywords.MetaObjectCophirKeywordsDistCosine(MetaObjectCophirKeywords object,
java.lang.Float keywordsWeight,
ObjectIntMultiVector.WeightProvider kwWeightProvider)
Creates a new instance of MetaObjectCophirKeywordsDistCosine from the given
MetaObjectCophirKeywords . |
MetaObjectCophirKeywords.MetaObjectCophirKeywordsWithTKStrings(MetaObjectCophirKeywords object)
Creates a new instance of MetaObjectCophirKeywordsWithTKStrings from the given
MetaObjectCophirKeywords . |