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
GSP (Generalized sequential patterns) result view
Hi all,
I just started working with the GSP algorithm and ran into a problem when it comes to displaying the reuslts.
I ran a rather simple main process consisting of a retrieve-data-operator and the gsp-operator.
Regarding the data format, I believe, from what I have seen in earlier discussions, that my data is in the right format for the GSP:
Customer | Time_label | Sequence
customerA, 1, TypA
customerA, 2, TypA
customerA, 3, TypB
customerB, 1, TypB
customerB, 2, TypA
customerB, 3, TypB
customerC, 1, TypA
customerC, 2, TypA
customerC, 3, TypB
etc.
Also, the GSP-operator seems to work fine (no error messages), the result patterns seem not being correctly displayed to me. All I get is:
0.320: <Sequence> <Sequence>
0.135: <Sequence> <Sequence> <Sequence>
0.040: <Sequence> <Sequence> <Sequence> <Sequence>
0.012: <Sequence> <Sequence> <Sequence> <Sequence> <Sequence>
What I have expected or should be displayed instead is e.g.:
0.320: <TypA> <TypA>
0.135: <TypA> <TypA> <TypB>
Why is only the column-name displayed in the patterns instead of the actual values?
What do I have to adjust or change?
Any help is highly appreciated. Thank you in advance.
Bregads
Stefan
I just started working with the GSP algorithm and ran into a problem when it comes to displaying the reuslts.
I ran a rather simple main process consisting of a retrieve-data-operator and the gsp-operator.
Regarding the data format, I believe, from what I have seen in earlier discussions, that my data is in the right format for the GSP:
Customer | Time_label | Sequence
customerA, 1, TypA
customerA, 2, TypA
customerA, 3, TypB
customerB, 1, TypB
customerB, 2, TypA
customerB, 3, TypB
customerC, 1, TypA
customerC, 2, TypA
customerC, 3, TypB
etc.
Also, the GSP-operator seems to work fine (no error messages), the result patterns seem not being correctly displayed to me. All I get is:
0.320: <Sequence> <Sequence>
0.135: <Sequence> <Sequence> <Sequence>
0.040: <Sequence> <Sequence> <Sequence> <Sequence>
0.012: <Sequence> <Sequence> <Sequence> <Sequence> <Sequence>
What I have expected or should be displayed instead is e.g.:
0.320: <TypA> <TypA>
0.135: <TypA> <TypA> <TypB>
Why is only the column-name displayed in the patterns instead of the actual values?
What do I have to adjust or change?
Any help is highly appreciated. Thank you in advance.
Bregads
Stefan
0
Answers
any responses to my issue will be answered/discussed under this thread:
http://rapid-i.com/rapidforum/index.php/topic,4311.0.html
Thanx