R implementation of Classifier-Adjusted Density Estimation, as described by Friedland, Gentzel, and Jensen in their white paper "Classifier-Adjusted Density Estimation for Anomaly Detection and One-Class Classification"
| 1 2 | train.cade(df, classifier = "randomForest",
  density.estimate = "uniform", true.prop = 0.5)
 | 
| df | data frame used for training | 
| classifier | classifier used to distinguish between true and false data points, must be one of: 
 | 
| density.estimate | method used to create false data points, must be one of 
 | 
| true.prop | proportion of true data points in final training set | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.