Clustering for database of texts

User: "Mary61"
New Altair Community Member
Updated by Jocelyn
Hi , i have the same problem and thank you for your answer. i also have a text and by "process document " i separated each text to words. i have 100 texts i need to do classification. Anyone can tell me how i can choose one word for each row as a class, so i can use the clustering operator.


Sort by:
1 - 1 of 11
    User: "Telcontar120"
    New Altair Community Member
    You don't need to select only one word to do clustering.  The point of clustering is to operate in multi-dimensional space.  Just create your word vectors using text processing and then use an algorithm like k-means to separate your documents into clusters based on overall similarity.