update.minimax: Updating an Object of Class 'minimax'

View source: R/3-UserMinimaxFunctions.R

update.minimaxR Documentation

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 class 'minimax'
update(object, iter, ...)

Arguments

object

An object of class minimax.

iter

Number of iterations.

...

An argument of no further use.

Value

Returns an updated object of class 'minimax' with additional iterations. See minimax for structure details.

See Also

minimax


ICAOD documentation built on Feb. 3, 2026, 5:07 p.m.

Related to update.minimax in ICAOD...