Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

"Extract SVD vectors and save to Excel"

sbysby Member Posts: 2 Learner III
edited May 2019 in Help
How can I extract the SVD vectors generated by the SVD operator (available at the "pre" port) and save it as CSV or excel file? 
Tagged:

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,528 RM Data Scientist
    Hi,
    the "Converters Extension" has an operator called "SVD to ExampleSet". This converts the table to a normal table which you can use with Write CSV/Wrtie Excel.

    BR,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • David_ADavid_A Administrator, Moderator, Employee, RMResearcher, Member Posts: 297 RM Research
    Hi,

    the Converters extension (available via the RapidMiner marketplace) offers a SVD to ExampleSet  operator.
    Afterwards the Write CSV or  Write Excel  operator can be used to export the data.

    Best,
    David
  • sbysby Member Posts: 2 Learner III
    That's exactly what I was looking for. Thank you.
Sign In or Register to comment.