Open GoogleCodeExporter opened 9 years ago
The problem I think is that the CLusterResults command you're using is asking
to use the term "docvectors.bin" as a search query, not as an input file.
What you want instead is ClusterVectorStore - see
http://semanticvectors.googlecode.com/svn/javadoc/latest-stable/pitt/search/sema
nticvectors/ClusterVectorStore.html#main(java.lang.String[]).
Please try this and write back saying whether it works or not, if you have any
further trouble I'll try to help.
Original comment by dwidd...@gmail.com
on 4 Mar 2014 at 5:20
Sir,
Actually it's still not working, on running using ClusterVectorStore, I
am getting output like this:-
INFO: Initializing clusters ...
Mar 05, 2014 6:10:33 PM pitt.search.semanticvectors.ClusterResults
kMeansCluster
INFO: Iterating k-means assignment ...
Mar 05, 2014 6:10:33 PM pitt.search.semanticvectors.ClusterResults
kMeansCluster
INFO: Got to stable clusters ...
Mar 05, 2014 6:10:33 PM pitt.search.semanticvectors.ClusterVectorStore main
INFO: Clustering vectors ...
Mar 05, 2014 6:10:33 PM pitt.search.semanticvectors.ClusterResults
kMeansCluster
INFO: Initializing clusters ...
Mar 05, 2014 6:10:33 PM pitt.search.semanticvectors.ClusterResults
kMeansCluster
INFO: Iterating k-means assignment ...
Mar 05, 2014 6:10:33 PM pitt.search.semanticvectors.ClusterResults
kMeansCluster
INFO: Got to stable clusters ...
Mar 05, 2014 6:10:33 PM pitt.search.semanticvectors.ClusterVectorStore main
INFO: Clustering vectors ...
Mar 05, 2014 6:10:33 PM pitt.search.semanticvectors.ClusterResults
kMeansCluster
INFO: Initializing clusters ...
Mar 05, 2014 6:10:33 PM pitt.search.semanticvectors.ClusterResults
kMeansCluster
INFO: Iterating k-means assignment ...
Mar 05, 2014 6:10:33 PM pitt.search.semanticvectors.ClusterResults
kMeansCluster
INFO: Got to stable clusters ...
Mar 05, 2014 6:10:33 PM pitt.search.semanticvectors.ClusterVectorStore main
INFO: Clustering vectors ...
Mar 05, 2014 6:10:33 PM pitt.search.semanticvectors.ClusterResults
kMeansCluster
INFO: Initializing clusters ...
Mar 05, 2014 6:10:33 PM pitt.search.semanticvectors.ClusterResults
kMeansCluster
INFO: Iterating k-means assignment ...
Mar 05, 2014 6:10:33 PM pitt.search.semanticvectors.ClusterResults
kMeansCluster
INFO: Got to stable clusters ...
John NaN
I think that it worked correctly, but I want to know the cluster vectors
for which I am not getting a binary file like "cluster_centroids.bin".
Can you please tell me how to get it??
Original comment by rohitdee...@gmail.com
on 5 Mar 2014 at 12:39
I don't know where this is going wrong right now - should be able to take a
look within the next few days.
Can you check out the code and see where the NaN is occurring?
Which corpus are you using?
Original comment by dwidd...@gmail.com
on 6 Mar 2014 at 5:27
Original issue reported on code.google.com by
rohitdee...@gmail.com
on 4 Mar 2014 at 12:22