UniformDistribution: Get a uniform distribution wrapper

Description Super class Public fields Methods

Description

Get a uniform distribution wrapper

Get a uniform distribution wrapper

Super class

ClassifierResult::Distribution -> UniformDistribution

Public fields

min

the min

max

the max

Methods

Public methods

Inherited methods

Method new()

get a Uniform distribution wrapper

Usage
UniformDistribution$new(min = runif(1, -3, 3), max = min + runif(1, 0.5, 6))
Arguments
min

the min value of the uniform distribution

max

the max value of the uniform distribution


Method label()

get a label for this distribution

Usage
UniformDistribution$label()

Method theoreticalEntropy()

calculates the theoretical entropy of the distribution

Usage
UniformDistribution$theoreticalEntropy()
Returns

a value


Method clone()

The objects of this class are cloneable with this method.

Usage
UniformDistribution$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


terminological/classifier-result documentation built on March 14, 2020, 8:04 a.m.