Learn R Programming

mldr.resampling (version 0.2.3)

REMEDIAL: Decouples highly imbalanced labels

Description

This function implements the REMEDIAL algorithm. It is a preprocessing algorithm for imbalanced multilabel datasets, whose aim is to decouple frequent and rare classes appearing in the same instance. For doing so, it aggregates new instances to the dataset and edit the labels present in them.

Usage

REMEDIAL(mld)

Value

An mldr object containing the preprocessed multilabel dataset

Arguments

mld

mldr object with the multilabel dataset to preprocess

Examples

Run this code
library(mldr)
REMEDIAL(birds)

Run the code above in your browser using DataLab