"Extract SVD vectors and save to Excel"

sby
sby New Altair Community Member
edited November 2024 in Community Q&A
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

  • MartinLiebig
    MartinLiebig
    Altair Employee
    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
  • David_A
    David_A New Altair Community Member
    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
  • sby
    sby New Altair Community Member
    That's exactly what I was looking for. Thank you.