|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.AbstractIOObject
com.rapidminer.operator.ResultObjectAdapter
com.rapidminer.operator.learner.associations.FrequentItemSets
public class FrequentItemSets
Contains a collection of FrequentItemSets.
| Constructor Summary | |
|---|---|
FrequentItemSets(int numberOfTransactions)
|
|
| Method Summary | |
|---|---|
void |
addFrequentSet(FrequentItemSet itemSet)
Adds a frequent item set to this container. |
java.lang.String |
getExtension()
Returns the default extension in file choosers. |
java.lang.String |
getFileDescription()
Returns the file description used in file choosers. |
FrequentItemSet |
getItemSet(int index)
|
int |
getMaximumSetSize()
|
int |
getNumberOfTransactions()
|
javax.swing.Icon |
getResultIcon()
Returns null. |
java.awt.Component |
getVisualizationComponent(IOContainer container)
Returns the visualization component. |
java.util.Iterator<FrequentItemSet> |
iterator()
|
int |
size()
|
void |
sortSets()
|
void |
sortSets(java.util.Comparator<FrequentItemSet> comparator)
|
java.lang.String |
toResultString()
The default implementation simply returns the result of the method Object.toString(). |
java.lang.String |
toString()
This method generates the a string representation of this object. |
java.lang.String |
toString(int maxNumber)
This method generates the a string representation of this object. |
| Methods inherited from class com.rapidminer.operator.ResultObjectAdapter |
|---|
addAction, getActions, getName, isSavable, log, logError, logNote, logWarning, save, toHTML |
| Methods inherited from class com.rapidminer.operator.AbstractIOObject |
|---|
copy, getLog, getSource, initWriting, read, setLoggingHandler, setSource, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.rapidminer.operator.IOObject |
|---|
copy, getLog, getSource, setLoggingHandler, setSource, write |
| Constructor Detail |
|---|
public FrequentItemSets(int numberOfTransactions)
| Method Detail |
|---|
public void addFrequentSet(FrequentItemSet itemSet)
itemSet - the frequent setpublic java.lang.String getExtension()
Saveable
getExtension in interface Saveablepublic java.lang.String getFileDescription()
Saveable
getFileDescription in interface Saveablepublic int getMaximumSetSize()
public java.util.Iterator<FrequentItemSet> iterator()
iterator in interface java.lang.Iterable<FrequentItemSet>public FrequentItemSet getItemSet(int index)
public void sortSets()
public void sortSets(java.util.Comparator<FrequentItemSet> comparator)
public int size()
public int getNumberOfTransactions()
public java.lang.String toResultString()
ResultObjectAdapterObject.toString().
toResultString in interface ResultObjecttoResultString in class ResultObjectAdapterpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(int maxNumber)
public java.awt.Component getVisualizationComponent(IOContainer container)
getVisualizationComponent in interface ResultObjectgetVisualizationComponent in class ResultObjectAdapterpublic javax.swing.Icon getResultIcon()
ResultObjectAdapter
getResultIcon in interface ResultObjectgetResultIcon in class ResultObjectAdapter
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||