get_results_matrix | R Documentation |
Translates activeEM() output object into result matrix for graphing.
get_results_matrix(out, out_sample = FALSE, model_name)
out |
list; Output from 'active_EM' function. |
out_sample |
logical; Indicates whether to get output matrix out of sample test. Will only work if 'active_EM' exports an 'out_docs' object. |
model_name |
string; Name of model. |
mtx; Object for feeding into 'get_figure_grid' function.
Ensure that 'exportAll = T' in 'active_EM' function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.