Mrpt  1.1.1
Public Attributes | List of all members
Mrpt_Parameters Struct Reference

Public Attributes

int n_trees = 0
 
int depth = 0
 
int k = 0
 
int votes = 0
 
double estimated_qtime = 0.0
 
double estimated_recall = 0.0
 

Member Data Documentation

◆ depth

int Mrpt_Parameters::depth = 0

Depth of the trees in the index.

◆ estimated_qtime

double Mrpt_Parameters::estimated_qtime = 0.0

Estimated query time (if the index is autotuned and the target recall is set; otherwise 0.0).

◆ estimated_recall

double Mrpt_Parameters::estimated_recall = 0.0

Estimated recall (if the index is autotuned and the target recall is set; otherwise 0.0).

◆ k

int Mrpt_Parameters::k = 0

Number of nearest neighbors searched for (if the index is autotuned; otherwise 0).

◆ n_trees

int Mrpt_Parameters::n_trees = 0

Number of trees in the index.

◆ votes

int Mrpt_Parameters::votes = 0

Optimal vote threshold (if the index is autotuned and the target recall is set; otherwise 0).


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