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

How to use value_series

Legacy UserLegacy User Member Posts: 0 Newbie
edited June 2019 in Help
Hello,

I'm unable to figure out how to specify value_series (the actual syntax) in the data file specified by the aml file. Does anyone have any examples of this?

Also, is there any documentation (except the tutorial and gui manual) that explains in more detail when to use nominal, binominal, polynominal and single_value, value_series? 

best regards
Jørgen
Tagged:

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi Jørgen,
    the best thing to do if you approach value_series is to encode a series as an example, each point of time one attribute. For example if you would have this series:
    "9,2,5,1" then encode it as an example with the attributes "value1, value2, value3, value4". Multivariate time series might be encoded as "value1, value2, value3, value4, spectrum1, spectrum2, spectrum3, spectrum4" and so on...

    Binominal and Polynominal values are both nominal values, but binominal attributes allow only 2 values, polynominal attributes an arbitrary number.
    You should stick to single_values.


    Greetings,
      Sebastian
Sign In or Register to comment.