-
On the scatter contour with clusters and membership probabilities the attribute that must be used is pyemma.markov_model.metastable_memberships, not metastable_distributions acording to the text:
> N…
-
First off, dada2 is great... I love software that just works with easy installation, and with a clear pipeline as outlined in the tutorial.
Second, sorry if this is the wrong place for this, since it…
-
matched
**kmeans from sklearn**
``` python
In [16]: from sklearn.cluster import k_means
In [17]: k_means?
In [18]: k_means(xyz, 3)
Out[18]:
(array([[ 14.23858333, 27.95998001, 17.09424305, ..., …
hainm updated
9 years ago
-
We have a simple PGM for this problem, but now we need to:
- [x] Expand that into maths
- [x] Discuss!
- [ ] Translate that in to a latex document, that describes how each PDF might be handled (sample…
-
We should have a proposal by Tuesday. During class we talked about adding novel heuristics to PSO. I think it's a great idea. We should also consider what models we want to choose. I suggest everythin…
-
The current error hierarchy https://github.com/marshall007/rethinkdb/blob/marshall_4472_js/drivers/javascript/errors.coffee#L24-L38 has caused some confusion about what a specific error type means.
L…
-
Let's try it one last time ;)
On line 25 [1] the current elements from the medoid cluster are passed to the compute_new_medoid function. As far as I can see k-medoids swaps the current medoid with an…
-
Hello, I am trying to install the multisearch pacakge from package manager but seems I can not find the package. Is it available now and what the name is it? Following is the package list I found -
…
-
I pull in bower assets into my rails app using [rails-assets.org](rails-assets.org). This takes bower packages and transforms them into gems that set appropriate vendor asset paths while keeping your …
-
The `cl_predict` method, used in the implementation of `clust.kmeans`, supports cluster membership probabilities as well as just returning the cluster ID. Add support for this in a generic way, cf. th…