|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
@Deprecated public class FrequentItemSetModel
| Constructor Summary | |
|---|---|
FrequentItemSetModel()
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getDBSize()
Deprecated. |
Collection<FrequentItemSet> |
getItemSets()
Deprecated. |
List<String> |
getNameMapping()
Deprecated. |
void |
loadFromModelContent(ModelContentRO model)
Deprecated. |
void |
saveToModelContent(ModelContentWO model)
Deprecated. Saves the itemsets to the model. |
void |
setDBSize(int dbSize)
Deprecated. |
void |
setFrequentItemsets(Collection<FrequentItemSet> frequentItemSets)
Deprecated. |
void |
setNameMapping(List<String> nameMapping)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrequentItemSetModel()
| Method Detail |
|---|
public void loadFromModelContent(ModelContentRO model)
throws InvalidSettingsException
model - the model containing information about the itemsets
InvalidSettingsException - if the model is not validpublic void saveToModelContent(ModelContentWO model)
model - the model the itemsets are saved topublic void setNameMapping(List<String> nameMapping)
nameMapping - the mapping from index to namepublic List<String> getNameMapping()
public int getDBSize()
public void setDBSize(int dbSize)
dbSize - the toal number of transactionspublic Collection<FrequentItemSet> getItemSets()
public void setFrequentItemsets(Collection<FrequentItemSet> frequentItemSets)
frequentItemSets - the frequent itemsets to store
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||