generate_variances | R Documentation |
Given an instance the function will generate a variance number for each individual node.
generate_variances( inst, distribution = "discrete_uniform", bounds = c(min = 10, max = 40) )
inst |
A list returned from the 'instance' function |
distribution |
A distribution to use, for only "discrete_uniform" is available |
bounds |
Bounds to use for the distribution in the uniform case |
a tibble with 'id' and 'score_variance'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.