You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation it describes a function weights(gm) to get the weights of the mixture model. When I try to use this function however I get an error saying that the function does not exist.
The text was updated successfully, but these errors were encountered:
This is a general Julia problem, I think. If packages A and B both define function f which isn't in Base, then these definitions might clash. I think you can always say A.f and B.f to disambiguate.
In the documentation it describes a function weights(gm) to get the weights of the mixture model. When I try to use this function however I get an error saying that the function does not exist.
The text was updated successfully, but these errors were encountered: