|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectQueryProcessor.Query
QueryProcessor.SF.QuerySF
QueryProcessor.SF.QuerySFSequential
public class QuerySFSequential
Solves a query with a scoring function by sequentially accessing all DB images.
| Field Summary | |
|---|---|
protected FeatureManager |
fm
The feature manager to be used |
| Fields inherited from class QueryProcessor.SF.QuerySF |
|---|
sf |
| Fields inherited from class QueryProcessor.Query |
|---|
q |
| Constructor Summary | |
|---|---|
QuerySFSequential(Image q,
ScoringFunction sf,
FeatureManager fm)
Basic constructor. |
|
| Method Summary | |
|---|---|
java.util.Vector<ScoredResultImage> |
kNN(int k)
Computes the result of a k-NN query |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FeatureManager fm
| Constructor Detail |
|---|
public QuerySFSequential(Image q,
ScoringFunction sf,
FeatureManager fm)
q - Query image.sf - Scoring function to be used.fm - The feature manager to be used.| Method Detail |
|---|
public java.util.Vector<ScoredResultImage> kNN(int k)
kNN in class QuerySFk - Number of requested results.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||