The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Term Clustering, weight to matrix transformation"
hadi_aghasi
Member Posts: 1 Learner III
Hi,
I want to detect topics of some Persian texts. I computed tfidf measure for my extracted terms by own using .NET programming. I don't know how to do fallowing tasks:
1. convert tfidf values (in database) to matrix form. For clustering of terms (Topic Detection) I need matrix in RapidMiner.
2. how can transpose output matrix as real value for clustering terms instead of documents
Thanks for responding.
I want to detect topics of some Persian texts. I computed tfidf measure for my extracted terms by own using .NET programming. I don't know how to do fallowing tasks:
1. convert tfidf values (in database) to matrix form. For clustering of terms (Topic Detection) I need matrix in RapidMiner.
2. how can transpose output matrix as real value for clustering terms instead of documents
Thanks for responding.
Tagged:
0
Answers
I'm afraid but I cannot help you. For answering your first question, I would have to know how you did store your data in the database. You have to work this out for yourself or simply load the texts with rapid miner's text plugin.
There's an operator named "Transpose" which does surprisingly transpose the matrix. You might then apply normal clustering.
Greetings,
Sebastian