View source: R/permute_sample_order_class.R
permute_sample_order | R Documentation |
The order of samples in the data matrix is randomly permuted. The relationship between the samples and the sample meta data is maintained.
permute_sample_order(number_of_permutations = 10, ...)
number_of_permutations |
(numeric, integer) The number of times the sample order is permuted. The default is |
... |
Additional slots and values passed to |
A permute_sample_order
object with the following output
slots:
results | (data.frame) |
metric | (data.frame) |
metric.train | (numeric) |
A permute_sample_order
object inherits the following struct
classes:
[permute_sample_order]
>> [resampler]
>> [iterator]
>> [struct_class]
M = permute_sample_order(
number_of_permutations = 100)
C = permute_sample_order()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.