| Author | Lily Dong |
| Creation date | 06/01/2011 |
| Firing policy | all |
| Package | org.seasr.meandre.components.discovery.ruleassociation.fptree |
DESCRIPTION
Overview: This module will scan the item sets in an FPProb object and determine the minimum and maximum supports. It adds this information to the FPProb object before writing it to output.
References: For more information on the FPGrowth frequent pattern mining algorithm, see "Mining Frequent Patterns without Candidate Generation"Jiawei Han, Jian Pei, and Yiwen Yin, 2000.
Data Handling: This module modifies the support boundary values in the FPProb object.
INPUTS
| Name | Description | Example |
|---|---|---|
FPProb |
The output parameters encapsulated in an FPProb object. TYPE: org.seasr.meandre.support.components.discovery.ruleassociation.fpgrowth.support.FPProb |
OUTPUTS
| Name | Description | Example |
|---|---|---|
FPProb |
The output parameters encapsulated in an FPProb object. TYPE: org.seasr.meandre.support.components.discovery.ruleassociation.fpgrowth.support.FPProb |
PROPERTIES
| Name | Description | Default value |
|---|---|---|
verbose |
Verbose output. |
false |
discoverMaxSupport |
In addition to the minimum support boundary, find the maximum support boundary. |
false |
Add Comment