You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The following parameters can be configured in the RandomCutForest builder.
60
60
| lambda | double | The decay factor (lambda value) used by stream samplers in this forest. | 1e-5 |
61
61
| numberOfTrees | int | The number of trees in this forest. | 100 |
62
62
| outputAfter | int | The number of points required by stream samplers before results are returned. | 0.25 * sampleSize |
63
-
| parallelExecutionEnabled | boolean | If true, then the forest will create an internal threadpool. Forest updates and traversals will be submitted to this threadpool, and individual trees will be updated or traversed in parallel. | true|
63
+
| parallelExecutionEnabled | boolean | If true, then the forest will create an internal threadpool. Forest updates and traversals will be submitted to this threadpool, and individual trees will be updated or traversed in parallel. For larger shingle sizes, dimensions, and number of trees, parallelization may improve throughput. We recommend users benchmark against their target use case. | false|
64
64
| randomSeed | long | A seed value used to initialize the random number generators in this forest. ||
65
65
| sampleSize | int | The sample size used by stream samplers in this forest | 256 |
66
66
| storeSequenceIndexesEnabled | boolean | If true, then sequence indexes (ordinals indicating when a point was added to a tree) will be stored in the forest along with poitn values. | false |
0 commit comments