replace_na: replace_na

View source: R/rc.feature.replace.na.R

replace_naR Documentation

replace_na

Description

add rc.feature.replace.na params in ramclustObj

Usage

replace_na(data, replace.int, replace.zero, replace.noise)

Arguments

data

selected data frame to use

replace.int

default = 0.1. proportion of minimum feature value to replace NA (or zero) values with

replace.zero

logical if TRUE, any zero values are replaced with noise as if they were NA values

replace.noise

default = 0.1. proportion ofreplace.int value by which noise is added via 'jitter'

Value

selected ramclustR data frame with NA and zero values removed.

number of features replaced


RAMClustR documentation built on Oct. 20, 2023, 5:08 p.m.