strusPython  0.14
Public Member Functions | List of all members
strus::VecRank Class Reference

Weighted vector (result of a query vector storage search) More...

#include <bindingObjects.hpp>

Public Member Functions

 VecRank ()
 Constructor. More...
 
 VecRank (Index index_, double weight_)
 Constructor. More...
 
 VecRank (const VecRank &o)
 Copy constructor. More...
 
Index index () const
 Get the feature number ( >= 0) from this. More...
 
double weight () const
 Get the weight of the vector rank. More...
 

Detailed Description

Weighted vector (result of a query vector storage search)

Constructor & Destructor Documentation

strus::VecRank::VecRank ( )
inline

Constructor.

strus::VecRank::VecRank ( Index  index_,
double  weight_ 
)
inline

Constructor.

strus::VecRank::VecRank ( const VecRank o)
inline

Copy constructor.

Member Function Documentation

Index strus::VecRank::index ( ) const
inline

Get the feature number ( >= 0) from this.

double strus::VecRank::weight ( ) const
inline

Get the weight of the vector rank.


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