dileepajayakody / semanticvectors

Automatically exported from code.google.com/p/semanticvectors
Other
1 stars 0 forks source link

How to get list of documents in a particular cluster after using k-means clustering? #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. How to get the list of the documents in a particular cluster after 
clustering using k-means clustering? 
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
I am using "semanticvectors-4.0 "  on ubuntu 12.04

Please provide any additional information below.

Original issue reported on code.google.com by rohitdee...@gmail.com on 2 Oct 2013 at 3:08

GoogleCodeExporter commented 9 years ago
1. Build an index, using e.g., java pitt.search.semanticvectors.BuildIndex 
-luceneindexpath positional_index/
See https://code.google.com/p/semanticvectors/wiki/InstallationInstructions

2. Run e.g. "java pitt.search.semanticvectors.ClusterVectorStore -numclusters 
40 docvectors.bin". If you want to analyze further, send the output to a file 
and examine in a text editor.

Original comment by dwidd...@gmail.com on 2 Oct 2013 at 3:45