Skip to content

Simencar/CHUI-PSO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHUI-PSO

This is a repository for CHUI-PSO, a particle swarm optimization algorithm for closed high-utility itemset mining in quantitative transactional data.

How to run:

  • Select minimum utility threshold, population size, and number of iterations in CHUI_PSO.java.
  • Set the "input" string in CHUI_PSO.java to the path of the dataset on file. The file must be in SPMF format, here are some example datasets.
  • Set the "output" string to any .txt file path. The discovered patterns are written to this file during execution.
  • Run main.java

The algorithm can also discover high-utility itemsets by changing the variable "closed" to False in CHUI_PSO.java

About

Evolutionary computation model for CHUI data mining

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages