◆ 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).
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: