get_smote_coords: Produces noisy coordinates for SMOTE data

Description Usage Arguments Value

View source: R/ml_data_transformation.R

Description

Produces noisy coordinates for SMOTE data

Usage

1
get_smote_coords(coords, labels, smote_data, seed_preproc)

Arguments

coords

the coordinates of observations

labels

character or factor the labels

smote_data

a named list with two elements data and labels

seed_preproc

numeric seed for set.seed() to reproduce results

Value

a list with two elements data and labels


hrvg/RiverML documentation built on Oct. 12, 2020, 10:40 a.m.