ADASYNBar: Generate samples by ADASYN approach.

Description Usage Arguments Value

View source: R/ADASYNBar.R

Description

Generate samples by ADASYN approach.

Usage

1
ADASYNBar(p, n, nTarget, k, m)

Arguments

p

minority class samples

n

majority class samples

nTarget

the targeted number of samples to achieve

k

number of nearest neighbours in k-NN search used by the ADASYN algorithm, with the default value of 5

m

seeds from the positive class in m-NN search of the ADASYN algorithm, with the default value of 15

Value

sampleADA


OSTSC documentation built on May 2, 2019, 5:16 a.m.