JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openimaj.experiment.evaluation.retrieval
Interface Scored
All Known Implementing Classes:
ImageSearchResult
public interface
Scored
Interface for objects that have an associated score. Documents retrieved by a
RetrievalEngine
might use this interface to indicate their score to a
RetrievalAnalyser
.
Author:
Jonathon Hare (jsh2@ecs.soton.ac.uk)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
getScore
()
Method Detail
getScore
double
getScore
()
Returns:
the score of the object
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method