Learn R Programming

ICAOD (version 0.9.8)

iterate: Updating an Object of Class 'bayes' or 'minimax'

Description

Runs ICA for more number of iterations.

Usage

iterate(object, iter)

Arguments

object

An object of class 'minimax' or 'bayes'.

iter

Number of iterations.

Value

An (updated) object of class 'bayes' or 'minimax'.

See Also

iterate.minimax and iterate.bayes.