The algorithms in pami were packaged in a hierarchical fashion.
PAMI |-theoreticalModelOfPattern |-patternType (e.g., basic/maximal/closed/topk) |-algorithmName
Note: Understanding the structure of PAMI is crucial to import an algorithm in PAMI.
Referring/utilizing an algorithm in PAMI is as follows:
PAMI.theoreticalModelOfPattern.patternType.algorithmName
Example: PAMI.frequentPattern.basic.apriori