|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.learner.associations.BooleanAttributeItem
public class BooleanAttributeItem
This is an Item based on boolean attributes.
| Constructor Summary | |
|---|---|
BooleanAttributeItem(Attribute item)
|
|
| Method Summary | |
|---|---|
int |
compareTo(Item arg0)
|
boolean |
equals(java.lang.Object other)
|
int |
getFrequency()
This method returns the frequency of this item |
java.lang.String |
getName()
|
int |
hashCode()
|
void |
increaseFrequency()
This method adds one to the frequency of this item |
void |
increaseFrequency(double value)
|
void |
increaseFrequency(int value)
This method increases the frequency of this item by value |
java.lang.String |
toString()
This method returns a human readable String representation of this item. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BooleanAttributeItem(Attribute item)
| Method Detail |
|---|
public int getFrequency()
Item
getFrequency in interface Itempublic void increaseFrequency()
Item
increaseFrequency in interface Itempublic void increaseFrequency(double value)
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(Item arg0)
compareTo in interface java.lang.Comparable<Item>public java.lang.String getName()
public java.lang.String toString()
Item
toString in interface ItemtoString in class java.lang.Objectpublic void increaseFrequency(int value)
Item
increaseFrequency in interface Itemvalue - is added to the frequency
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||