# NOT RUN {
# Load the CNAE2 dataset
data("CNAE2")
# Perform parameter estimation and clustering, very few iterations used for this example
deep_CNAE2 = deep_mou_gibbs(x = CNAE2, k = 2, g = 2, n_it = 5, burn_in = 2)
# Shows cluster labels to documents
deep_CNAE2$clusters
# }
Run the code above in your browser using DataLab