Hi all,
Has anybody managed to use W-GeneralizedSequentialPatterns? I tried to use it with data that worked in WEKA, e.g.
@relation sequential_test_set
@attribute day {1, 2, 3}
@attribute power_consumption {power=base, power=peak}
@attribute wind_speed {wind=calm, wind=breeze}
@data1,power=base,wind=calm
1,power=peak,wind=breeze
2,power=base,wind=calm
2,power=peak,wind=breeze
3,power=base,wind=calm
3,power=peak,wind=breeze
and Rapid Miner generates an error saying that W-GeneralizedSequentialPatterns Cannot handle missing values. It is strange because there are no missing values in this file.
If this component does not work in RM maybe there is some other possibility to process sequential patterns in RMr?
regards,
Szymon