8000 GitHub - night18/ChiMerge: Implement ChiMerge [1992] via python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

night18/ChiMerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ChiMerge

Implement ChiMerge [1992] via python

ChiMerge is announced by Randy Kerber in 1992. It is an algorithm that use X2 statistics to discretize numeric attribution, which is a good method to reduce the afford of calculate before data mining.

ChiMerger consists 4 basic step:

  1. Sort the data in ascending order.
  2. Define initial intervals so that every value is in a separate interval.
  3. Calculate the X2 of any two adjacent intervals .
  4. Find the smallest X2, and merge the intervals who own the X2
  5. Repeat 3 & 4 steps until all the X2 is larger than threshold value.

The project use iris data as example, you can get the data from https://archive.ics.uci.edu/ml/machine-learning-databases/iris/

About

Implement ChiMerge [1992] via python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0