Description Usage Arguments Value See Also Examples
View source: R/NoiseDetection.R
Function to calculate de variation of a dataSet.
1  | getColumnsNoise(data, limit, inf, sup)
 | 
data | 
 an object of class data frame with a data set of variation.  | 
limit | 
 an double that represent the umbral for detect columns variation.  | 
inf | 
 an integer that represent the first column that you want review.  | 
sup | 
 an integer that represent the last column that you want review.  | 
an object of class data frame all columns that contains noise.
getColumnsNoise
1 2 3 4  | iris.x <- iris[,1:4]
diffValues <- calculateDiff(iris.x)
limit = 0.15
columnsNoise <- getColumnsNoise(diffValues, limit)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.