Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
K
k
- Variable in class messif.operations.query.
AggregationFunctionQueryOperation
Number of nearest (top) objects to retrieve
k
- Variable in class messif.operations.query.
KNNQueryOperation
Number of nearest objects to retrieve
key
- Variable in class messif.buckets.index.impl.
LongStorageMemoryIndex.KeyAddressPair
key
- Variable in class messif.objects.keys.
DoubleKey
The double key
key
- Variable in class messif.objects.keys.
IntegerKey
The integer key
key
- Variable in class messif.objects.keys.
LongKey
The long key
key
- Variable in class messif.statistics.
StatisticSlidingAvgCounter.ValueTime
KeyInterval
<
T
> - Class in
messif.objects.keys
Closed interval, comparable by the lower bound.
KeyInterval()
- Constructor for class messif.objects.keys.
KeyInterval
KeyOperator
<
T
> - Class in
messif.objects.keys
This class provides an abstract operator for object keys that have a defined order.
KeyOperator()
- Constructor for class messif.objects.keys.
KeyOperator
keyToLocalObjectComparator
- Static variable in enum messif.buckets.index.
LocalAbstractObjectOrder
Index order defined by object keys
KMeansPivotChooser
- Class in
messif.pivotselection
This class uses the k-means algorithm adapted for metric spaces to cluster the objects
KMeansPivotChooser()
- Constructor for class messif.pivotselection.
KMeansPivotChooser
Creates a new instance of KMeansPivotChooser with empty initial list of pivots.
KMeansPivotChooser(AbstractObjectList<LocalAbstractObject>)
- Constructor for class messif.pivotselection.
KMeansPivotChooser
Creates a new instance of KMeansPivotChooser.
KMeansPivotChooser.SelectClustroidThread
- Class in
messif.pivotselection
Internal thread for selecting the "center" of a cluster.
KMeansPivotChooser.SelectClustroidThread(AbstractObjectList<LocalAbstractObject>, LocalAbstractObject)
- Constructor for class messif.pivotselection.
KMeansPivotChooser.SelectClustroidThread
Creates a new SelectClustroidThread for computing the "center" of a cluster.
KNNMultiQueryOperation
- Class in
messif.operations.query
K-nearest neighbors query operation with multiple query objects.
KNNMultiQueryOperation(Collection<LocalAbstractObject>, int)
- Constructor for class messif.operations.query.
KNNMultiQueryOperation
Creates a new instance of kNNQueryOperation for given query objects and maximal number of objects to return.
KNNMultiQueryOperation(Collection<LocalAbstractObject>, int, AnswerType)
- Constructor for class messif.operations.query.
KNNMultiQueryOperation
Creates a new instance of kNNQueryOperation for given query objects and maximal number of objects to return.
KNNMultiQueryOperation(Collection<LocalAbstractObject>, int, boolean, AnswerType)
- Constructor for class messif.operations.query.
KNNMultiQueryOperation
Creates a new instance of kNNQueryOperation for given query objects and maximal number of objects to return.
KNNQueryOperation
- Class in
messif.operations.query
K-nearest neighbors query operation.
KNNQueryOperation(LocalAbstractObject, int)
- Constructor for class messif.operations.query.
KNNQueryOperation
Creates a new instance of kNNQueryOperation for a given query object and maximal number of objects to return.
KNNQueryOperation(LocalAbstractObject, int, AnswerType)
- Constructor for class messif.operations.query.
KNNQueryOperation
Creates a new instance of kNNQueryOperation for a given query object and maximal number of objects to return.
KNNQueryOperation(LocalAbstractObject, int, boolean, AnswerType)
- Constructor for class messif.operations.query.
KNNQueryOperation
Creates a new instance of kNNQueryOperation for a given query object and maximal number of objects to return.
knnSearch(KNNQueryOperation)
- Method in class messif.algorithms.impl.
SequentialScan
Performs the k-nearest neighbor search operation with given KNNQueryOperation object.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W