Skip to content

wangdx/FP-Growth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FP-growth algorithm c implement
(passed under fedora11 and ubuntu10.04)

Introduction
===

FP-growth is an algorithm for finding frequent item sets.
This is an implement using linux c, and just for experiment.

How to build
===

$cd ${fpgrowth.path}
$make

How to run
===

$cd ${fpgrowth.path}
$./fpgrowth -i datafile -t support -n transnum -m itemsnum [-o outputfile]

About the data format
===

[transID1]	[itemsNUM1]	item1	item2	...	itemn
[transID2]	[itemsNUM2]	item...

About

A datamining algorithm - FP Growth With C Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages