Description Super class Public fields Methods
Get a uniform distribution wrapper
Get a uniform distribution wrapper
ClassifierResult::Distribution
-> UniformDistribution
min
the min
max
the max
new()
get a Uniform distribution wrapper
UniformDistribution$new(min = runif(1, -3, 3), max = min + runif(1, 0.5, 6))
min
the min value of the uniform distribution
max
the max value of the uniform distribution
label()
get a label for this distribution
UniformDistribution$label()
theoreticalEntropy()
calculates the theoretical entropy of the distribution
UniformDistribution$theoreticalEntropy()
a value
clone()
The objects of this class are cloneable with this method.
UniformDistribution$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.