strus  0.17
Public Member Functions | List of all members
strus::VectorQueryResult Class Reference

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
 

Detailed Description

Result of a vector similarity search (associated feature value with weight)

Constructor & Destructor Documentation

strus::VectorQueryResult::VectorQueryResult ( )
inline

Default constructor.

strus::VectorQueryResult::VectorQueryResult ( const VectorQueryResult o)
inline

Copy constructor.

strus::VectorQueryResult::VectorQueryResult ( const std::string &  value_,
double  weight_ 
)
inline

Constructor.

Member Function Documentation

bool strus::VectorQueryResult::operator< ( const VectorQueryResult o) const
inline
const std::string& strus::VectorQueryResult::value ( ) const
inline
double strus::VectorQueryResult::weight ( ) const
inline

The documentation for this class was generated from the following file: