effspm 0.1.5__cp310-cp310-win_amd64.whl → 0.2.6__cp310-cp310-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. effspm/__init__.py +9 -2
  2. effspm/_core.cpp +91 -13
  3. effspm/_effspm.cp310-win_amd64.pyd +0 -0
  4. effspm/_effspm.cpp +609 -0
  5. effspm/btminer/src/build_mdd.cpp +63 -0
  6. effspm/btminer/src/build_mdd.hpp +40 -0
  7. effspm/btminer/src/freq_miner.cpp +179 -0
  8. effspm/btminer/src/freq_miner.hpp +39 -0
  9. effspm/btminer/src/load_inst.cpp +200 -0
  10. effspm/btminer/src/load_inst.hpp +25 -0
  11. effspm/btminer/src/utility.cpp +65 -0
  12. effspm/btminer/src/utility.hpp +40 -0
  13. effspm/freq_miner.hpp +7 -2
  14. effspm/htminer/src/build_mdd.cpp +192 -0
  15. effspm/htminer/src/build_mdd.hpp +64 -0
  16. effspm/htminer/src/freq_miner.cpp +350 -0
  17. effspm/htminer/src/freq_miner.hpp +60 -0
  18. effspm/htminer/src/load_inst.cpp +394 -0
  19. effspm/htminer/src/load_inst.hpp +23 -0
  20. effspm/htminer/src/utility.cpp +72 -0
  21. effspm/htminer/src/utility.hpp +77 -0
  22. effspm/largebm/src/build_mdd.cpp +137 -0
  23. effspm/largebm/src/build_mdd.hpp +47 -0
  24. effspm/largebm/src/freq_miner.cpp +349 -0
  25. effspm/largebm/src/freq_miner.hpp +48 -0
  26. effspm/largebm/src/load_inst.cpp +230 -0
  27. effspm/largebm/src/load_inst.hpp +45 -0
  28. effspm/largebm/src/utility.cpp +45 -0
  29. effspm/largebm/src/utility.hpp +18 -0
  30. effspm/largehm/src/build_mdd.cpp +174 -0
  31. effspm/largehm/src/build_mdd.hpp +93 -0
  32. effspm/largehm/src/freq_miner.cpp +445 -0
  33. effspm/largehm/src/freq_miner.hpp +77 -0
  34. effspm/largehm/src/load_inst.cpp +357 -0
  35. effspm/largehm/src/load_inst.hpp +64 -0
  36. effspm/largehm/src/utility.cpp +38 -0
  37. effspm/largehm/src/utility.hpp +29 -0
  38. effspm/largepp/src/freq_miner.cpp +170 -0
  39. effspm/largepp/src/freq_miner.hpp +43 -0
  40. effspm/largepp/src/load_inst.cpp +219 -0
  41. effspm/largepp/src/load_inst.hpp +28 -0
  42. effspm/largepp/src/utility.cpp +34 -0
  43. effspm/largepp/src/utility.hpp +21 -0
  44. effspm/load_inst.hpp +18 -12
  45. effspm-0.2.6.dist-info/METADATA +237 -0
  46. effspm-0.2.6.dist-info/RECORD +53 -0
  47. {effspm-0.1.5.dist-info → effspm-0.2.6.dist-info}/WHEEL +1 -1
  48. effspm/_core.cp310-win_amd64.pyd +0 -0
  49. effspm-0.1.5.dist-info/METADATA +0 -38
  50. effspm-0.1.5.dist-info/RECORD +0 -14
  51. {effspm-0.1.5.dist-info → effspm-0.2.6.dist-info}/licenses/LICENSE +0 -0
  52. {effspm-0.1.5.dist-info → effspm-0.2.6.dist-info}/top_level.txt +0 -0
@@ -1,38 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: effspm
3
- Version: 0.1.5
4
- Summary: Prefix‑Projection sequential pattern mining
5
- Home-page: https://github.com/yeshu999/effspm
6
- Author: yeshu999
7
- Author-email: yeshu999 <vootlayeswanth20@gmail.com>
8
- Project-URL: Homepage, https://github.com/yeshu999/effspm
9
- Project-URL: Source, https://github.com/yeshu999/effspm
10
- Classifier: Programming Language :: Python :: 3
11
- Classifier: Programming Language :: Python :: 3.7
12
- Classifier: Programming Language :: Python :: 3.8
13
- Classifier: Programming Language :: Python :: 3.9
14
- Classifier: Programming Language :: Python :: 3.10
15
- Classifier: Programming Language :: Python :: 3.11
16
- Classifier: Programming Language :: Python :: 3.12
17
- Classifier: Programming Language :: C++
18
- Classifier: License :: OSI Approved :: MIT License
19
- Classifier: Operating System :: OS Independent
20
- Requires-Python: >=3.7
21
- Description-Content-Type: text/markdown
22
- License-File: LICENSE
23
- Requires-Dist: pybind11>=2.6
24
- Dynamic: author
25
- Dynamic: home-page
26
- Dynamic: license-file
27
- Dynamic: requires-python
28
-
29
- # effspm
30
-
31
- **Efficient Sequential Pattern Mining via Prefix‑Projection**
32
-
33
- This library provides a Python interface to mine sequential patterns using the prefix‑projection algorithm, implemented in C++ for performance and exposed via pybind11.
34
-
35
- ## Installation
36
-
37
- ```bash
38
- pip install effspm
@@ -1,14 +0,0 @@
1
- effspm/__init__.py,sha256=Nqm5qpeFBGhn0dGdEIhIc9H-u6vpzBdlP5KEAEb-LIM,49
2
- effspm/_core.cp310-win_amd64.pyd,sha256=tVX5Z8gyJvBN-EnwdBgTrmrdq-Ib2E0o8_dsHJJiaWI,167936
3
- effspm/_core.cpp,sha256=3uqAf3NrZW6Ok-aPKK8lhWpdpwAu3M2dtPglZWMiJ3g,764
4
- effspm/freq_miner.cpp,sha256=qQDFPoPKY3ICaH2brm1CUKwNBhCy0-0dUWEoV_3FwME,4785
5
- effspm/freq_miner.hpp,sha256=Exp_4_7yIV0Y9U2I8kyImPoY8hWUFMIE--Zjf-G2TlI,712
6
- effspm/load_inst.cpp,sha256=kTEucQ5YU7xPdRjcM9ixAPk49cLJ8H8YN9gJsTrm7mM,4769
7
- effspm/load_inst.hpp,sha256=VxiVbYWe1I8tQvVZRrvwQ097xPxZM5CUn5CjyXM3c7U,465
8
- effspm/utility.cpp,sha256=OD5K0K0jQKgqVGJm91pSofImXOEVkDnqQvFh1qytvpA,1458
9
- effspm/utility.hpp,sha256=hECSm-ORd20QJMundbOLkZvo9nj-I2pXd5AokagyGqQ,773
10
- effspm-0.1.5.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
11
- effspm-0.1.5.dist-info/METADATA,sha256=fVoNUBxIuCDGMc3SzOTtKr1X1WeiA3y6e44EdqUBTns,1349
12
- effspm-0.1.5.dist-info/WHEEL,sha256=xtqxYTqke_XhXNhgwydvlroVayIzBVjJDMBpIgge99s,101
13
- effspm-0.1.5.dist-info/top_level.txt,sha256=2O-AuI0nw0pDmJMo2jzM1wvV2rj48AmkjskkAnsuuQk,7
14
- effspm-0.1.5.dist-info/RECORD,,