strus
0.17
|
Result of a vector similarity search (associated feature value with weight) More...
#include <vectorQueryResult.hpp>
Public Member Functions | |
VectorQueryResult () | |
Default constructor. More... | |
VectorQueryResult (const VectorQueryResult &o) | |
Copy constructor. More... | |
VectorQueryResult (const std::string &value_, double weight_) | |
Constructor. More... | |
const std::string & | value () const |
double | weight () const |
bool | operator< (const VectorQueryResult &o) const |
Result of a vector similarity search (associated feature value with weight)
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inline |
Constructor.
|
inline |
|
inline |
|
inline |