sub-.mldr: Filter rows in a'mldr' returning a new 'mldr'

Description Usage Arguments Value See Also Examples

Description

Generates a new mldr object containing the selected rows from an existent mldr

Usage

1
2
## S3 method for class 'mldr'
mldrObject[rowFilter = T]

Arguments

mldrObject

Original mldr object from which some rows are going to be selected

rowFilter

Expression to filter the rows

Value

A new mldr object with the selected rows

See Also

mldr_from_dataframe, ==.mldr, +.mldr

Examples

1
2
3
4
5
library(mldr)

highlycoupled <- genbase[.SCUMBLE > 0.05] # Select instances with highly imbalanced coupled labels
summary(highlycoupled)   # Compare the selected instances
summary(genbase)         # with the traits of the original MLD

fcharte/mldr documentation built on Dec. 16, 2019, 12:56 p.m.