R/seed-base.R

# Basic NMF seeding methods
# 
# Author: Renaud Gaujoux
###############################################################################

#' @include registry-seed.R
NULL

## Register base seeding methods
# None: do nothing and return object unchanged
setNMFSeed('none', function(object, x, ...){object}, overwrite=TRUE)
# Random: use function rnmf
setNMFSeed('random', rnmf, overwrite=TRUE)

Try the NMF package in your browser

Any scripts or data that you put into this service are public.

NMF documentation built on March 31, 2023, 6:55 p.m.