Rdocumentation
powered by
Learn R Programming
matrixpls (version 0.5.0)
convCheck.relative: Relative difference convergence check criterion
Description
Compares two weight matrices and returns the value of the relative difference convergence criterion.
Usage
convCheck.relative(Wnew, Wold)
Arguments
Wnew
Current weight matrix
Wold
Weight matrix from the previous iteration
Value
Scalar value of the convergence criterion
Details
Relative difference convergence criterion is the maximum of relative differences between weights from two iterations
See Also
Other Convergence checks:
convCheck.absolute
;
convCheck.square