View source: R/visualize_threshold.R
visualize_threshold | R Documentation |
Title
visualize_threshold( dataset.name, d.vec, df.train, df.test, model.relation = "", initial.scores, alpha = 0.05, save.plots = TRUE, output.dir = "Output" )
dataset.name |
Name of the Dataset (String) |
d.vec |
Vector containing the mahalanobis distance based metric across different train-test splits |
df.train |
Train Partition (R DataFrame) |
df.test |
Test Partition (R DataFrame) |
model.relation |
The relation used for regression model |
initial.scores |
The performance metric value for the given initial train-test split |
alpha |
The level of the test for visualize_threshold, default set to 0.05 |
save.plots |
Saves plots in output.dir when set to TRUE |
output.dir |
The path to output directory the plots are saved to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.