Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 621 Bytes

File metadata and controls

7 lines (5 loc) · 621 Bytes

GSPAlgorithm-DataMiningCourse-ITE5thYear

This repo is migrated to: https://github.com/mo-waseem/gsp-algorithm-implementation

Here we've defined some drivers to help implementing the GSP algorithm from scratch (with some simplifying assumptions, like not having an itemset of length > 1 withing a sequence, although it matches many real situations, like text mining and website clicks analyzing).

BEFORE START, READ THIS:

This code for all BUT if you have an assignment anywhere about this algorithm I prefer reading the code first and understanding it (it's not hard) THEN you can benefit from it as you want.