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, distr
Feature Types: integer, numeric
Properties: -
Packages: mlr3 mlr3proba distr6
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.
Other density estimators: 
mlr_learners_dens.kde