Strategy-class: Generic Strategy Class

Description Usage Arguments Slots Methods (by generic)

Description

(e.g., NMFStrategy).

name and name<- gets and sets the name associated with an object. In the case of Strategy objects it is the the name of the algorithm.

Usage

1
2
3
4
5
6
7
8
9
name(object, ...)

## S4 method for signature 'Strategy'
name(object, all = FALSE)

name(object, ...) <- value

## S4 replacement method for signature 'Strategy,character'
name(object) <- value

Arguments

object

an R object with a defined name method

...

extra arguments to allow extension

all

a logical that indicates if all the names associated with a strategy should be returned (TRUE), or only the first (primary) one (FALSE).

value

replacement value

Slots

name

character string giving the name of the algorithm

package

name of the package that defined the strategy.

defaults

default values for some of the algorithm's arguments.

Methods (by generic)

name:

name<-:


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