renozao / NMF

NMF: A Flexible R package for Nonnegative Matrix Factorization
139 stars 41 forks source link

Getting get_Random.seed error #170

Open suhasaii opened 2 years ago

suhasaii commented 2 years ago

generate a synthetic dataset with known classes

n <- 50; counts <- c(5, 5, 8); V <- syntheticNMF(n, counts)

perform a 3-rank NMF using the default algorithm

res <- nmf(V, 3) Error in .get_Random.seed() : could not find function ".get_Random.seed"

zhuxf-lab commented 1 year ago

I got the same error. Have you solved it?