Open suhasaii opened 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"
n <- 50; counts <- c(5, 5, 8); V <- syntheticNMF(n, counts)
res <- nmf(V, 3) Error in .get_Random.seed() : could not find function ".get_Random.seed"
I got the same error. Have you solved it?