Package | Description |
---|---|
messif.objects |
Metric data objects.
|
messif.objects.util |
Various utilities for working with collections of objects.
|
messif.objects.util.impl |
Implementation of simple function evaluator.
|
messif.operations.query |
Implementation of data querying operations.
|
Constructor and Description |
---|
DistanceFunctionMultiObjectMetaAggregation(DistanceFunctionMultiObjectAggregation multiObjectAggregation,
AggregationFunction metaObjectAggregationDistance)
Creates a new DistanceFunctionMultiObjectMetaAggregation with the given aggregation functions.
|
Modifier and Type | Method and Description |
---|---|
static AggregationFunction |
AggregationFunction.valueOf(java.lang.String string)
Factory method for creating threshold functions from strings.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends AggregationFunction> |
AggregationFunction.getFactoryClass()
Returns the class currently set for the factory method
valueOf(java.lang.String) . |
Modifier and Type | Method and Description |
---|---|
static void |
AggregationFunction.setFactoryClass(java.lang.Class<? extends AggregationFunction> factoryClass)
Sets the class created by factory method
valueOf(java.lang.String) . |
Modifier and Type | Class and Description |
---|---|
class |
AggregationFunctionEvaluator
Evaluator for basic arithmetic operators and functions applied on particular sub-distances.
|
class |
ThresholdFunctionSimpleEvaluator
Evaluator for basic arithmetic functions.
|
Modifier and Type | Field and Description |
---|---|
protected AggregationFunction |
AggregationFunctionQueryOperation.aggregationFunction
Threshold function for measuring the overall similarity
|
Modifier and Type | Method and Description |
---|---|
AggregationFunction |
AggregationFunctionQueryOperation.getThresholdFunction()
Returns the threshold function for measuring the overall similarity.
|
Constructor and Description |
---|
AggregationFunctionQueryOperation(LocalAbstractObject queryObject,
int k,
AggregationFunction aggregationFunction)
Creates a new instance of AggregationFunctionQueryOperation.
|
AggregationFunctionQueryOperation(LocalAbstractObject queryObject,
int k,
AggregationFunction aggregationFunction,
AnswerType answerType,
boolean storeMetaDistances)
Creates a new instance of AggregationFunctionQueryOperation.
|
TopCombinedQueryOperation(LocalAbstractObject queryObject,
int k,
int numberOfInitialSA,
boolean numberOfInitialSAProgressive,
int numberOfRandomAccesses,
java.lang.Class<? extends RankingQueryOperation> initialSAQueryClass,
AggregationFunction aggregationFunction)
Creates a new instance of TopCombinedQueryOperation.
|