Learn R Programming

NMF (version 0.2.2)

algorithm,NMFStrategyOctave-method: Returns the name of the Octave/Matlab function that implements the NMF algorithm -- as stored in slot algorithm.

Description

Returns the name of the Octave/Matlab function that implements the NMF algorithm -- as stored in slot algorithm.

Usage

## S3 method for class 'NMFStrategyOctave':
algorithm(object,
    load = FALSE)

Arguments

load
logical that indicates if the algorithm should be loaded as an R function.
object
an object computed using some algorithm, or that describes an algorithm itself.