| MLBase | R Documentation |
Basic R6 Class for the mlexperiments package
Basic R6 Class for the mlexperiments package
resultsA 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)
seedAn integer. Needs to be set for reproducibility purposes.
ncoresAn 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.