|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.result.AprioriResult
public class AprioriResult
Result class for Apriori Algorithm.
| Field Summary | |
|---|---|
private List<BitSet> |
solution
The frequent itemsets. |
private Map<BitSet,Integer> |
supports
The supports of all itemsets. |
| Constructor Summary | |
|---|---|
AprioriResult(List<BitSet> solution,
Map<BitSet,Integer> supports)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getName()
Get a user-understandable name for this result. |
List<BitSet> |
getSolution()
Returns the frequent item sets. |
Map<BitSet,Integer> |
getSupports()
Returns the frequencies of the frequent item sets. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private List<BitSet> solution
private Map<BitSet,Integer> supports
| Constructor Detail |
|---|
public AprioriResult(List<BitSet> solution,
Map<BitSet,Integer> supports)
solution - Frequent itemsetssupports - Supports for the itemsets| Method Detail |
|---|
public List<BitSet> getSolution()
public Map<BitSet,Integer> getSupports()
public String getName()
Result
getName in interface Result
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||