convCheck: Convergence checks

Description Usage Arguments Value Functions

Description

The convergence check functions compare two weight matrices and returns the value of the convergence criterion describing the difference between the two weight matrices.

Usage

1
2
3
4
5
convCheck.relative(Wnew, Wold)

convCheck.square(Wnew, Wold)

convCheck.absolute(Wnew, Wold)

Arguments

Wnew

Current weight matrix

Wold

Weight matrix from the previous iteration

Value

Scalar value of the convergence criterion

Functions


matrixpls documentation built on April 28, 2021, 5:07 p.m.