transform data to series

walidos07walidos07 MemberPosts:2Contributor I
edited August 2019 inHelp
Hello,
my data are defined as follows:
Sample T1 T2 T3 T4
S1 s11 s12 s13 s14
S2 s21 s22 s23 s24
S3 s31 s32 s33 s34
Each line is a time series data.
my question:how to transform my data to use series operators such as discrete wavelet transform for each instance s1, s2 and s3.
thank you for your help
Tagged:

Answers

  • awchisholmawchisholm RapidMiner Certified Expert, MemberPosts:458Unicorn
    Here's an example that you could use as a basis.























    <参数键= " number_of_peaks " value = " 1 " / >

    <连接from_port = "系列”to_op="Window Transformation" to_port="series"/>









    A cross validation including a linear regression.



































    Andrew
  • 韦塞尔韦塞尔 MemberPosts:537Guru
    This example is really good.

    Do you have more examples?

    I hardly ever use: "Process Series" because I don't understand how it works.
    But it seems really powerful.
  • awchisholmawchisholm RapidMiner Certified Expert, MemberPosts:458Unicorn
    Hello

    There are a few more examples on my blog

    http://rapidminernotes.blogspot.co.uk/search/label/Valueseries

    Andrew
  • 韦塞尔韦塞尔 MemberPosts:537Guru
    I don't understand how to download those .xml files on your blog.
  • awchisholmawchisholm RapidMiner Certified Expert, MemberPosts:458Unicorn
    For reasons I can't remember now, I keep all the files in Google Docs and it's too late to change now.

    Keep following the links until you find them.

    Andrew
Sign InorRegisterto comment.