Go to the source code of this file.
◆ BUILD_PARAMETERS
Value: dataset_points_, radius, points_row_splits_, hash_table_splits_, \
hash_table_index_, hash_table_cell_splits_
◆ CALL_BUILD
| #define CALL_BUILD |
( |
|
type, |
|
|
|
fn |
|
) |
| |
Value: if (Dtype::FromType<type>() == dtype) { \
return true; \
}
◆ HYBRID_PARAMETERS
| #define HYBRID_PARAMETERS |
Value: dataset_points_, query_points_, radius, max_knn, points_row_splits_, \
queries_row_splits_, hash_table_splits_, hash_table_index_, \
hash_table_cell_splits_,
Metric::L2, neighbors_index, \
neighbors_count, neighbors_distance
◆ RADIUS_PARAMETERS
| #define RADIUS_PARAMETERS |
Value: dataset_points_, query_points_, radius, points_row_splits_, \
queries_row_splits_, hash_table_splits_, hash_table_index_, \
hash_table_cell_splits_,
Metric::L2,
false,
true, sort, \
neighbors_index, neighbors_row_splits, neighbors_distance