View source: R/calculate_convergence.R
calculate_convergence | R Documentation |
Calculates convergence based on NMSE. Details on the convergence criterion calculation are provided in the package vignettes.
calculate_convergence(err, weights)
err |
dataframe containing OOB or apparent errors for each iteration. |
weights |
vector of weights in the same format as for the |
A list with elements
converged |
boolean indicating if the algorithm has converged (TRUE) or not (FALSE) |
measure_old |
the total error of the previous iteration |
measure_new |
the total error of the last iteration |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.