Calls graphics::hist() and the result is coerced to a distr6::Distribution.
This Learner can be instantiated via the dictionary mlr_learners or with the associated sugar function lrn():
LearnerDensHistogram$new() mlr_learners$get("dens.hist") lrn("dens.hist")
Type: "dens"
Predict Types: pdf, cdf
Feature Types: logical, integer, numeric, character, factor, ordered
Properties: -
Packages: distr6
Other density estimators:
mlr_learners_dens.kde
mlr3::Learner -> mlr3proba::LearnerDens -> LearnerDensHistogram
new()Creates a new instance of this R6 class.
LearnerDensHistogram$new()
clone()The objects of this class are cloneable with this method.
LearnerDensHistogram$clone(deep = FALSE)
deepWhether to make a deep clone.