Exported for internal use.
makeClassifTaskDesc(id, data, target, weights, blocking, positive, coordinates)makeClusterTaskDesc(id, data, weights, blocking, coordinates)
makeCostSensTaskDesc(id, data, target, blocking, costs, coordinates)
makeMultilabelTaskDesc(id, data, target, weights, blocking, coordinates)
makeRegrTaskDesc(id, data, target, weights, blocking, coordinates)
makeSurvTaskDesc(id, data, target, weights, blocking, coordinates)
(character(1)
)
task id
(data.frame) data
(character) target columns
(numeric) weights
([numeric` task data blocking
(data.frame) Coordinates of a spatial data set that will be used for spatial partitioning of the data in a spatial cross-validation resampling setting. Coordinates have to be numeric values. Provided (data.frame) needs to have the same number of rows as data and consist of at least two dimensions.