Serialized Form
serialVersionUID: -686838060355434724L
code
int code
|
Package com.rapidminer.example |
serialVersionUID: -3419958538074776957L
serialVersionUID: 8641898727515830321L
name
java.lang.String name
- The name of the attribute.
valueType
int valueType
- An int indicating the value type in terms of the Ontology.ATTRIBUTE_VALUE_TYPE.
blockType
int blockType
- An int indicating the block type in terms of the Ontology.ATTRIBUTE_BLOCK_TYPE.
defaultValue
double defaultValue
- The default value for this Attribute.
index
int index
- Index of this attribute in its ExampleTable.
serialVersionUID: -4855352048163007173L
readResolve
public java.lang.Object readResolve()
special
boolean special
specialName
java.lang.String specialName
attribute
Attribute attribute
serialVersionUID: -990113662782113571L
serialVersionUID: 4459877599722270416L
name
java.lang.String name
- The name of the attribute.
weight
double weight
- The weight of the attribute.
counter
int counter
- A counter for building averages.
weights
AttributeWeights weights
- The parent attribute weights.
serialVersionUID: 7000978931118131854L
sortType
int sortType
- Indicates the type of sorting.
weightType
int weightType
- Indicates if absolute or actual weights should be used for sorting.
weightMap
java.util.Map<K,V> weightMap
- Maps the name of an attribute to the corresponding attribute weight.
serialVersionUID: 8476188336349012916L
delegate
Attributes delegate
- Deprecated.
serialVersionUID: 7761687908683290928L
data
DataRow data
- The data for this example.
parentExampleSet
ExampleSet parentExampleSet
- The parent example set holding all attribute information for this data row.
serialVersionUID: -2759316022177605234L
serialVersionUID: 1027895282018510951L
minimum
double minimum
maximum
double maximum
serialVersionUID: -7644523717916796701L
mode
long mode
maxCounter
long maxCounter
scores
long[] scores
serialVersionUID: -6283236022093847887L
sum
double sum
squaredSum
double squaredSum
valueCounter
int valueCounter
serialVersionUID: 6388263725741578818L
readResolve
public java.lang.Object readResolve()
attributes
java.util.List<E> attributes
serialVersionUID: 217609774484151520L
unknownCounter
int unknownCounter
serialVersionUID: -6283236022093847887L
sum
double sum
squaredSum
double squaredSum
totalWeight
double totalWeight
count
double count
|
Package com.rapidminer.example.set |
serialVersionUID: 8596141056047402798L
statisticsMap
java.util.Map<K,V> statisticsMap
- Maps attribute names to list of statistics objects.
idMap
java.util.Map<K,V> idMap
- Maps the id values on the line index in the example table.
serialVersionUID: 9217842736819037165L
serialVersionUID: 7946137859300860625L
parent
ExampleSet parent
serialVersionUID: 6977275837081172924L
conditions
java.util.List<E> conditions
- The list of all single conditions.
combinationMode
int combinationMode
serialVersionUID: 1537763901048986863L
comparisonType
int comparisonType
attribute
Attribute attribute
numericalValue
double numericalValue
nominalValue
java.lang.String nominalValue
serialVersionUID: -5662936146589379273L
parent
ExampleSet parent
- The parent example set.
attributeWeights
AttributeWeights attributeWeights
serialVersionUID: -7648754234739697969L
serialVersionUID: 877488093216198777L
parent
ExampleSet parent
mapping
int[] mapping
serialVersionUID: -2971139314612252926L
serialVersionUID: -255270841843010670L
attributes
Attributes attributes
- The parent example set.
serialVersionUID: -488025806523583178L
parent
ExampleSet parent
- The parent example set.
mapping
int[] mapping
- The used mapping.
serialVersionUID: 6872303452739421943L
serialVersionUID: 6559275828082706521L
serialVersionUID: -6443667708498013284L
parent
ExampleSet parent
attributes
Attributes attributes
serialVersionUID: 631871757551493977L
serialVersionUID: -6043772701857922762L
checkedAttributes
java.util.Collection<E> checkedAttributes
serialVersionUID: 8047504208389222350L
serialVersionUID: -4782316585512718459L
parent
ExampleSet parent
- The parent example set.
serialVersionUID: 6126334515107973287L
mask
boolean[] mask
- Mask for the selected partitions.
partitionSizes
int[] partitionSizes
- Size of the individual partitions.
elements
int[] elements
- Maps every example to its partition index.
lastElementIndex
int[] lastElementIndex
- Indicates the position of the last element for each partition.
tableIndexMap
int[] tableIndexMap
- Maps every example index to the true index of the data row in the example
table.
serialVersionUID: 3460640319989955936L
parent
ExampleSet parent
mappingSet
ExampleSet mappingSet
serialVersionUID: -5662936146589379273L
replacementMap
java.util.Map<K,V> replacementMap
- Currently used attribute weights. Used also for example creation.
parent
ExampleSet parent
- The parent example set.
serialVersionUID: 4757975818441794105L
parent
ExampleSet parent
parentIdAttribute
Attribute parentIdAttribute
attributes
Attributes attributes
measure
DistanceMeasure measure
serialVersionUID: 9163340881176421801L
exampleTable
ExampleTable exampleTable
- The table used for reading the examples from.
attributes
Attributes attributes
- Holds all information about the attributes.
serialVersionUID: -4817219403776439504L
parent
ExampleSet parent
example
Example example
serialVersionUID: 3937175786207007275L
parent
ExampleSet parent
- The parent example set.
mapping
int[] mapping
- The used mapping.
serialVersionUID: 4573262969007377183L
partition
Partition partition
- The partition.
parent
ExampleSet parent
- The parent example set.
serialVersionUID: -3254098600455281034L
|
Package com.rapidminer.example.table |
serialVersionUID: -9167755945651618227L
readResolve
public java.lang.Object readResolve()
attributeDescription
AttributeDescription attributeDescription
- The basic information about the attribute. Will only be shallowly cloned.
transformations
java.util.LinkedList<E> transformations
statistics
java.util.List<E> statistics
- Contains all attribute statistics calculation algorithms.
constructionDescription
java.lang.String constructionDescription
- The current attribute construction description object.
serialVersionUID: -6996954528182122684L
attributes
java.util.List<E> attributes
- List of instances of
Attribute. The i-th entry in the
list belongs to the i-th data column. Whenever attributes are
removed from the list of attributes (e.g. they were intermediate
predicted labels used only within a validation chain), the succeeding
entries do not move up, but the entry is replaced by a null entry and
this index is added to AbstractExampleTable.unusedColumnList as an
Integer.
unusedColumnList
java.util.List<E> unusedColumnList
- List of Integers referencing indices of columns that were removed, e.g.
predicted labels that were used within a validation chain but are not
needed any longer. Any of the columns in this list may be used when a new
attribute is created. The list is used as a queue.
serialVersionUID: 4946925205115859758L
x
int[] x
- Stores the used attribute indices.
counter
int counter
- Number of inserted elements.
serialVersionUID: 2932687830235332221L
nominalMapping
NominalMapping nominalMapping
serialVersionUID: 6566553739308153153L
firstValue
java.lang.String firstValue
- The first nominal value.
secondValue
java.lang.String secondValue
- The second nominal value.
serialVersionUID: -432265332489304646L
data
boolean[] data
- Holds the data for all attributes.
serialVersionUID: -4373978993763834478L
values
boolean[] values
- Stores the used attribute values.
serialVersionUID: -1428468572995891360L
data
byte[] data
- Holds the data for all attributes.
serialVersionUID: -262171191423803150L
values
byte[] values
- Stores the used attribute values.
serialVersionUID: 4043965829002723585L
row
int row
- The current row of the result set. Only used for checks
lastAttribute
Attribute lastAttribute
- The last attribute for which a query should be / was performed.
serialVersionUID: -3683705313093987482L
tableName
java.lang.String tableName
size
int size
serialVersionUID: -3482048832637144523L
serialVersionUID: -685655991653799960L
serialVersionUID: -6335785895337884919L
data
double[] data
- Holds the data for all attributes.
serialVersionUID: 9137639592169696234L
values
double[] values
- Stores the used attribute values.
serialVersionUID: -3691818538613297744L
data
float[] data
- Holds the data for all attributes.
serialVersionUID: -2445500346242180129L
values
float[] values
- Stores the used attribute values.
serialVersionUID: -3514641049341063136L
databaseHandler
DatabaseHandler databaseHandler
openQuote
java.lang.String openQuote
closeQuote
java.lang.String closeQuote
tableName
java.lang.String tableName
batchExampleTable
MemoryExampleTable batchExampleTable
currentBatchStartCursor
int currentBatchStartCursor
size
int size
dataManagementType
int dataManagementType
mappingTableName
java.lang.String mappingTableName
mappingPrimaryKey
java.lang.String mappingPrimaryKey
serialVersionUID: -8089560930865510003L
data
int[] data
- Holds the data for all attributes.
serialVersionUID: -4642005554786017231L
values
int[] values
- Stores the used attribute values.
serialVersionUID: -3514641049341063136L
databaseHandler
DatabaseHandler databaseHandler
tableName
java.lang.String tableName
batchExampleTable
MemoryExampleTable batchExampleTable
currentBatchStartCursor
int currentBatchStartCursor
size
int size
dataManagementType
int dataManagementType
serialVersionUID: 8652466671294511853L
data
long[] data
- Holds the data for all attributes.
serialVersionUID: 7128381338958693751L
values
long[] values
- Stores the used attribute values.
serialVersionUID: -3000023475208774934L
dataList
java.util.List<E> dataList
- List of
DataRows.
columns
int columns
- Number of columns.
serialVersionUID: -3830980883541763869L
serialVersionUID: 6148646678312194050L
delegate
DataRow delegate
serialVersionUID: -7425486508057529570L
serialVersionUID: 3713022530244256813L
nominalMapping
NominalMapping nominalMapping
serialVersionUID: 5021638750496191771L
symbolToIndexMap
java.util.Map<K,V> symbolToIndexMap
- The map between symbolic values and their indices.
indexToSymbolMap
java.util.List<E> indexToSymbolMap
- The map between indices of nominal values and the actual nominal value.
serialVersionUID: 5675878166499224680L
baseExampleSet
ExampleSet baseExampleSet
size
int size
serialVersionUID: -1839048476500092847L
data
short[] data
- Holds the data for all attributes.
serialVersionUID: 1688504268820756726L
values
short[] values
- Stores the used attribute values.
serialVersionUID: -7452459295368606029L
data
java.util.Map<K,V> data
- Maps the indices of attributes to the data.
serialVersionUID: -4075558616549596028L
mapping
NominalMapping mapping
isNominal
boolean isNominal
isNumerical
boolean isNumerical
model
ViewModel model
parent
Attribute parent
|
Package com.rapidminer.generator |
serialVersionUID: -2760374156089530715L
|
Package com.rapidminer.gui |
serialVersionUID: -3581066203343247846L
conditions
int[] conditions
serialVersionUID: -1602076945350148969L
readResolve
protected java.lang.Object readResolve()
TOGGLE_LOGGING_VIEWER
javax.swing.JCheckBoxMenuItem TOGGLE_LOGGING_VIEWER
TOGGLE_SYSTEM_MONITOR
javax.swing.JCheckBoxMenuItem TOGGLE_SYSTEM_MONITOR
mainCardLayout
java.awt.CardLayout mainCardLayout
mainPanel
javax.swing.JPanel mainPanel
welcomeScreen
WelcomeScreen welcomeScreen
resultDisplay
ResultDisplay resultDisplay
messageViewer
LoggingViewer messageViewer
systemMonitor
SystemMonitor systemMonitor
statusBar
StatusBar statusBar
mainEditor
MainProcessEditor mainEditor
toolBar
javax.swing.JToolBar toolBar
splitPaneV
javax.swing.JSplitPane splitPaneV
loggingSplitPaneH
javax.swing.JSplitPane loggingSplitPaneH
lastLoggingDividerLocation
int lastLoggingDividerLocation
lastMonitorDividerLocation
int lastMonitorDividerLocation
currentMode
int currentMode
recentFilesMenu
javax.swing.JMenu recentFilesMenu
changed
boolean changed
tutorialMode
boolean tutorialMode
undoList
java.util.LinkedList<E> undoList
undoIndex
int undoIndex
noActualChange
boolean noActualChange
hostname
java.lang.String hostname
- The hostname of the system. Might be empty (no host name will be shown) and will be initialized
in the first call of
MainFrame.setTitle().
menuBar
javax.swing.JMenuBar menuBar
breakpointListener
BreakpointListener breakpointListener
|
Package com.rapidminer.gui.actions |
serialVersionUID: 1252452823065176839L
mainFrame
MainFrame mainFrame
serialVersionUID: 5591885109312707090L
serialVersionUID: -1571544885210247278L
mainFrame
MainFrame mainFrame
serialVersionUID: -1023104251232743862L
mainFrame
MainFrame mainFrame
serialVersionUID: -3497263063489866721L
mainFrame
MainFrame mainFrame
serialVersionUID: -7000360629563202614L
serialVersionUID: 7067911227383168719L
mainFrame
MainFrame mainFrame
serialVersionUID: -6213819388535936519L
mainFrame
MainFrame mainFrame
serialVersionUID: 2438568343977468901L
mainFrame
MainFrame mainFrame
serialVersionUID: 3185492398152116698L
mainFrame
MainFrame mainFrame
serialVersionUID: -5059748061190132388L
mainFrame
MainFrame mainFrame
serialVersionUID: 1358354112149248404L
mainFrame
MainFrame mainFrame
serialVersionUID: 3466426013029085115L
operatorTree
OperatorTree operatorTree
serialVersionUID: -5946313817810917200L
operatorTree
OperatorTree operatorTree
serialVersionUID: -323403851840397447L
mainFrame
MainFrame mainFrame
serialVersionUID: 8298197834373766776L
mainFrame
MainFrame mainFrame
serialVersionUID: -9086092676881347047L
mainFrame
MainFrame mainFrame
serialVersionUID: -20782278995130227L
mainFrame
MainFrame mainFrame
serialVersionUID: -3106523347321697652L
mainFrame
MainFrame mainFrame
serialVersionUID: 1358797377410001184L
mainFrame
MainFrame mainFrame
serialVersionUID: -443829655502293981L
mainFrame
MainFrame mainFrame
serialVersionUID: -9179608146142997027L
iconSize
IconSize iconSize
mainFrame
MainFrame mainFrame
serialVersionUID: -2226200404990114956L
mainFrame
MainFrame mainFrame
serialVersionUID: -6107588898380953147L
mainFrame
MainFrame mainFrame
serialVersionUID: 7511982023104159671L
mainFrame
MainFrame mainFrame
serialVersionUID: 4675057674892640002L
mainFrame
MainFrame mainFrame
serialVersionUID: 1181186062812851781L
mainFrame
MainFrame mainFrame
serialVersionUID: 7009218190859329793L
serialVersionUID: 5545547954042596599L
iconSize
IconSize iconSize
mainFrame
MainFrame mainFrame
serialVersionUID: 1279745893276650722L
mainFrame
MainFrame mainFrame
serialVersionUID: 7945709546573376228L
mainFrame
MainFrame mainFrame
serialVersionUID: -2288398034392104973L
mainFrame
MainFrame mainFrame
serialVersionUID: 4767902062440337756L
mainFrame
MainFrame mainFrame
serialVersionUID: -420838202882684287L
mainFrame
MainFrame mainFrame
serialVersionUID: 1358354112149248404L
mainFrame
MainFrame mainFrame
serialVersionUID: 1358354112149248404L
mainFrame
MainFrame mainFrame
serialVersionUID: 1358354112149248404L
mainFrame
MainFrame mainFrame
welcomeScreen
WelcomeScreen welcomeScreen
serialVersionUID: 1358354112149248404L
mainFrame
MainFrame mainFrame
serialVersionUID: 1358354112149248404L
mainFrame
MainFrame mainFrame
serialVersionUID: -7497168731539521695L
mainFrame
MainFrame mainFrame
|
Package com.rapidminer.gui.attributeeditor |
serialVersionUID: -3312532913749370288L
readResolve
protected java.lang.Object readResolve()
sourceList
java.util.ArrayList<E> sourceList
file
java.io.File file
model
com.rapidminer.gui.attributeeditor.AttributeEditor.AttributeTableModel model
rowCount
int rowCount
firstRow
int firstRow
lastRow
int lastRow
firstColumn
int firstColumn
lastColumn
int lastColumn
dataChanged
boolean dataChanged
metaDataChanged
boolean metaDataChanged
dataColumnVector
java.util.Vector<E> dataColumnVector
dataControl
DataControl dataControl
serialVersionUID: 6448298163392765295L
attributeEditor
AttributeEditor attributeEditor
serialVersionUID: 6441468388055505143L
rowCounter
javax.swing.JLabel rowCounter
- The label for the maximum row counter.
columnCounter
javax.swing.JLabel columnCounter
- The label for the maximum column counter.
firstRow
int firstRow
- The first row which should be shown. Start counting from 1!
lastRow
int lastRow
- The first row which should be shown (including).
firstColumn
int firstColumn
- The first attribute which should be shown (counting starts at 1).
lastColumn
int lastColumn
- The first attribute which should be shown (counting starts at 1).
fromRowField
javax.swing.JTextField fromRowField
- The textfield for the row start.
toRowField
javax.swing.JTextField toRowField
- The textfield for the row end.
fromColumnField
javax.swing.JTextField fromColumnField
- The textfield for the column start.
toColumnField
javax.swing.JTextField toColumnField
- The textfield for the column end.
fractionDigitsField
javax.swing.JTextField fractionDigitsField
- The textfield for the fraction digits.
maxRows
int maxRows
- The maximum number of rows.
maxColumns
int maxColumns
- The maximum number of columns.
rowName
java.lang.String rowName
- The name for the rows.
columnName
java.lang.String columnName
- The name for the columns.
fractionDigits
int fractionDigits
- Number of fraction digits.
listeners
java.util.List<E> listeners
- The data view change listeners.
|
Package com.rapidminer.gui.attributeeditor.actions |
serialVersionUID: 5149085709986293312L
attributeEditor
AttributeEditor attributeEditor
serialVersionUID: -3571057663841304137L
attributeEditorDialog
AttributeEditorDialog attributeEditorDialog
serialVersionUID: -4550774167417692191L
attributeEditor
AttributeEditor attributeEditor
serialVersionUID: -5897840150549169907L
attributeEditor
AttributeEditor attributeEditor
serialVersionUID: -2111723479390457757L
attributeEditor
AttributeEditor attributeEditor
serialVersionUID: 3843660343361905373L
attributeEditor
AttributeEditor attributeEditor
serialVersionUID: 6386463403588312409L
attributeEditor
AttributeEditor attributeEditor
serialVersionUID: -5017548088514777641L
attributeEditor
AttributeEditor attributeEditor
serialVersionUID: 8369030266063876007L
attributeEditor
AttributeEditor attributeEditor
serialVersionUID: -6361390890444357188L
attributeEditor
AttributeEditor attributeEditor
serialVersionUID: -4272773008253836867L
attributeEditor
AttributeEditor attributeEditor
serialVersionUID: 1681322483112319433L
attributeEditor
AttributeEditor attributeEditor
|
Package com.rapidminer.gui.dialog |
serialVersionUID: 3023267244921354296L
readResolve
protected java.lang.Object readResolve()
alphaField
javax.swing.JTextField alphaField
tableModel
com.rapidminer.gui.dialog.AnovaCalculatorDialog.AnovaTableModel tableModel
serialVersionUID: 4648838759294286088L
panel
javax.swing.JPanel panel
textField
javax.swing.JTextField textField
gridBagLayout
java.awt.GridBagLayout gridBagLayout
serialVersionUID: 5700615743712147883L
ok
boolean ok
attributeTableModel
AttributeWeightsTableModel attributeTableModel
minWeightField
javax.swing.JTextField minWeightField
minWeightCheckBox
javax.swing.JCheckBox minWeightCheckBox
selectionCount
javax.swing.JLabel selectionCount
serialVersionUID: 6151252627227324898L
readResolve
protected java.lang.Object readResolve()
attributeNames
java.lang.String[] attributeNames
editors
PropertyValueCellEditor[] editors
updateMap
java.util.Map<K,V> updateMap
viewMode
int viewMode
overwrite
boolean overwrite
minWeight
double minWeight
selectionCount
int selectionCount
serialVersionUID: -2342332990027338104L
serialVersionUID: 8379605320787188372L
message
javax.swing.JTextArea message
name
javax.swing.text.JTextComponent name
attachments
javax.swing.JList attachments
serialVersionUID: -6512675217777454316L
individualTable
ExtendedJTable individualTable
metaDataViewer
MetaDataViewer metaDataViewer
selected
boolean selected
exampleSet
ExampleSet exampleSet
serialVersionUID: -4666469076881936719L
population
Population population
columnNames
java.util.List<E> columnNames
columnOffset
int columnOffset
attributeNames
java.lang.String[] attributeNames
serialVersionUID: 784141258768877739L
workspaceField
javax.swing.JTextField workspaceField
lookAndFeelBox
javax.swing.JComboBox lookAndFeelBox
forbiddenDirectory
java.io.File forbiddenDirectory
ok
boolean ok
serialVersionUID: 390653805759799295L
operatorTree
OperatorTree operatorTree
mainPanel
javax.swing.JPanel mainPanel
operatorInfo
OperatorInfoPanel operatorInfo
operatorList
javax.swing.JList operatorList
searchText
java.lang.String searchText
inputClass
java.lang.Class<T> inputClass
outputClass
java.lang.Class<T> outputClass
group
java.lang.String group
serialVersionUID: 3610550973456646750L
serialVersionUID: -6566133238783779634L
serialVersionUID: 7687035897010730802L
serialVersionUID: 2334018675086892610L
ok
boolean ok
doNotAskAgain
boolean doNotAskAgain
serialVersionUID: -3346913516615767439L
allResults
java.util.List<E> allResults
serialVersionUID: 7498142147390911809L
selectedTestGroups
java.util.List<E> selectedTestGroups
serialVersionUID: -1019890951712706875L
patternField
javax.swing.JTextField patternField
replaceField
javax.swing.JTextField replaceField
caseSensitive
javax.swing.JCheckBox caseSensitive
regExp
javax.swing.JCheckBox regExp
up
javax.swing.JRadioButton up
down
javax.swing.JRadioButton down
serialVersionUID: -7090498773341030469L
stillRunning
boolean stillRunning
serialVersionUID: 2826577972132069114L
state
int state
mainFrame
MainFrame mainFrame
description
javax.swing.JEditorPane description
descriptionScrollPane
javax.swing.JScrollPane descriptionScrollPane
prevButton
javax.swing.JButton prevButton
nextButton
javax.swing.JButton nextButton
serialVersionUID: 1724548085738058812L
serialVersionUID: 1L
mainFrame
MainFrame mainFrame
delete
javax.swing.JButton delete
next
javax.swing.JButton next
previous
javax.swing.JButton previous
cardLayout
java.awt.CardLayout cardLayout
mainPanel
javax.swing.JPanel mainPanel
processRenderer
ProcessRenderer processRenderer
propertyTable
WizardPropertyTable propertyTable
currentStep
int currentStep
numberOfSteps
int numberOfSteps
selectedTemplateIndex
int selectedTemplateIndex
|
Package com.rapidminer.gui.dialog.actions |
serialVersionUID: 70024710795760783L
boxViewer
BoxViewerDialog boxViewer
serialVersionUID: 447825818092386561L
boxViewer
BoxViewerDialog boxViewer
|
Package com.rapidminer.gui.dialog.boxviewer |
serialVersionUID: -1090928037950227038L
readResolve
protected java.lang.Object readResolve()
processRenderer
ProcessRenderer processRenderer
serialVersionUID: 2111854024857950879L
resized
boolean resized
|
Package com.rapidminer.gui.graphs |
serialVersionUID: -7501422172633548861L
vv
edu.uci.ics.jung.visualization.VisualizationViewer<V,E> vv
layoutSelection
LayoutSelection<V,E> layoutSelection
showEdgeLabels
boolean showEdgeLabels
showVertexLabels
boolean showVertexLabels
serialVersionUID: 8924517975475876102L
graphViewer
GraphViewer<V,E> graphViewer
layoutMap
java.util.Map<K,V> layoutMap
animate
boolean animate
layout
edu.uci.ics.jung.algorithms.layout.Layout<V,E> layout
|
Package com.rapidminer.gui.graphs.actions |
serialVersionUID: 6410209216842324428L
graphViewer
GraphViewer<V,E> graphViewer
serialVersionUID: -8679645951986189248L
graphViewer
GraphViewer<V,E> graphViewer
serialVersionUID: 3343509589090205209L
graphViewer
GraphViewer<V,E> graphViewer
serialVersionUID: -7174646500855589718L
graphViewer
GraphViewer<V,E> graphViewer
|
Package com.rapidminer.gui.look |
serialVersionUID: -6304527692064490218L
parent
javax.swing.text.JTextComponent parent
cutMenuItem
javax.swing.JMenuItem cutMenuItem
copyMenuItem
javax.swing.JMenuItem copyMenuItem
pasteMenuItem
javax.swing.JMenuItem pasteMenuItem
deleteMenuItem
javax.swing.JMenuItem deleteMenuItem
clearMenuItem
javax.swing.JMenuItem clearMenuItem
selectAllMenuItem
javax.swing.JMenuItem selectAllMenuItem
serialVersionUID: 8079721815873790893L
serialVersionUID: 705603654836477091L
serialVersionUID: -2918905049450451804L
rolloverCloseIcon
javax.swing.Icon rolloverCloseIcon
rolloverIconifyIcon
javax.swing.Icon rolloverIconifyIcon
rolloverMinimizeIcon
javax.swing.Icon rolloverMinimizeIcon
rolloverMaximumIcon
javax.swing.Icon rolloverMaximumIcon
serialVersionUID: 1616331528047010458L
serialVersionUID: 2133795635143498190L
focusBorder
javax.swing.border.Border focusBorder
parentList
javax.swing.JList parentList
serialVersionUID: -8203261034086759332L
serialVersionUID: -8717559424063560794L
serialVersionUID: 6412033584635198994L
serialVersionUID: 7009424030828006069L
|
Package com.rapidminer.gui.look.borders |
serialVersionUID: 191853543634535781L
serialVersionUID: 431035940686877787L
serialVersionUID: -262876333520599200L
serialVersionUID: -8777745152083059946L
serialVersionUID: -7891513529402201022L
selectionBackground
java.awt.Color selectionBackground
serialVersionUID: 2364995114235662736L
serialVersionUID: 2501563612099663494L
serialVersionUID: -8402839025192013938L
serialVersionUID: -1398214714584187754L
serialVersionUID: -7249038472856067993L
serialVersionUID: -2583591973991105007L
serialVersionUID: 4220942363580919917L
serialVersionUID: -6179692340222478237L
bottomLeft
java.awt.Image bottomLeft
bottomRight
java.awt.Image bottomRight
right
java.awt.Image right
bottom
java.awt.Image bottom
serialVersionUID: 9188560188019884562L
serialVersionUID: 4150602481439529878L
serialVersionUID: 8716985175035922340L
serialVersionUID: 1446180576173319227L
topRight
java.awt.Image topRight
topLeft
java.awt.Image topLeft
bottomRight
java.awt.Image bottomRight
bottomLeft
java.awt.Image bottomLeft
right
java.awt.Image right
bottom
java.awt.Image bottom
serialVersionUID: -3165427531529058453L
serialVersionUID: -4244358777800055812L
serialVersionUID: -1708520253527386097L
editorBorderInsets
java.awt.Insets editorBorderInsets
serialVersionUID: -7844804073270123279L
serialVersionUID: 6850360226068674391L
serialVersionUID: -1595314209943485767L
|
Package com.rapidminer.gui.look.fc |
serialVersionUID: 9138792080755085206L
fileChooserUI
FileChooserUI fileChooserUI
itemList
javax.swing.JList itemList
popupMenu
javax.swing.JPopupMenu popupMenu
fileList
java.util.Vector<E> fileList
caretPosition
int caretPosition
mainText
java.lang.String mainText
serialVersionUID: -3549470475136774271L
name
java.lang.String name
path
java.lang.String path
serialVersionUID: -5259373575470177110L
panel
javax.swing.JPanel panel
nameTextField
javax.swing.JTextField nameTextField
pathTextField
javax.swing.JTextField pathTextField
okButton
javax.swing.JButton okButton
cancelButton
javax.swing.JButton cancelButton
nameChanged
boolean nameChanged
serialVersionUID: -7109320787696008679L
fileList
FileList fileList
serialVersionUID: 9145792845942034849L
bookmarks
java.util.List<E> bookmarks
serialVersionUID: -119998626996460617L
serialVersionUID: 8893252970970228545L
selectedFile
java.io.File selectedFile
waitCursor
java.awt.Cursor waitCursor
normalCursor
java.awt.Cursor normalCursor
viewButtonGroup
javax.swing.ButtonGroup viewButtonGroup
orderButtonGroup
javax.swing.ButtonGroup orderButtonGroup
itemPanel
ItemPanel itemPanel
thumbGenerator
ThumbGeneratorThread thumbGenerator
fsv
javax.swing.filechooser.FileSystemView fsv
bookmarksIO
BookmarkIO bookmarksIO
bookmarkListModel
BookmarkListModel bookmarkListModel
bookmarkList
javax.swing.JList bookmarkList
mainSplitPane
javax.swing.JSplitPane mainSplitPane
menuItem
javax.swing.JMenuItem menuItem
window
java.awt.Window window
cardPanel
javax.swing.JPanel cardPanel
tableScrollPane
javax.swing.JScrollPane tableScrollPane
tablePanel
FileTable tablePanel
browseScrollPane
javax.swing.JScrollPane browseScrollPane
systemInfoCach
java.util.TreeMap<K,V> systemInfoCach
keyListener
ItemPanelKeyboardListener keyListener
completeItemsList
java.util.Vector<E> completeItemsList
visibleItemsList
java.util.Vector<E> visibleItemsList
tempList
java.util.Vector<E> tempList
tempCompareTree
java.util.TreeMap<K,V> tempCompareTree
lastSelected
Item lastSelected
panePopup
javax.swing.JPopupMenu panePopup
mal
com.rapidminer.gui.look.fc.FileList.MenuListener mal
tempExtension
java.lang.String tempExtension
fc
javax.swing.JFileChooser fc
filechooserUI
FileChooserUI filechooserUI
tempFile
java.io.File tempFile
currentFile
java.io.File currentFile
tempArray
java.lang.Object[] tempArray
selectedFilesArray
java.io.File[] selectedFilesArray
selectedFilesVector
java.util.Vector<E> selectedFilesVector
tempFlag
boolean tempFlag
ORDER_BY
java.lang.String ORDER_BY
addToBookmarksMenuItem
javax.swing.JMenuItem addToBookmarksMenuItem
autoArrangeCheckBox
javax.swing.JCheckBoxMenuItem autoArrangeCheckBox
serialVersionUID: -8700859510439797254L
mouseDownFlag
boolean mouseDownFlag
pointChanged
boolean pointChanged
mpx
int mpx
mpy
int mpy
mpcx
int mpcx
mpcy
int mpcy
tx
int tx
ty
int ty
selectionRect
java.awt.Rectangle selectionRect
scrollRect
java.awt.Rectangle scrollRect
panePopup
javax.swing.JPopupMenu panePopup
headerPopup
javax.swing.JPopupMenu headerPopup
menuItem
javax.swing.JMenuItem menuItem
row
int row
column
int column
counter
int counter
fileList
FileList fileList
model
javax.swing.table.DefaultTableModel model
columnNames
java.util.Vector<E> columnNames
originalColumsWidth
java.util.Vector<E> originalColumsWidth
tableHeaderListener
com.rapidminer.gui.look.fc.FileTable.TableHeaderMouseListener tableHeaderListener
tablekeylistener
com.rapidminer.gui.look.fc.FileTable.TableKeyListener tablekeylistener
tempItem
Item tempItem
mainColumnIndex
int mainColumnIndex
en
java.util.Enumeration<E> en
hal
com.rapidminer.gui.look.fc.FileTable.HeaderActionListener hal
mouseDragging
boolean mouseDragging
columnsWidth
int[] columnsWidth
serialVersionUID: -2522723592207989524L
selected
boolean selected
oldColor
java.awt.Color oldColor
serialVersionUID: 2227494244271451068L
motionListener
com.rapidminer.gui.look.fc.Item.ItemMouseMotionAdapter motionListener
nameLabel
MultipleLinesLabel nameLabel
imageLabel
javax.swing.JLabel imageLabel
parentPane
ItemPanel parentPane
tx
int tx
ty
int ty
fileName
java.lang.String fileName
fileSize
long fileSize
lastModification
long lastModification
file
java.io.File file
isDirectory
boolean isDirectory
isFloppyDrive
boolean isFloppyDrive
isDrive
boolean isDrive
addToBookmarksMenuItem
javax.swing.JMenuItem addToBookmarksMenuItem
popup
javax.swing.JPopupMenu popup
pasteMenuItem
javax.swing.JMenuItem pasteMenuItem
response
java.lang.String response
compareType
java.lang.String compareType
thumbIcon
javax.swing.ImageIcon thumbIcon
bigSystemIcon
javax.swing.ImageIcon bigSystemIcon
smallSystemIcon
javax.swing.ImageIcon smallSystemIcon
fileType
java.lang.String fileType
fileSystemView
javax.swing.filechooser.FileSystemView fileSystemView
menuActionListener
com.rapidminer.gui.look.fc.Item.MenuActionListener menuActionListener
initPosition
java.awt.Point initPosition
selectionStatus
boolean selectionStatus
bestSize
java.awt.Dimension bestSize
serialVersionUID: -4300786583560333090L
visiblesCount
int visiblesCount
selectingThread
DragSelectionThread selectingThread
mpcy
int mpcy
mpcx
int mpcx
mpy
int mpy
mpx
int mpx
tx
int tx
ty
int ty
mouseDownFlag
boolean mouseDownFlag
tempItem
Item tempItem
selectionRect
java.awt.Rectangle selectionRect
filePane
FileList filePane
pointChanged
boolean pointChanged
scrollRect
java.awt.Rectangle scrollRect
popup
javax.swing.JPopupMenu popup
keylistener
ItemPanelKeyboardListener keylistener
en
java.util.Enumeration<E> en
tc
Item tc
totalColumn
int totalColumn
maxWidth
int maxWidth
serialVersionUID: -4783596538296904867L
lineHeight
int lineHeight
lineAscent
int lineAscent
maxWidth
int maxWidth
textHeight
int textHeight
lineWidths
int[] lineWidths
btnMarginWidth
int btnMarginWidth
text
java.lang.String text
multiLine
boolean multiLine
horizontalAlignment
int horizontalAlignment
textAlignment
int textAlignment
verticalAlignment
int verticalAlignment
fontMetrics
java.awt.FontMetrics fontMetrics
vector
java.util.Vector<E> vector
needUpdate
boolean needUpdate
|
Package com.rapidminer.gui.look.icons |
serialVersionUID: -5782212003890049479L
serialVersionUID: -3035362898629322365L
serialVersionUID: 8948047408825915900L
serialVersionUID: -5084915669804332770L
serialVersionUID: -2576744883403903818L
serialVersionUID: -7415345504361964833L
serialVersionUID: 398190943228862938L
|
Package com.rapidminer.gui.look.ui |
serialVersionUID: 7401548433114573444L
up
boolean up
dimension
java.awt.Dimension dimension
serialVersionUID: 1003893412018250065L
horizontal
boolean horizontal
|
Package com.rapidminer.gui.operatormenu |
serialVersionUID: 1L
serialVersionUID: 2685621612717488446L
serialVersionUID: 1L
|
Package com.rapidminer.gui.operatortree |
serialVersionUID: -6934683725946634563L
readResolve
protected java.lang.Object readResolve()
TOGGLE_ACTIVATION_ACTION
javax.swing.Action TOGGLE_ACTIVATION_ACTION
NEW_OPERATOR_ACTION_24
javax.swing.Action NEW_OPERATOR_ACTION_24
NEW_OPERATOR_ACTION_32
javax.swing.Action NEW_OPERATOR_ACTION_32
NEW_BUILDING_BLOCK_ACTION_24
javax.swing.Action NEW_BUILDING_BLOCK_ACTION_24
NEW_BUILDING_BLOCK_ACTION_32
javax.swing.Action NEW_BUILDING_BLOCK_ACTION_32
CUT_ACTION_24
javax.swing.Action CUT_ACTION_24
CUT_ACTION_32
javax.swing.Action CUT_ACTION_32
COPY_ACTION_24
javax.swing.Action COPY_ACTION_24
COPY_ACTION_32
javax.swing.Action COPY_ACTION_32
PASTE_ACTION_24
javax.swing.Action PASTE_ACTION_24
PASTE_ACTION_32
javax.swing.Action PASTE_ACTION_32
DELETE_OPERATOR_ACTION_24
javax.swing.Action DELETE_OPERATOR_ACTION_24
DELETE_OPERATOR_ACTION_32
javax.swing.Action DELETE_OPERATOR_ACTION_32
RENAME_OPERATOR_ACTION_24
javax.swing.Action RENAME_OPERATOR_ACTION_24
RENAME_OPERATOR_ACTION_32
javax.swing.Action RENAME_OPERATOR_ACTION_32
INFO_OPERATOR_ACTION_24
javax.swing.Action INFO_OPERATOR_ACTION_24
INFO_OPERATOR_ACTION_32
javax.swing.Action INFO_OPERATOR_ACTION_32
SAVE_BUILDING_BLOCK_ACTION_24
javax.swing.Action SAVE_BUILDING_BLOCK_ACTION_24
SAVE_BUILDING_BLOCK_ACTION_32
javax.swing.Action SAVE_BUILDING_BLOCK_ACTION_32
TOGGLE_BREAKPOINT
ToggleBreakpointItem[] TOGGLE_BREAKPOINT
TOGGLE_SHOW_DISABLED
ToggleShowDisabledItem TOGGLE_SHOW_DISABLED
mainFrame
MainFrame mainFrame
- The main frame. Used for conditional action updates and property table settings.
dragSource
java.awt.dnd.DragSource dragSource
- The drag source of the operator tree
isStructureLocked
boolean isStructureLocked
- Indicates if the structure is locked. This means that the structure cannot be
changed via drag and drop and only parameters can be changed.
serialVersionUID: -8256080174651447518L
operatorPanel
com.rapidminer.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel operatorPanel
|
Package com.rapidminer.gui.operatortree.actions |
serialVersionUID: -4115178102440357372L
operatorTree
OperatorTree operatorTree
serialVersionUID: 2519349470205863858L
operatorTree
OperatorTree operatorTree
serialVersionUID: -8660207503491642477L
operatorTree
OperatorTree operatorTree
serialVersionUID: 779296681722475174L
operatorTree
OperatorTree operatorTree
serialVersionUID: -3681027479511760566L
operatorTree
OperatorTree operatorTree
serialVersionUID: -1779888083256884608L
operatorTree
OperatorTree operatorTree
serialVersionUID: 1764142570608930118L
operatorTree
OperatorTree operatorTree
serialVersionUID: 1L
operatorTree
OperatorTree operatorTree
iconSize
IconSize iconSize
serialVersionUID: 7659962426110682359L
operatorTree
OperatorTree operatorTree
serialVersionUID: -9199021973167012092L
operatorTree
OperatorTree operatorTree
serialVersionUID: -7839680821600037532L
operatorTree
OperatorTree operatorTree
serialVersionUID: 2238740826770976483L
operatorTree
OperatorTree operatorTree
serialVersionUID: -7243768985704221068L
operatorTree
OperatorTree operatorTree
serialVersionUID: -115721139040021914L
operatorTree
OperatorTree operatorTree
serialVersionUID: 1727841552148351670L
position
int position
operatorTree
OperatorTree operatorTree
serialVersionUID: 570766967933245379L
operatorTree
OperatorTree operatorTree
|
Package com.rapidminer.gui.plotter |
serialVersionUID: -471636460650394557L
lines
java.util.List<E> lines
minY
double minY
maxY
double maxY
colorColumn
int colorColumn
minColor
double minColor
maxColor
double maxColor
serialVersionUID: 3155061651939372589L
values
java.util.List<E> values
maxWeight
double maxWeight
radius
int radius
currentToolTip
java.lang.String currentToolTip
toolTipX
double toolTipX
toolTipY
double toolTipY
angles
double[] angles
attributeVectorX
double[] attributeVectorX
attributeVectorY
double[] attributeVectorY
plotIndex
int plotIndex
absolute
boolean absolute
sorting
boolean sorting
serialVersionUID: -3049267947471497204L
plotters
ColorQuartilePlotter[] plotters
plotterSize
int plotterSize
colorIndex
int colorIndex
maxWeight
double maxWeight
serialVersionUID: -5115095967846809152L
columnIndex
int columnIndex
colorIndex
int colorIndex
allQuartiles
java.util.List<E> allQuartiles
drawLegend
boolean drawLegend
key
java.lang.String key
globalMin
double globalMin
globalMax
double globalMax
serialVersionUID: -3723769116082161327L
points
java.util.List<E> points
axes
int[] axes
pointColorIndex
int pointColorIndex
densityColorIndex
int densityColorIndex
minDensityColor
double minDensityColor
maxDensityColor
double maxDensityColor
minPointColor
double minPointColor
maxPointColor
double maxPointColor
min
double[] min
max
double[] max
colorMatrix
double[][] colorMatrix
currentToolTip
java.lang.String currentToolTip
toolTipX
double toolTipX
toolTipY
double toolTipY
serialVersionUID: 9178351977037267613L
serialVersionUID: -1299407916734619185L
values
java.util.List<E> values
maxWeight
double maxWeight
boxSize
int boxSize
horizontalCount
int horizontalCount
verticalCount
int verticalCount
currentToolTip
java.lang.String currentToolTip
toolTipX
double toolTipX
toolTipY
double toolTipY
plotIndex
int plotIndex
absolute
boolean absolute
sorting
boolean sorting
serialVersionUID: -175572158812122874L
min
double[] min
max
double[] max
maxWeight
double maxWeight
globalMin
double globalMin
globalMax
double globalMax
colorColumn
int colorColumn
localNormalizationBox
javax.swing.JCheckBox localNormalizationBox
columnMappingSelection
javax.swing.JComboBox columnMappingSelection
- Selection of column mapping.
localNormalization
boolean localNormalization
columnMappingType
int columnMappingType
- The currently selected type of column mapping. Default is ORDERED.
orderRandomSeed
long orderRandomSeed
- Currently used random seed for random ordering.
randomSeedRandom
java.util.Random randomSeedRandom
- The random number generator for random seeds.
serialVersionUID: -8994113034200480325L
serialVersionUID: -4737111168245916491L
adapter
PlotterAdapter adapter
legendColumn
int legendColumn
serialVersionUID: -8724351470349745191L
plotter
Plotter plotter
- The currently selected plotter object.
coordinatesLabel
javax.swing.JLabel coordinatesLabel
- The label which shows the coordinates in data space. Not supported by all
plotters.
selectedPlotter
java.lang.String selectedPlotter
- The selected plotter type.
mainPanel
javax.swing.JPanel mainPanel
- The main panel containing the axes selection panel and the actual plotter component.
plotterCombo
javax.swing.JComboBox plotterCombo
- The plotter selection combo box.
plotList
javax.swing.JList plotList
axisCombos
java.util.List<E> axisCombos
plotCombo
javax.swing.JComboBox plotCombo
availablePlotters
java.util.LinkedHashMap<K,V> availablePlotters
- Indicates if the plotter will be available.
serialVersionUID: -7039142638209143602L
plotter
Plotter plotter
serialVersionUID: -5115095967846809152L
columns
boolean[] columns
serialVersionUID: 199188198448229742L
plotterPoints
java.util.List<E> plotterPoints
- The list of all plotter points.
columnMapping
int[] columnMapping
- Maps the axes to the data table columns.
maxWeight
double maxWeight
- The maximum column weight (if weights are available in data table).
anchorVectorX
double[] anchorVectorX
- The vector directions of the axes of the rad viz.
anchorVectorY
double[] anchorVectorY
- The vector directions of the axes of the rad viz.
angles
double[] angles
- The angles between the axes.
colorColumn
int colorColumn
- The column which should be used to colorize the data points.
minColor
double minColor
- The minimum value of the color column.
maxColor
double maxColor
- The maximum value of the color column.
columnMappingSelection
javax.swing.JComboBox columnMappingSelection
- Selection of column mapping.
ignoreList
javax.swing.JList ignoreList
- The list of columns which should not be used as dimension anchors.
columnMappingType
int columnMappingType
- The currently selected type of column mapping. Default is ORDERED.
scale
double scale
- The scaling factor for point plotting, usually 1.
orderRandomSeed
long orderRandomSeed
- Currently used random seed for random ordering.
randomSeedRandom
java.util.Random randomSeedRandom
- The random number generator for random seeds.
serialVersionUID: 9049081889010883621L
plotter
ScatterPlotter plotter
images
java.awt.image.BufferedImage[][] images
plotDimension
int plotDimension
plotterSize
int plotterSize
progressBar
javax.swing.JProgressBar progressBar
calculationThread
java.lang.Thread calculationThread
stopUpdates
boolean stopUpdates
serialVersionUID: -6640810053422867017L
plots
java.util.List<E> plots
minX
double minX
maxX
double maxX
minY
double minY
maxY
double maxY
minColor
double minColor
maxColor
double maxColor
xTicSize
double xTicSize
yTicSize
double yTicSize
colorColumn
int colorColumn
drawMinX
double drawMinX
drawMaxX
double drawMaxX
drawMinY
double drawMinY
drawMaxY
double drawMaxY
axis
int[] axis
currentPlotterXAxis
int currentPlotterXAxis
- The column which is currently used as x-axis for the plotter.
currentPlotterYAxis
int currentPlotterYAxis
- The column which is currently used as y-axis for the plotter.
columns
boolean[] columns
currentToolTip
java.lang.String currentToolTip
toolTipX
double toolTipX
toolTipY
double toolTipY
dragX
int dragX
dragY
int dragY
dragWidth
int dragWidth
dragHeight
int dragHeight
drawAxes
boolean drawAxes
drawLabel
boolean drawLabel
draw2DLines
boolean draw2DLines
drawLegend
boolean drawLegend
key
java.lang.String key
pointTypeSelection
javax.swing.JComboBox pointTypeSelection
pointType
int pointType
jitterAmount
int jitterAmount
transform
java.awt.geom.AffineTransform transform
- The transformations from pixel space into data space.
serialVersionUID: 3024071214549165747L
plotter
ScatterPlotter plotter
visualizers
java.util.List<E> visualizers
createOtherPlottersButton
javax.swing.JButton createOtherPlottersButton
serialVersionUID: -3618058787783237559L
serialVersionUID: -4510716260204035289L
maxWeight
double maxWeight
colorColumn
int colorColumn
sortingDimensions
int[] sortingDimensions
dataRows
java.util.List<E> dataRows
min
double[] min
max
double[] max
|
Package com.rapidminer.gui.plotter.charts |
serialVersionUID: 4568273282283350833L
dataSet
org.jfree.data.xy.XYDataset dataSet
axis
int[] axis
- The columns which are used for the axes.
colorColumn
int colorColumn
- The column which is used for the color.
jitterAmount
int jitterAmount
logScales
boolean[] logScales
plotColumnsLogScale
boolean plotColumnsLogScale
minColor
double minColor
maxColor
double maxColor
nominal
boolean nominal
idMap
java.util.Map<K,V> idMap
rotateLabels
javax.swing.JCheckBox rotateLabels
panel
org.jfree.chart.ChartPanel panel
serialVersionUID: 8750708105082707503L
dataTable
DataTable dataTable
- The currently used data table object.
pieDataSet
org.jfree.data.general.DefaultPieDataset pieDataSet
- The pie data set.
groupByColumn
int groupByColumn
- The column which is used for the piece names (or group-by statements).
legendByColumn
int legendByColumn
- The column which is used for the legend.
valueColumn
int valueColumn
- The column which is used for the values.
useDistinct
javax.swing.JCheckBox useDistinct
- Indicates if only distinct values should be used for aggregation functions.
aggregationFunction
javax.swing.JComboBox aggregationFunction
- The used aggregation function.
absolute
boolean absolute
- Indicates if absolute values should be used.
explodingGroups
java.lang.String[] explodingGroups
- The currently selected groups for explosion.
explodingGroupList
ExtendedJList explodingGroupList
- This list hold all groups of the selected grouping column which should be selected for explosion.
explodingSlider
javax.swing.JSlider explodingSlider
- The slider for the amount of explosion.
explodingAmount
double explodingAmount
- The currently selected amount of explosion.
panel
org.jfree.chart.ChartPanel panel
serialVersionUID: 1208210421840512091L
dataTable
DataTable dataTable
- The currently used data table object.
categoryDataSet
org.jfree.data.category.DefaultCategoryDataset categoryDataSet
- The pie data set.
groupByColumn
int groupByColumn
- The column which is used for the group by attribute.
legendByColumn
int legendByColumn
- The column which is used for the legend.
valueColumn
int valueColumn
- The column which is used for the values.
orientationType
javax.swing.JComboBox orientationType
- The orientation of the bars.
useDistinct
javax.swing.JCheckBox useDistinct
- Indicates if only distinct values should be used for aggregation functions.
rotateLabels
javax.swing.JCheckBox rotateLabels
- Indicates if labels should be rotated.
aggregationFunction
javax.swing.JComboBox aggregationFunction
- The used aggregation function.
absolute
boolean absolute
- Indicates if absolute values should be used.
panel
org.jfree.chart.ChartPanel panel
serialVersionUID: -5231467872475202473L
serialVersionUID: 4568273282283350833L
xyzDataSet
org.jfree.data.xy.DefaultXYZDataset xyzDataSet
- The pie data set.
axis
int[] axis
- The columns which are used for the axes.
colorColumn
int colorColumn
- The column which is used for the color.
bubbleSizeMin
double bubbleSizeMin
bubbleSizeMax
double bubbleSizeMax
xAxisMin
double xAxisMin
xAxisMax
double xAxisMax
yAxisMin
double yAxisMin
yAxisMax
double yAxisMax
minColor
double minColor
maxColor
double maxColor
colors
double[] colors
logScales
boolean[] logScales
nominal
boolean nominal
rotateLabels
javax.swing.JCheckBox rotateLabels
panel
org.jfree.chart.ChartPanel panel
serialVersionUID: 5262078816286731693L
colorValues
double[] colorValues
minColor
double minColor
maxColor
double maxColor
colorProvider
ColorProvider colorProvider
serialVersionUID: 384459884477017759L
minColor
double minColor
maxColor
double maxColor
colors
double[] colors
colorProvider
ColorProvider colorProvider
serialVersionUID: 6884606136158793687L
colorValues
double[] colorValues
minColor
double minColor
maxColor
double maxColor
colorProvider
ColorProvider colorProvider
serialVersionUID: 1110895790394519633L
minColor
double minColor
maxColor
double maxColor
colorProvider
ColorProvider colorProvider
serialVersionUID: 7082150054320204732L
serialVersionUID: -8763693366081949249L
dataset
org.jfree.data.xy.YIntervalSeriesCollection dataset
- The data set used for the plotter.
colorColumn
int colorColumn
- The column which is used for the values.
domainAxisMap
java.lang.String[] domainAxisMap
localNormalizationBox
javax.swing.JCheckBox localNormalizationBox
localNormalization
boolean localNormalization
rotateLabels
javax.swing.JCheckBox rotateLabels
panel
org.jfree.chart.ChartPanel panel
serialVersionUID: 2923008541302883925L
plot
boolean plot
plotColumn
int plotColumn
groupColumn
int groupColumn
createFromDataTable
boolean createFromDataTable
rotateLabels
javax.swing.JCheckBox rotateLabels
serialVersionUID: 9140046811324105445L
histogramDataset
org.jfree.data.statistics.HistogramDataset histogramDataset
columns
boolean[] columns
- Indicates which columns will be plotted.
binNumber
int binNumber
logScale
boolean logScale
absolute
boolean absolute
drawLegend
boolean drawLegend
opaqueness
float opaqueness
rotateLabels
javax.swing.JCheckBox rotateLabels
panel
org.jfree.chart.ChartPanel panel
serialVersionUID: 9140046811324105445L
histogramDataset
org.jfree.data.statistics.HistogramDataset histogramDataset
categoryDataset
org.jfree.data.category.DefaultCategoryDataset categoryDataset
nominal
boolean nominal
valueColumn
int valueColumn
- Indicates which column will be plotted.
colorColumn
int colorColumn
- Indicates which column should be used for the color definition.
binNumber
int binNumber
logScale
boolean logScale
absolute
boolean absolute
drawLegend
boolean drawLegend
opaqueness
float opaqueness
rotateLabels
javax.swing.JCheckBox rotateLabels
panel
org.jfree.chart.ChartPanel panel
serialVersionUID: 4568273282283350833L
dataSet
org.jfree.data.xy.XYDataset dataSet
xAxis
int xAxis
- The columns which are used for the axes.
plotColumns
boolean[] plotColumns
- The column which is used for the color.
jitterAmount
int jitterAmount
xLogScale
boolean xLogScale
plotIndexToColumnIndexMap
java.util.List<E> plotIndexToColumnIndexMap
idMap
java.util.Map<K,V> idMap
panel
org.jfree.chart.ChartPanel panel
rotateLabels
javax.swing.JCheckBox rotateLabels
pointsAndLinesOptions
javax.swing.JButton pointsAndLinesOptions
showPoints
boolean[] showPoints
showLines
boolean[] showLines
serialVersionUID: -8763693366081949249L
indexAxis
int indexAxis
columns
boolean[] columns
- The column which is used for the values.
panel
org.jfree.chart.ChartPanel panel
serialVersionUID: -8763693366081949249L
dataset
org.jfree.data.xy.XYSeriesCollection dataset
- The data set used for the plotter.
colorColumn
int colorColumn
- The column which is used for the values.
domainAxisMap
java.lang.String[] domainAxisMap
panel
org.jfree.chart.ChartPanel panel
localNormalizationBox
javax.swing.JCheckBox localNormalizationBox
localNormalization
boolean localNormalization
rotateLabels
javax.swing.JCheckBox rotateLabels
colorMap
double[] colorMap
serialVersionUID: 3475336746667135258L
itemLabels
java.util.Map<K,V> itemLabels
serialVersionUID: -8763693366081949249L
data
org.jfree.data.DefaultKeyedValues data
totalData
org.jfree.data.DefaultKeyedValues totalData
groupByColumn
int groupByColumn
- The column which is used for the piece names (or group-by statements).
countColumn
int countColumn
- The column which is used for the legend.
countValues
javax.swing.JComboBox countValues
sortingDirection
javax.swing.JComboBox sortingDirection
showCumulativeLabels
javax.swing.JCheckBox showCumulativeLabels
showBarLabels
javax.swing.JCheckBox showBarLabels
rotateLabels
javax.swing.JCheckBox rotateLabels
serialVersionUID: 1354586635508052100L
serialVersionUID: -2107283003284552898L
serialVersionUID: 0L
ok
boolean ok
model
javax.swing.table.DefaultTableModel model
serialVersionUID: 1144347275132559243L
isLog
boolean isLog
serialVersionUID: 4950755498257276805L
serialVersionUID: 6535057074946396896L
serialVersionUID: -8763693366081949249L
dataset
org.jfree.data.xy.YIntervalSeriesCollection dataset
- The data set used for the plotter.
columns
boolean[] columns
- The column which is used for the values.
axis
int[] axis
- The axis values for the upper and lower bounds.
plotBounds
boolean plotBounds
- Indicates if bounds are plotted.
plotIndexToColumnIndexMap
java.util.List<E> plotIndexToColumnIndexMap
panel
org.jfree.chart.ChartPanel panel
serialVersionUID: -2836199514919011137L
weights
double[] weights
maxWeight
double maxWeight
|
Package com.rapidminer.gui.plotter.mathplot |
serialVersionUID: -3763239240861652777L
serialVersionUID: -7533259303423637127L
serialVersionUID: -7018389000051768349L
dataTable
DataTable dataTable
- The currently used data table object.
plotpanel
org.math.plot.PlotPanel plotpanel
- The actual plotter panel of JMathPlot.
legend
PlotterLegend legend
- The plotter legend which can be used to display the values with respect to the used colors.
columns
boolean[] columns
- Indicates which columns will be plotted.
axis
int[] axis
- The used axes columns.
serialVersionUID: -2547520708373816637L
serialVersionUID: -8695197842788069313L
serialVersionUID: -3741835931346090326L
serialVersionUID: 6967871061963724679L
serialVersionUID: -4351530035081388245L
serialVersionUID: -2241823488299009239L
serialVersionUID: -8086776011628491876L
|
Package com.rapidminer.gui.plotter.som |
serialVersionUID: -1936359032703929998L
readResolve
protected java.lang.Object readResolve()
dimensions
int[] dimensions
exampleCoordinates
java.util.ArrayList<E> exampleCoordinates
examplesApplied
boolean examplesApplied
uMatrix
double[][] uMatrix
maxU
double maxU
pMatrix
double[][] pMatrix
maxP
double maxP
uStarMatrix
double[][] uStarMatrix
maxUStar
double maxUStar
show
boolean show
currentToolTip
java.lang.String currentToolTip
toolTipX
double toolTipX
toolTipY
double toolTipY
showMatrix
int showMatrix
showColor
int showColor
colorColumn
int colorColumn
approveButton
javax.swing.JButton approveButton
matrixSelection
javax.swing.JComboBox matrixSelection
colorSelection
javax.swing.JComboBox colorSelection
roundSelection
javax.swing.JTextField roundSelection
radiusSelection
javax.swing.JTextField radiusSelection
dimensionX
javax.swing.JTextField dimensionX
dimensionY
javax.swing.JTextField dimensionY
progressBar
javax.swing.JProgressBar progressBar
coloredPoints
boolean coloredPoints
jitterAmount
int jitterAmount
|
Package com.rapidminer.gui.processeditor |
serialVersionUID: -2661346182983330754L
serialVersionUID: -2503689886544116347L
operatorTree
OperatorTree operatorTree
operatorTreeTabs
javax.swing.JTabbedPane operatorTreeTabs
editorTabs
javax.swing.JTabbedPane editorTabs
propertyTable
OperatorPropertyTable propertyTable
xmlEditor
XMLEditor xmlEditor
commentEditor
CommentEditor commentEditor
newOperatorEditor
NewOperatorEditor newOperatorEditor
propertyMessageLabel
javax.swing.JLabel propertyMessageLabel
lastIndex
int lastIndex
mainFrame
MainFrame mainFrame
serialVersionUID: -8910332473638172252L
newOperatorGroupTree
NewOperatorGroupTree newOperatorGroupTree
operatorList
OperatorList operatorList
serialVersionUID: 133086849304885475L
filterField
javax.swing.JTextField filterField
operatorGroupTree
javax.swing.JTree operatorGroupTree
editor
NewOperatorEditor editor
serialVersionUID: -6092290820461444236L
serialVersionUID: 1970923271834221630L
results
java.util.List<E> results
tabs
javax.swing.JTabbedPane tabs
label
javax.swing.JLabel label
dataTables
java.util.Collection<E> dataTables
tableUpdateQueue
UpdateQueue tableUpdateQueue
logListener
LoggingListener logListener
serialVersionUID: 4172143138689034659L
editor
JEditTextArea editor
mainFrame
MainFrame mainFrame
|
Package com.rapidminer.gui.processeditor.actions |
serialVersionUID: -5145325683059274310L
operatorGroupTree
NewOperatorGroupTree operatorGroupTree
|
Package com.rapidminer.gui.properties |
serialVersionUID: 99319694250830796L
serialVersionUID: -2054750632363559123L
shownParameterTypes
ParameterType[] shownParameterTypes
parameters
Parameters parameters
serialVersionUID: -7069543356398085334L
button
javax.swing.JButton button
serialVersionUID: -7163760967040772736L
button
javax.swing.JButton button
serialVersionUID: 187660784321413390L
ok
boolean ok
mode
int mode
operatorListModel
ExtendedListModel operatorListModel
parametersListModel
ExtendedListModel parametersListModel
selectedParametersListModel
ExtendedListModel selectedParametersListModel
operatorList
ExtendedJList operatorList
parametersList
ExtendedJList parametersList
selectedParametersList
ExtendedJList selectedParametersList
minValueJLabel
javax.swing.JLabel minValueJLabel
maxValueJLabel
javax.swing.JLabel maxValueJLabel
stepsValueJLabel
javax.swing.JLabel stepsValueJLabel
gridScaleValueJLabel
javax.swing.JLabel gridScaleValueJLabel
minValueTextField
javax.swing.JTextField minValueTextField
maxValueTextField
javax.swing.JTextField maxValueTextField
stepsValueTextField
javax.swing.JTextField stepsValueTextField
gridScaleValueComboBox
javax.swing.JComboBox gridScaleValueComboBox
categoriesList
javax.swing.JList categoriesList
selectedCategoriesList
javax.swing.JList selectedCategoriesList
categoriesListModel
javax.swing.DefaultListModel categoriesListModel
selectedCategoriesListModel
javax.swing.DefaultListModel selectedCategoriesListModel
createValueTextField
javax.swing.JTextField createValueTextField
createValueButton
javax.swing.JButton createValueButton
addValueButton
javax.swing.JButton addValueButton
removeValueButton
javax.swing.JButton removeValueButton
upListButton
javax.swing.JButton upListButton
downListButton
javax.swing.JButton downListButton
choseGridRadioButton
javax.swing.JRadioButton choseGridRadioButton
choseListRadioButton
javax.swing.JRadioButton choseListRadioButton
infoLabel
javax.swing.JLabel infoLabel
listener
ConfigurationListener listener
process
Process process
parameterValuesMap
java.util.LinkedHashMap<K,V> parameterValuesMap
serialVersionUID: 32891471478295L
serialVersionUID: 5599667832953596663L
serialVersionUID: 6290460979115818689L
serialVersionUID: 3594466409311826645L
useEditorAsRenderer
boolean useEditorAsRenderer
serialVersionUID: -8235047960089702819L
panel
javax.swing.JPanel panel
textField
javax.swing.JTextField textField
type
ParameterTypeFile type
gridBagLayout
java.awt.GridBagLayout gridBagLayout
serialVersionUID: -2559892872774108384L
operatorCombo
javax.swing.JComboBox operatorCombo
serialVersionUID: 1876607848416333390L
ok
boolean ok
listPropertyTable
ListPropertyTable listPropertyTable
parameterList
java.util.List<E> parameterList
serialVersionUID: -4547732551646588939L
serialVersionUID: -4429790999365057931L
type
ParameterTypeList type
button
javax.swing.JButton button
parameterList
java.util.List<E> parameterList
serialVersionUID: 5396725165122306231L
ok
boolean ok
isSquared
boolean isSquared
matrixPropertyTable
MatrixPropertyTable matrixPropertyTable
serialVersionUID: 2348648114479673318L
model
MatrixPropertyTableModel model
rowBaseName
java.lang.String rowBaseName
serialVersionUID: 0L
baseName
java.lang.String baseName
columnBaseName
java.lang.String columnBaseName
serialVersionUID: 0L
type
ParameterTypeMatrix type
button
javax.swing.JButton button
matrix
double[][] matrix
serialVersionUID: -4129852766426437419L
mainFrame
MainFrame mainFrame
expertMode
boolean expertMode
propertyMessageLabel
javax.swing.JLabel propertyMessageLabel
serialVersionUID: 2332956173516489926L
panel
javax.swing.JPanel panel
operatorCombo
javax.swing.JComboBox operatorCombo
typeCombo
javax.swing.JComboBox typeCombo
valueCombo
javax.swing.JComboBox valueCombo
serialVersionUID: -2559892872774108384L
readResolve
protected java.lang.Object readResolve()
panel
javax.swing.JPanel panel
operatorCombo
javax.swing.JComboBox operatorCombo
parameterCombo
javax.swing.JComboBox parameterCombo
fireEvent
boolean fireEvent
serialVersionUID: -7163760967040772736L
button
javax.swing.JButton button
serialVersionUID: -8510884721529372231L
model
javax.swing.table.DefaultTableModel model
valueEditors
java.util.List<E> valueEditors
keyEditors
java.util.List<E> keyEditors
toolTips
java.util.List<E> toolTips
columnNames
java.lang.String[] columnNames
changeListener
PropertyTableParameterChangeListener changeListener
serialVersionUID: 6665295638614289994L
tabs
SettingsTabs tabs
listeners
java.util.List<E> listeners
serialVersionUID: 649188519589057381L
readResolve
protected java.lang.Object readResolve()
serialVersionUID: -229446448782516589L
tables
java.util.List<E> tables
serialVersionUID: 8800712397096177848L
serialVersionUID: 8574310060170861505L
text
java.lang.String text
ok
boolean ok
textArea
JEditTextArea textArea
serialVersionUID: -4429790999365057931L
type
ParameterTypeText type
button
javax.swing.JButton button
text
java.lang.String text
serialVersionUID: 1510360561085238281L
|
Package com.rapidminer.gui.templates |
serialVersionUID: -2146505003821251075L
buildingBlockList
javax.swing.JList buildingBlockList
buildingBlockMap
java.util.Map<K,V> buildingBlockMap
serialVersionUID: 1428487062393160289L
templateList
javax.swing.JList templateList
templateMap
java.util.Map<K,V> templateMap
serialVersionUID: 4234757981716378086L
ok
boolean ok
buildingBlockList
javax.swing.JList buildingBlockList
serialVersionUID: 316102134905132452L
serialVersionUID: 7662184237558085856L
ok
boolean ok
nameField
javax.swing.JTextField nameField
descriptionField
javax.swing.JTextField descriptionField
serialVersionUID: -4892200177390173103L
ok
boolean ok
nameField
javax.swing.JTextField nameField
descriptionField
javax.swing.JTextField descriptionField
tableModel
com.rapidminer.gui.templates.SaveAsTemplateDialog.TemplateParameterTableModel tableModel
|
Package com.rapidminer.gui.tools |
serialVersionUID: -3889559376722324215L
contentPanel
com.rapidminer.gui.tools.AboutBox.ContentPanel contentPanel
serialVersionUID: -8136329951869702133L
editButton
javax.swing.JButton editButton
serialVersionUID: -6788149857535452181L
checkTreeManager
ExtendedCheckTreeMouseSelectionManager checkTreeManager
serialVersionUID: -2532264318689978630L
selectionModel
ExtendedCheckTreeSelectionModel selectionModel
delegate
javax.swing.tree.TreeCellRenderer delegate
checkBox
ExtendedTriStateCheckBox checkBox
serialVersionUID: -1617898630869822944L
model
javax.swing.tree.TreeModel model
serialVersionUID: -5141975629639275878L
mainDataTable
ExtendedJTable mainDataTable
serialVersionUID: 8320969518243948543L
preferredWidth
int preferredWidth
minimumWidth
int minimumWidth
layingOut
boolean layingOut
wide
boolean wide
serialVersionUID: 9032182018402L
preferredWidth
int preferredWidth
serialVersionUID: 218317624316997140L
serialVersionUID: -3411054850324165365L
serialVersionUID: 8798498172271429876L
serialVersionUID: 4840252601155251257L
readResolve
protected java.lang.Object readResolve()
ROW_ACTION
javax.swing.Action ROW_ACTION
COLUMN_ACTION
javax.swing.Action COLUMN_ACTION
FIT_COLUMN_ACTION
javax.swing.Action FIT_COLUMN_ACTION
FIT_ALL_COLUMNS_ACTION
javax.swing.Action FIT_ALL_COLUMNS_ACTION
EQUAL_WIDTHS_ACTION
javax.swing.Action EQUAL_WIDTHS_ACTION
SORTING_DESCENDING_ACTION
javax.swing.Action SORTING_DESCENDING_ACTION
SORTING_ASCENDING_ACTION
javax.swing.Action SORTING_ASCENDING_ACTION
ADD_TO_SORTING_DESCENDING_ACTION
javax.swing.Action ADD_TO_SORTING_DESCENDING_ACTION
ADD_TO_SORTING_ASCENDING_ACTION
javax.swing.Action ADD_TO_SORTING_ASCENDING_ACTION
SORT_COLUMNS_BY_NAME_ACTION
javax.swing.Action SORT_COLUMNS_BY_NAME_ACTION
RESTORE_COLUMN_ORDER_ACTION
javax.swing.Action RESTORE_COLUMN_ORDER_ACTION
sortable
boolean sortable
cellColorProvider
CellColorProvider cellColorProvider
useColoredCellRenderer
boolean useColoredCellRenderer
tableSorter
ExtendedJTableSorterModel tableSorter
scrollPaneParent
ExtendedJScrollPane scrollPaneParent
packer
ExtendedJTablePacker packer
fixFirstColumn
boolean fixFirstColumn
originalOrder
java.lang.String[] originalOrder
showPopopUpMenu
boolean showPopopUpMenu
serialVersionUID: -4206702130247556242L
readResolve
protected java.lang.Object readResolve()
tableModel
javax.swing.table.TableModel tableModel
modelToView
int[] modelToView
tableHeader
javax.swing.table.JTableHeader tableHeader
columnComparators
java.util.Map<K,V> columnComparators
sortingColumns
java.util.List<E> sortingColumns
serialVersionUID: -9219638829666999431L
serialVersionUID: 90320323254252311L
model
ExtendedListModel model
serialVersionUID: 90320323118402L
toolTipMap
java.util.LinkedHashMap<K,V> toolTipMap
enabledMap
java.util.LinkedHashMap<K,V> enabledMap
serialVersionUID: 8924026691487760529L
model
com.rapidminer.gui.tools.ExtendedTriStateCheckBox.TristateDecorator model
serialVersionUID: -6706176641327836203L
serialVersionUID: 3903395116300542548L
preferredSizeType
int preferredSizeType
serialVersionUID: -5728947680003081065L
rescaleImage
boolean rescaleImage
imageX
int imageX
imageY
int imageY
serialVersionUID: 7096580655099549058L
serialVersionUID: -2762178074014243751L
serialVersionUID: 9211315720113090453L
serialVersionUID: -6010071394984207389L
layout
java.awt.GridBagLayout layout
constraints
java.awt.GridBagConstraints constraints
startButton
javax.swing.JButton startButton
calculationLabel
javax.swing.JLabel calculationLabel
calculationThread
java.lang.Thread calculationThread
serialVersionUID: 1683447823326877486L
togglePanel
javax.swing.JPanel togglePanel
toggleButtons
javax.swing.ButtonGroup toggleButtons
buttonComponentMap
java.util.HashMap<K,V> buttonComponentMap
serialVersionUID: 551259537624386372L
readResolve
protected java.lang.Object readResolve()
textArea
javax.swing.JTextPane textArea
serialVersionUID: -2719941529572427942L
mainFrame
MainFrame mainFrame
- The main frame. Used for conditional action updates and property table settings.
operatorDialogCellRenderer
OperatorListCellRenderer operatorDialogCellRenderer
- Creates a special CellRenderer for this class
dragSource
java.awt.dnd.DragSource dragSource
- The drag source of the NewOperatorDialog
serialVersionUID: -4236587258844548010L
coloredBackground
boolean coloredBackground
serialVersionUID: -8196515665251937769L
operatorList
OperatorList operatorList
serialVersionUID: -13322093427862217L
serialVersionUID: -8792339176006884719L
statusLabel
javax.swing.JLabel statusLabel
progressBar
javax.swing.JProgressBar progressBar
serialVersionUID: 2929637220390538982L
layout
java.awt.CardLayout layout
mainPanel
javax.swing.JPanel mainPanel
buttonPanel
javax.swing.JPanel buttonPanel
buttonGroup
javax.swing.ButtonGroup buttonGroup
counter
int counter
serialVersionUID: -1525644776910410809L
properties
java.util.Properties properties
splashScreenFrame
javax.swing.JFrame splashScreenFrame
message
java.lang.String message
infosVisible
boolean infosVisible
serialVersionUID: 6062150929521199578L
serialVersionUID: 1189363377612273467L
clockLabel
javax.swing.JLabel clockLabel
operatorLabel
javax.swing.JLabel operatorLabel
rootOperator
com.rapidminer.gui.tools.StatusBar.OperatorEntry rootOperator
trafficLightLabel
javax.swing.JLabel trafficLightLabel
breakpoint
int breakpoint
specialText
java.lang.String specialText
serialVersionUID: -6860624220979494451L
delay
long delay
memory
long[] memory
currentMeasurement
int currentMeasurement
currentlyUsed
double currentlyUsed
backgroundColor
java.awt.Color backgroundColor
textColor
java.awt.Color textColor
memoryColor
java.awt.Color memoryColor
gridColor
java.awt.Color gridColor
lineColor
java.awt.Color lineColor
serialVersionUID: -5728947680003081065L
title
java.lang.String title
textLines
java.lang.String[] textLines
height
int height
width
int width
xAlignment
int xAlignment
yAlignment
int yAlignment
resized
boolean resized
serialVersionUID: -6916236648023490473L
recentFileList
javax.swing.JList recentFileList
mainFrame
MainFrame mainFrame
serialVersionUID: 5515907668417632521L
|
Package com.rapidminer.gui.tools.actions |
serialVersionUID: -6389072245302152679L
table
ExtendedJTable table
direction
int direction
serialVersionUID: 5853959993751513209L
loggingViewer
LoggingViewer loggingViewer
serialVersionUID: -4154228837058332592L
table
ExtendedJTable table
serialVersionUID: 814690900045107977L
table
ExtendedJTable table
serialVersionUID: -438685397708559613L
table
ExtendedJTable table
serialVersionUID: -8380073257252178693L
loggingViewer
LoggingViewer loggingViewer
serialVersionUID: 5242012048926062476L
table
ExtendedJTable table
serialVersionUID: -2357798512608631133L
loggingViewer
LoggingViewer loggingViewer
serialVersionUID: 4505320292545488875L
table
ExtendedJTable table
serialVersionUID: 8723250647594667876L
table
ExtendedJTable table
serialVersionUID: -4154228837058332592L
table
ExtendedJTable table
direction
int direction
serialVersionUID: 6104623498326293185L
table
ExtendedJTable table
|
Package com.rapidminer.gui.tools.syntax |
serialVersionUID: 2942143617686299824L
serialVersionUID: 8199702559544536825L
serialVersionUID: 1961399179178333327L
serialVersionUID: -5706102409245450060L
serialVersionUID: -3684547177167797759L
readResolve
protected java.lang.Object readResolve()
painter
TextAreaPainter painter
popup
javax.swing.JPopupMenu popup
caretEvent
com.rapidminer.gui.tools.syntax.JEditTextArea.MutableCaretEvent caretEvent
caretBlinks
boolean caretBlinks
caretVisible
boolean caretVisible
blink
boolean blink
editable
boolean editable
firstLine
int firstLine
visibleLines
int visibleLines
electricScroll
int electricScroll
horizontalOffset
int horizontalOffset
vertical
javax.swing.JScrollBar vertical
horizontal
javax.swing.JScrollBar horizontal
scrollBarsInitialized
boolean scrollBarsInitialized
document
SyntaxDocument document
selectionStart
int selectionStart
selectionStartLine
int selectionStartLine
selectionEnd
int selectionEnd
selectionEndLine
int selectionEndLine
biasLeft
boolean biasLeft
bracketPosition
int bracketPosition
bracketLine
int bracketLine
magicCaret
int magicCaret
overwrite
boolean overwrite
rectSelect
boolean rectSelect
serialVersionUID: 5959684700222385821L
serialVersionUID: 5512879422283716799L
readResolve
protected java.lang.Object readResolve()
currentLineIndex
int currentLineIndex
- Returns the painter's minimum size.
textArea
JEditTextArea textArea
caretColor
java.awt.Color caretColor
selectionColor
java.awt.Color selectionColor
lineHighlightColor
java.awt.Color lineHighlightColor
bracketHighlightColor
java.awt.Color bracketHighlightColor
eolMarkerColor
java.awt.Color eolMarkerColor
blockCaret
boolean blockCaret
lineHighlight
boolean lineHighlight
bracketHighlight
boolean bracketHighlight
paintInvalid
boolean paintInvalid
eolMarkers
boolean eolMarkers
cols
int cols
rows
int rows
tabSize
int tabSize
fm
java.awt.FontMetrics fm
|
Package com.rapidminer.gui.viewer |
serialVersionUID: 2307394762389768556L
serialVersionUID: -5076213251038547710L
matrix
ANOVAMatrix matrix
serialVersionUID: -5732155307505605893L
matrix
ANOVAMatrix matrix
serialVersionUID: 5619543957729778883L
criterionSelectorBox
javax.swing.JComboBox criterionSelectorBox
criterionMinSlider
javax.swing.JSlider criterionMinSlider
minValues
double[] minValues
maxValues
double[] maxValues
conclusionList
javax.swing.JList conclusionList
conjunctionBox
javax.swing.JComboBox conjunctionBox
itemArray
Item[] itemArray
listeners
java.util.List<E> listeners
rules
AssociationRules rules
serialVersionUID: -4323147898914632476L
rules
AssociationRules rules
mapping
int[] mapping
serialVersionUID: 4589558372186371570L
table
javax.swing.JTable table
model
AssociationRuleTableModel model
serialVersionUID: 3994390578811027103L
serialVersionUID: 3448880915145528006L
table
ConfusionMatrixViewerTable table
serialVersionUID: 3799580633476845998L
serialVersionUID: 1206988933244249851L
classNames
java.lang.String[] classNames
counter
double[][] counter
rowSums
double[] rowSums
columnSums
double[] columnSums
serialVersionUID: -322963469866592863L
current
java.awt.Component current
- The currently used visualization component.
serialVersionUID: 6878549119308753961L
generalInfo
javax.swing.JLabel generalInfo
dataTableViewerTable
DataTableViewerTable dataTableViewerTable
plotterPanel
PlotterPanel plotterPanel
dataTable
DataTable dataTable
serialVersionUID: 3206734427933036268L
rendererType
int rendererType
min
double min
max
double max
model
DataTableViewerTableModel model
serialVersionUID: 8116530590493627673L
serialVersionUID: -8114228636932871865L
generalInfo
javax.swing.JLabel generalInfo
dataTable
DataViewerTable dataTable
filterCounter
javax.swing.JLabel filterCounter
- Filter counter display.
serialVersionUID: 5535239693801265693L
numberOfSpecialAttributes
int numberOfSpecialAttributes
dateColumns
int[] dateColumns
serialVersionUID: -3057324874942971672L
regularAttributes
Attribute[] regularAttributes
specialAttributes
Attribute[] specialAttributes
exampleSet
ExampleSet exampleSet
serialVersionUID: 2892192060246909733L
hcm
HierarchicalClusterModel hcm
numObjects
int numObjects
maxDistance
double maxDistance
minDistance
double minDistance
maxX
int maxX
maxY
int maxY
count
int count
color
java.awt.Color color
serialVersionUID: 1497336028647445690L
frequentSets
FrequentItemSets frequentSets
mapping
int[] mapping
maxItemSetSize
int maxItemSetSize
serialVersionUID: -4353590225271845908L
model
FrequentItemSetsTableModel model
totalSizeLabel
javax.swing.JLabel totalSizeLabel
minItemSetSizeLabel
javax.swing.JLabel minItemSetSizeLabel
serialVersionUID: 5466205420267797125L
generalInfo
javax.swing.JLabel generalInfo
metaDataTable
MetaDataViewerTable metaDataTable
serialVersionUID: -4879028136543294746L
numberOfSpecialAttributeRows
int numberOfSpecialAttributeRows
model
MetaDataViewerTableModel model
serialVersionUID: -1598719681189990076L
currentMapping
int[] currentMapping
exampleSet
ExampleSet exampleSet
regularAttributes
Attribute[] regularAttributes
specialAttributes
Attribute[] specialAttributes
specialAttributeNames
java.lang.String[] specialAttributeNames
serialVersionUID: 8116530590493627673L
serialVersionUID: -5848837142789453985L
serialVersionUID: -5819082000307077237L
dataset
org.jfree.data.xy.YIntervalSeriesCollection dataset
- The data set used for the plotter.
rocDataLists
java.util.Map<K,V> rocDataLists
colorProvider
ColorProvider colorProvider
serialVersionUID: -5441366103559588567L
plotter
ROCChartPlotter plotter
serialVersionUID: -4323147898914632476L
rules
RuleSet rules
serialVersionUID: 4589558372186371570L
table
javax.swing.JTable table
serialVersionUID: -3774235976141625821L
minX
double minX
maxX
double maxX
minY
double minY
maxY
double maxY
xTicSize
double xTicSize
yTicSize
double yTicSize
measure
DistanceMeasure measure
exampleSet
ExampleSet exampleSet
k_distance_jtext
javax.swing.JTextField k_distance_jtext
updatePanelHeight
int updatePanelHeight
kDistanceValues
java.util.LinkedList<E> kDistanceValues
k
int k
serialVersionUID: 8251521865453407142L
similarityTable
ExtendedJTable similarityTable
serialVersionUID: 7451178433975831387L
similarity
DistanceMeasure similarity
exampleSet
ExampleSet exampleSet
idAttribute
Attribute idAttribute
serialVersionUID: 1976956148942768107L
|
Package com.rapidminer.gui.wizards |
serialVersionUID: -2633062859175838003L
next
javax.swing.JButton next
previous
javax.swing.JButton previous
cardLayout
java.awt.CardLayout cardLayout
mainPanel
javax.swing.JPanel mainPanel
layout
java.awt.GridBagLayout layout
c
java.awt.GridBagConstraints c
contentPanel
javax.swing.JPanel contentPanel
currentStep
int currentStep
numberOfSteps
int numberOfSteps
listener
ConfigurationListener listener
serialVersionUID: 3622980797331677255L
parameters
java.util.Map<K,V> parameters
serialVersionUID: 5127262335077061590L
isConnected
boolean isConnected
- Indicates if the handler is currently connected.
attributeNameMap
java.util.Map<K,V> attributeNameMap
- All attribute names for the available tables.
systemComboBox
javax.swing.JComboBox systemComboBox
- This combo box contains all available database drivers.
serverField
javax.swing.JTextField serverField
- This field contains the server name or IP.
urlField
javax.swing.JTextField urlField
- This field contains the complete url string for the defined driver.
databaseNameField
javax.swing.JTextField databaseNameField
- This field contains the database name.
userNameField
javax.swing.JTextField userNameField
- This field contains the user name.
tableNameField
javax.swing.JTextField tableNameField
- This field contains the table name.
passwordField
javax.swing.JPasswordField passwordField
- This field contains the password.
password
java.lang.String password
- Remembers the password during connections.
showSystemSetup
boolean showSystemSetup
- Indicates if the system settings are derived via parameters.
serialVersionUID: -3326459655851921317L
serialVersionUID: 5127262335077061590L
isConnected
boolean isConnected
- Indicates if the handler is currently connected.
attributeNameMap
java.util.Map<K,V> attributeNameMap
- All attribute names for the available tables.
systemComboBox
javax.swing.JComboBox systemComboBox
- This combo box contains all available database drivers.
serverField
javax.swing.JTextField serverField
- This field contains the server name or IP.
urlField
javax.swing.JTextField urlField
- This field contains the complete url string for the defined driver.
databaseNameField
javax.swing.JTextField databaseNameField
- This field contains the database name.
userNameField
javax.swing.JTextField userNameField
- This field contains the user name.
passwordField
javax.swing.JPasswordField passwordField
- This field contains the password.
password
java.lang.String password
- Remembers the password during connections.
passwordFromTextField
boolean passwordFromTextField
- Indicates if the password was defined in the text field (and hence should be set as operator parameter).
showSystemSetup
boolean showSystemSetup
- Indicates if the system setup should be shown.
showOnlyTableNames
boolean showOnlyTableNames
- Indicates if only a table name or a fully SQL query should be specified.
tableList
javax.swing.JList tableList
- The list with all tables.
attributeList
javax.swing.JList attributeList
- The list with all attribute names.
whereTextArea
javax.swing.JTextArea whereTextArea
- The text area with the where clause.
sqlQueryTextArea
SQLEditor sqlQueryTextArea
- The text area with the where clause.
attributeTypeMap
java.util.Map<K,V> attributeTypeMap
- This map contains all information for the attribute types.
dataView
DBExampleSourceConfigurationWizardDataTable dataView
- The definition of all attribute types.
serialVersionUID: -3326459655851921317L
serialVersionUID: -8058748606383970527L
serialVersionUID: 1940721394280823666L
system
java.lang.String system
server
java.lang.String server
databaseName
java.lang.String databaseName
user
java.lang.String user
password
java.lang.String password
tableList
javax.swing.JList tableList
attributeList
javax.swing.JList attributeList
attributeNameMap
java.util.Map<K,V> attributeNameMap
attributeTypeMap
java.util.Map<K,V> attributeTypeMap
dataView
DBExampleSourceConfigurationWizardDataTable dataView
serialVersionUID: -5628826655461587770L
serialVersionUID: 1261772342282270078L
sources
java.util.ArrayList<E> sources
- The list of the abstract attribute informations.
data
java.util.List<E> data
- The current data sample.
fileTextField
javax.swing.JTextField fileTextField
- The text field with the name of the data file.
commentCharField
javax.swing.JTextField commentCharField
- The text field defining the comment characters.
decimalPointCharacterField
javax.swing.JTextField decimalPointCharacterField
- The text field defining the decimal point character.
quoteCheckBox
javax.swing.JCheckBox quoteCheckBox
- Indicates if quotes should be used.
semicolonButton
javax.swing.JRadioButton semicolonButton
- Indicates that the columns are separated by a semicolon.
commaButton
javax.swing.JRadioButton commaButton
- Indicates that the columns are separated by a comma.
tabButton
javax.swing.JRadioButton tabButton
- Indicates that the columns are separated by tabs.
whiteSpaceButton
javax.swing.JRadioButton whiteSpaceButton
- Indicates that the columns are separated by any white space.
regExpButton
javax.swing.JRadioButton regExpButton
- Indicates that the columns are separated by the column separator defined by a regular expression.
columnSeparatorTextField
javax.swing.JTextField columnSeparatorTextField
- The text field with the column separator.
firstRowAsNames
javax.swing.JCheckBox firstRowAsNames
- Indicates if the first row should be used for column names.
dataView
ExampleSourceConfigurationWizardDataTable dataView
- The view on the data with the current settings.
dataViewPane
javax.swing.JScrollPane dataViewPane
- The scroll pane for the data view.
valueTypeView
ExampleSourceConfigurationWizardValueTypeTable valueTypeView
- The view of the attribute value types.
attributeTypeView
ExampleSourceConfigurationWizardAttributeTypeTable attributeTypeView
- The view of the attribute types (regular or special).
resultFileField
javax.swing.JTextField resultFileField
- The result attribute description file name.
serialVersionUID: -2517765684242352099L
serialVersionUID: 2690870634059674565L
serialVersionUID: -6334023466810899931L
serialVersionUID: -6402806364622312588L
model
com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable.ExampleSourceConfigurationWizardValueTypeTableModel model
|
Package com.rapidminer.operator |
serialVersionUID: 7131412868947165460L
source
java.lang.String source
- The source of this IOObect. Might be null.
serialVersionUID: 1640348739650532634L
headerExampleSet
HeaderExampleSet headerExampleSet
- This header example set contains all important nominal mappings of all training attributes.
These mappings are necessary in order to ensure that the internally used
double values encoding nominal values are equal for the training and
application data sets.
serialVersionUID: -4954107247345450771L
models
java.util.List<E> models
- Contains all models.
serialVersionUID: 7043386419256147253L
serialVersionUID: 8042272058326397126L
serialVersionUID: 8152465082153754473L
ioObjects
java.util.List<E> ioObjects
serialVersionUID: -4992990462748190926L
wanted
java.lang.Class<T> wanted
serialVersionUID: 805882946295847566L
serialVersionUID: 3626738574540303240L
serialVersionUID: 8299515313202467747L
serialVersionUID: -8621885253590411373L
serialVersionUID: 4406724006750155688L
name
java.lang.String name
text
java.lang.String text
serialVersionUID: -8441036860570180869L
code
int code
serialVersionUID: -1812028558589188050L
|
Package com.rapidminer.operator.clustering |
serialVersionUID: 3780908886210272852L
dimensionNames
java.util.Collection<E> dimensionNames
centroids
java.util.ArrayList<E> centroids
distanceMeasure
DistanceMeasure distanceMeasure
serialVersionUID: -7437913251661093493L
exampleIds
java.util.ArrayList<E> exampleIds
clusterId
int clusterId
serialVersionUID: 3780908886210272852L
clusters
java.util.ArrayList<E> clusters
serialVersionUID: 941706772535944222L
serialVersionUID: -1408826564261080217L
clusterStandardDeviations
java.util.Map<K,V> clusterStandardDeviations
clusterProbabilities
java.util.Map<K,V> clusterProbabilities
clusterMeans
java.util.Map<K,V> clusterMeans
clusterCovarianceMatrix
java.util.Map<K,V> clusterCovarianceMatrix
exampleInClusterProbability
double[][] exampleInClusterProbability
serialVersionUID: 75808296412095255L
rootNode
HierarchicalClusterNode rootNode
serialVersionUID: -8901173604075912094L
clusterer
weka.clusterers.Clusterer clusterer
- The used Weka clusterer.
|
Package com.rapidminer.operator.clustering.clusterer |
serialVersionUID: 6624551227845929687L
r
double r
|
Package com.rapidminer.operator.features.transformation |
serialVersionUID: 1036161585615738268L
dimensions
int dimensions
p
double[][] p
serialVersionUID: -624000556228376910L
eigenvalue
double eigenvalue
eigenvector
double[] eigenvector
serialVersionUID: -6380202686511014212L
means
double[] means
rowNorm
boolean rowNorm
numberOfComponents
int numberOfComponents
K
Jama.Matrix K
W
Jama.Matrix W
A
Jama.Matrix A
attributeNames
java.lang.String[] attributeNames
numberOfSamples
int numberOfSamples
numberOfAttributes
int numberOfAttributes
keepAttributes
boolean keepAttributes
serialVersionUID: -5204076842779376622L
numberOfAttributes
int numberOfAttributes
numberOfComponents
int numberOfComponents
means
double[] means
attributeNames
java.lang.String[] attributeNames
weightVectors
java.util.List<E> weightVectors
keepAttributes
boolean keepAttributes
serialVersionUID: -6699248775014738833L
eigenVectors
Jama.Matrix eigenVectors
exampleValues
java.util.ArrayList<E> exampleValues
kernel
Kernel kernel
attributeNames
java.util.ArrayList<E> attributeNames
means
double[] means
serialVersionUID: 5424591594470376525L
eigenVectors
java.util.List<E> eigenVectors
means
double[] means
attributeNames
java.lang.String[] attributeNames
manualNumber
boolean manualNumber
numberOfComponents
int numberOfComponents
varianceThreshold
double varianceThreshold
variances
double[] variances
cumulativeVariance
double[] cumulativeVariance
keepAttributes
boolean keepAttributes
serialVersionUID: 7249399167412746295L
net
KohonenNet net
dimensions
int dimensions
serialVersionUID: -8280081065217261596L
eigenvalue
double eigenvalue
weights
double[] weights
|
Package com.rapidminer.operator.generator |
serialVersionUID: -990633489806141677L
functionName
java.lang.String functionName
|
Package com.rapidminer.operator.learner |
serialVersionUID: 6295359038239089617L
serialVersionUID: 1540861516979781090L
threshold
double threshold
serialVersionUID: 6275902545494306001L
|
Package com.rapidminer.operator.learner.associations |
serialVersionUID: -4788528227281876533L
confidence
double confidence
totalSupport
double totalSupport
lift
double lift
laplace
double laplace
gain
double gain
ps
double ps
conviction
double conviction
premise
java.util.Collection<E> premise
conclusion
java.util.Collection<E> conclusion
serialVersionUID: 3734387908954857589L
associationRules
java.util.List<E> associationRules
serialVersionUID: -7963677912091349984L
frequency
int frequency
name
java.lang.String name
serialVersionUID: -6195363961857170621L
numberOfTransactions
int numberOfTransactions
maximumSetSize
int maximumSetSize
frequentSets
java.util.ArrayList<E> frequentSets
|
Package com.rapidminer.operator.learner.bayes |
serialVersionUID: 3793343069512113817L
alpha
double alpha
labels
java.lang.String[] labels
meanVectors
Jama.Matrix[] meanVectors
inverseCovariances
Jama.Matrix[] inverseCovariances
aprioriProbabilities
double[] aprioriProbabilities
constClassValues
double[] constClassValues
serialVersionUID: -402827845291958569L
serialVersionUID: -402827845291958569L
numberOfClasses
int numberOfClasses
- The number of classes.
numberOfAttributes
int numberOfAttributes
- The number of attributes.
nominal
boolean[] nominal
- Flags indicating which attribute is nominal.
className
java.lang.String className
- Class name (used for result displaying).
classValues
java.lang.String[] classValues
- Class values (used for result displaying).
attributeNames
java.lang.String[] attributeNames
- Attribute names (used for result displaying).
attributeValues
java.lang.String[][] attributeValues
- Nominal attribute values (used for result displaying).
totalWeight
double totalWeight
- Total weight (or number) of examples used to build the model.
classWeights
double[] classWeights
- Total weight of examples belonging to the separate classes.
weightSums
double[][][] weightSums
- Specifies the total weight of examples in which the different combinations
of classes and (nominal) attribute values co-occur. In the case of numeric
attributes the (weighted) sum and the (weighted) sum of the squared
attribute values are stored which are needed to calculate the mean and the
standard deviation/variance of the resulting (assumed) normal distribution.
Array dimensions:
1st: attribtues
2nd: classes
3nd: nominal values or value sum (index=0) and squared value sum (index=1)
priors
double[] priors
- Class log (!) a-priori probabilites.
distributionProperties
double[][][] distributionProperties
- Specifies the a-postiori distributions. Contains the log (!) a-postiori
probabilites that certain values occur given the class value for nominal
values. Contains the means and standard deviations for numerical attributes.
Array dimensions:
1st: attribtues
2nd: classes
3nd: nominal values or mean (index=0) and standard deviation (index=1)
kernelDistributions
KernelDistribution[][] kernelDistributions
- The kernel distributions for the nominal attributes.
laplaceCorrectionEnabled
boolean laplaceCorrectionEnabled
- Captures if laplace correction should be applied when calculating
probabilities.
modelRecentlyUpdated
boolean modelRecentlyUpdated
- Indicates if the model has recently been updated and the actual probabilites
have to be calculated.
useApplianceGrid
boolean useApplianceGrid
grid
double[][][] grid
gridSize
int gridSize
serialVersionUID: -402827845291958569L
numberOfClasses
int numberOfClasses
- The number of classes.
numberOfAttributes
int numberOfAttributes
- The number of attributes.
nominal
boolean[] nominal
- Flags indicating which attribute is nominal.
className
java.lang.String className
- Class name (used for result displaying).
classValues
java.lang.String[] classValues
- Class values (used for result displaying).
attributeNames
java.lang.String[] attributeNames
- Attribute names (used for result displaying).
attributeValues
java.lang.String[][] attributeValues
- Nominal attribute values (used for result displaying).
totalWeight
double totalWeight
- Total weight (or number) of examples used to build the model.
classWeights
double[] classWeights
- Total weight of examples belonging to the separate classes.
weightSums
double[][][] weightSums
- Specifies the total weight of examples in which the different combinations
of classes and (nominal) attribute values co-occur. In the case of numeric
attributes the (weighted) sum and the (weighted) sum of the squared
attribute values are stored which are needed to calculate the mean and the
standard deviation/variance of the resulting (assumed) normal distribution.
Array dimensions:
1st: attribtues
2nd: classes
3nd: nominal values or value sum (index=0) and squared value sum (index=1)
priors
double[] priors
- Class log (!) a-priori probabilites.
distributionProperties
double[][][] distributionProperties
- Specifies the a-postiori distributions. Contains the log (!) a-postiori
probabilites that certain values occur given the class value for nominal
values. Contains the means and standard deviations for numerical attributes.
Array dimensions:
1st: attribtues
2nd: classes
3nd: nominal values or mean (index=0) and standard deviation (index=1)
laplaceCorrectionEnabled
boolean laplaceCorrectionEnabled
- Captures if laplace correction should be applied when calculating
probabilities.
modelRecentlyUpdated
boolean modelRecentlyUpdated
- Indicates if the model has recently been updated and the actual probabilites
have to be calculated.
|
Package com.rapidminer.operator.learner.functions |
serialVersionUID: 7701199447666181333L
linearModel
liblinear.Model linearModel
useBias
boolean useBias
attributeConstructions
java.lang.String[] attributeConstructions
serialVersionUID: -4990692589416639697L
coefficientNames
java.lang.String[] coefficientNames
coefficients
double[] coefficients
intercept
double intercept
classNegative
java.lang.String classNegative
classPositive
java.lang.String classPositive
kernel
Kernel kernel
serialVersionUID: 8381268071090932037L
attributeNames
java.lang.String[] attributeNames
attributeConstructions
java.lang.String[] attributeConstructions
selectedAttributes
boolean[] selectedAttributes
coefficients
double[] coefficients
useIntercept
boolean useIntercept
firstClassName
java.lang.String firstClassName
secondClassName
java.lang.String secondClassName
serialVersionUID: -966943348790852574L
beta
double[] beta
standardError
double[] standardError
waldStatistic
double[] waldStatistic
attributeNames
java.lang.String[] attributeNames
interceptAdded
boolean interceptAdded
serialVersionUID: 5503523600824976254L
attributeConstructions
java.lang.String[] attributeConstructions
coefficients
double[][] coefficients
degrees
double[][] degrees
offset
double offset
serialVersionUID: 8381268071090932037L
labelNames
java.lang.String[] labelNames
attributeNames
java.lang.String[] attributeNames
coefficients
Jama.Matrix coefficients
useIntercept
boolean useIntercept
|
Package com.rapidminer.operator.learner.functions.kernel |
serialVersionUID: 2812901947459843681L
model
SVMExamples model
kernel
Kernel kernel
weights
double[] weights
serialVersionUID: 6094706651995436944L
model
Model model
serialVersionUID: 7748169156351553025L
serialVersionUID: 2848059541066828127L
kernel
Kernel kernel
- The used kernel function.
supportVectors
java.util.List<E> supportVectors
- The list of all support vectors.
bias
double bias
- The bias.
serialVersionUID: 7480153570564620067L
attributeConstructions
java.lang.String[] attributeConstructions
serialVersionUID: -2654603017217487365L
model
libsvm.svm_model model
numberOfAttributes
int numberOfAttributes
confidenceForMultiClass
boolean confidenceForMultiClass
serialVersionUID: 8033254475867697195L
serialVersionUID: -26935964796619097L
model
Model model
serialVersionUID: -8544548121343344760L
x
double[] x
y
double y
alpha
double alpha
|
Package com.rapidminer.operator.learner.functions.kernel.evosvm |
serialVersionUID: 2848059541066828127L
kernel
Kernel kernel
- The used kernel function.
supportVectors
java.util.List<E> supportVectors
- The list of all support vectors.
bias
double bias
- The bias.
weights
double[] weights
|
Package com.rapidminer.operator.learner.functions.kernel.gaussianprocess |
serialVersionUID: 1695426983570182267L
kernel
Kernel kernel
basisVectors
double[][] basisVectors
alpha
Jama.Matrix alpha
regression
boolean regression
k
Jama.Matrix k
- Other variables (can be derived from the variables above)
d
int d
inputDim
int inputDim
|
Package com.rapidminer.operator.learner.functions.kernel.hyperhyper |
serialVersionUID: -453402008180607969L
coefficientNames
java.lang.String[] coefficientNames
x1
double[] x1
x2
double[] x2
bias
double bias
w
double[] w
|
Package com.rapidminer.operator.learner.functions.kernel.jmysvm.examples |
serialVersionUID: 8539279195547132597L
index
int[] index
att
double[] att
serialVersionUID: 7204578592570791663L
dim
int dim
- The dimension of the example set.
train_size
int train_size
- The number of examples.
atts
double[][] atts
- The known attribute values for each example.
index
int[][] index
- The corresponding indices for the known attribute values for each
example.
ids
java.lang.String[] ids
- The ids of all examples.
alphas
double[] alphas
- The SVM alpha values. Will be filled by learning.
ys
double[] ys
- The labels of the examples if known. -1 and +1 for classification or the
real value for regression tasks. Will be filled by prediction.
b
double b
- The hyperplane offset.
x
SVMExample x
- This example will be once constructed and delivered with the asked
values.
meanVarianceMap
java.util.Map<K,V> meanVarianceMap
- This map stores the mean-variance informations about all attributes (att
index --> mean-variance). This information is used to scale the data from
the test set.
serialVersionUID: 2700347887530126670L
mean
double mean
variance
double variance
|
Package com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel |
serialVersionUID: 6086202515099260920L
the_examples
SVMExamples the_examples
- Container for the examples, parameters etc.
dim
int dim
- dimension of the examples
kernel_cache_size
int kernel_cache_size
- Number of elements in cache
cache_MB
int cache_MB
- Size of cache in MB
examples_total
int examples_total
- number of examples after shrinking
serialVersionUID: -8670034220969832253L
sigma
double sigma
degree
double degree
serialVersionUID: -6384697098131949237L
serialVersionUID: -2375190740988942684L
sigma
double sigma
degree
double degree
serialVersionUID: 6080834703694525403L
sigma1
double sigma1
sigma2
double sigma2
sigma3
double sigma3
serialVersionUID: -9152135200919885773L
sigma
double sigma
shift
double shift
serialVersionUID: 3862702323530107467L
a
double a
b
double b
serialVersionUID: 7385441798122306059L
degree
double degree
serialVersionUID: -4479949116041525534L
gamma
double gamma
|
Package com.rapidminer.operator.learner.functions.kernel.rvm |
serialVersionUID: -8223343885533884477L
kernels
KernelBasisFunction[] kernels
weights
double[] weights
bias
boolean bias
regression
boolean regression
|
Package com.rapidminer.operator.learner.functions.kernel.rvm.kernel |
serialVersionUID: -8434771989480100605L
serialVersionUID: 6468092358201066159L
dim
int dim
- Dimension of the basis vector (= dimension of input vectors)
y
double[] y
- Vector
kernel
Kernel kernel
- The kernel to be used as a basis
serialVersionUID: 4933996037410512408L
serialVersionUID: -1706678102534775619L
sigma
double sigma
- The parameter sigma of the Epanechnikov kernel.
degree
double degree
- The parameter degree of the Epanechnikov kernel.
serialVersionUID: -8071778790596969872L
sigma1
double sigma1
- The parameter sigma1 of the Gaussian combination kernel.
sigma2
double sigma2
- The parameter sigma2 of the Gaussian combination kernel.
sigma3
double sigma3
- The parameter sigma3 of the Gaussian combination kernel.
serialVersionUID: -6119888769441823765L
serialVersionUID: -5537408210606781153L
sigma
double sigma
- The parameter sigma of the Multiquadric kernel.
shift
double shift
- The parameter shift of the multiquadric kernel.
serialVersionUID: -118526840262643388L
degree
double degree
- Polynomial order
bias
double bias
- Bias
serialVersionUID: 2728320273018583212L
lengthScale
double lengthScale
- LengthScale parameter
serialVersionUID: 5056175330389455467L
a
double a
- The parameter a of the sigmoid kernel.
b
double b
- The parameter b of the sigmoid kernel.
|
Package com.rapidminer.operator.learner.functions.neuralnet |
serialVersionUID: -2206598483097451366L
attributeNames
java.lang.String[] attributeNames
inputNodes
InputNode[] inputNodes
innerNodes
InnerNode[] innerNodes
outputNodes
OutputNode[] outputNodes
serialVersionUID: -26826681541601736L
neuralNet
ImprovedNeuralNetModel neuralNet
selectedLayerIndex
int selectedLayerIndex
selectedRowIndex
int selectedRowIndex
maxAbsoluteWeight
double maxAbsoluteWeight
key
java.lang.String key
keyX
int keyX
keyY
int keyY
attributeNames
java.lang.String[] attributeNames
layers
java.util.Map<K,V> layers
serialVersionUID: 776221623930869372L
neuralNet
org.joone.net.NeuralNet neuralNet
attributeNames
java.lang.String[] attributeNames
numberOfInputAttributes
int numberOfInputAttributes
minLabel
double minLabel
maxLabel
double maxLabel
serialVersionUID: 1511167115976161350L
neuralNet
org.joone.net.NeuralNet neuralNet
selectedLayerIndex
int selectedLayerIndex
selectedRowIndex
int selectedRowIndex
maxAbsoluteWeight
double maxAbsoluteWeight
key
java.lang.String key
keyX
int keyX
keyY
int keyY
attributeNames
java.lang.String[] attributeNames
serialVersionUID: 332041465701627316L
network
org.encog.neural.networks.BasicNetwork network
attributeNames
java.lang.String[] attributeNames
attributeMin
double[] attributeMin
attributeMax
double[] attributeMax
labelMin
double labelMin
labelMax
double labelMax
serialVersionUID: 1511167115976161350L
neuralNet
org.encog.neural.networks.BasicNetwork neuralNet
selectedLayerIndex
int selectedLayerIndex
selectedRowIndex
int selectedRowIndex
maxAbsoluteWeight
double maxAbsoluteWeight
key
java.lang.String key
keyX
int keyX
keyY
int keyY
attributeNames
java.lang.String[] attributeNames
|
Package com.rapidminer.operator.learner.igss |
serialVersionUID: -3021620651938759878L
results
java.util.LinkedList<E> results
- The list of results.
priors
double[] priors
- The default probability of the positive class
|
Package com.rapidminer.operator.learner.igss.hypothesis |
serialVersionUID: -9210831626413275099L
hypothesis
Hypothesis hypothesis
- The all hypothesis of the model.
confidences
double[] confidences
- The confidence values for all predictions.
crisp
boolean crisp
- crisp only crisp ...
serialVersionUID: 2081084133296284530L
label
Attribute label
- The label attribute.
rejectionSampling
boolean rejectionSampling
- Indicates if rejection sampling is used to draw the examples that this rule is applied to.
In this case (positive)example counter is incremented by one for every (positive)example the rule is applicable to.
In the other case(weights are used directly) the weight of the example is added to the counters.
coveredWeight
double coveredWeight
- Stores the total weight of all examples covered by this hypothesis.
positiveWeight
double positiveWeight
- Stores the weight of examples covered by this hypothesis with correct prediction.
createAllHypothesis
boolean createAllHypothesis
- Create h->Y+/Y- or h->Y+ only.
serialVersionUID: 8699112785374243703L
attribute
Attribute attribute
- The attribute tested in this literal.
value
int value
- The value of the attribute for this literal.
index
int index
- The literals' index (1.dimension) in the allLiterals[][] array of the class ConjunctiveRule.
serialVersionUID: -1121263970366784202L
allLiterals
Literal[][] allLiterals
- All literals possible with the given attributeset.
literals
Literal[] literals
- The premise of the rule.
prediction
int prediction
- The index of the label class this rule predicts aka Y+ or Y-.
|
Package com.rapidminer.operator.learner.lazy |
serialVersionUID: -8814468417883548971L
majorityVote
double majorityVote
serialVersionUID: -1455906287520811107L
value
double value
- The default prediction.
confidences
double[] confidences
- The confidence values for all predictions.
serialVersionUID: -6292869962412072573L
k
int k
samples
GeometricDataCollection<T extends java.io.Serializable> samples
sampleAttributeNames
java.util.ArrayList<E> sampleAttributeNames
weightByDistance
boolean weightByDistance
serialVersionUID: -6292869962412072573L
k
int k
samples
GeometricDataCollection<T extends java.io.Serializable> samples
sampleAttributeNames
java.util.ArrayList<E> sampleAttributeNames
weightByDistance
boolean weightByDistance
|
Package com.rapidminer.operator.learner.meta |
serialVersionUID: -4145136493164813582L
models
java.util.List<E> models
weights
java.util.List<E> weights
maxModelNumber
int maxModelNumber
serialVersionUID: -8036434608645810089L
defaultModel
Model defaultModel
residualModels
Model[] residualModels
shrinkage
double shrinkage
serialVersionUID: -4691755811263523354L
models
java.util.List<E> models
- Holds the models.
serialVersionUID: 2818741267629650262L
model
Model model
matrix
ContingencyMatrix matrix
serialVersionUID: 5821921049035718838L
modelInfo
java.util.List<E> modelInfo
priors
double[] priors
maxModelNumber
int maxModelNumber
threshold
double threshold
serialVersionUID: 7910713773299060449L
batchNumber
int batchNumber
attribute
Attribute attribute
serialVersionUID: -8146985010710684043L
models
Model[] models
modelNames
java.util.LinkedList<E> modelNames
codeMatrix
java.lang.String[][] codeMatrix
classificationType
int classificationType
serialVersionUID: -4919765585974259997L
matrix
double[][] matrix
rowSums
double[] rowSums
colSums
double[] colSums
total
double total
serialVersionUID: -7378871544357578954L
models
Model[] models
costMatrix
double[][] costMatrix
serialVersionUID: -8483834213562711715L
models
Model[] models
serialVersionUID: 4526668088304067678L
models
Model[] models
serialVersionUID: -8474869399613666453L
relativeAttributeName
java.lang.String relativeAttributeName
baseModel
Model baseModel
serialVersionUID: 1320495411014477089L
modelInfo
java.util.List<E> modelInfo
maxModelNumber
int maxModelNumber
predictionsFile
java.io.File predictionsFile
print_to_stdout
boolean print_to_stdout
priors
double[] priors
serialVersionUID: 1089932073805038503L
baseModels
java.util.List<E> baseModels
serialVersionUID: -3978054415189320147L
modelName
java.lang.String modelName
baseModels
java.util.List<E> baseModels
stackingModel
Model stackingModel
useAllAttributes
boolean useAllAttributes
serialVersionUID: -4224958349396815500L
thresholds
double[] thresholds
innerModel
Model innerModel
serialVersionUID: -1273082758742436998L
method
int method
rank
double[] rank
mean
double mean
stddev
double stddev
model
Model model
interpolate
boolean interpolate
zscale
boolean zscale
|
Package com.rapidminer.operator.learner.rules |
serialVersionUID: 9088700646188411002L
predictedLabel
int predictedLabel
myLiterals
java.util.Vector<E> myLiterals
serialVersionUID: 7792658268037025366L
rules
java.util.List<E> rules
|
Package com.rapidminer.operator.learner.subgroups |
serialVersionUID: -47885282272818733L
predictUncoveredRules
boolean predictUncoveredRules
rules
java.util.LinkedList<E> rules
utilityFunctions
java.util.LinkedHashSet<E> utilityFunctions
|
Package com.rapidminer.operator.learner.subgroups.hypothesis |
serialVersionUID: 8694312785374243323L
literalMap
java.util.LinkedHashMap<K,V> literalMap
restrictedAttributes
com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis.AttributeQueue restrictedAttributes
coveredWeight
double coveredWeight
positiveWeight
double positiveWeight
serialVersionUID: 8699112785374243323L
attribute
Attribute attribute
value
double value
|
Package com.rapidminer.operator.learner.tree |
serialVersionUID: 6990047305990853177L
attributeName
java.lang.String attributeName
serialVersionUID: -6470281011799533198L
condition
SplitCondition condition
child
Tree child
serialVersionUID: 7094464803196955502L
value
double value
serialVersionUID: 6658964566718050949L
value
double value
serialVersionUID: -261158567126510415L
testAttribute
Attribute testAttribute
testValue
double testValue
prediction
boolean prediction
includeNaNs
boolean includeNaNs
numerical
boolean numerical
serialVersionUID: 3883155435836330171L
value
double value
valueString
java.lang.String valueString
serialVersionUID: -5930873649086170840L
label
java.lang.String label
children
java.util.List<E> children
counterMap
java.util.Map<K,V> counterMap
serialVersionUID: 4368631725370998591L
root
Tree root
|
Package com.rapidminer.operator.learner.weka |
serialVersionUID: 5270922650382578487L
associator
weka.associations.Associator associator
name
java.lang.String name
serialVersionUID: -2684252543419537079L
classifier
weka.classifiers.Classifier classifier
- The used weka classifier.
name
java.lang.String name
- The name of the classifier.
|
Package com.rapidminer.operator.meta |
serialVersionUID: -2615523039124583537L
parameterValues
java.util.List<E> parameterValues
performance
PerformanceVector performance
|
Package com.rapidminer.operator.performance |
serialVersionUID: 1113614384637128963L
serialVersionUID: 6877715214974493828L
auc
double auc
- The value of the AUC.
rocData
java.util.LinkedList<E> rocData
- The data for the ROC curve.
counter
int counter
- A counter for average building.
positiveClass
java.lang.String positiveClass
- The positive class name.
serialVersionUID: 7475134460409215015L
type
int type
counter
double[][] counter
- true label, predicted label. PP = TP, PN = FN, NP = FP, NN = TN.
positiveClassName
java.lang.String positiveClassName
- Name of the positive class.
negativeClassName
java.lang.String negativeClassName
- Name of the negative class.
predictedLabelAttribute
Attribute predictedLabelAttribute
- The predicted label attribute.
labelAttribute
Attribute labelAttribute
- The label attribute.
weightAttribute
Attribute weightAttribute
- The weight attribute. Might be null.
serialVersionUID: -8789903466296509903L
labelAttribute
Attribute labelAttribute
predictedLabelAttribute
Attribute predictedLabelAttribute
weightAttribute
Attribute weightAttribute
exampleCount
double exampleCount
sumLabel
double sumLabel
sumPredict
double sumPredict
sumLabelPredict
double sumLabelPredict
sumLabelSqr
double sumLabelSqr
sumPredictSqr
double sumPredictSqr
serialVersionUID: 8341971882780129465L
value
double value
- The value of the criterion.
counter
double counter
serialVersionUID: 2451922700464241674L
name
java.lang.String name
value
double value
exampleCount
double exampleCount
minimizeForFitness
boolean minimizeForFitness
serialVersionUID: -6816726234908353254L
serialVersionUID: -2987795640706342168L
loss
double loss
- The value of the loss.
counter
double counter
serialVersionUID: -2987795640706342168L
margin
double margin
- The value of the criterion.
counter
double counter
serialVersionUID: -5023462349084083154L
length
int length
- The length of this example set.
counter
double counter
- A counter for average building.
direction
int direction
- Indicates if the fitness should be higher or smaller depending on the
number of features.
serialVersionUID: 4465054472762456363L
serialVersionUID: 1739979152946602515L
delegate
MeasuredPerformance delegate
fitness
double fitness
fitnessSum
double fitnessSum
value
double value
weight
double weight
counter
int counter
serialVersionUID: 3068421566038331525L
counter
double[][] counter
- The counter for true labels and the prediction.
classNames
java.lang.String[] classNames
- The class names of the label. Used for logging and result display.
classNameMap
java.util.Map<K,V> classNameMap
- Maps class names to indices.
labelAttribute
Attribute labelAttribute
- The currently used label attribute.
predictedLabelAttribute
Attribute predictedLabelAttribute
- The currently used predicted label attribute.
weightAttribute
Attribute weightAttribute
- The weight attribute. Might be null.
type
int type
- The type of this performance: accuracy or classification error.
serialVersionUID: -3899005486051589953L
predictedAttribute
Attribute predictedAttribute
labelAttribute
Attribute labelAttribute
weightAttribute
Attribute weightAttribute
deviationSum
double deviationSum
relativeSum
double relativeSum
trueLabelSum
double trueLabelSum
exampleCounter
double exampleCounter
serialVersionUID: -6805251141256540352L
serialVersionUID: 3123587140049371098L
currentValues
java.util.Map<K,V> currentValues
- This value map will only be intialized before writing this vector to a file. This
allows a quick human readable format in the resulting file.
comparator
PerformanceComparator comparator
- Used to compare two average vectors.
mainCriterion
java.lang.String mainCriterion
- Name of the main criterion.
serialVersionUID: 8632060851821885142L
serialVersionUID: -5316112625406102611L
sum
double sum
squaredSum
double squaredSum
count
double count
labelAttribute
Attribute labelAttribute
weightAttribute
Attribute weightAttribute
serialVersionUID: 4275593122138248581L
length
double length
correctCounter
double correctCounter
parent
Operator parent
serialVersionUID: 6908369375703683363L
counter
double counter
value
double value
type
int type
serialVersionUID: 203943264201733699L
serialVersionUID: -4425511584684855855L
serialVersionUID: 7781104825149866444L
predictedAttribute
Attribute predictedAttribute
labelAttribute
Attribute labelAttribute
weightAttribute
Attribute weightAttribute
deviationSum
double deviationSum
relativeSum
double relativeSum
trueLabelSum
double trueLabelSum
exampleCounter
double exampleCounter
serialVersionUID: -2679855049315180163L
serialVersionUID: 242287213804685323L
sum
double sum
squaresSum
double squaresSum
exampleCount
double exampleCount
predictedAttribute
Attribute predictedAttribute
labelAttribute
Attribute labelAttribute
weightAttribute
Attribute weightAttribute
serialVersionUID: -2987795640706342168L
margin
double margin
- The value of the margin.
counter
double counter
- A counter for average building.
serialVersionUID: 8751373179064203312L
serialVersionUID: 322984719296835789L
serialVersionUID: 8055914052886853327L
serialVersionUID: 8734250559680229116L
counter
double[][] counter
- The counter for true labels and the prediction.
classNames
java.lang.String[] classNames
- The class names of the label. Used for logging and result display.
classNameMap
java.util.Map<K,V> classNameMap
- Maps class names to indices.
type
int type
- The type of this performance.
classWeights
double[] classWeights
- The different class weights.
weightSum
double weightSum
- The sum of all weights.
labelAttribute
Attribute labelAttribute
- The currently used label attribute.
predictedLabelAttribute
Attribute predictedLabelAttribute
- The currently used predicted label attribute.
weightAttribute
Attribute weightAttribute
- The weight attribute. Might be null.
|
Package com.rapidminer.operator.performance.cost |
serialVersionUID: -7466139591781285005L
costMatrix
double[][] costMatrix
exampleCount
double exampleCount
costs
double costs
label
Attribute label
predictedLabel
Attribute predictedLabel
|
Package com.rapidminer.operator.postprocessing |
serialVersionUID: 7677598913328136657L
a
double a
b
double b
serialVersionUID: 6281707312532843604L
parameters
PlattParameters parameters
model
Model model
serialVersionUID: -5929425242781926136L
threshold
double threshold
- The threshold.
zeroClass
java.lang.String zeroClass
- The first class.
oneClass
java.lang.String oneClass
- The second class.
|
Package com.rapidminer.operator.preprocessing |
serialVersionUID: -2603663450216521777L
parameterMap
java.util.HashMap<K,V> parameterMap
|
Package com.rapidminer.operator.preprocessing.discretization |
serialVersionUID: -8732346419946567062L
rangesMap
java.util.Map<K,V> rangesMap
attributeNames
java.util.Set<E> attributeNames
removeUseless
boolean removeUseless
|
Package com.rapidminer.operator.preprocessing.filter |
serialVersionUID: 1441613108993813785L
replacements
java.util.List<E> replacements
regexp
boolean regexp
toLowerCase
boolean toLowerCase
serialVersionUID: 2882937201039541604L
sourceAttributeNames
java.util.Set<E> sourceAttributeNames
binominalAttributeValueMap
java.util.Map<K,V> binominalAttributeValueMap
useOnlyUnderscoreInNames
boolean useOnlyUnderscoreInNames
|
Package com.rapidminer.operator.preprocessing.normalization |
serialVersionUID: 5620317015578777169L
min
double min
- The minimum value for each attribute after normalization.
max
double max
- The maximum value for each attribute after normalization.
attributeRanges
java.util.HashMap<K,V> attributeRanges
attributeNames
java.util.Set<E> attributeNames
serialVersionUID: 5620317015578777169L
attributeSums
java.util.HashMap<K,V> attributeSums
attributeNames
java.util.Set<E> attributeNames
serialVersionUID: 7739929307307501706L
attributeMeanVarianceMap
java.util.HashMap<K,V> attributeMeanVarianceMap
|
Package com.rapidminer.operator.similarity |
serialVersionUID: 5678007721570146770L
measure
DistanceMeasure measure
|
Package com.rapidminer.operator.text |
serialVersionUID: 7719788736766297420L
text
java.lang.String text
labelType
int labelType
regressionLabel
double regressionLabel
classificationLabel
java.lang.String classificationLabel
|
Package com.rapidminer.operator.validation.significance |
serialVersionUID: -5412090499056975997L
allVectors
PerformanceVector[] allVectors
probMatrix
double[][] probMatrix
alpha
double alpha
|
Package com.rapidminer.operator.visualization |
serialVersionUID: -9182815345498602690L
statistics
java.util.List<E> statistics
serialVersionUID: 7559555964863472326L
liftChartData
DataTable liftChartData
targetValue
java.lang.String targetValue
showBarLabels
boolean showBarLabels
showCumulativeLabels
boolean showCumulativeLabels
rotateLabels
boolean rotateLabels
serialVersionUID: 9181453276271041294L
rocData
java.util.Map<K,V> rocData
serialVersionUID: 1L
model
Model model
exampleSet
ExampleSet exampleSet
classificationMatrix
double[][] classificationMatrix
alphaLevel
float alphaLevel
lastPlotterComponentIndex
int lastPlotterComponentIndex
|
Package com.rapidminer.operator.visualization.dependencies |
serialVersionUID: 6245314851143584397L
probabilities
double[][] probabilities
anovaAttributeNames
java.util.List<E> anovaAttributeNames
groupNames
java.util.List<E> groupNames
significanceLevel
double significanceLevel
serialVersionUID: -5498982791125720765L
matrix
Jama.Matrix matrix
columnNames
java.lang.String[] columnNames
rowNames
java.lang.String[] rowNames
formatter
java.text.NumberFormat formatter
name
java.lang.String name
symmetrical
boolean symmetrical
firstAttributeName
java.lang.String firstAttributeName
secondAttributeName
java.lang.String secondAttributeName
serialVersionUID: -2316260417823285606L
residuals
java.lang.String[] residuals
serialVersionUID: -4132479136625747895L
sourceAttribute
java.lang.String sourceAttribute
targetAttribute
java.lang.String targetAttribute
strengthAttribute
java.lang.String strengthAttribute
typeAttribute
java.lang.String typeAttribute
nodeDescription
java.lang.String nodeDescription
|
Package com.rapidminer.parameter |
serialVersionUID: 5296461242851710130L
key
java.lang.String key
- The key of this parameter.
description
java.lang.String description
- The documentation. Used as tooltip text...
expert
boolean expert
- Indicates if this is a parameter only viewable in expert mode. Mandatory
parameters are always viewable. The default value is true.
hidden
boolean hidden
- Indicates if this parameter is hidden and is not shown in the GUI.
May be used in conjunction with a configuration wizard which lets the
user configure the parameter.
showRange
boolean showRange
- Indicates if the range should be displayed.
conditions
java.util.Collection<E> conditions
- This collection assembles all conditions to be met to show this parameter within the gui.
serialVersionUID: 4929969388911989038L
serialVersionUID: 6524969076774489545L
defaultValue
boolean defaultValue
serialVersionUID: 5747692587025691591L
defaultValue
int defaultValue
categories
java.lang.String[] categories
serialVersionUID: 2205857626001106753L
serialVersionUID: -3512071671355815277L
wizardCreatorClass
java.lang.Class<T> wizardCreatorClass
parameters
java.util.Map<K,V> parameters
serialVersionUID: 8908250135075572154L
serialVersionUID: 2455026868706964187L
defaultValue
double defaultValue
min
double min
max
double max
noDefault
boolean noDefault
optional
boolean optional
serialVersionUID: -1350352634043084406L
extension
java.lang.String extension
serialVersionUID: -8428679832770835634L
serialVersionUID: -7360090072467405524L
defaultValue
int defaultValue
min
int min
max
int max
noDefault
boolean noDefault
optional
boolean optional
serialVersionUID: -6101604413822993455L
defaultList
java.util.List<E> defaultList
valueType
ParameterType valueType
serialVersionUID: 0L
isSquared
boolean isSquared
baseName
java.lang.String baseName
rowBaseName
java.lang.String rowBaseName
columnBaseName
java.lang.String columnBaseName
serialVersionUID: 1733078666760192282L
serialVersionUID: 5248919176004016189L
serialVersionUID: 384977559199162363L
serialVersionUID: 6538432700371374278L
previewCreatorClass
java.lang.Class<T> previewCreatorClass
serialVersionUID: 1144201124955949715L
serialVersionUID: 6451584265725535856L
defaultValue
java.lang.String defaultValue
optional
boolean optional
serialVersionUID: 1620216625117563601L
defaultValue
java.lang.String defaultValue
categories
java.lang.String[] categories
editable
boolean editable
serialVersionUID: 8056689512740292084L
type
TextType type
serialVersionUID: -5863628921324775010L
serialVersionUID: -2861031839668411515L
|
Package com.rapidminer.report |
serialVersionUID: -2411534346974518197L
reason
java.lang.String reason
|
Package com.rapidminer.tools |
serialVersionUID: 8054453172552877145L
serialVersionUID: 7562534107359981433L
serialVersionUID: 1926744586167372203L
properties
java.util.Map<K,V> properties
serialVersionUID: 99943154106235423L
readResolve
protected java.lang.Object readResolve()
exampleSet
ExampleSet exampleSet
- The example set which backs up the Instances object.
mostFrequent
int[] mostFrequent
- The most frequent nominal values (only used for association rule mining, null otherwise).
-1 if attribute is numerical.
taskType
int taskType
- The task type for which this instances object is used. Must be one out of
LEARNING, PREDICTING, CLUSTERING, ASSOCIATION_RULE_MINING, or WEIGHTING. For the
latter cases the original label attribute will be omitted.
labelAttribute
Attribute labelAttribute
- The label attribute or null if not desired (depending on task).
weightAttribute
Attribute weightAttribute
- The weight attribute or null if not available.
serialVersionUID: 2067739218636324872L
|
Package com.rapidminer.tools.cipher |
serialVersionUID: -5070414835484266101L
serialVersionUID: -251163459747969941L
|
Package com.rapidminer.tools.container |
serialVersionUID: 9219166123756517965L
t1
java.lang.Comparable<T> t1
t2
java.lang.Object t2
|
Package com.rapidminer.tools.math |
serialVersionUID: 9007616378489018565L
sumSquaresBetween
double sumSquaresBetween
sumSquaresResiduals
double sumSquaresResiduals
meanSquaresBetween
double meanSquaresBetween
meanSquaresResiduals
double meanSquaresResiduals
df1
int df1
df2
int df2
alpha
double alpha
fValue
double fValue
prob
double prob
serialVersionUID: 3193522429555690641L
meanSum
double meanSum
- The averages are summed up each time buildAverage is called.
meanSquaredSum
double meanSquaredSum
- The squared averages are summed up each time buildAverage is called.
averageCount
int averageCount
- Counts the number of times, build average was executed.
serialVersionUID: 6207859713603581755L
averagesList
java.util.List<E> averagesList
serialVersionUID: -4473681331604071436L
misclassificationCostsPositive
double misclassificationCostsPositive
misclassificationCostsNegative
double misclassificationCostsNegative
slope
double slope
bestThreshold
double bestThreshold
serialVersionUID: -5481280692066966385L
vectorList
java.util.ArrayList<E> vectorList
- List of average vectors.
serialVersionUID: -4870335385956962965L
serialVersionUID: 2586381371596047181L
|
Package com.rapidminer.tools.math.container |
serialVersionUID: 2954882147712365506L
root
BallTreeNode<T> root
k
int k
dimensionFactor
double dimensionFactor
distance
DistanceMeasure distance
size
int size
values
java.util.ArrayList<E> values
serialVersionUID: 6020635755912950637L
bound
int bound
comparator
java.util.Comparator<T> comparator
serialVersionUID: -8531805333989991725L
root
KDTreeNode<T> root
k
int k
distance
DistanceMeasure distance
size
int size
values
java.util.ArrayList<E> values
serialVersionUID: -746048910140779285L
distance
DistanceMeasure distance
samples
java.util.ArrayList<E> samples
storedValues
java.util.ArrayList<E> storedValues
|
Package com.rapidminer.tools.math.distribution |
serialVersionUID: 6775492269986383673L
serialVersionUID: 7573474548080998479L
attributeName
java.lang.String attributeName
probabilities
double[] probabilities
valueNames
java.lang.String[] valueNames
serialVersionUID: -1819042904676198636L
recentlyUpdated
boolean recentlyUpdated
sum
double sum
squaredSum
double squaredSum
totalWeightSum
double totalWeightSum
serialVersionUID: -1819042904676198636L
mean
double mean
standardDeviation
double standardDeviation
|
Package com.rapidminer.tools.math.distribution.kernel |
serialVersionUID: -3205432422815818L
heuristicBandwidthSelection
boolean heuristicBandwidthSelection
bandwidth
double bandwidth
recentlyUpdated
boolean recentlyUpdated
valueWeightMap
java.util.HashMap<K,V> valueWeightMap
weightSum
double weightSum
minValue
double minValue
maxValue
double maxValue
serialVersionUID: -3298190542815818L
numberOfKernels
int numberOfKernels
minBandwidth
double minBandwidth
kernels
java.util.TreeSet<E> kernels
serialVersionUID: -3298190542815818L
serialVersionUID: -320543538793918L
minimumBandwidth
double minimumBandwidth
|
Package com.rapidminer.tools.math.kernels |
serialVersionUID: -2955083072613762504L
gamma
double gamma
- The parameter gamma of the Anova kernel.
degree
double degree
- The parameter degree of the Anova kernel.
serialVersionUID: -7737835520088841652L
serialVersionUID: -4683350345234451645L
sigma
double sigma
- The parameter sigma of the Epanechnikov kernel.
degree
double degree
- The parameter degree of the Epanechnikov kernel.
serialVersionUID: 542405909968243049L
sigma1
double sigma1
- The parameter sigma1 of the Gaussian combination kernel.
sigma2
double sigma2
- The parameter sigma2 of the Gaussian combination kernel.
sigma3
double sigma3
- The parameter sigma3 of the Gaussian combination kernel.
serialVersionUID: 581189377433816413L
cache
KernelCache cache
- The complete distance matrix for this kernel and a given example set.
exampleSet
ExampleSet exampleSet
serialVersionUID: -7896178642575555770L
sigma
double sigma
- The parameter sigma of the Multiquadric kernel.
shift
double shift
- The parameter shift of the multiquadric kernel.
serialVersionUID: 1296800822192183260L
degree
double degree
- The parameter degree of the polynomial kernel.
shift
double shift
- The parameter shift of the polynomial kernel.
serialVersionUID: 2928962529445448574L
gamma
double gamma
- The parameter gamma of the RBF kernel.
serialVersionUID: -4503893127271607088L
a
double a
- The parameter a of the sigmoid kernel.
b
double b
- The parameter b of the sigmoid kernel.
|
Package com.rapidminer.tools.math.similarity |
serialVersionUID: 5886004923294334118L
serialVersionUID: -6681995150787879858L
serialVersionUID: -2138479771882810015L
|
Package com.rapidminer.tools.math.similarity.divergences |
serialVersionUID: 5638471495692639837L
serialVersionUID: -931524423630316788L
serialVersionUID: -2151832592670074328L
serialVersionUID: 871453359959645339L
serialVersionUID: 6209100890792566974L
serialVersionUID: -5986526237805285428L
inverseCovariance
Jama.Matrix inverseCovariance
serialVersionUID: -1506627696517615682L
serialVersionUID: -449074179734918299L
|
Package com.rapidminer.tools.math.similarity.mixed |
serialVersionUID: 536655587492508882L
isNominal
boolean[] isNominal
|
Package com.rapidminer.tools.math.similarity.nominal |
serialVersionUID: 3932502337712338892L
binominal
boolean[] binominal
falseIndex
double[] falseIndex
serialVersionUID: 2578286965200026417L
serialVersionUID: 6210763597892503744L
serialVersionUID: -3272271856059376791L
serialVersionUID: -1239573851325335924L
serialVersionUID: -9171250400618365198L
serialVersionUID: -4610984047997023498L
serialVersionUID: -2638243053923231698L
|
Package com.rapidminer.tools.math.similarity.numerical |
serialVersionUID: 1787035984412649082L
serialVersionUID: -2995153254013795660L
serialVersionUID: 7106870911590574668L
serialVersionUID: 2856052490402674777L
serialVersionUID: 7556034451164266813L
serialVersionUID: 1382144431606583122L
serialVersionUID: -6802412021495569400L
serialVersionUID: -2564011779440607379L
serialVersionUID: 1817582690040262790L
serialVersionUID: 6764039884618489619L
kernel
Kernel kernel
serialVersionUID: -6657784365192589335L
serialVersionUID: -7476444724888001751L
serialVersionUID: -7971832501308873149L
|
Package com.rapidminer.tools.math.smoothing |
serialVersionUID: 3789772699936743816L
serialVersionUID: -1270351361916359180L
serialVersionUID: 159106425038877872L
serialVersionUID: -702562270260024025L
serialVersionUID: -5396004335809012646L
serialVersionUID: 1257927748703355495L
serialVersionUID: 6368830159821896801L
serialVersionUID: 3643920557118092883L
serialVersionUID: 2560915655755106025L
serialVersionUID: 7776593308971320168L
|
Package com.rapidminer.tools.math.som |
serialVersionUID: 1127224325142026906L
serialVersionUID: -5445606750204819559L
randomSeed
long randomSeed
netDimension
int netDimension
netDimensions
int[] netDimensions
phase
int phase
trainingSteps
int trainingSteps
progressListener
java.util.ArrayList<E> progressListener
nodes
KohonenNode[] nodes
distanceFunction
DistanceFunction distanceFunction
adaptationFunction
AdaptationFunction adaptationFunction
data
KohonenTrainingsData data
randomGenerator
java.util.Random randomGenerator
cubeNodeCounter
int cubeNodeCounter
cubeEdgeLength
int cubeEdgeLength
cubeEdgeLengths
int[] cubeEdgeLengths
cubeOffset
int[] cubeOffset
serialVersionUID: -7614188662702840710L
weight
double[] weight
serialVersionUID: 254565250431806677L
learnRateStart
double learnRateStart
learnRateEnd
double learnRateEnd
adaptationRadiusStart
double adaptationRadiusStart
adaptationRadiusEnd
double adaptationRadiusEnd
lastTime
int lastTime
learnRateCurrent
double learnRateCurrent
adaptationRadiusCurrent
double adaptationRadiusCurrent
Copyright © 2001-2009 by Rapid-I