... | ... | @@ -27,7 +27,7 @@ initAndBuildModel( +string, +string, |
|
|
### Parameters
|
|
|
| Name | Type | Description | Default |
|
|
|
|------|------|-------------|---------|
|
|
|
| treeType | +string | Type of tree to use: "kd", "vp", "rp", "max-rp", "ub", "cover", "r", "r-star", "x", "ball", "hilbert-r", "r-plus", "r-plus-plus", "spill", "oct". | kd |
|
|
|
| treeType | +string | Type of tree to use: "kd", "vp", "rp", "max_rp", "ub", "cover", "r", "r_star", "x", "ball", "hilbert_r", "r_plus", "r_plus_plus", "spill", "oct". | kd |
|
|
|
| searchMode | +string | Type of neighbor search: "naive", "single_tree", "dual_tree", "greedy". | dual_tree |
|
|
|
| randomBasis | +integer(bool) | Before tree-building, project the data onto a random orthogonal basis. | (0)false |
|
|
|
| leafSize | +integer | Leaf size for tree building. Not used by cover trees | 20 |
|
... | ... | |