Learn R Programming

NMF (version 0.2.2)

NMFStrategyOctave-class: S4 Interface for Octave-Matlab NMF Algorithms

Description

This class implements the virtual interface NMFStrategy for NMF algorithms that are implemented in Octave/Matlab, and provided as a set of .m files or as plain code.

Usage

## S3 method for class 'NMFStrategyOctave':
show(object)

Arguments

object
Any R object

Details

The run method for this class runs the algorithms via the RcppOctave package.