choose the proper clustering method for Latent Semantic Analysis -
i want cluster text document find document same concept. i've done semantic similarity using latent semantic analysis (lsa), confuse clustering method should choose purpose . thank you
you can use hierarchical clustering. there package in r called rclusterpp efficient hierarchical clustering of large data (it parallel computation). can cut dendrogram tree different number of cluster within possible range , check cluster profiles using cross-tab.
Comments
Post a Comment