mlr_learners_dens.logspline: Density Logspline Learner

mlr_learners_dens.logsplineR Documentation

Density Logspline Learner

Description

Density logspline learner. Calls logspline::logspline() from logspline.

Dictionary

This Learner can be instantiated via the dictionary mlr_learners or with the associated sugar function lrn():

mlr_learners$get("dens.logspline")
lrn("dens.logspline")

Meta Information

Parameters

Id Type Default Levels Range
lbound numeric - (-\infty, \infty)
ubound numeric - (-\infty, \infty)
maxknots numeric 0 [0, \infty)
knots untyped - -
nknots numeric 0 [0, \infty)
penalty untyped - -
silent logical TRUE TRUE, FALSE -
mind numeric -1 (-\infty, \infty)
error.action integer 2 [0, 2]

Super classes

mlr3::Learner -> mlr3proba::LearnerDens -> LearnerDensLogspline

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
LearnerDensLogspline$new()

Method clone()

The objects of this class are cloneable with this method.

Usage
LearnerDensLogspline$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

RaphaelS1

References

Kooperberg, Charles, Stone, J C (1992). “Logspline density estimation for censored data.” Journal of Computational and Graphical Statistics, 1(4), 301–328.

See Also

Examples

learner = mlr3::lrn("dens.logspline")
print(learner)

# available parameters:
learner$param_set$ids()

mlr-org/mlr3extralearners documentation built on April 13, 2024, 5:25 a.m.