Skip to contents

A simple mlr3pipelines::PipeOp that ensures the $feature vector of the $col_roles active binding of a mlr3::Task is ordered alphabetically. This pipe operation inherits from mlr3pipelines::PipeOpTaskPreprocSimple.

Methods

Inherited methods


Method new()

Creates a new instance of this R6 class.

Usage

PipeOpSortFeatures$new(id = "sortfeatures")

Arguments

id

(character(1))
Identifier of resulting object, default "sortfeatures".


Method clone()

The objects of this class are cloneable with this method.

Usage

PipeOpSortFeatures$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.