I am using java encog machine learning library for running kmeans clustering. The problem is that it is possible only on numeric data. Is there a way to vectorize the text file(data) so that I can directly feed into the kmeans clustering algorithm.
I am new to this space. Any help is appreciated.