combine_randomized | R Documentation |
This function combines the randomized classifier results from a good results data frame and normalizes the performance matrix by the number of instances for each voxel index.
combine_randomized(model_spec, good_results, bad_results = NULL)
model_spec |
A list containing the model specification. |
good_results |
A data frame containing the successful classifier results. |
bad_results |
A data frame containing the unsuccessful classifier results. |
A list containing the combined and normalized performance matrix along with other information from the dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.