|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Item | |
|---|---|
| com.rapidminer.operator.learner.associations | This package contains classes and operators for association rule mining and frequent item set mining. |
| com.rapidminer.operator.learner.associations.fpgrowth | This package contains classes and operators for association rule mining and frequent item set mining based on FPGrowth. |
| Uses of Item in com.rapidminer.operator.learner.associations |
|---|
| Classes in com.rapidminer.operator.learner.associations that implement Item | |
|---|---|
class |
BooleanAttributeItem
This is an Item based on boolean attributes. |
| Methods in com.rapidminer.operator.learner.associations that return Item | |
|---|---|
Item[] |
AssociationRules.getAllConclusionItems()
|
Item |
FrequentItemSet.getItem(int index)
|
| Methods in com.rapidminer.operator.learner.associations that return types with arguments of type Item | |
|---|---|
java.util.Iterator<Item> |
AssociationRule.getConclusionItems()
|
java.util.Collection<Item> |
FrequentItemSet.getItems()
|
java.util.Iterator<Item> |
AssociationRule.getPremiseItems()
|
| Methods in com.rapidminer.operator.learner.associations with parameters of type Item | |
|---|---|
void |
FrequentItemSet.addItem(Item item,
int frequency)
|
int |
BooleanAttributeItem.compareTo(Item arg0)
|
| Constructor parameters in com.rapidminer.operator.learner.associations with type arguments of type Item | |
|---|---|
AssociationRule(java.util.Collection<Item> premise,
java.util.Collection<Item> conclusion,
double totalSupport)
|
|
AssociationRule(java.util.Collection<Item> premise,
java.util.Collection<Item> conclusion,
double totalSupport)
|
|
FrequentItemSet(java.util.ArrayList<Item> items,
int frequency)
|
|
| Uses of Item in com.rapidminer.operator.learner.associations.fpgrowth |
|---|
| Fields in com.rapidminer.operator.learner.associations.fpgrowth declared as Item | |
|---|---|
protected Item |
FPTreeNode.nodeItem
|
| Fields in com.rapidminer.operator.learner.associations.fpgrowth with type parameters of type Item | |
|---|---|
protected java.util.Map<Item,FPTreeNode> |
FPTreeNode.children
|
| Methods in com.rapidminer.operator.learner.associations.fpgrowth that return Item | |
|---|---|
Item |
FPTreeNode.getNodeItem()
this returns the item, this node represents |
| Methods in com.rapidminer.operator.learner.associations.fpgrowth that return types with arguments of type Item | |
|---|---|
java.util.Map<Item,FPTreeNode> |
FPTreeNode.getChildren()
This returns the map, which maps the child nodes on items. |
java.util.Map<Item,Header> |
FPTree.getHeaderTable()
|
| Methods in com.rapidminer.operator.learner.associations.fpgrowth with parameters of type Item | |
|---|---|
FPTreeNode |
FPTreeNode.createChildNode(Item nodeItem)
this method creates a new childnode of this node, representing the node item |
| Method parameters in com.rapidminer.operator.learner.associations.fpgrowth with type arguments of type Item | |
|---|---|
void |
FPTree.addItemSet(java.util.Collection<Item> itemSet,
int weight)
This method adds a set of Items to the tree. |
void |
FPTreeNode.addItemSet(java.util.Collection<Item> itemSet,
java.util.Map<Item,Header> headerTable,
int weight)
This method only works at recursiondepth 0, therefore may only be used for tree constructing. |
void |
FPTreeNode.addItemSet(java.util.Collection<Item> itemSet,
java.util.Map<Item,Header> headerTable,
int weight)
This method only works at recursiondepth 0, therefore may only be used for tree constructing. |
| Constructors in com.rapidminer.operator.learner.associations.fpgrowth with parameters of type Item | |
|---|---|
FPTreeNode(FPTreeNode father,
Item nodeItem)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||