View source: R/mod_dimension_reduction_utils.R
plot_RMSE | R Documentation |
graph the root mean square error of cross validation according to components used.
plot_RMSE(
model,
n.comp,
titles = c("RMSE Segun Numero de Componentes", "Numero de Componente", "RMSE")
)
model |
a dimension reduction model. |
n.comp |
the optimum number of components. |
titles |
labels on the chart |
echarts4r plot
Ariel Arroyo <luis.ariel.arroyo@promidat.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.