Sort Features Alphabetically
PipeOpSortFeatures.Rd
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.
Super classes
mlr3pipelines::PipeOp
-> mlr3pipelines::PipeOpTaskPreproc
-> mlr3pipelines::PipeOpTaskPreprocSimple
-> PipeOpSortFeatures
Methods
Method new()
Creates a new instance of this R6 class.
Usage
PipeOpSortFeatures$new(id = "sortfeatures")