|
Carrot2 Framework
API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.filter.haog.fi.algorithm.AprioriEngine
public class AprioriEngine
Class containing main logic for Apriori based algorithm. It contains methods for frequent itemsets generation.
| Constructor Summary | |
|---|---|
AprioriEngine()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addTokenizedDocument(TokenizedDocument document)
This method adds document for processing. |
void |
flushResources()
This method releases resources connected with this object. |
List |
getClusters(FIParameters params)
Gets clusters created by Apriori based algorithm. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AprioriEngine()
| Method Detail |
|---|
public void flushResources()
public void addTokenizedDocument(TokenizedDocument document)
document - - Document to add to processing.public List getClusters(FIParameters params)
params - - Parameters for algorithm.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||