🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Extract SVD vectors and save to Excel"

User: "sby"
New Altair Community Member
Updated by Jocelyn
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? 

Find more posts tagged with

Sort by:
1 - 3 of 31
    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
    User: "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
    User: "sby"
    New Altair Community Member
    OP
    That's exactly what I was looking for. Thank you.