Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LCM: Linear time Closed itemset Miner

TODO

  • Refactoring lcm and publish on github. Now, lcm install method is too old.
  • Use Cython to call lcm. Maybe Cython is most useful to call a module implemented by c language.
  • version control and publish to PyPI

Install

To install LCM ver. 5.3., run install/install_lcm.sh. If you need, set INSTALL_PATH in shell script. ref. http://research.nii.ac.jp/~uno/codes-j.htm

Install as module

pip install git+ssh://git@github.com/YuseiYokoyama/python-lcm.git
#pip install git+ssh://git@github.com/YuseiYokoyama/python-lcm.git@master
#pip install git+ssh://git@github.com/YuseiYokoyama/python-lcm.git@v0.1.0

Uninstall

pip uninstall lcm

Related

fp grouth is also frequent itemset mining algorithm.

So, LCM is faster.

About

python wrapper for LCM (Linear time Closed itemset Miner) ver.5

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages