Learn R Programming

ICAOD (version 0.9.8)

iterate.minimax: Updating an Object of Class minimax

Description

Runs the ICA optimization algorithm on an object of class minimax for more number of iterations and updates the results.

Usage

# S3 method for minimax
iterate(object, iter)

Arguments

object

An object of class minimax.

iter

Number of iterations.

See Also

minimax