Sampler1D: Sampler1D Class

Sampler1DR Documentation

Sampler1D Class

Description

1D sampler, abstract base class for Sampler like Sampler1DUnif, Sampler1DRfun, Sampler1DCateg and Sampler1DNormal.

Super class

paradox::Sampler -> Sampler1D

Active bindings

param

(ParamSet)
Returns the one-dimensional ParamSet that is sampled from.

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Note that this object is typically constructed via derived classes, e.g., Sampler1DUnif.

Usage
Sampler1D$new(param)
Arguments
param

(ParamSet)
Domain / support of the distribution we want to sample from. Must be one-dimensional.


Method clone()

The objects of this class are cloneable with this method.

Usage
Sampler1D$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Other Sampler: Sampler1DCateg, Sampler1DNormal, Sampler1DRfun, Sampler1DUnif, SamplerHierarchical, SamplerJointIndep, SamplerUnif, Sampler


mlr-org/phng documentation built on April 22, 2024, 4:34 p.m.