Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting get_Random.seed error #170

Open
suhasaii opened this issue Jun 7, 2022 · 1 comment
Open

Getting get_Random.seed error #170

suhasaii opened this issue Jun 7, 2022 · 1 comment

Comments

@suhasaii
Copy link

suhasaii commented Jun 7, 2022

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
Copy link

I got the same error. Have you solved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants