Class: Flann::Parameters
- Inherits:
-
InitializableStruct
- Object
- FFI::Struct
- InitializableStruct
- Flann::Parameters
- Defined in:
- lib/flann.rb
Overview
A nearest neighbor search index for a given dataset.
Constant Summary collapse
- DEFAULT =
{algorithm: :kdtree, checks: 32, eps: 0.0, sorted: 1, max_neighbors: -1, cores: 0, trees: 1, leaf_max_size: 4, branching: 32, iterations: 5, centers_init: :random, cluster_boundary_index: 0.5, target_precision: 0.9, build_weight: 0.01, memory_weight: 0.0, sample_fraction: 0.1, table_number: 12, key_size: 20, multi_probe_level: 2, log_level: :warn, random_seed: -1}
Method Summary
Methods inherited from InitializableStruct
Constructor Details
This class inherits a constructor from Flann::InitializableStruct