A C D E G I K P R S T 

A

actionPerformed(ActionEvent) - Method in class com.rapidminer.ExecuteTestAction
 
addToCodingSet(FrequentItemSet, Database) - Method in class com.rapidminer.krimp.CodeTable
Creates a new code table with a coding set that contains additionally to the given coding set the newItemSet.

C

cleanUp() - Method in class com.rapidminer.krimp.CodeTable
Removes unused item sets (sets with usage 0).
clone() - Method in class com.rapidminer.krimp.CodeTable
 
CodeTable - Class in com.rapidminer.krimp
This class models a code table.
CodeTableModel - Class in com.rapidminer.krimp.gui
 
CodeTableModel(CodeTable) - Constructor for class com.rapidminer.krimp.gui.CodeTableModel
 
CodeTableRenderer - Class in com.rapidminer.krimp.gui
 
CodeTableRenderer() - Constructor for class com.rapidminer.krimp.gui.CodeTableRenderer
 
CodeTableVisualization - Class in com.rapidminer.krimp.gui
 
CodeTableVisualization(CodeTable) - Constructor for class com.rapidminer.krimp.gui.CodeTableVisualization
 
com.rapidminer - package com.rapidminer
The main packages of RapidMiner.
com.rapidminer.krimp - package com.rapidminer.krimp
 
com.rapidminer.krimp.comparators - package com.rapidminer.krimp.comparators
 
com.rapidminer.krimp.gui - package com.rapidminer.krimp.gui
 
compare(FrequentItemSet, FrequentItemSet) - Method in class com.rapidminer.krimp.comparators.StandardCandidateComparator
 
compare(FrequentItemSet, FrequentItemSet) - Method in class com.rapidminer.krimp.comparators.StandardCoverComparator
 

D

Database - Class in com.rapidminer.krimp
This class models a database which is supposed to consist of transactions, that are sets of items.
Database(ExampleSet) - Constructor for class com.rapidminer.krimp.Database
Constructs a database.
doWork() - Method in class com.rapidminer.krimp.KRIMP
 

E

ExecuteTestAction - Class in com.rapidminer
 
ExecuteTestAction(MainFrame) - Constructor for class com.rapidminer.ExecuteTestAction
 

G

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
 

I

initFinalChecks() - Static method in class com.rapidminer.PluginInitMDL
The last hook before the splash screen is closed.
initGui(MainFrame) - Static method in class com.rapidminer.PluginInitMDL
This method is called during start up as the second hook.
initPlugin() - Static method in class com.rapidminer.PluginInitMDL
This method will be called directly after the extension is initialized.
initPluginManager() - Static method in class com.rapidminer.PluginInitMDL
Will be called as fourth method, directly before the UpdateManager is used for checking updates.
iterator() - Method in class com.rapidminer.krimp.CodeTable
 
iterator() - Method in class com.rapidminer.krimp.Database
 

K

KRIMP - Class in com.rapidminer.krimp
 
KRIMP(OperatorDescription) - Constructor for class com.rapidminer.krimp.KRIMP
 

P

PARAMETER_MIN_SUPPORT - Static variable in class com.rapidminer.krimp.KRIMP
 
PARAMETER_PRUNE - Static variable in class com.rapidminer.krimp.KRIMP
 
PluginInitMDL - Class in com.rapidminer
Die Initialisierungsklasse von RapidMiner fuer jede Extension.
PluginInitMDL() - Constructor for class com.rapidminer.PluginInitMDL
 

R

removeFromCodingSet(FrequentItemSet) - Method in class com.rapidminer.krimp.CodeTable
Creates a new code table whis is equal to this code table except that the specified itemset is not contained.

S

StandardCandidateComparator - Class in com.rapidminer.krimp.comparators
 
StandardCandidateComparator() - Constructor for class com.rapidminer.krimp.comparators.StandardCandidateComparator
 
StandardCoverComparator - Class in com.rapidminer.krimp.comparators
x1 < x2 <=> 1.
StandardCoverComparator() - Constructor for class com.rapidminer.krimp.comparators.StandardCoverComparator
 
STCodeTableModel - Class in com.rapidminer.krimp.gui
 
STCodeTableModel(CodeTable) - Constructor for class com.rapidminer.krimp.gui.STCodeTableModel
 

T

toResultString() - Method in class com.rapidminer.krimp.CodeTable
 
toString() - Method in class com.rapidminer.krimp.CodeTable
 
toString() - Method in class com.rapidminer.krimp.Database
 
A C D E G I K P R S T 

Copyright © 2001-2009 by Rapid-I