sub-.mlresult: Filter a Multi-Label Result

Description Usage Arguments Value

Description

If column filter is performed, then the result will be a matrix. Otherwise, the result will be a mlresult.

Usage

1
2
## S3 method for class 'mlresult'
mlresult[rowFilter = T, colFilter, ...]

Arguments

mlresult

A mlresult object

rowFilter

A list of rows to filter

colFilter

A list of columns to filter

...

Extra parameters to be used as the filter

Value

mlresult or matrix. If column filter is performed, then the result will be a matrix. Otherwise, the result will be a mlresult.


utiml documentation built on May 31, 2021, 9:09 a.m.