R/variance_thresholding.R
variance_thresholding.Rd
Find out about the variance of each feature and filter out the ones below a certain threshold
variance_thresholding(data, threshold = 0)
data | tibble. The features to select from |
---|---|
threshold | double. The variance threshold |
vector. The indexes of selected features
#> [1] 1# [1] 1