isotree.set.nthreads | R Documentation |
Changes the number of threads that an isolation forest model object will use when calling functions such as 'predict'.
isotree.set.nthreads(model, nthreads = 1L)
model |
An Isolation Forest model (as returned by function isolation.forest) for which an indexer for terminal node numbers and/or distances will be added. The object will be modified in-place. |
nthreads |
Number of threads to set for this model object to use. |
The same 'model' object (as invisible), but now with a different configured number of threadst. Note the input object is modified in-place regardless.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.