generate_dirichlet_clusters_with_sampled_points: Draws from a Dirichlet distribution and shows the clusters
that were generated by this draw. Additionally, adds points to
these clusters and shows which clusters are occupied
Description
Each point is generated one at a time, need to hit enter to generate
a new point. Typing "x" will stop the clustering and the function
will return.
Usage
generate_dirichlet_clusters_with_sampled_points(n, a, K)
Arguments
n
Number of points to be drawn in the clusters
a
Parameter that will be passed in to a Gamma distribution
in order to draw from the Dirichlet distribution.