simOuts {oclust} | R Documentation |
Simulate Outliers
Description
simOuts generates uniform outliers in each dimension in (min- 2.range, max+ 2.range)
Usage
simOuts(data, alpha, seed = 123)
Arguments
data |
The data in data frame form |
alpha |
The proportion of outliers to add in terms of the original data size |
seed |
Set the seed for reproducibility |
Value
simOuts returns a data frame with the generated outliers appended to the original data.
[Package oclust version 0.2.0 Index]