View source: R/outlier_detection_functions.R
Given a data.frame, determines which points lie furthest away from their cluster centroids
1  | 
df: | 
 data.frame over which to run the algorithm  | 
cluster_max: | 
 the maximum number of clusters to test for providing feedback to the user  | 
percentile: | 
 the distance percentile in order to be deemed an outlier?  | 
scale: | 
 whether or not to scale the inputs  | 
skip: | 
 characer vector of which columns the algorithm should skip  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.