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)
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.
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.