- getCodeLengthLeft(FrequentItemSet) - Method in class com.rapidminer.krimp.CodeTable
-
Returns the size of itemSet
when its encoded by the standard code table.
- getCodeLengthRight(FrequentItemSet) - Method in class com.rapidminer.krimp.CodeTable
-
Returns the optimal code length of a specific itemset from this code
table or -1 if the itemset is not contained in this code table.
- getColumnCount() - Method in class com.rapidminer.krimp.gui.CodeTableModel
-
- getColumnCount() - Method in class com.rapidminer.krimp.gui.STCodeTableModel
-
- getColumnName(int) - Method in class com.rapidminer.krimp.gui.CodeTableModel
-
- getColumnName(int) - Method in class com.rapidminer.krimp.gui.STCodeTableModel
-
- getCompressedSize() - Method in class com.rapidminer.krimp.CodeTable
-
Returns the total compressed size of the encoded database and the code
table, in bits, as described in van Leeuwen, M.
- getFrequency(Set<Item>) - Method in class com.rapidminer.krimp.Database
-
Returns how often a specialized transaction is contained inside the
database.
- getItems() - Method in class com.rapidminer.krimp.Database
-
Returns the contained items.
- getItemSets() - Method in class com.rapidminer.krimp.CodeTable
-
Returns the coding set of this code table.
- getNumberOfEntrys() - Method in class com.rapidminer.krimp.CodeTable
-
Returns the number of entries for this code table.
- getNumberOfStoredItems() - Method in class com.rapidminer.krimp.Database
-
Returns the number of stored items in this database.
- getNumberOfTransactions() - Method in class com.rapidminer.krimp.Database
-
Returns the number of transactions inside this database.
- getParameterTypes() - Method in class com.rapidminer.krimp.KRIMP
-
- getRowCount() - Method in class com.rapidminer.krimp.gui.CodeTableModel
-
- getRowCount() - Method in class com.rapidminer.krimp.gui.STCodeTableModel
-
- getStandardCodeTable(Database) - Static method in class com.rapidminer.krimp.CodeTable
-
Creates a standard code table whose elements are sorted to the standard
cover order.
- getStandardCodeTable() - Method in class com.rapidminer.krimp.CodeTable
-
Returns the standard code table for this code table, which is used to
encode the left side of the code table.
- getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.krimp.gui.CodeTableRenderer
-
- getThisItems(FrequentItemSet) - Method in class com.rapidminer.krimp.Database
-
Hilfsmethode um dem dummen Fehler zu umgehen..
- getUsage(FrequentItemSet) - Method in class com.rapidminer.krimp.CodeTable
-
Returns the usage of an itemset, i.e.
- getValueAt(int, int) - Method in class com.rapidminer.krimp.gui.CodeTableModel
-
- getValueAt(int, int) - Method in class com.rapidminer.krimp.gui.STCodeTableModel
-
- getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.krimp.gui.CodeTableRenderer
-