Learn R Programming

ICAOD (version 0.9.2)

iterate.ICA: Update an object of class 'ICA'

Description

Function iterate.ICA takes an object of class "ICA" and runs the ICA algorithm and updates the results.

Usage

# S3 method for ICA
iterate(object, iter)

Arguments

object

an object of class 'ICA'.

iter

number of iterations.

See Also

mica