registry-algorithm: Registry for NMF Algorithms

Description Usage Arguments Value

Description

Registry for NMF Algorithms

selectNMFMethod tries to select an appropriate NMF algorithm that is able to fit a given the NMF model.

getNMFMethod retrieves NMF algorithm objects from the registry.

existsNMFMethod tells if an NMF algorithm is registered under the

removeNMFMethod removes an NMF algorithm from the registry.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14

Arguments

name

name of a registered NMF algorithm

model

class name of an NMF model, i.e. a class that inherits from class NMF.

load

a logical that indicates if the selected algorithms should be loaded into NMFStrategy objects

exact

a logical that indicates if the access key should be matched exactly (TRUE) or partially (FALSE).

all

a logical that indicates if all algorithms that can fit model should be returned or only the default or first found.

quiet

a logical that indicates if the operation should be performed quietly, without throwing errors or warnings.

...

extra arguments passed to pkgreg_fetch or pkgreg_remove.

Value

selectNMFMethod returns a character vector or NMFStrategy objects, or NULL if no suitable algorithm was found.


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