|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| QueryProcessor.SF | Contains algorithms for solving k-NN queries with a scoring function. |
| QueryProcessor.SF.ImgIdx | Contains classes for connecting with the WINDSURF/M-tree DLL in order to solve SF-based queries on images. |
| QueryProcessor.SF.kNNset | Contains the index-based algorithm (k-NN-set) for a k-NN query. |
| QueryProcessor.Skyline | Contains algorithms for solving Skyline queries. |
| QueryProcessor.Skyline.Skyset | Contains the index-based algorithm (Sky-set) for a Skyline query. |
| Uses of Query in QueryProcessor.SF |
|---|
| Subclasses of Query in QueryProcessor.SF | |
|---|---|
class |
QuerySF
Abstract class representing a query with a scoring function. |
class |
QuerySFSequential
Solves a query with a scoring function by sequentially accessing all DB images. |
| Uses of Query in QueryProcessor.SF.ImgIdx |
|---|
| Subclasses of Query in QueryProcessor.SF.ImgIdx | |
|---|---|
class |
QuerySFIndex
Abstract class representing a query with a scoring function to be solved with an index. |
class |
WindsurfQuerySFMtree
Class representing a query for Windsurf with a scoring function to be solved with a M-tree. |
| Uses of Query in QueryProcessor.SF.kNNset |
|---|
| Subclasses of Query in QueryProcessor.SF.kNNset | |
|---|---|
class |
kNNset
Class implementing the k-NN-set algorithm for solving a query with a scoring function. |
| Uses of Query in QueryProcessor.Skyline |
|---|
| Subclasses of Query in QueryProcessor.Skyline | |
|---|---|
class |
QuerySkyline
Class representing a Skyline query. |
| Uses of Query in QueryProcessor.Skyline.Skyset |
|---|
| Subclasses of Query in QueryProcessor.Skyline.Skyset | |
|---|---|
class |
Skyset
Class implementing the Sky-set algorithm for solving a Skyline query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||