
public class AprioriResult extends BasicResult
| Modifier and Type | Field and Description | 
|---|---|
private List<BitSet> | 
solution
The frequent itemsets. 
 | 
private Map<BitSet,Integer> | 
supports
The supports of all itemsets. 
 | 
| Constructor and Description | 
|---|
AprioriResult(String name,
             String shortname,
             List<BitSet> solution,
             Map<BitSet,Integer> supports)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<BitSet> | 
getSolution()
Returns the frequent item sets. 
 | 
Map<BitSet,Integer> | 
getSupports()
Returns the frequencies of the frequent item sets. 
 | 
getLongName, getShortNameaddChildResult, getHierarchy, setHierarchy