|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
LargeItemsetsFinder.java
This interface must be implemented by the algorithms that will look for large itemsets.
| Method Summary | |
int |
findLargeItemsets(DBReader dbReader,
DBCacheWriter cacheWriter,
float minSupport)
Find the frequent itemsets in a database |
| Method Detail |
public int findLargeItemsets(DBReader dbReader,
DBCacheWriter cacheWriter,
float minSupport)
dbReader - the object used to read from the databasecacheWriter - the object used to write to the cache
if this is null, then nothing will be saved, this is useful
for benchmarkingminSupport - the minimum support
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||