View source: R/visualize_clusters.R
visualize_clusters | R Documentation |
Title
visualize_clusters( df.scores, dataset.name, initial.scores, model.relation, save.plots = TRUE, output.dir, metric.performance = "Normalized AIC" )
df.scores |
Dataframe consisting of metric performance scores for different train-test splits |
dataset.name |
Name of the Dataset (String) |
initial.scores |
The performance metric value for the given initial train-test split |
model.relation |
The relation used for regression model |
save.plots |
Saves plots in output.dir when set to TRUE |
output.dir |
The path to output directory the plots are saved to |
metric.performance |
The performance metric, usually Normalized AIC |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.