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

Possible typo in SortClusters function #10

Open
nvolkovaGEL opened this issue Dec 12, 2024 · 1 comment
Open

Possible typo in SortClusters function #10

nvolkovaGEL opened this issue Dec 12, 2024 · 1 comment

Comments

@nvolkovaGEL
Copy link

Hello,

We've been going through the code to understand the potential variability within the model, and spotted that the model$logResponsibility is assigned with model$responsibility in this line - is that a typo, or is there any reason to do specifically that?

if (!is.matrix(model$responsibility) ) {
  model$responsibility <- t ( as.matrix(model$responsibility)  )
  model$logResponsibility <- t ( as.matrix(model$responsibility)  )
}

model$logResponsibility <- t ( as.matrix(model$responsibility) )

Thank you in advance.

Best regards,
Nadezda

@keyuan
Copy link
Owner

keyuan commented Dec 12, 2024

Hi Nadezda,

You are right. It is indeed a typo.

Best, ke

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