[.mldr {mldr} | R Documentation |
mldr
returning a new mldr
Generates a new mldr
object containing the selected
rows from an existent mldr
## S3 method for class 'mldr'
mldrObject[rowFilter = T]
mldrObject |
Original |
rowFilter |
Expression to filter the rows |
A new mldr
object with the selected rows
mldr_from_dataframe
, ==.mldr
, +.mldr
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