Last chance! 50% off unlimited learning
Sale ends in
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.
name(object, ...)
"name"(object, all = FALSE)
name(object, ...)<-value
name
methodTRUE
), or only the first (primary) one
(FALSE
).signature(object = "Strategy")
:
Returns the name of an algorithm signature(object = "Strategy")
:
Returns the name of an algorithm signature(object = "Strategy", value
= "character")
: Sets the name(s) of an NMF algorithm signature(object = "Strategy", value
= "character")
: Sets the name(s) of an NMF algorithm