Hi,
I am trying to cluster words of some articles. I used TFIDF and Word2Vec in
Spark to get the vector for each word and I used KMeans to cluster the
words. Now, is there any way to get back the words from the vectors? I want
to know what words are there in each cluster.
I am aware that TFIDF does not have an inverse. Does anyone know how to get
back the words from the clusters?

Thank You
Regards,
Deep

Reply via email to