This task specializes TaskUnsupervised for density estimation problems.
The data in backend should be a numeric vector or a one column matrix-like object.
The task_type is set to "density".
(DataBackend)
Either a DataBackend, a matrix-like object, or a numeric vector.
If weights are used then two columns expected, otherwise one column. The weight column
must be clearly specified (via [Task]$col_roles) or the learners will break.
Method clone()
The objects of this class are cloneable with this method.