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
Refactor log likelihood initialization in clusterless GMM
Replaces the broadcasting approach for initializing log_likelihood with a more efficient multiplication using jnp.ones. Also simplifies the in-bounds filtering and conversion to JAX arrays for electrode features.
0 commit comments