Learn R Programming

ICAOD (version 0.9.2)

iterate: update the object by running the ICA algorithm for more number of iterations.

Description

Runs the algorithm for more number of iterations and update the results.

Usage

iterate(object, iter)

Arguments

object

object of class 'ICA'.

iter

number of iterations.

Value

object of class 'ICA'.

See Also

iterate.ICA