Skip to content

Commit

Permalink
Commenting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Chen committed Mar 22, 2012
1 parent fb5c41c commit 83e2a8c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dpgmm.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
'''
Code to calculate clusters using a Dirichlet Process
Gaussian mixture model.
Requires scikit-learn:
http://scikit-learn.org/stable/
'''

import numpy
from sklearn import mixture

Expand Down
2 changes: 2 additions & 0 deletions plots.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Some of the plots used in the blog post.

##########
# POLYA URN MODEL
##########
Expand Down

0 comments on commit 83e2a8c

Please sign in to comment.