crp_graph_2d: CRP clustering visualization
Description
CRP clustering visualization
Usage
crp_graph_2d(data = data, z_result = z_result)
Arguments
data
: a matrix of data for clustering. Row is each data_i and column is dimensions of each data_i.
z_result
: an array denotes the number of a cluster for each data_i and it is the output of the method "crp_gibbs".