NMFStrategy: Factory Method for NMFStrategy Objects

Description Usage Arguments Methods (by generic)

Description

Creates NMFStrategy objects that wraps implementation of NMF algorithms into a unified interface.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
NMFStrategy(name, method, ...)

## S4 method for signature 'character,'function''
NMFStrategy(name, method, ...)

## S4 method for signature 'character,NMFStrategy'
NMFStrategy(name, method, ...)

## S4 method for signature 'NMFStrategy,missing'
NMFStrategy(name, method, ...)

## S4 method for signature 'missing,character'
NMFStrategy(name, method, ...)

## S4 method for signature ''NULL',NMFStrategy'
NMFStrategy(name, method, ...)

## S4 method for signature 'character,character'
NMFStrategy(name, method, ...)

## S4 method for signature ''NULL',character'
NMFStrategy(name, method, ...)

## S4 method for signature 'character,missing'
NMFStrategy(name, method, ...)

Arguments

name

name/key of an NMF algorithm.

method

definition of the algorithm

...

extra arguments passed to new.

Methods (by generic)

nmfFormals:

NMFStrategy:


renozao/NMF documentation built on June 14, 2020, 9:35 p.m.