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
[SOLVED] copy labels from one example set to an unlabeled Set
I have a data set which I have to do some manipulation on. This involves a transpose ( rotating) of the set. The labels are transposed with the data (that's right) to become the last example, now I drop them because I am doing numeric operations on the data. After that, I transpose the data back to respect the norm in RM i.e. Columns are Features/Attributes and rows are samples/examples/observations in my case measurements (spectra). At this step I get a naked Set to which I want to add the column with labels. I tried things like using operator select attr. to select only the labels from the original labeled set, then played with operator "join" or "union" but no luck. Ended up dropping the data in CSV and concatenating the columns outside RM. How could i do this in RM or should I ponder on using the R-extension to keep my workflow in one tool set?
0
Answers
I'm sorry if my problem was trivia to most people :-[, but I am a newbie to RM with MATLAB/Python background, so the language and mindset differs a bit here. Whatever, shame on me!
Happy Mining!
~Marius