NMFStrategy(name, method, ...) ## S3 method for class 'NMFStrategy,matrix,NMFfit':
run(object, y, x,
...)
## S3 method for class 'NMFStrategy,matrix,NMF':
run(object, y, x, ...)
## S3 method for class 'NMFStrategyFunction,matrix,NMFfit':
run(object,
y, x, ...)
## S3 method for class 'NMFStrategyIterative,matrix,NMFfit':
run(object,
y, x, .stop = NULL,
maxIter = nmf.getOption("maxIter") %||% 2000, ...)
## S3 method for class 'NMFStrategyIterativeX,matrix,NMFfit':
run(object,
y, x, maxIter, ...)
## S3 method for class 'NMFStrategyOctave,matrix,NMFfit':
run(object,
y, x, ...)
new
.