MLBase | R Documentation |
Basic R6 Class for the mlexperiments package
Basic R6 Class for the mlexperiments package
results
A list. This field is used to store the final results of the respective methods.
new()
Create a new MLBase
object.
MLBase$new(seed, ncores = -1L)
seed
An integer. Needs to be set for reproducibility purposes.
ncores
An integer to specify the number of cores used for
parallelization (default: -1L
).
A new MLBase
R6 object.
clone()
The objects of this class are cloneable with this method.
MLBase$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.