View source: R/03_IFE_algorithm_functions.R
initialise_df_results | R Documentation |
Initialises a dataframe that will contain an overview of metrics for each estimated configuration (for example adjusted randindex).
initialise_df_results(robust, limit_est_groups = 20)
robust |
robust or classical estimation |
limit_est_groups |
maximum allowed number of groups that can be estimated |
Returns an empty data.frame.
initialise_df_results(TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.