[.mlresult {utiml} | R Documentation |
Filter a Multi-Label Result
Description
If column filter is performed, then the result will be a matrix. Otherwise, the result will be a mlresult.
Usage
## 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.
[Package utiml version 0.1.7 Index]