Adding New Algorithms
Likhitha-palla
released this
07 Jul 07:05
·
2141 commits
to main
since this release
CUDA Frequent Pattern Mining:
Parallel EFIM algorithm to mine high utility patterns:
Periodic pattern mining algorithms using CUDA:
Geo-referenced Frequent Sequence Patterns:
Frequent Pattern Mining over Data Streams:
High Utility Pattern Mining over Data Streams:
Added new codes to generate synthetic databases (PAMI/extras/syntheticDatabaseGenerator):
- createSyntheticTransactions (To create synthetic transactional database)
- createSyntheticTemporal (To create synthetic temporal database)
- createSyntheticUtility (To create synthetic utility database)
- createUncertainTransactions (To create synthetic uncertain transaction database)
- createUncertainTemporal (To create synthetic uncertain temporal database)
- createGeoreferentialTransactions ((To create synthetic geo-referential transaction database)
- createGeoreferentialTemporal (To create synthetic geo-referential temporal database)
- createGeoreferentialUncertainTransactions (To create synthetic geo-referential uncertain transaction database)