Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend and Text Mining with SVD

Hi
We had a done a POC which consisted of Text mining in R. The R code used to create the matrix of occurrence of each word in the document and then do the SVD caclulations. The output from this was fed to Analytic models.
Now our question is - does Talend have something that be used to do SVD? We do not want to use R in the production and want to development everything using Talend. So has anyone done something like this or can throw some light around what are the possible options here?
-Kirti
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi Kirti,
For this SVD caclulations, could you please elaborate your case with an example with input and expected output values? 
Best regards
Sabrina
Anonymous
Not applicable
Author

Since you can use any Java in Talend take a look at the Apache Commons SVD
http://commons.apache.org/proper/commons-math/apidocs/org/apache/commons/math3/linear/SingularValueD...