Serialized Form


Package com.rapid_i.deployment.update.client

Class com.rapid_i.deployment.update.client.ConfirmLicenseDialog extends ButtonDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

accept

javax.swing.JRadioButton accept

reject

javax.swing.JRadioButton reject

okButton

javax.swing.JButton okButton

Class com.rapid_i.deployment.update.client.ExtensionDialog extends ButtonDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

changed

boolean changed

Class com.rapid_i.deployment.update.client.LicenseConflictDialog extends ButtonDialog implements Serializable

serialVersionUID: 1L

Class com.rapid_i.deployment.update.client.UpdateDialog extends ButtonDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

service

UpdateService service

ulp

UpdateListPanel ulp

Class com.rapid_i.deployment.update.client.UpdateListPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

selectionMap

java.util.Map<K,V> selectionMap

dependencyMap

java.util.Map<K,V> dependencyMap

purchasedPackages

java.util.Set<E> purchasedPackages
Read the comment of UpdateListPanel.isPurchased(PackageDescriptor).


updateDialog

UpdateDialog updateDialog

displayPane

ExtendedHTMLJEditorPane displayPane

updateList

javax.swing.JList updateList

installButton

javax.swing.JToggleButton installButton

fetchFromAccountButton

javax.swing.JButton fetchFromAccountButton

listModel

com.rapid_i.deployment.update.client.UpdateListPanel.PackageListModel listModel

descriptors

java.util.List<E> descriptors

sizeLabel

javax.swing.JLabel sizeLabel

Package com.rapidminer

Class com.rapidminer.NoOpUserError extends java.lang.Exception implements Serializable

serialVersionUID: -686838060355434724L

Serialized Fields

code

int code

Class com.rapidminer.ProcessContext extends AbstractObservable<ProcessContext> implements Serializable

serialVersionUID: 1L

Serialized Fields

inputRepositoryLocations

java.util.List<E> inputRepositoryLocations

outputRepositoryLocations

java.util.List<E> outputRepositoryLocations

macros

java.util.List<E> macros

libraryLocations

java.util.List<E> libraryLocations

Package com.rapidminer.datatable

Class com.rapidminer.datatable.SimpleDataTable extends AbstractDataTable implements Serializable

serialVersionUID: 4459570725439894361L

Serialized Fields

data

java.util.List<E> data

columns

java.lang.String[] columns

weights

double[] weights

specialColumns

boolean[] specialColumns

index2StringMap

java.util.Map<K,V> index2StringMap

string2IndexMap

java.util.Map<K,V> string2IndexMap

currentIndices

int[] currentIndices

Package com.rapidminer.example

Class com.rapidminer.example.AbstractAttributes extends java.lang.Object implements Serializable

serialVersionUID: -3419958538074776957L

Class com.rapidminer.example.AttributeDescription extends java.lang.Object implements Serializable

serialVersionUID: 8641898727515830321L

Serialized Fields

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.

Class com.rapidminer.example.AttributeRole extends java.lang.Object implements Serializable

serialVersionUID: -4855352048163007173L

Serialization Methods

readResolve

public java.lang.Object readResolve()
Serialized Fields

special

boolean special

specialName

java.lang.String specialName

attribute

Attribute attribute

Class com.rapidminer.example.AttributeTypeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -990113662782113571L

Class com.rapidminer.example.AttributeWeight extends Averagable implements Serializable

serialVersionUID: 4459877599722270416L

Serialized Fields

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.

Class com.rapidminer.example.AttributeWeights extends AverageVector implements Serializable

serialVersionUID: 7000978931118131854L

Serialized Fields

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.

Class com.rapidminer.example.DelegateAttributes extends AbstractAttributes implements Serializable

serialVersionUID: 8476188336349012916L

Serialized Fields

delegate

Attributes delegate
Deprecated. 

Class com.rapidminer.example.Example extends java.lang.Object implements Serializable

serialVersionUID: 7761687908683290928L

Serialized Fields

data

DataRow data
The data for this example.


parentExampleSet

ExampleSet parentExampleSet
The parent example set holding all attribute information for this data row.

Class com.rapidminer.example.FormatterException extends java.lang.Exception implements Serializable

serialVersionUID: -2759316022177605234L

Class com.rapidminer.example.MinMaxStatistics extends java.lang.Object implements Serializable

serialVersionUID: 1027895282018510951L

Serialized Fields

minimum

double minimum

maximum

double maximum

Class com.rapidminer.example.NominalStatistics extends java.lang.Object implements Serializable

serialVersionUID: -7644523717916796701L

Serialized Fields

mode

long mode

maxCounter

long maxCounter

scores

long[] scores

Class com.rapidminer.example.NumericalStatistics extends java.lang.Object implements Serializable

serialVersionUID: -6283236022093847887L

Serialized Fields

sum

double sum

squaredSum

double squaredSum

valueCounter

int valueCounter

Class com.rapidminer.example.SimpleAttributes extends AbstractAttributes implements Serializable

serialVersionUID: 6388263725741578818L

Serialization Methods

readResolve

public java.lang.Object readResolve()
Serialized Fields

attributes

java.util.List<E> attributes

Class com.rapidminer.example.UnknownStatistics extends java.lang.Object implements Serializable

serialVersionUID: 217609774484151520L

Serialized Fields

unknownCounter

int unknownCounter

Class com.rapidminer.example.WeightedNumericalStatistics extends java.lang.Object implements Serializable

serialVersionUID: -6283236022093847887L

Serialized Fields

sum

double sum

squaredSum

double squaredSum

totalWeight

double totalWeight

count

double count

Package com.rapidminer.example.set

Class com.rapidminer.example.set.AbstractExampleSet extends ResultObjectAdapter implements Serializable

serialVersionUID: 8596141056047402798L

Serialized Fields

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.

Class com.rapidminer.example.set.AcceptAllCondition extends java.lang.Object implements Serializable

serialVersionUID: 9217842736819037165L

Class com.rapidminer.example.set.AttributeSelectionExampleSet extends AbstractExampleSet implements Serializable

serialVersionUID: 7946137859300860625L

Serialized Fields

parent

ExampleSet parent

Class com.rapidminer.example.set.AttributeTransformationRemapping extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

overlayedMapping

NominalMapping overlayedMapping

Class com.rapidminer.example.set.AttributeTransformationReplaceMissing extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

replacementMap

java.util.Map<K,V> replacementMap

Class com.rapidminer.example.set.AttributeTransformationWeighting extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

attributeWeights

AttributeWeights attributeWeights

Class com.rapidminer.example.set.AttributeValueFilter extends java.lang.Object implements Serializable

serialVersionUID: 6977275837081172924L

Serialized Fields

conditions

java.util.List<E> conditions
The list of all single conditions.


combinationMode

int combinationMode

Class com.rapidminer.example.set.AttributeValueFilterSingleCondition extends java.lang.Object implements Serializable

serialVersionUID: 1537763901048986863L

Serialized Fields

comparisonType

int comparisonType

attribute

Attribute attribute

numericalValue

double numericalValue

nominalValue

java.lang.String nominalValue

allowedNominalValueIndices

java.util.HashSet<E> allowedNominalValueIndices

isMissingAllowed

boolean isMissingAllowed

Class com.rapidminer.example.set.AttributeWeightedExampleSet extends AbstractExampleSet implements Serializable

serialVersionUID: -5662936146589379273L

Serialized Fields

parent

ExampleSet parent
The parent example set.


attributeWeights

AttributeWeights attributeWeights

Class com.rapidminer.example.set.ConditionCreationException extends java.lang.Exception implements Serializable

serialVersionUID: -7648754234739697969L

Class com.rapidminer.example.set.ConditionedExampleSet extends AbstractExampleSet implements Serializable

serialVersionUID: 877488093216198777L

Serialized Fields

parent

ExampleSet parent

mapping

int[] mapping

Class com.rapidminer.example.set.CorrectPredictionCondition extends java.lang.Object implements Serializable

serialVersionUID: -2971139314612252926L

Class com.rapidminer.example.set.HeaderExampleSet extends AbstractExampleSet implements Serializable

serialVersionUID: -255270841843010670L

Serialized Fields

attributes

Attributes attributes
The parent example set.

Class com.rapidminer.example.set.MappedExampleSet extends AbstractExampleSet implements Serializable

serialVersionUID: -488025806523583178L

Serialized Fields

parent

ExampleSet parent
The parent example set.


mapping

int[] mapping
The used mapping.

Class com.rapidminer.example.set.MissingAttributesCondition extends java.lang.Object implements Serializable

serialVersionUID: 6872303452739421943L

Class com.rapidminer.example.set.MissingLabelsCondition extends java.lang.Object implements Serializable

serialVersionUID: 6559275828082706521L

Class com.rapidminer.example.set.ModelViewExampleSet extends AbstractExampleSet implements Serializable

serialVersionUID: -6443667708498013284L

Serialized Fields

parent

ExampleSet parent

attributes

Attributes attributes

Class com.rapidminer.example.set.NoMissingAttributesCondition extends java.lang.Object implements Serializable

serialVersionUID: 631871757551493977L

Class com.rapidminer.example.set.NoMissingAttributeValueCondition extends java.lang.Object implements Serializable

serialVersionUID: -6043772701857922762L

Serialized Fields

checkedAttributes

java.util.Collection<E> checkedAttributes

Class com.rapidminer.example.set.NoMissingLabelsCondition extends java.lang.Object implements Serializable

serialVersionUID: 8047504208389222350L

Class com.rapidminer.example.set.NonSpecialAttributesExampleSet extends AbstractExampleSet implements Serializable

serialVersionUID: -4782316585512718459L

Serialized Fields

parent

ExampleSet parent
The parent example set.

Class com.rapidminer.example.set.Partition extends java.lang.Object implements Serializable

serialVersionUID: 6126334515107973287L

Serialized Fields

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.

Class com.rapidminer.example.set.RemappedExampleSet extends AbstractExampleSet implements Serializable

serialVersionUID: 3460640319989955936L

Serialized Fields

parent

ExampleSet parent

Class com.rapidminer.example.set.ReplaceMissingExampleSet extends AbstractExampleSet implements Serializable

serialVersionUID: -5662936146589379273L

Serialized Fields

replacementMap

java.util.Map<K,V> replacementMap
Currently used attribute weights. Used also for example creation.


parent

ExampleSet parent
The parent example set.

Class com.rapidminer.example.set.SimilarityExampleSet extends AbstractExampleSet implements Serializable

serialVersionUID: 4757975818441794105L

Serialized Fields

parent

ExampleSet parent

parentIdAttribute

Attribute parentIdAttribute

attributes

Attributes attributes

measure

DistanceMeasure measure

Class com.rapidminer.example.set.SimpleExampleSet extends AbstractExampleSet implements Serializable

serialVersionUID: 9163340881176421801L

Serialized Fields

exampleTable

ExampleTable exampleTable
The table used for reading the examples from.


attributes

Attributes attributes
Holds all information about the attributes.

Class com.rapidminer.example.set.SingleExampleExampleSet extends AbstractExampleSet implements Serializable

serialVersionUID: -4817219403776439504L

Serialized Fields

parent

ExampleSet parent

example

Example example

Class com.rapidminer.example.set.SortedExampleSet extends AbstractExampleSet implements Serializable

serialVersionUID: 3937175786207007275L

Serialized Fields

parent

ExampleSet parent
The parent example set.


mapping

int[] mapping
The used mapping.

Class com.rapidminer.example.set.SplittedExampleSet extends AbstractExampleSet implements Serializable

serialVersionUID: 4573262969007377183L

Serialized Fields

partition

Partition partition
The partition.


parent

ExampleSet parent
The parent example set.

Class com.rapidminer.example.set.WrongPredictionCondition extends java.lang.Object implements Serializable

serialVersionUID: -3254098600455281034L


Package com.rapidminer.example.table

Class com.rapidminer.example.table.AbstractAttribute extends java.lang.Object implements Serializable

serialVersionUID: -9167755945651618227L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

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.


annotations

Annotations annotations

Class com.rapidminer.example.table.AbstractExampleTable extends java.lang.Object implements Serializable

serialVersionUID: -6996954528182122684L

Serialized Fields

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.

Class com.rapidminer.example.table.AbstractSparseArrayDataRow extends DataRow implements Serializable

serialVersionUID: 4946925205115859758L

Serialized Fields

x

int[] x
Stores the used attribute indices.


counter

int counter
Number of inserted elements.

Class com.rapidminer.example.table.BinominalAttribute extends NominalAttribute implements Serializable

serialVersionUID: 2932687830235332221L

Serialized Fields

nominalMapping

NominalMapping nominalMapping

Class com.rapidminer.example.table.BinominalMapping extends java.lang.Object implements Serializable

serialVersionUID: 6566553739308153153L

Serialized Fields

firstValue

java.lang.String firstValue
The first nominal value.


secondValue

java.lang.String secondValue
The second nominal value.

Class com.rapidminer.example.table.BooleanArrayDataRow extends DataRow implements Serializable

serialVersionUID: -432265332489304646L

Serialized Fields

data

boolean[] data
Holds the data for all attributes.

Class com.rapidminer.example.table.BooleanSparseArrayDataRow extends AbstractSparseArrayDataRow implements Serializable

serialVersionUID: -4373978993763834478L

Serialized Fields

values

boolean[] values
Stores the used attribute values.

Class com.rapidminer.example.table.ByteArrayDataRow extends DataRow implements Serializable

serialVersionUID: -1428468572995891360L

Serialized Fields

data

byte[] data
Holds the data for all attributes.

Class com.rapidminer.example.table.ByteSparseArrayDataRow extends AbstractSparseArrayDataRow implements Serializable

serialVersionUID: -262171191423803150L

Serialized Fields

values

byte[] values
Stores the used attribute values.

Class com.rapidminer.example.table.DatabaseDataRow extends DataRow implements Serializable

serialVersionUID: 4043965829002723585L

Serialized Fields

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.

Class com.rapidminer.example.table.DatabaseExampleTable extends AbstractExampleTable implements Serializable

serialVersionUID: -3683705313093987482L

Serialized Fields

tableName

java.lang.String tableName

size

int size

Class com.rapidminer.example.table.DataRow extends java.lang.Object implements Serializable

serialVersionUID: -3482048832637144523L

Class com.rapidminer.example.table.DateAttribute extends AbstractAttribute implements Serializable

serialVersionUID: -685655991653799960L

Class com.rapidminer.example.table.DoubleArrayDataRow extends DataRow implements Serializable

serialVersionUID: -6335785895337884919L

Serialized Fields

data

double[] data
Holds the data for all attributes.

Class com.rapidminer.example.table.DoubleSparseArrayDataRow extends AbstractSparseArrayDataRow implements Serializable

serialVersionUID: 9137639592169696234L

Serialized Fields

values

double[] values
Stores the used attribute values.

Class com.rapidminer.example.table.FastSparseDoubleArrayDataRow extends DataRow implements Serializable

serialVersionUID: -4709836940912838649L

Serialized Fields

values

double[] values

tableIndices

int[] tableIndices

numberOfValues

int numberOfValues

Class com.rapidminer.example.table.FloatArrayDataRow extends DataRow implements Serializable

serialVersionUID: -3691818538613297744L

Serialized Fields

data

float[] data
Holds the data for all attributes.

Class com.rapidminer.example.table.FloatSparseArrayDataRow extends AbstractSparseArrayDataRow implements Serializable

serialVersionUID: -2445500346242180129L

Serialized Fields

values

float[] values
Stores the used attribute values.

Class com.rapidminer.example.table.IndexCachedDatabaseExampleTable extends AbstractExampleTable implements Serializable

serialVersionUID: -3514641049341063136L

Serialized Fields

databaseHandler

DatabaseHandler databaseHandler

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

Class com.rapidminer.example.table.IntArrayDataRow extends DataRow implements Serializable

serialVersionUID: -8089560930865510003L

Serialized Fields

data

int[] data
Holds the data for all attributes.

Class com.rapidminer.example.table.IntSparseArrayDataRow extends AbstractSparseArrayDataRow implements Serializable

serialVersionUID: -4642005554786017231L

Serialized Fields

values

int[] values
Stores the used attribute values.

Class com.rapidminer.example.table.LimitCachedDatabaseExampleTable extends AbstractExampleTable implements Serializable

serialVersionUID: -3514641049341063136L

Serialized Fields

databaseHandler

DatabaseHandler databaseHandler

tableName

java.lang.String tableName

batchExampleTable

MemoryExampleTable batchExampleTable

currentBatchStartCursor

int currentBatchStartCursor

size

int size

dataManagementType

int dataManagementType

Class com.rapidminer.example.table.LongArrayDataRow extends DataRow implements Serializable

serialVersionUID: 8652466671294511853L

Serialized Fields

data

long[] data
Holds the data for all attributes.

Class com.rapidminer.example.table.LongSparseArrayDataRow extends AbstractSparseArrayDataRow implements Serializable

serialVersionUID: 7128381338958693751L

Serialized Fields

values

long[] values
Stores the used attribute values.

Class com.rapidminer.example.table.MemoryExampleTable extends AbstractExampleTable implements Serializable

serialVersionUID: -3000023475208774934L

Serialized Fields

dataList

java.util.List<E> dataList
List of DataRows.


columns

int columns
Number of columns.

Class com.rapidminer.example.table.NominalAttribute extends AbstractAttribute implements Serializable

serialVersionUID: -3830980883541763869L

Class com.rapidminer.example.table.NonWritableDataRow extends DataRow implements Serializable

serialVersionUID: 6148646678312194050L

Serialized Fields

delegate

DataRow delegate

Class com.rapidminer.example.table.NumericalAttribute extends AbstractAttribute implements Serializable

serialVersionUID: -7425486508057529570L

Class com.rapidminer.example.table.PolynominalAttribute extends NominalAttribute implements Serializable

serialVersionUID: 3713022530244256813L

Serialized Fields

nominalMapping

NominalMapping nominalMapping

Class com.rapidminer.example.table.PolynominalMapping extends java.lang.Object implements Serializable

serialVersionUID: 5021638750496191771L

Serialized Fields

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.

Class com.rapidminer.example.table.RandomExampleTable extends AbstractExampleTable implements Serializable

serialVersionUID: 5675878166499224680L

Serialized Fields

baseExampleSet

ExampleSet baseExampleSet

size

int size

Class com.rapidminer.example.table.ShortArrayDataRow extends DataRow implements Serializable

serialVersionUID: -1839048476500092847L

Serialized Fields

data

short[] data
Holds the data for all attributes.

Class com.rapidminer.example.table.ShortSparseArrayDataRow extends AbstractSparseArrayDataRow implements Serializable

serialVersionUID: 1688504268820756726L

Serialized Fields

values

short[] values
Stores the used attribute values.

Class com.rapidminer.example.table.SparseMapDataRow extends DataRow implements Serializable

serialVersionUID: -7452459295368606029L

Serialized Fields

data

java.util.Map<K,V> data
Maps the indices of attributes to the data.

Class com.rapidminer.example.table.ViewAttribute extends AbstractAttribute implements Serializable

serialVersionUID: -4075558616549596028L

Serialized Fields

mapping

NominalMapping mapping

isNominal

boolean isNominal

isNumerical

boolean isNumerical

model

ViewModel model

parent

Attribute parent

Package com.rapidminer.generator

Class com.rapidminer.generator.GenerationException extends OperatorException implements Serializable

serialVersionUID: -2760374156089530715L


Package com.rapidminer.gui

Class com.rapidminer.gui.ApplicationFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: -4888325793866511406L

Serialized Fields

statusBar

StatusBar statusBar

Class com.rapidminer.gui.ConditionalAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -3581066203343247846L

Serialized Fields

conditions

int[] conditions

Class com.rapidminer.gui.DockableMenu extends ResourceMenu implements Serializable

serialVersionUID: -5602297374075268751L

Serialized Fields

dockingContext

com.vlsolutions.swing.docking.DockingContext dockingContext

Class com.rapidminer.gui.MainFrame extends ApplicationFrame implements Serializable

serialVersionUID: -1602076945350148969L

Serialized Fields

dockingContext

com.vlsolutions.swing.docking.DockingContext dockingContext

dockingDesktop

com.vlsolutions.swing.docking.DockingDesktop dockingDesktop

actions

Actions actions

welcomeScreen

WelcomeScreen welcomeScreen

resultDisplay

ResultDisplay resultDisplay

messageViewer

LoggingViewer messageViewer

systemMonitor

SystemMonitor systemMonitor

operatorDocViewer

OperatorDocViewer operatorDocViewer

operatorTree

OperatorTreePanel operatorTree

errorTable

ErrorTable errorTable

propertyPanel

OperatorPropertyPanel propertyPanel

xmlEditor

XMLEditor xmlEditor

commentEditor

CommentEditor commentEditor

processContextEditor

ProcessContextProcessEditor processContextEditor

newOperatorEditor

NewOperatorEditor newOperatorEditor

processPanel

ProcessPanel processPanel

repositoryBrowser

RepositoryBrowser repositoryBrowser

remoteProcessViewer

RemoteProcessViewer remoteProcessViewer

perspectives

Perspectives perspectives

processEditors

javax.swing.event.EventListenerList processEditors

selectedOperators

java.util.List<E> selectedOperators

changed

boolean changed

tutorialMode

boolean tutorialMode

undoIndex

int undoIndex

menuBar

javax.swing.JMenuBar menuBar

fileMenu

javax.swing.JMenu fileMenu

editMenu

javax.swing.JMenu editMenu

processMenu

javax.swing.JMenu processMenu

toolsMenu

javax.swing.JMenu toolsMenu

viewMenu

javax.swing.JMenu viewMenu

helpMenu

javax.swing.JMenu helpMenu

recentFilesMenu

javax.swing.JMenu recentFilesMenu

undoList

java.util.LinkedList<E> undoList

lastProcessXML

java.lang.String lastProcessXML
XML representation of the process at last validation.


hostname

java.lang.String hostname
The host name of the system. Might be empty (no host name will be shown) and will be initialized in the first call of MainFrame.setTitle().


metaDataUpdateQueue

MetaDataUpdateQueue metaDataUpdateQueue

lastUpdate

long lastUpdate

updateTimer

javax.swing.Timer updateTimer

Class com.rapidminer.gui.OperatorDocEditor extends OperatorDocViewer implements Serializable

serialVersionUID: 3341472230093161784L

Serialized Fields

editActions

java.util.List<E> editActions

clearAction

javax.swing.Action clearAction

applyChanges

javax.swing.Action applyChanges

discardChanges

javax.swing.Action discardChanges

addExample

javax.swing.Action addExample

insertOpLink

javax.swing.Action insertOpLink

insertOpLinkButton

javax.swing.JButton insertOpLinkButton

editWhat

java.lang.String editWhat

isEditing

boolean isEditing

Class com.rapidminer.gui.OperatorDocumentationBrowser extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

editor

ExtendedHTMLJEditorPane editor

scrollPane

ExtendedJScrollPane scrollPane

currentFile

java.io.File currentFile

ignoreSelections

boolean ignoreSelections

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

Class com.rapidminer.gui.OperatorDocViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

editor

ExtendedHTMLJEditorPane editor

displayedOperator

Operator displayedOperator

displayedOperatorDescName

java.lang.String displayedOperatorDescName

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

scrollPane

javax.swing.JScrollPane scrollPane

showHelpTextAction

ShowHelpTextAction showHelpTextAction

Package com.rapidminer.gui.actions

Class com.rapidminer.gui.actions.AboutAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.AnovaCalculatorAction extends ResourceAction implements Serializable

serialVersionUID: 1252452823065176839L

Class com.rapidminer.gui.actions.AttributeDescriptionFileWizardAction extends ResourceAction implements Serializable

serialVersionUID: 5591885109312707090L

Class com.rapidminer.gui.actions.AttributeEditorAction extends ResourceAction implements Serializable

serialVersionUID: -1571544885210247278L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.AutoWireAction extends ResourceAction implements Serializable

serialVersionUID: -4597160351305617508L

Serialized Fields

level

CompatibilityLevel level

keepConnections

boolean keepConnections

recursive

boolean recursive

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.BrowseAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Serialized Fields

uri

java.net.URI uri

Class com.rapidminer.gui.actions.CheckForJDBCDriversAction extends ResourceAction implements Serializable

serialVersionUID: -3497263063489866721L

Class com.rapidminer.gui.actions.ConnectPortToRepositoryAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Serialized Fields

port

Port port

Class com.rapidminer.gui.actions.EditViewAction extends ResourceAction implements Serializable

serialVersionUID: -4418293515072657330L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.ExitAction extends ResourceAction implements Serializable

serialVersionUID: -6213819388535936519L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.ExportProcessAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.actions.ExportViewAction extends ResourceAction implements Serializable

serialVersionUID: 2438568343977468901L

Serialized Fields

component

java.awt.Component component

componentName

java.lang.String componentName

Class com.rapidminer.gui.actions.ImportProcessAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.actions.ManageBuildingBlocksAction extends ResourceAction implements Serializable

serialVersionUID: 3185492398152116698L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.ManageTemplatesAction extends ResourceAction implements Serializable

serialVersionUID: -5059748061190132388L

Class com.rapidminer.gui.actions.MoveColumnAction extends ResourceAction implements Serializable

serialVersionUID: -8676231093844470601L

Serialized Fields

table

ExtendedJTable table

moveTo

int moveTo

Class com.rapidminer.gui.actions.NewAction extends ResourceAction implements Serializable

serialVersionUID: 1358354112149248404L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.NewBuildingBlockAction extends ResourceAction implements Serializable

serialVersionUID: 3466426013029085115L

Serialized Fields

actions

Actions actions

Class com.rapidminer.gui.actions.NewOperatorAction extends ResourceAction implements Serializable

serialVersionUID: -5946313817810917200L

Serialized Fields

actions

Actions actions

Class com.rapidminer.gui.actions.NewPerspectiveAction extends ResourceAction implements Serializable

serialVersionUID: 5526646387968616318L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.OpenAction extends ResourceAction implements Serializable

serialVersionUID: -323403851840397447L

Class com.rapidminer.gui.actions.PageSetupAction extends ResourceAction implements Serializable

serialVersionUID: 8298197834373766776L

Class com.rapidminer.gui.actions.PauseAction extends ResourceAction implements Serializable

serialVersionUID: -8416546573798401295L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.PrintAction extends ResourceAction implements Serializable

serialVersionUID: -9086092676881347047L

Serialized Fields

component

java.awt.Component component

Class com.rapidminer.gui.actions.PrintPreviewAction extends ResourceAction implements Serializable

serialVersionUID: -20782278995130227L

Serialized Fields

component

java.awt.Component component

Class com.rapidminer.gui.actions.RedoAction extends ResourceAction implements Serializable

serialVersionUID: -3106523347321697652L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.RefreshHelpTextFromWikiAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Serialized Fields

operatorDocViewer

OperatorDocViewer operatorDocViewer

Class com.rapidminer.gui.actions.ResultHistoryAction extends ResourceAction implements Serializable

serialVersionUID: 1358797377410001184L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.RunAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.RunRemoteAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.SaveAction extends ResourceAction implements Serializable

serialVersionUID: -2226200404990114956L

Class com.rapidminer.gui.actions.SaveAsAction extends ResourceAction implements Serializable

serialVersionUID: -6107588898380953147L

Class com.rapidminer.gui.actions.SaveAsTemplateAction extends ResourceAction implements Serializable

serialVersionUID: 7511982023104159671L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.SettingsAction extends ResourceAction implements Serializable

serialVersionUID: 4675057674892640002L

Class com.rapidminer.gui.actions.ShowHelpTextAction extends ToggleAction implements Serializable

serialVersionUID: -8604443336707110762L

Serialized Fields

operatorDocViewer

OperatorDocViewer operatorDocViewer

Class com.rapidminer.gui.actions.ShowHelpTextInBrowserAction extends ResourceAction implements Serializable

serialVersionUID: 909390054503086861L

Serialized Fields

operatorDocViewer

OperatorDocViewer operatorDocViewer

Class com.rapidminer.gui.actions.StopAction extends ResourceAction implements Serializable

serialVersionUID: 1181186062812851781L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.StoreInRepositoryAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Serialized Fields

object

IOObject object

Class com.rapidminer.gui.actions.ToggleAction extends ResourceAction implements Serializable

serialVersionUID: -4465114837957358373L

Serialized Fields

selected

boolean selected

listeners

java.util.Collection<E> listeners

Class com.rapidminer.gui.actions.ToggleExpertModeAction extends ToggleAction implements Serializable

serialVersionUID: 5545547954042596599L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.TutorialAction extends ResourceAction implements Serializable

serialVersionUID: -2288398034392104973L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.UndoAction extends ResourceAction implements Serializable

serialVersionUID: 4767902062440337756L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.ValidateAutomaticallyAction extends ToggleAction implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.actions.ValidateProcessAction extends ResourceAction implements Serializable

serialVersionUID: -420838202882684287L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.WelcomeNewAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 1358354112149248404L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.WelcomeOpenAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 1358354112149248404L

Class com.rapidminer.gui.actions.WelcomeOpenRecentAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 1358354112149248404L

Serialized Fields

welcomeScreen

WelcomeScreen welcomeScreen

Class com.rapidminer.gui.actions.WelcomeTutorialAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 1358354112149248404L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.WelcomeWizardAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 1358354112149248404L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.WizardAction extends ResourceAction implements Serializable

serialVersionUID: -7497168731539521695L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.WorkspaceAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Serialized Fields

perspectives

ApplicationPerspectives perspectives

perspective

Perspective perspective

Package com.rapidminer.gui.attributeeditor

Class com.rapidminer.gui.attributeeditor.AttributeEditor extends ExtendedJTable implements Serializable

serialVersionUID: -3312532913749370288L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

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

Class com.rapidminer.gui.attributeeditor.AttributeEditorDialog extends ButtonDialog implements Serializable

serialVersionUID: 6448298163392765295L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

Class com.rapidminer.gui.attributeeditor.DataControl extends javax.swing.JPanel implements Serializable

serialVersionUID: 6441468388055505143L

Serialized Fields

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

Class com.rapidminer.gui.attributeeditor.actions.ClearAction extends ResourceAction implements Serializable

serialVersionUID: 5149085709986293312L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

Class com.rapidminer.gui.attributeeditor.actions.CloseAction extends ResourceAction implements Serializable

serialVersionUID: -3571057663841304137L

Serialized Fields

attributeEditorDialog

AttributeEditorDialog attributeEditorDialog

Class com.rapidminer.gui.attributeeditor.actions.GuessAllTypesAction extends ResourceAction implements Serializable

serialVersionUID: -4550774167417692191L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

Class com.rapidminer.gui.attributeeditor.actions.GuessTypeAction extends ResourceAction implements Serializable

serialVersionUID: -5897840150549169907L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

Class com.rapidminer.gui.attributeeditor.actions.LoadDataAction extends ResourceAction implements Serializable

serialVersionUID: -2111723479390457757L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

Class com.rapidminer.gui.attributeeditor.actions.LoadSeriesDataAction extends ResourceAction implements Serializable

serialVersionUID: 3843660343361905373L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

Class com.rapidminer.gui.attributeeditor.actions.OpenAttributeFileAction extends ResourceAction implements Serializable

serialVersionUID: 6386463403588312409L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

Class com.rapidminer.gui.attributeeditor.actions.RemoveColumnAction extends ResourceAction implements Serializable

serialVersionUID: -5017548088514777641L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

Class com.rapidminer.gui.attributeeditor.actions.RemoveRowAction extends ResourceAction implements Serializable

serialVersionUID: 8369030266063876007L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

Class com.rapidminer.gui.attributeeditor.actions.SaveAttributeFileAction extends ResourceAction implements Serializable

serialVersionUID: -6361390890444357188L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

Class com.rapidminer.gui.attributeeditor.actions.SaveDataAction extends ResourceAction implements Serializable

serialVersionUID: -4272773008253836867L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

Class com.rapidminer.gui.attributeeditor.actions.UseRowAsNamesAction extends ResourceAction implements Serializable

serialVersionUID: 1681322483112319433L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

Package com.rapidminer.gui.dialog

Class com.rapidminer.gui.dialog.AnovaCalculatorDialog extends ButtonDialog implements Serializable

serialVersionUID: 3023267244921354296L

Serialized Fields

alphaField

javax.swing.JTextField alphaField

tableModel

com.rapidminer.gui.dialog.AnovaCalculatorDialog.AnovaTableModel tableModel

Class com.rapidminer.gui.dialog.AttributeWeightCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: 4648838759294286088L

Serialized Fields

panel

javax.swing.JPanel panel

textField

javax.swing.JTextField textField

gridBagLayout

java.awt.GridBagLayout gridBagLayout

Class com.rapidminer.gui.dialog.AttributeWeightsDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 5700615743712147883L

Serialized Fields

ok

boolean ok

attributeTableModel

AttributeWeightsTableModel attributeTableModel

minWeightField

javax.swing.JTextField minWeightField

minWeightCheckBox

javax.swing.JCheckBox minWeightCheckBox

selectionCount

javax.swing.JLabel selectionCount

Class com.rapidminer.gui.dialog.AttributeWeightsTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 6151252627227324898L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

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

Class com.rapidminer.gui.dialog.Browser extends javax.swing.JEditorPane implements Serializable

serialVersionUID: -2342332990027338104L

Class com.rapidminer.gui.dialog.BugZillaAssistant extends ButtonDialog implements Serializable

serialVersionUID: 8379605320787188372L

Serialized Fields

rpcClient

org.apache.xmlrpc.client.XmlRpcClient rpcClient

descriptionText

java.lang.String descriptionText

email

java.lang.String email

pawo

char[] pawo

descriptionField

javax.swing.JTextArea descriptionField

attachments

javax.swing.JList attachments

submitButton

javax.swing.JButton submitButton

Class com.rapidminer.gui.dialog.CronEditorDialog extends ButtonDialog implements Serializable

serialVersionUID: 837836954191730785L

Serialized Fields

radioButtonSecOnce

javax.swing.JRadioButton radioButtonSecOnce

radioButtonSecEvery

javax.swing.JRadioButton radioButtonSecEvery

checkBoxSecRepeat

javax.swing.JCheckBox checkBoxSecRepeat

spinnerSecStart

javax.swing.JSpinner spinnerSecStart

spinnerSecRepeat

javax.swing.JSpinner spinnerSecRepeat

radioButtonMinOnce

javax.swing.JRadioButton radioButtonMinOnce

radioButtonMinEvery

javax.swing.JRadioButton radioButtonMinEvery

checkBoxMinRepeat

javax.swing.JCheckBox checkBoxMinRepeat

spinnerMinStart

javax.swing.JSpinner spinnerMinStart

spinnerMinRepeat

javax.swing.JSpinner spinnerMinRepeat

radioButtonHourOnce

javax.swing.JRadioButton radioButtonHourOnce

radioButtonHourEvery

javax.swing.JRadioButton radioButtonHourEvery

checkBoxHourRepeat

javax.swing.JCheckBox checkBoxHourRepeat

spinnerHourStart

javax.swing.JSpinner spinnerHourStart

spinnerHourRepeat

javax.swing.JSpinner spinnerHourRepeat

radioButtonDayOnce

javax.swing.JRadioButton radioButtonDayOnce

radioButtonDayEvery

javax.swing.JRadioButton radioButtonDayEvery

checkBoxDayRepeat

javax.swing.JCheckBox checkBoxDayRepeat

radioButtonDayUseDayOfWeek

javax.swing.JRadioButton radioButtonDayUseDayOfWeek

spinnerDayStart

javax.swing.JSpinner spinnerDayStart

spinnerDayRepeat

javax.swing.JSpinner spinnerDayRepeat

checkBoxMonday

javax.swing.JCheckBox checkBoxMonday

checkBoxTuesday

javax.swing.JCheckBox checkBoxTuesday

checkBoxWednesday

javax.swing.JCheckBox checkBoxWednesday

checkBoxThursday

javax.swing.JCheckBox checkBoxThursday

checkBoxFriday

javax.swing.JCheckBox checkBoxFriday

checkBoxSaturday

javax.swing.JCheckBox checkBoxSaturday

checkBoxSunday

javax.swing.JCheckBox checkBoxSunday

radioButtonMonthOnce

javax.swing.JRadioButton radioButtonMonthOnce

radioButtonMonthEvery

javax.swing.JRadioButton radioButtonMonthEvery

checkBoxMonthRepeat

javax.swing.JCheckBox checkBoxMonthRepeat

radioButtonMonthUseMonthOfYear

javax.swing.JRadioButton radioButtonMonthUseMonthOfYear

spinnerMonthStart

javax.swing.JSpinner spinnerMonthStart

spinnerMonthRepeat

javax.swing.JSpinner spinnerMonthRepeat

checkBoxJanuary

javax.swing.JCheckBox checkBoxJanuary

checkBoxFebruary

javax.swing.JCheckBox checkBoxFebruary

checkBoxMarch

javax.swing.JCheckBox checkBoxMarch

checkBoxApril

javax.swing.JCheckBox checkBoxApril

checkBoxMay

javax.swing.JCheckBox checkBoxMay

checkBoxJune

javax.swing.JCheckBox checkBoxJune

checkBoxJuly

javax.swing.JCheckBox checkBoxJuly

checkBoxAugust

javax.swing.JCheckBox checkBoxAugust

checkBoxSeptember

javax.swing.JCheckBox checkBoxSeptember

checkBoxOctober

javax.swing.JCheckBox checkBoxOctober

checkBoxNovember

javax.swing.JCheckBox checkBoxNovember

checkBoxDecember

javax.swing.JCheckBox checkBoxDecember

checkBoxYearEnabled

javax.swing.JCheckBox checkBoxYearEnabled

radioButtonYearOnce

javax.swing.JRadioButton radioButtonYearOnce

radioButtonYearEvery

javax.swing.JRadioButton radioButtonYearEvery

checkBoxYearRepeat

javax.swing.JCheckBox checkBoxYearRepeat

spinnerYearStart

javax.swing.JSpinner spinnerYearStart

spinnerYearRepeat

javax.swing.JSpinner spinnerYearRepeat

Class com.rapidminer.gui.dialog.IndividualSelector extends javax.swing.JDialog implements Serializable

serialVersionUID: -6512675217777454316L

Serialized Fields

individualTable

ExtendedJTable individualTable

metaDataViewer

MetaDataViewer metaDataViewer

selected

boolean selected

exampleSet

ExampleSet exampleSet

Class com.rapidminer.gui.dialog.IndividualSelectorTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -4666469076881936719L

Serialized Fields

population

Population population

columnNames

java.util.List<E> columnNames

columnOffset

int columnOffset

attributeNames

java.lang.String[] attributeNames

Class com.rapidminer.gui.dialog.NewOperatorDialog extends ButtonDialog implements Serializable

serialVersionUID: 390653805759799295L

Serialized Fields

mainPanel

javax.swing.JPanel mainPanel

operatorInfo

OperatorInfoPanel operatorInfo

operatorList

javax.swing.JList operatorList

searchText

java.lang.String searchText

isFullText

boolean isFullText

inputClass

java.lang.Class<T> inputClass

outputClass

java.lang.Class<T> outputClass

group

java.lang.String group

actions

Actions actions

fullTextCheckBox

javax.swing.JCheckBox fullTextCheckBox

updateQueue

UpdateQueue updateQueue

Class com.rapidminer.gui.dialog.OperatorInfoPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 3610550973456646750L

Class com.rapidminer.gui.dialog.OperatorInfoScreen extends ButtonDialog implements Serializable

serialVersionUID: -6566133238783779634L

Class com.rapidminer.gui.dialog.ProcessInfoScreen extends ButtonDialog implements Serializable

serialVersionUID: 7687035897010730802L

Class com.rapidminer.gui.dialog.ResultHistory extends javax.swing.AbstractListModel implements Serializable

serialVersionUID: -3346913516615767439L

Serialized Fields

allResults

java.util.List<E> allResults

Class com.rapidminer.gui.dialog.ResultHistoryDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 7498142147390911809L

Serialized Fields

selectedTestGroups

java.util.List<E> selectedTestGroups

Class com.rapidminer.gui.dialog.SearchDialog extends ButtonDialog implements Serializable

serialVersionUID: -1019890951712706875L

Serialized Fields

patternField

javax.swing.JTextField patternField

replaceField

javax.swing.JTextField replaceField

caseSensitive

javax.swing.JCheckBox caseSensitive

regExp

javax.swing.JCheckBox regExp

forwardRadioButton

javax.swing.JRadioButton forwardRadioButton

backwardRadioButton

javax.swing.JRadioButton backwardRadioButton

Class com.rapidminer.gui.dialog.StopDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -7090498773341030469L

Serialized Fields

stillRunning

boolean stillRunning

Class com.rapidminer.gui.dialog.TemplateWizardDialog extends AbstractWizard implements Serializable

serialVersionUID: 1L

Serialized Fields

process

Process process

template

Template template

parameters

java.util.Collection<E> parameters

Class com.rapidminer.gui.dialog.Tutorial extends ButtonDialog implements Serializable

serialVersionUID: 2826577972132069114L

Serialized Fields

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

Class com.rapidminer.gui.dialog.UnknownParametersInfoDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1724548085738058812L


Package com.rapidminer.gui.dnd

Class com.rapidminer.gui.dnd.OperatorTransferHandler extends javax.swing.TransferHandler implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.dnd.OperatorTreeTransferHandler extends ReceivingOperatorTransferHandler implements Serializable

serialVersionUID: -3039947430247192040L

Serialized Fields

operatorTree

OperatorTree operatorTree

nodeExpandDelay

javax.swing.Timer nodeExpandDelay
A timer needed for automatic node expansion


currentDnDMarker

com.rapidminer.gui.dnd.OperatorTreeTransferHandler.DnDMarker currentDnDMarker

currentPath

javax.swing.tree.TreePath currentPath

Class com.rapidminer.gui.dnd.ReceivingOperatorTransferHandler extends OperatorTransferHandler implements Serializable

serialVersionUID: 5355397064093668659L

Serialized Fields

acceptableFlavors

java.util.List<E> acceptableFlavors

Package com.rapidminer.gui.docking

Class com.rapidminer.gui.docking.DetachedDockViewAsTab extends com.vlsolutions.swing.docking.DockViewAsTab implements Serializable

serialVersionUID: -2316449349513873264L

Serialized Fields

attachAction

javax.swing.Action attachAction

attachSmartIcon

com.vlsolutions.swing.tabbedpane.SmartIconJButton attachSmartIcon

Class com.rapidminer.gui.docking.RapidDockingToolbar extends com.vlsolutions.swing.toolbars.VLToolBar implements Serializable

serialVersionUID: 8849041223899314188L

Class com.rapidminer.gui.docking.RapidFloatingDialog extends com.vlsolutions.swing.docking.FloatingDialog implements Serializable

serialVersionUID: -1623376048447949302L


Package com.rapidminer.gui.flow

Class com.rapidminer.gui.flow.ErrorTable extends javax.swing.JPanel implements Serializable

serialVersionUID: -954934789614113138L

Serialized Fields

mainFrame

MainFrame mainFrame

iconRenderer

javax.swing.table.TableCellRenderer iconRenderer

table

ExtendedJTable table

headerLabel

javax.swing.JLabel headerLabel

onlyCurrent

javax.swing.JToggleButton onlyCurrent

errors

java.util.List<E> errors

model

javax.swing.table.AbstractTableModel model

currentProcess

Process currentProcess

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

currentOperator

Operator currentOperator

Class com.rapidminer.gui.flow.ExtensionButton extends javax.swing.JButton implements Serializable

serialVersionUID: -3435398786000739458L

Serialized Fields

subprocessIndex

int subprocessIndex

add

boolean add

Class com.rapidminer.gui.flow.OverviewPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

processRenderer

ProcessRenderer processRenderer

dragStartMousePos

java.awt.Point dragStartMousePos

dragStartRect

java.awt.Rectangle dragStartRect

scale

double scale

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

Class com.rapidminer.gui.flow.ProcessButtonBar extends ParentButtonPanel<Operator> implements Serializable

serialVersionUID: -2196273913282600609L

Serialized Fields

model

ProcessParentButtonModel model

Class com.rapidminer.gui.flow.ProcessPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -4419160224916991497L

Serialized Fields

renderer

ProcessRenderer renderer

processButtonBar

ProcessButtonBar processButtonBar

operatorChain

OperatorChain operatorChain

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

Class com.rapidminer.gui.flow.ProcessRenderer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

RENAME_ACTION

ResourceAction RENAME_ACTION

SELECT_ALL_ACTION

ResourceAction SELECT_ALL_ACTION

ARRANGE_OPERATORS_ACTION

javax.swing.Action ARRANGE_OPERATORS_ACTION

AUTO_FIT_ACTION

javax.swing.Action AUTO_FIT_ACTION

DELETE_SELECTED_CONNECTION

ResourceAction DELETE_SELECTED_CONNECTION

INCREASE_PROCESS_LAYOUT_WIDTH_ACTION

javax.swing.Action INCREASE_PROCESS_LAYOUT_WIDTH_ACTION

DECREASE_PROCESS_LAYOUT_WIDTH_ACTION

javax.swing.Action DECREASE_PROCESS_LAYOUT_WIDTH_ACTION

INCREASE_PROCESS_LAYOUT_HEIGHT_ACTION

javax.swing.Action INCREASE_PROCESS_LAYOUT_HEIGHT_ACTION

DECREASE_PROCESS_LAYOUT_HEIGHT_ACTION

javax.swing.Action DECREASE_PROCESS_LAYOUT_HEIGHT_ACTION

nameRolloutInterpolationMap

InterpolationMap nameRolloutInterpolationMap

processes

ExecutionUnit[] processes
The displayed processes.


currentMousePosition

java.awt.Point currentMousePosition

mousePositionAtDragStart

java.awt.Point mousePositionAtDragStart

mousePositionAtLastEvaluation

java.awt.Point mousePositionAtLastEvaluation

hasDragged

boolean hasDragged

selectionRectangle

java.awt.geom.Rectangle2D selectionRectangle

draggedOperatorsOrigins

java.util.Map<K,V> draggedOperatorsOrigins

draggedPort

Port draggedPort
Port currently being dragged (within this component only!)


selectedOperators

java.util.LinkedList<E> selectedOperators
Operator selected by a click.


hoveringOperator

Operator hoveringOperator
Operator under the mouse cursor.


hoveringPort

Port hoveringPort
Port under the mouse cursor.


connectingPortSource

OutputPort connectingPortSource
Source port of the connection currently being created.


hoveringProcessIndex

int hoveringProcessIndex
Index of the process under the mouse.


dropInsertionPredecessor

Operator dropInsertionPredecessor
Operator after which the dropped operator will be added.


hoveringConnectionSource

OutputPort hoveringConnectionSource
Source port of the connector hit by the drop cursor.


selectedConnectionSource

OutputPort selectedConnectionSource
Source port of the connection selected by clicking on it.

See Also:
ProcessRenderer.hoveringConnectionSource

processPanel

ProcessPanel processPanel

mainFrame

MainFrame mainFrame

mousePositionRelativeToProcess

java.awt.Point mousePositionRelativeToProcess

subprocessExtensionButtons

java.util.List<E> subprocessExtensionButtons

displayedChain

OperatorChain displayedChain

transferHandler

ReceivingOperatorTransferHandler transferHandler

flowVisualizer

FlowVisualizer flowVisualizer

connectorShape

com.rapidminer.gui.flow.ProcessRenderer.ConnectorShape connectorShape

snapToGrid

boolean snapToGrid

overviewPanel

OverviewPanel overviewPanel

renameField

javax.swing.JTextField renameField

Class com.rapidminer.gui.flow.QuickFixDialog extends ButtonDialog implements Serializable

serialVersionUID: -6465984401606083317L

Serialized Fields

comboBox

javax.swing.JComboBox comboBox

Package com.rapidminer.gui.graphs

Class com.rapidminer.gui.graphs.GraphViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: -7501422172633548861L

Serialized Fields

vv

edu.uci.ics.jung.visualization.VisualizationViewer<V,E> vv

layoutSelection

LayoutSelection<V,E> layoutSelection

showEdgeLabels

boolean showEdgeLabels

showVertexLabels

boolean showVertexLabels

Class com.rapidminer.gui.graphs.LayoutSelection extends javax.swing.JComboBox implements Serializable

serialVersionUID: 8924517975475876102L

Serialized Fields

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

Class com.rapidminer.gui.graphs.actions.PickingModeAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 6410209216842324428L

Serialized Fields

graphViewer

GraphViewer<V,E> graphViewer

Class com.rapidminer.gui.graphs.actions.TransformingModeAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -8679645951986189248L

Serialized Fields

graphViewer

GraphViewer<V,E> graphViewer

Class com.rapidminer.gui.graphs.actions.ZoomInAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 3343509589090205209L

Serialized Fields

graphViewer

GraphViewer<V,E> graphViewer

Class com.rapidminer.gui.graphs.actions.ZoomOutAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -7174646500855589718L

Serialized Fields

graphViewer

GraphViewer<V,E> graphViewer

Package com.rapidminer.gui.look

Class com.rapidminer.gui.look.ClipboardActionsPopup extends javax.swing.JPopupMenu implements Serializable

serialVersionUID: -6304527692064490218L

Serialized Fields

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

selectAllMenuItem

javax.swing.JMenuItem selectAllMenuItem

Class com.rapidminer.gui.look.GenericArrowButton extends javax.swing.plaf.basic.BasicArrowButton implements Serializable

serialVersionUID: 8079721815873790893L

Class com.rapidminer.gui.look.ImageIconUIResource extends javax.swing.ImageIcon implements Serializable

serialVersionUID: 705603654836477091L

Class com.rapidminer.gui.look.InternalFrameTitlePane extends javax.swing.plaf.basic.BasicInternalFrameTitlePane implements Serializable

serialVersionUID: -2918905049450451804L

Serialized Fields

rolloverCloseIcon

javax.swing.Icon rolloverCloseIcon

rolloverIconifyIcon

javax.swing.Icon rolloverIconifyIcon

rolloverMinimizeIcon

javax.swing.Icon rolloverMinimizeIcon

rolloverMaximumIcon

javax.swing.Icon rolloverMaximumIcon

Class com.rapidminer.gui.look.RapidLookAndFeel extends javax.swing.plaf.metal.MetalLookAndFeel implements Serializable

serialVersionUID: 1616331528047010458L

Class com.rapidminer.gui.look.RapidLookListCellRenderer extends javax.swing.plaf.basic.BasicComboBoxRenderer implements Serializable

serialVersionUID: 2133795635143498190L

Serialized Fields

focusBorder

javax.swing.border.Border focusBorder

parentList

javax.swing.JList parentList

Class com.rapidminer.gui.look.RapidLookListCellRenderer.UIResource extends RapidLookListCellRenderer implements Serializable

serialVersionUID: -8203261034086759332L

Class com.rapidminer.gui.look.TextActions.ClearAction extends javax.swing.text.TextAction implements Serializable

serialVersionUID: -8717559424063560794L

Class com.rapidminer.gui.look.TextActions.DeleteTextAction extends javax.swing.text.TextAction implements Serializable

serialVersionUID: 6412033584635198994L

Class com.rapidminer.gui.look.TextActions.SelectAllAction extends javax.swing.text.TextAction implements Serializable

serialVersionUID: 7009424030828006069L


Package com.rapidminer.gui.look.borders

Class com.rapidminer.gui.look.borders.ButtonBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: 191853543634535781L

Class com.rapidminer.gui.look.borders.CheckBoxBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: 431035940686877787L

Class com.rapidminer.gui.look.borders.ComboBoxBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: -262876333520599200L

Class com.rapidminer.gui.look.borders.ComboBoxEditorBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: -8777745152083059946L

Class com.rapidminer.gui.look.borders.ComboBoxListCellRendererFocusBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: -7891513529402201022L

Serialized Fields

selectionBackground

java.awt.Color selectionBackground

Class com.rapidminer.gui.look.borders.DummyBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: 2364995114235662736L

Class com.rapidminer.gui.look.borders.EmptyBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: 2501563612099663494L

Class com.rapidminer.gui.look.borders.EmptyButtonBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: -8402839025192013938L

Class com.rapidminer.gui.look.borders.EmptyComboBoxBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: -1398214714584187754L

Class com.rapidminer.gui.look.borders.InternalFrameBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: -7249038472856067993L

Class com.rapidminer.gui.look.borders.MenuBarBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: -2583591973991105007L

Class com.rapidminer.gui.look.borders.MenuBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: 4220942363580919917L

Class com.rapidminer.gui.look.borders.PopupBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: -6179692340222478237L

Serialized Fields

bottomLeft

java.awt.Image bottomLeft

bottomRight

java.awt.Image bottomRight

right

java.awt.Image right

bottom

java.awt.Image bottom

Class com.rapidminer.gui.look.borders.PopupMenuBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: 9188560188019884562L

Class com.rapidminer.gui.look.borders.ProgressBarBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: 4150602481439529878L

Class com.rapidminer.gui.look.borders.ScrollPaneBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: 8716985175035922340L

Class com.rapidminer.gui.look.borders.ShadowedPopupMenuBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: 1446180576173319227L

Serialized Fields

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

Class com.rapidminer.gui.look.borders.SpinnerBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: -3165427531529058453L

Class com.rapidminer.gui.look.borders.SplitPaneBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: -4244358777800055812L

Class com.rapidminer.gui.look.borders.TableHeaderBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: -1708520253527386097L

Serialized Fields

editorBorderInsets

java.awt.Insets editorBorderInsets

Class com.rapidminer.gui.look.borders.TextFieldBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: -7844804073270123279L

Class com.rapidminer.gui.look.borders.ToolBarBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: 6850360226068674391L

Class com.rapidminer.gui.look.borders.ToolTipBorder extends javax.swing.border.AbstractBorder implements Serializable

serialVersionUID: -1595314209943485767L


Package com.rapidminer.gui.look.fc

Class com.rapidminer.gui.look.fc.AutomaticTextField extends javax.swing.JTextField implements Serializable

serialVersionUID: 9138792080755085206L

Serialized Fields

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

Class com.rapidminer.gui.look.fc.Bookmark extends java.lang.Object implements Serializable

serialVersionUID: -3549470475136774271L

Serialized Fields

name

java.lang.String name

path

java.lang.String path

Class com.rapidminer.gui.look.fc.BookmarkDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -5259373575470177110L

Serialized Fields

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

Class com.rapidminer.gui.look.fc.BookmarkList extends javax.swing.JList implements Serializable

serialVersionUID: -7109320787696008679L

Serialized Fields

fileList

FileList fileList

Class com.rapidminer.gui.look.fc.BookmarkListModel extends javax.swing.AbstractListModel implements Serializable

serialVersionUID: 9145792845942034849L

Serialized Fields

bookmarks

java.util.List<E> bookmarks

Class com.rapidminer.gui.look.fc.FileList extends javax.swing.JPanel implements Serializable

serialVersionUID: 8893252970970228545L

Serialized Fields

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

autoArrangeCheckBox

javax.swing.JCheckBoxMenuItem autoArrangeCheckBox

Class com.rapidminer.gui.look.fc.FileTable extends javax.swing.JTable implements Serializable

serialVersionUID: -8700859510439797254L

Serialized Fields

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

Class com.rapidminer.gui.look.fc.FileTableLabel extends javax.swing.JLabel implements Serializable

serialVersionUID: -2522723592207989524L

Serialized Fields

selected

boolean selected

oldColor

java.awt.Color oldColor

Class com.rapidminer.gui.look.fc.Item extends javax.swing.JComponent implements Serializable

serialVersionUID: 2227494244271451068L

Serialized Fields

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

initPosition

java.awt.Point initPosition

selectionStatus

boolean selectionStatus

bestSize

java.awt.Dimension bestSize

Class com.rapidminer.gui.look.fc.ItemPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -4300786583560333090L

Serialized Fields

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

Class com.rapidminer.gui.look.fc.MultipleLinesLabel extends javax.swing.JComponent implements Serializable

serialVersionUID: -4783596538296904867L

Serialized Fields

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

Class com.rapidminer.gui.look.icons.CheckBoxIcon extends java.lang.Object implements Serializable

serialVersionUID: -5782212003890049479L

Class com.rapidminer.gui.look.icons.CheckBoxMenuItemIcon extends java.lang.Object implements Serializable

serialVersionUID: -3035362898629322365L

Class com.rapidminer.gui.look.icons.ExpandedTreeIcon extends java.lang.Object implements Serializable

serialVersionUID: 8948047408825915900L

Class com.rapidminer.gui.look.icons.ListViewIcon extends java.lang.Object implements Serializable

serialVersionUID: -5084915669804332770L

Class com.rapidminer.gui.look.icons.RadioButtonIcon extends java.lang.Object implements Serializable

serialVersionUID: -2576744883403903818L

Class com.rapidminer.gui.look.icons.RadioButtonMenuItemIcon extends java.lang.Object implements Serializable

serialVersionUID: -7415345504361964833L

Class com.rapidminer.gui.look.icons.SliderThumb extends java.lang.Object implements Serializable

serialVersionUID: 398190943228862938L


Package com.rapidminer.gui.look.ui

Class com.rapidminer.gui.look.ui.SpinnerButton extends javax.swing.JButton implements Serializable

serialVersionUID: 7401548433114573444L

Serialized Fields

up

boolean up

dimension

java.awt.Dimension dimension

Class com.rapidminer.gui.look.ui.SplitPaneDividerUI extends javax.swing.plaf.basic.BasicSplitPaneDivider implements Serializable

serialVersionUID: 1003893412018250065L

Serialized Fields

horizontal

boolean horizontal

Package com.rapidminer.gui.new_plotter

Class com.rapidminer.gui.new_plotter.ChartConfigurationException extends ChartCreationException implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.new_plotter.ChartCreationException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

changeResponse

ConfigurationChangeResponse changeResponse

Class com.rapidminer.gui.new_plotter.ChartPlottimeException extends ChartCreationException implements Serializable

serialVersionUID: 1L


Package com.rapidminer.gui.new_plotter.engine.jfreechart

Class com.rapidminer.gui.new_plotter.engine.jfreechart.MultiAxesCrosshairOverlay extends org.jfree.chart.panel.CrosshairOverlay implements Serializable

serialVersionUID: 1L

Serialized Fields

rangeCrosshairs

java.util.Vector<E> rangeCrosshairs

Package com.rapidminer.gui.new_plotter.engine.jfreechart.actions

Class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.AddParallelLineAction extends ResourceAction implements Serializable

serialVersionUID: 7788302558857099622L

Serialized Fields

engine

JFreeChartPlotEngine engine
the JFreeChartPlotEngine instance for this action


latestPopupLocation

java.awt.Point latestPopupLocation
the Point where the last popup click happened

Class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.ClearParallelLinesAction extends ResourceAction implements Serializable

serialVersionUID: 7788302558857099622L

Serialized Fields

engine

JFreeChartPlotEngine engine
the JFreeChartPlotEngine instance for this action

Class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.CopyChartAction extends ResourceAction implements Serializable

serialVersionUID: 7788302558857099622L

Serialized Fields

engine

JFreeChartPlotEngine engine
the JFreeChartPlotEngine instance for this action

Class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.ManageParallelLinesAction extends ResourceAction implements Serializable

serialVersionUID: 7788302558857099622L

Serialized Fields

engine

JFreeChartPlotEngine engine
the JFreeChartPlotEngine instance for this action

Class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.ManageZoomAction extends ResourceAction implements Serializable

serialVersionUID: 7788302558857099622L

Serialized Fields

engine

JFreeChartPlotEngine engine
the JFreeChartPlotEngine instance for this action


Package com.rapidminer.gui.new_plotter.engine.jfreechart.dataset

Class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter extends org.jfree.data.general.AbstractDataset implements Serializable

serialVersionUID: 1L

Serialized Fields

valueSourceData

ValueSourceData valueSourceData

plotInstance

PlotInstance plotInstance

Package com.rapidminer.gui.new_plotter.engine.jfreechart.legend

Class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.ColoredBlockContainer extends org.jfree.chart.block.BlockContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

fillPaint

java.awt.Paint fillPaint

Class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendGraphic extends org.jfree.chart.title.LegendGraphic implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendItem extends org.jfree.chart.LegendItem implements Serializable

serialVersionUID: 1L

Serialized Fields

shape

java.awt.Shape shape

Class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem extends CustomLegendItem implements Serializable

serialVersionUID: 1L

Serialized Fields

leftShapeLabel

java.lang.String leftShapeLabel

rightShapeLabel

java.lang.String rightShapeLabel

Class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.SmartLegendTitle extends org.jfree.chart.title.LegendTitle implements Serializable

serialVersionUID: 1L


Package com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush

Class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel extends org.jfree.chart.ChartPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

zoomOnLinkAndBrushSelection

boolean zoomOnLinkAndBrushSelection

blockSelectionOrZoom

boolean blockSelectionOrZoom

Package com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis

Class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomDateAxis extends org.jfree.chart.axis.DateAxis implements Serializable

serialVersionUID: 1L

Serialized Fields

upperBoundCache

double upperBoundCache

lowerBoundCache

double lowerBoundCache

upperBoundWithoutMargin

double upperBoundWithoutMargin

lowerBoundWithoutMargin

double lowerBoundWithoutMargin

Class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomLogarithmicAxis extends org.jfree.chart.axis.LogarithmicAxis implements Serializable

serialVersionUID: 1L

Serialized Fields

upperBoundCache

double upperBoundCache

lowerBoundCache

double lowerBoundCache

upperBoundWithoutMargin

double upperBoundWithoutMargin

lowerBoundWithoutMargin

double lowerBoundWithoutMargin

Class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomNumberAxis extends org.jfree.chart.axis.NumberAxis implements Serializable

serialVersionUID: 1L

Serialized Fields

upperBoundCache

double upperBoundCache

lowerBoundCache

double lowerBoundCache

upperBoundWithoutMargin

double upperBoundWithoutMargin

lowerBoundWithoutMargin

double lowerBoundWithoutMargin

Class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomSymbolAxis extends org.jfree.chart.axis.SymbolAxis implements Serializable

serialVersionUID: 1L

Serialized Fields

upperBoundCache

double upperBoundCache

lowerBoundCache

double lowerBoundCache

upperBoundWithoutMargin

double upperBoundWithoutMargin

lowerBoundWithoutMargin

double lowerBoundWithoutMargin

Package com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots

Class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushCategoryPlot extends org.jfree.chart.plot.CategoryPlot implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushXYPlot extends org.jfree.chart.plot.XYPlot implements Serializable

serialVersionUID: 1L


Package com.rapidminer.gui.new_plotter.engine.jfreechart.renderer

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedAreaRenderer extends org.jfree.chart.renderer.category.AreaRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedBarRenderer extends org.jfree.chart.renderer.category.BarRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedClusteredXYBarRenderer extends org.jfree.chart.renderer.xy.ClusteredXYBarRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedDeviationRenderer extends org.jfree.chart.renderer.xy.DeviationRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedLineAndShapeRenderer extends org.jfree.chart.renderer.category.LineAndShapeRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedScatterRenderer extends org.jfree.chart.renderer.category.ScatterRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedAreaRenderer extends org.jfree.chart.renderer.category.StackedAreaRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedBarRenderer extends org.jfree.chart.renderer.category.StackedBarRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedXYAreaRenderer2 extends org.jfree.chart.renderer.xy.StackedXYAreaRenderer2 implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedXYBarRenderer extends org.jfree.chart.renderer.xy.StackedXYBarRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStatisticalBarRenderer extends org.jfree.chart.renderer.category.StatisticalBarRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStatisticalLineAndShapeRenderer extends org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYAreaRenderer2 extends org.jfree.chart.renderer.xy.XYAreaRenderer2 implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYDifferenceRenderer extends org.jfree.chart.renderer.xy.XYDifferenceRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

trueSeriesIdx

int trueSeriesIdx
The Difference plotter can only plot one series at a time, and that series has index 0. One value source can contain multiple series. trueSeriesIdx stores which series in the value source this FormattedXYDifferenceRenderer represents.

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYErrorRenderer extends org.jfree.chart.renderer.xy.XYErrorRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

Class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYLineAndShapeRenderer extends org.jfree.chart.renderer.xy.XYLineAndShapeRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

formatDelegate

RenderFormatDelegate formatDelegate

Package com.rapidminer.gui.new_plotter.gui

Class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

enabled

boolean enabled

standardInset

java.awt.Insets standardInset

typeToInstanceMap

java.util.Map<K,V> typeToInstanceMap

currentType

AbstractConfigurationPanel.DatasetTransformationType currentType

Class com.rapidminer.gui.new_plotter.gui.AbstractTreeSelectionDependentPanel extends AbstractConfigurationPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

currentValueSource

ValueSource currentValueSource

valueSourceNode

ValueSourceTreeNode valueSourceNode

Class com.rapidminer.gui.new_plotter.gui.AreaAndBarChartConfigurationPanel extends AbstractTreeSelectionDependentPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

stackingModeLabel

javax.swing.JLabel stackingModeLabel

stackingModeComboBox

javax.swing.JComboBox stackingModeComboBox

itemColorLabel

javax.swing.JLabel itemColorLabel

itemColorButton

javax.swing.JButton itemColorButton

fillStyleLabel

javax.swing.JLabel fillStyleLabel

fillStyleComboBox

javax.swing.JComboBox fillStyleComboBox

opacityLabel

javax.swing.JLabel opacityLabel

opacitySlider

javax.swing.JSlider opacitySlider

Class com.rapidminer.gui.new_plotter.gui.AttributeDropTextField extends javax.swing.JTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

ongoingDropBorder

javax.swing.border.Border ongoingDropBorder

dropEndedBorder

javax.swing.border.Border dropEndedBorder

Class com.rapidminer.gui.new_plotter.gui.AttributeSelectionDialog extends ButtonDialog implements Serializable

serialVersionUID: 5396725165122306231L

Serialized Fields

items

java.util.ArrayList<E> items

selectedItems

java.util.ArrayList<E> selectedItems

itemSearchField

FilterTextField itemSearchField

selectedItemSearchField

FilterTextField selectedItemSearchField

itemListModel

FilterableListModel itemListModel

selectedItemListModel

FilterableListModel selectedItemListModel

itemList

javax.swing.JList itemList

selectedItemList

javax.swing.JList selectedItemList

selectAttributesAction

javax.swing.Action selectAttributesAction

deselectAttributesAction

javax.swing.Action deselectAttributesAction

Class com.rapidminer.gui.new_plotter.gui.AxisConfigurationContainer extends AbstractConfigurationPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

axesFontLabel

ResourceLabel axesFontLabel

axesFontChooserButton

javax.swing.JButton axesFontChooserButton

domainAxisWidthSpinner

javax.swing.JSpinner domainAxisWidthSpinner

domainAxisLineColorChooserButton

javax.swing.JButton domainAxisLineColorChooserButton

fontSize

int fontSize

Class com.rapidminer.gui.new_plotter.gui.ChartConfigurationPanel extends AbstractConfigurationPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

dataTable

DataTable dataTable

plotEngine

JFreeChartPlotEngine plotEngine

chartPanel

LinkAndBrushChartPanel chartPanel

attributeList

javax.swing.JList attributeList

statusTextArea

ExtendedHTMLJEditorPane statusTextArea

plotConfigurationTree

PlotConfigurationTree plotConfigurationTree

configurationContainerPanel

javax.swing.JPanel configurationContainerPanel

smallIcons

boolean smallIcons

allowCollapse

boolean allowCollapse

attributeListTransferHandler

DataTableColumnListTransferHandler attributeListTransferHandler

rangeAxisPopupMenu

javax.swing.JPopupMenu rangeAxisPopupMenu

valueSourcePopupMenu

javax.swing.JPopupMenu valueSourcePopupMenu

dimensionConfigPopupMenu

javax.swing.JPopupMenu dimensionConfigPopupMenu

plotConfigurationTreeScrollPane

javax.swing.JScrollPane plotConfigurationTreeScrollPane

plotConfigurationTreeTransferHandler

PlotConfigurationTreeTransferHandler plotConfigurationTreeTransferHandler

leftSideConfigPanel

javax.swing.JPanel leftSideConfigPanel

leftSideShowHiddenPanel

javax.swing.JPanel leftSideShowHiddenPanel

chartPanelScrollPane

javax.swing.JScrollPane chartPanelScrollPane

statusTextAreaScrollPane

javax.swing.JScrollPane statusTextAreaScrollPane

masterOfDesaster

MasterOfDesaster masterOfDesaster

resetButton

javax.swing.JButton resetButton

removeRangeAxisMenuItem

javax.swing.JMenuItem removeRangeAxisMenuItem

datasetTransformationSelectionComboBox

javax.swing.JComboBox datasetTransformationSelectionComboBox

configureDataSetTransformationButton

javax.swing.JButton configureDataSetTransformationButton

dePivotedPlotConfig

PlotConfiguration dePivotedPlotConfig

Class com.rapidminer.gui.new_plotter.gui.ChartTitleConfigurationContainer extends AbstractConfigurationPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

titleFontLabel

ResourceLabel titleFontLabel

titleFontChooserButton

javax.swing.JButton titleFontChooserButton

titleColorChooserButton

javax.swing.JButton titleColorChooserButton

Class com.rapidminer.gui.new_plotter.gui.ColorSchemeDialog extends ButtonDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

colorList

javax.swing.JList colorList

popupMenu

javax.swing.JPopupMenu popupMenu

addCategoryButton

javax.swing.JButton addCategoryButton

removeSchemeButton

javax.swing.JButton removeSchemeButton

removeCategoryColorButton

javax.swing.JButton removeCategoryColorButton

colorListScrollPane

javax.swing.JScrollPane colorListScrollPane

categoryAndGradientConfigPanel

javax.swing.JPanel categoryAndGradientConfigPanel

colorSchemeComboBox

javax.swing.JComboBox colorSchemeComboBox

removeMenuItem

javax.swing.JMenuItem removeMenuItem

changeColorMenuItem

javax.swing.JMenuItem changeColorMenuItem

revertButton

javax.swing.JButton revertButton

saveButton

javax.swing.JButton saveButton

nominalColorListModel

javax.swing.DefaultListModel nominalColorListModel

gradientStartColorComboBoxModel

javax.swing.DefaultComboBoxModel gradientStartColorComboBoxModel

gradientEndColorComboBoxModel

javax.swing.DefaultComboBoxModel gradientEndColorComboBoxModel

colorSchemeComboBoxModel

javax.swing.DefaultComboBoxModel colorSchemeComboBoxModel

gradientEndColorComboBox

javax.swing.JComboBox gradientEndColorComboBox

gradientStartColorComboBox

javax.swing.JComboBox gradientStartColorComboBox

preview

com.rapidminer.gui.new_plotter.gui.ColorSchemeDialog.GradientPreview preview

preferredGradientComboBoxSize

java.awt.Dimension preferredGradientComboBoxSize

initialActiveColorSchemeName

java.lang.String initialActiveColorSchemeName

initialColorSchemes

java.util.Map<K,V> initialColorSchemes

currentActiveColorSchemeName

java.lang.String currentActiveColorSchemeName

currentColorSchemes

java.util.Map<K,V> currentColorSchemes

gradientPlotConfig

PlotConfiguration gradientPlotConfig

nominalPlotConfig

PlotConfiguration nominalPlotConfig

adaptingModels

boolean adaptingModels

renameSchemeButton

javax.swing.JButton renameSchemeButton

gradientPreviewPanel

org.jfree.chart.ChartPanel gradientPreviewPanel

nominalPlotter

JFreeChartPlotEngine nominalPlotter

gradientPlotter

JFreeChartPlotEngine gradientPlotter

nominalPreviewPanel

org.jfree.chart.ChartPanel nominalPreviewPanel

plotConfig

PlotConfiguration plotConfig

initializing

boolean initializing

moveUpColorMenuItem

javax.swing.JMenuItem moveUpColorMenuItem

moveDownColorMenuItem

javax.swing.JMenuItem moveDownColorMenuItem

Class com.rapidminer.gui.new_plotter.gui.DimensionConfigPanel extends AbstractConfigurationPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

dimension

DimensionConfig.PlotDimension dimension

dimensionLabelLabel

ResourceLabel dimensionLabelLabel

dimensionLabelTextField

javax.swing.JTextField dimensionLabelTextField

automateLabelCheckBox

javax.swing.JCheckBox automateLabelCheckBox

dateFormatLabel

ResourceLabel dateFormatLabel

dateFormatTextField

javax.swing.JTextField dateFormatTextField

useDefaultDateFormatCheckBox

javax.swing.JCheckBox useDefaultDateFormatCheckBox

logarithmicCheckBox

javax.swing.JCheckBox logarithmicCheckBox

upperBoundLabel

javax.swing.JLabel upperBoundLabel

upperBoundSpinner

javax.swing.JSpinner upperBoundSpinner

lowerBoundLabel

javax.swing.JLabel lowerBoundLabel

lowerBoundSpinner

javax.swing.JSpinner lowerBoundSpinner

logarithmicLabel

javax.swing.JLabel logarithmicLabel

groupingLabel

javax.swing.JLabel groupingLabel

groupingComboBox

javax.swing.JComboBox groupingComboBox

groupingConfigButton

javax.swing.JToggleButton groupingConfigButton

groupingConfigurationPanel

GroupingConfigurationPanel groupingConfigurationPanel

lowerBoundCheckBox

javax.swing.JCheckBox lowerBoundCheckBox

upperBoundCheckBox

javax.swing.JCheckBox upperBoundCheckBox

sortingLabel

javax.swing.JLabel sortingLabel

sortedCheckBox

javax.swing.AbstractButton sortedCheckBox

Class com.rapidminer.gui.new_plotter.gui.FontDialog extends ButtonDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

font

java.awt.Font font

returnStatus

int returnStatus

mainPanel

javax.swing.JPanel mainPanel

fontPanel

javax.swing.JPanel fontPanel

fontLabel

javax.swing.JLabel fontLabel

styleLabel

javax.swing.JLabel styleLabel

sizeLabel

javax.swing.JLabel sizeLabel

fontList

javax.swing.JList fontList

fontScrollPane

javax.swing.JScrollPane fontScrollPane

styleList

javax.swing.JList styleList

styleScrollPane

javax.swing.JScrollPane styleScrollPane

sizeList

javax.swing.JList sizeList

sizeScrollPane

javax.swing.JScrollPane sizeScrollPane

previewPanel

javax.swing.JPanel previewPanel

previewLabel

javax.swing.JLabel previewLabel

Class com.rapidminer.gui.new_plotter.gui.GlobalConfigurationPanel extends AbstractConfigurationPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

titleTextField

javax.swing.JTextField titleTextField

plotOrientationComboBox

javax.swing.JComboBox plotOrientationComboBox

fontSize

int fontSize

titleConfigButton

javax.swing.JToggleButton titleConfigButton

axisConfigurationContainer

AxisConfigurationContainer axisConfigurationContainer

legendConfigContainer

LegendConfigurationPanel legendConfigContainer

plotBackgroundColorChooserButton

javax.swing.JButton plotBackgroundColorChooserButton

frameBackgroundColorChooserButton

javax.swing.JButton frameBackgroundColorChooserButton

plotBackGroundColorLabel

javax.swing.JLabel plotBackGroundColorLabel

frameBackGroundColorLabel

javax.swing.JLabel frameBackGroundColorLabel

colorsSchemesComboBoxModel

javax.swing.DefaultComboBoxModel colorsSchemesComboBoxModel

colorSchemesComboBox

javax.swing.JComboBox colorSchemesComboBox

chartTitleConfigurationContainer

ChartTitleConfigurationContainer chartTitleConfigurationContainer

Class com.rapidminer.gui.new_plotter.gui.GroupingConfigurationPanel extends AbstractConfigurationPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

groupingTypeToCardMap

java.util.Map<K,V> groupingTypeToCardMap

dimension

DimensionConfig.PlotDimension dimension

Class com.rapidminer.gui.new_plotter.gui.LegendConfigurationPanel extends AbstractConfigurationPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

fontSize

int fontSize

legendPositionComboBox

javax.swing.JComboBox legendPositionComboBox

legendFontLabel

ResourceLabel legendFontLabel

showDimensionTypeLabel

ResourceLabel showDimensionTypeLabel

showDimensionTypeCheckBox

javax.swing.JCheckBox showDimensionTypeCheckBox

legendFontChooserButton

javax.swing.JButton legendFontChooserButton

legendBackGroundColorLabel

ResourceLabel legendBackGroundColorLabel

legendBackgroundColorChooserButton

javax.swing.JButton legendBackgroundColorChooserButton

legendFrameColorLabel

ResourceLabel legendFrameColorLabel

legendFrameColorChooserButton

javax.swing.JButton legendFrameColorChooserButton

showLegendFrameLabel

ResourceLabel showLegendFrameLabel

showLegendFrameCheckBox

javax.swing.JCheckBox showLegendFrameCheckBox

legendFontColorLabel

ResourceLabel legendFontColorLabel

legendFontColorChooserButton

javax.swing.JButton legendFontColorChooserButton

Class com.rapidminer.gui.new_plotter.gui.LineChartConfigurationPanel extends AbstractTreeSelectionDependentPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

itemShapeLabel

javax.swing.JLabel itemShapeLabel

itemShapeComboBox

javax.swing.JComboBox itemShapeComboBox

itemColorLabel

javax.swing.JLabel itemColorLabel

itemColorButton

javax.swing.JButton itemColorButton

opacityLabel

javax.swing.JLabel opacityLabel

opacitySlider

javax.swing.JSlider opacitySlider

lineStyleLabel

javax.swing.JLabel lineStyleLabel

lineStyleComboBox

javax.swing.JComboBox lineStyleComboBox

lineWidthLabel

javax.swing.JLabel lineWidthLabel

lineWidthSpinner

javax.swing.JSpinner lineWidthSpinner

itemFillLabel

javax.swing.JLabel itemFillLabel

itemFillComboBox

javax.swing.JComboBox itemFillComboBox

itemSizeLabel

javax.swing.JLabel itemSizeLabel

itemSizeSpinner

javax.swing.JSpinner itemSizeSpinner

Class com.rapidminer.gui.new_plotter.gui.PlotConfigurationTree extends javax.swing.JTree implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.new_plotter.gui.PlotConfigurationTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

serialVersionUID: 1L

Serialized Fields

plotConfigTree

PlotConfigurationTree plotConfigTree

plotConfig

PlotConfiguration plotConfig

Class com.rapidminer.gui.new_plotter.gui.RangeAxisConfigPanel extends AbstractConfigurationPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

selectedRangeAxisConfig

RangeAxisConfig selectedRangeAxisConfig

rangeAxisLabelTextfield

javax.swing.JTextField rangeAxisLabelTextfield

automateLabelCheckBox

javax.swing.JToggleButton automateLabelCheckBox

rangeAxisLabelLabel

javax.swing.JLabel rangeAxisLabelLabel

logarithmicCheckBox

javax.swing.JCheckBox logarithmicCheckBox

logarithmicLabel

javax.swing.JLabel logarithmicLabel

lowerBoundLabel

javax.swing.JLabel lowerBoundLabel

lowerBoundCheckBox

javax.swing.JCheckBox lowerBoundCheckBox

lowerBoundSpinner

javax.swing.JSpinner lowerBoundSpinner

upperBoundLabel

javax.swing.JLabel upperBoundLabel

upperBoundCheckBox

javax.swing.JCheckBox upperBoundCheckBox

upperBoundSpinner

javax.swing.JSpinner upperBoundSpinner

Class com.rapidminer.gui.new_plotter.gui.SeriesFormatConfigurationPanel extends AbstractTreeSelectionDependentPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

AREA_BAR

java.lang.String AREA_BAR

LINES

java.lang.String LINES

lineChartPanel

LineChartConfigurationPanel lineChartPanel

areaAndBarChartPanel

AreaAndBarChartConfigurationPanel areaAndBarChartPanel

Class com.rapidminer.gui.new_plotter.gui.ValueSourceConfigurationPanel extends AbstractTreeSelectionDependentPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

seriesTypeLabel

javax.swing.JLabel seriesTypeLabel

seriesTypeComboBox

javax.swing.JComboBox seriesTypeComboBox

formatLabel

ResourceLabel formatLabel

formatConfigureButton

javax.swing.JToggleButton formatConfigureButton

aggregationLabel

javax.swing.JLabel aggregationLabel

aggregationComboBox

javax.swing.JComboBox aggregationComboBox

windowingLabel

javax.swing.JLabel windowingLabel

windowingButton

javax.swing.JToggleButton windowingButton

utilityIndicatorLabel

javax.swing.JLabel utilityIndicatorLabel

utilityIndicatorComboBox

javax.swing.JComboBox utilityIndicatorComboBox

relativeIndicatorCheckBox

javax.swing.JCheckBox relativeIndicatorCheckBox

firstUtilityAttributeLabel

javax.swing.JLabel firstUtilityAttributeLabel

firstUtilityAggregationComboBox

javax.swing.JComboBox firstUtilityAggregationComboBox

firstUtilityTextField

javax.swing.JTextField firstUtilityTextField

secondUtilityAttributeLabel

javax.swing.JLabel secondUtilityAttributeLabel

secondUtilityTextField

javax.swing.JTextField secondUtilityTextField

secondUtilityAggregationComboBox

javax.swing.JComboBox secondUtilityAggregationComboBox

firstUtilityRemoveAttributeButton

javax.swing.JButton firstUtilityRemoveAttributeButton

secondUtilityRemoveAttributeButton

javax.swing.JButton secondUtilityRemoveAttributeButton

seriesTypeConfigurationPanel

SeriesFormatConfigurationPanel seriesTypeConfigurationPanel

windowConfigurationPanel

WindowingConfigurationContainer windowConfigurationPanel

aggregationComboBoxModel

javax.swing.DefaultComboBoxModel aggregationComboBoxModel

configureGroupingButton

ExtendedHTMLJEditorPane configureGroupingButton

plotConfigurationTree

javax.swing.JTree plotConfigurationTree

valueSourceLabelLabel

javax.swing.JLabel valueSourceLabelLabel

valueSourceLabelTextfield

javax.swing.JTextField valueSourceLabelTextfield

automateLabelCheckBox

javax.swing.JCheckBox automateLabelCheckBox

Class com.rapidminer.gui.new_plotter.gui.WindowingConfigurationContainer extends AbstractTreeSelectionDependentPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

grabLeftLabel

javax.swing.JLabel grabLeftLabel

grabLeftSpinner

javax.swing.JSpinner grabLeftSpinner

grabRightLabel

javax.swing.JLabel grabRightLabel

grabRightSpinner

javax.swing.JSpinner grabRightSpinner

includeIncompleteGroupsLabel

javax.swing.JLabel includeIncompleteGroupsLabel

includeIncompleteGroupsCheckBox

javax.swing.JCheckBox includeIncompleteGroupsCheckBox

Package com.rapidminer.gui.new_plotter.gui.cellrenderer

Class com.rapidminer.gui.new_plotter.gui.cellrenderer.PlotConfigurationTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

TREE_FONT

java.awt.Font TREE_FONT

SELECTED_COLOR

java.awt.Color SELECTED_COLOR

NON_SELECTED_COLOR

java.awt.Color NON_SELECTED_COLOR

TEXT_SELECTED_COLOR

java.awt.Color TEXT_SELECTED_COLOR

TEXT_NON_SELECTED_COLOR

java.awt.Color TEXT_NON_SELECTED_COLOR

BORDER_SELECTION_COLOR

java.awt.Color BORDER_SELECTION_COLOR

ERROR_ICON

javax.swing.Icon ERROR_ICON

WARNING_ICON

javax.swing.Icon WARNING_ICON

focusBorder

javax.swing.border.Border focusBorder

nonFocusBorder

javax.swing.border.Border nonFocusBorder

dimensionAndRangeAxisRenderPanel

com.rapidminer.gui.new_plotter.gui.cellrenderer.PlotConfigurationTreeCellRenderer.DimensionAndRangeAxisTreeCellPanel dimensionAndRangeAxisRenderPanel

globalAndValueSourceRenderPanel

com.rapidminer.gui.new_plotter.gui.cellrenderer.PlotConfigurationTreeCellRenderer.GlobalAndValueSourceTreeCellPanel globalAndValueSourceRenderPanel

dragging

boolean dragging

Package com.rapidminer.gui.new_plotter.gui.dialog

Class com.rapidminer.gui.new_plotter.gui.dialog.AddParallelLineDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1932257219370926682L

Serialized Fields

okButton

javax.swing.JButton okButton
the ok JButton


cancelButton

javax.swing.JButton cancelButton
the cancel JButton


xField

javax.swing.JTextField xField
the JTextField for the x value


yField

javax.swing.JTextField yField
the JTextField for the y value


x

double x
the x value the user specified


y

double y
the y value the user specified


horizontalLineRadiobutton

javax.swing.JRadioButton horizontalLineRadiobutton
if selected, the line will be horizontal


verticalLineRadiobutton

javax.swing.JRadioButton verticalLineRadiobutton
if selected, the line will be vertical


rangeAxisSelectionCombobox

javax.swing.JComboBox rangeAxisSelectionCombobox
the JComboBox where the RangeAxisConfig will be selected if horizontal line is selected


modifyLineButton

javax.swing.JButton modifyLineButton
this button modifies the line


engine

JFreeChartPlotEngine engine
the current JFreeChartPlotEngine


plotConfig

PlotConfiguration plotConfig
the current PlotConfiguration


mousePosition

java.awt.Point mousePosition
the position of the mouse, determines preselected x/y values


dialog

EditParallelLineDialog dialog
the EditParallelLineDialog instance


line

AxisParallelLineConfiguration line
the current line to add

Class com.rapidminer.gui.new_plotter.gui.dialog.EditParallelLineDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1932257219370926682L

Serialized Fields

okButton

javax.swing.JButton okButton
the ok JButton


cancelButton

javax.swing.JButton cancelButton
the cancel JButton


valueField

javax.swing.JTextField valueField
the text field with the line value


widthField

javax.swing.JTextField widthField
the text field with the line width


lineColorButton

javax.swing.JButton lineColorButton
the line color button


lineStyleCombobox

javax.swing.JComboBox lineStyleCombobox
the combobox to chose the LineFormat.LineStyle


lineColor

java.awt.Color lineColor
the line color


line

AxisParallelLineConfiguration line
the AxisParallelLineConfiguration line to edit

Class com.rapidminer.gui.new_plotter.gui.dialog.ManageParallelLinesDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1932257219370926682L

Serialized Fields

okButton

javax.swing.JButton okButton
the ok JButton


cancelButton

javax.swing.JButton cancelButton
the cancel JButton


horizontalLineRadiobutton

javax.swing.JRadioButton horizontalLineRadiobutton
if selected, the line will be horizontal


verticalLineRadiobutton

javax.swing.JRadioButton verticalLineRadiobutton
if selected, the line will be vertical


rangeAxisSelectionCombobox

javax.swing.JComboBox rangeAxisSelectionCombobox
the JComboBox where the RangeAxisConfig will be selected if horizontal line is selected


linesList

javax.swing.JList linesList
the JList which displays the appropriate crosshair lines according to the user selections


deleteSelectedLinesButton

javax.swing.JButton deleteSelectedLinesButton
this button deletes the selected line(s)


modifySelectedLineButton

javax.swing.JButton modifySelectedLineButton
this button modifies the selected line


engine

JFreeChartPlotEngine engine
the current JFreeChartPlotEngine


plotConfig

PlotConfiguration plotConfig
the current PlotConfiguration


dialog

EditParallelLineDialog dialog
the EditParallelLineDialog instance

Class com.rapidminer.gui.new_plotter.gui.dialog.ManageZoomDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1932257219370926682L

Serialized Fields

okButton

javax.swing.JButton okButton
the ok JButton


cancelButton

javax.swing.JButton cancelButton
the cancel JButton


rangeAxisSelectionCombobox

javax.swing.JComboBox rangeAxisSelectionCombobox
the JComboBox where the RangeAxisConfig will be selected for y axis zoom/selection


domainRangeLowerBoundField

javax.swing.JTextField domainRangeLowerBoundField
the JTextField for the x value


domainRangeUpperBoundField

javax.swing.JTextField domainRangeUpperBoundField
the JTextField for the y value


valueRangeLowerBoundField

javax.swing.JTextField valueRangeLowerBoundField
the JTextField for the width value


valueRangeUpperBoundField

javax.swing.JTextField valueRangeUpperBoundField
the JTextField for the height value


domainRangeLowerBound

double domainRangeLowerBound
the domain axis range lower bound the user specified


domainRangeUpperBound

double domainRangeUpperBound
the domain axis upper bound the user specified


valueRangeLowerBound

double valueRangeLowerBound
the value axis lower bound the user specified


valueRangeUpperBound

double valueRangeUpperBound
the value axis upper bound the user specified


zoomRadiobutton

javax.swing.JRadioButton zoomRadiobutton
if selected, it will zoom


selectionRadiobutton

javax.swing.JRadioButton selectionRadiobutton
if selected, instead of zooming there will be a selection


engine

JFreeChartPlotEngine engine
the current JFreeChartPlotEngine


Package com.rapidminer.gui.new_plotter.gui.dnd

Class com.rapidminer.gui.new_plotter.gui.dnd.AbstractPatchedTransferHandler extends javax.swing.TransferHandler implements Serializable

serialVersionUID: 1L

Serialized Fields

HIDE_DELAY

int HIDE_DELAY

SHOW_DELAY

int SHOW_DELAY

tipWindow

javax.swing.Popup tipWindow

mouseX

int mouseX

mouseY

int mouseY

hideTimer

javax.swing.Timer hideTimer

showTimer

javax.swing.Timer showTimer

reason

java.lang.String reason

listeners

java.util.List<E> listeners

popupSource

javax.swing.JComponent popupSource

Class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnDropTextFieldTransferHandler extends AbstractPatchedTransferHandler implements Serializable

serialVersionUID: 1L

Serialized Fields

seriesUsageType

ValueSource.SeriesUsageType seriesUsageType

currentValueSource

ValueSource currentValueSource

aDTF

AttributeDropTextField aDTF

Class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnListTransferHandler extends AbstractPatchedTransferHandler implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.new_plotter.gui.dnd.PlotConfigurationTreeTransferHandler extends AbstractPatchedTransferHandler implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

javax.swing.JTree parent

Package com.rapidminer.gui.new_plotter.gui.groupingpanel

Class com.rapidminer.gui.new_plotter.gui.groupingpanel.AbstractGroupingCardPanel extends AbstractConfigurationPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

dimension

DimensionConfig.PlotDimension dimension

categoricalLabel

ResourceLabel categoricalLabel

categoricalCheckBox

javax.swing.JCheckBox categoricalCheckBox

Class com.rapidminer.gui.new_plotter.gui.groupingpanel.DistinctValueGroupingCardPanel extends AbstractGroupingCardPanel implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.new_plotter.gui.groupingpanel.EqualDataFractionCardPanel extends AbstractGroupingCardPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

binCountSpinner

javax.swing.JSpinner binCountSpinner

Class com.rapidminer.gui.new_plotter.gui.groupingpanel.EquidistantFixedBinCountCardPanel extends AbstractGroupingCardPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

autoRangeCheckBox

javax.swing.JCheckBox autoRangeCheckBox

upperBoundLabel

javax.swing.JLabel upperBoundLabel

upperBoundSpinner

javax.swing.JSpinner upperBoundSpinner

lowerBoundLabel

javax.swing.JLabel lowerBoundLabel

lowerBoundSpinner

javax.swing.JSpinner lowerBoundSpinner

binCountSpinner

javax.swing.JSpinner binCountSpinner

changingAutoRange

boolean changingAutoRange

Package com.rapidminer.gui.new_plotter.gui.popup

Class com.rapidminer.gui.new_plotter.gui.popup.PopupAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Serialized Fields

popupComponent

PopupPanel popupComponent

actionSource

java.awt.Component actionSource

popup

com.rapidminer.gui.new_plotter.gui.popup.PopupAction.ContainerPopupDialog popup

position

PopupAction.PopupPosition position

containingWindow

java.awt.Window containingWindow

hideTime

long hideTime

Class com.rapidminer.gui.new_plotter.gui.popup.PopupPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

listenerList

java.util.List<E> listenerList

containingWindow

java.awt.Window containingWindow

Package com.rapidminer.gui.new_plotter.gui.treenodes

Class com.rapidminer.gui.new_plotter.gui.treenodes.DimensionConfigTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

serialVersionUID: 1L

Serialized Fields

dimension

DimensionConfig.PlotDimension dimension

Class com.rapidminer.gui.new_plotter.gui.treenodes.PlotConfigurationTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.new_plotter.gui.treenodes.RangeAxisConfigTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.new_plotter.gui.treenodes.ValueSourceTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

serialVersionUID: 1L


Package com.rapidminer.gui.new_plotter.templates.actions

Class com.rapidminer.gui.new_plotter.templates.actions.ExportImageAction extends ResourceAction implements Serializable

serialVersionUID: -2226200404990114956L

Serialized Fields

template

PlotterTemplate template
the PlotterTemplate for this action

Class com.rapidminer.gui.new_plotter.templates.actions.ExportImageAction.DimensionDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1932257219370926682L

Serialized Fields

okButton

javax.swing.JButton okButton
the ok JButton


cancelButton

javax.swing.JButton cancelButton
the cancel JButton


width

int width
the width the user specified


height

int height
the height the user specified


returnVal

int returnVal
the value indicating whether the user pressed ok or cancel


MIN_WIDTH

int MIN_WIDTH
min width the user can input


MAX_WIDTH

int MAX_WIDTH
max width the user can input


MIN_HEIGHT

int MIN_HEIGHT
min height the user can input


MAX_HEIGHT

int MAX_HEIGHT
max height the user can input


Package com.rapidminer.gui.new_plotter.templates.gui

Class com.rapidminer.gui.new_plotter.templates.gui.HistogrammTemplatePanel extends PlotterTemplatePanel implements Serializable

serialVersionUID: -3325519427272856192L

Serialized Fields

histogramTemplate

HistogramTemplate histogramTemplate
the HistogramTemplate for this panel


plotList

javax.swing.JList plotList
list for selecting the plot column(s)


updatePlotListSelectionListener

javax.swing.event.ListSelectionListener updatePlotListSelectionListener
the plot list selection listener


absoluteValuesCheckBox

javax.swing.JCheckBox absoluteValuesCheckBox
checkbox for absolute values


columnLogCheckBox

javax.swing.JCheckBox columnLogCheckBox
checkbox for selecting log scale


binsSlider

javax.swing.JSlider binsSlider
slider to control the number of bins


opaqueSlider

javax.swing.JSlider opaqueSlider
slider to control the opaqueness

Class com.rapidminer.gui.new_plotter.templates.gui.PlotterTemplatePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -7451641816924895335L

Serialized Fields

errorIndicatorLabel

javax.swing.JLabel errorIndicatorLabel
this label indicates a chart config error


listener

MasterOfDesasterListener listener
the MasterOfDesasterListener


currentPlotInstance

PlotInstance currentPlotInstance
the current PlotInstance

Class com.rapidminer.gui.new_plotter.templates.gui.ScatterTemplatePanel extends PlotterTemplatePanel implements Serializable

serialVersionUID: -9129694544029851477L

Serialized Fields

scatterTemplate

ScatterTemplate scatterTemplate
the ScatterTemplate for this panel


xAxisComboBox

javax.swing.JComboBox xAxisComboBox
for selecting the x-axis attribute


yAxisComboBox

javax.swing.JComboBox yAxisComboBox
for selecting the y-axis attribute


colorComboBox

javax.swing.JComboBox colorComboBox
for selecting the color attribute


xAxisLogCheckBox

javax.swing.JCheckBox xAxisLogCheckBox
checkbox for selecting log scale x-axis


yAxisLogCheckBox

javax.swing.JCheckBox yAxisLogCheckBox
checkbox for selecting log scale y-axis


colorLogCheckBox

javax.swing.JCheckBox colorLogCheckBox
checkbox for selecting log scale color


jitterSlider

javax.swing.JSlider jitterSlider
slider to control the jitter

Class com.rapidminer.gui.new_plotter.templates.gui.SeriesMultipleTemplatePanel extends PlotterTemplatePanel implements Serializable

serialVersionUID: 3323683295101392787L

Serialized Fields

seriesMultipleTemplate

SeriesMultipleTemplate seriesMultipleTemplate
the SeriesMultipleTemplate for this panel


indexDimensionComboBox

javax.swing.JComboBox indexDimensionComboBox
for selecting the color attribute


plotSeriesList

javax.swing.JList plotSeriesList
list for selecting the plot column(s)


updatePlotListSelectionListener

javax.swing.event.ListSelectionListener updatePlotListSelectionListener
the plot list selection listener

Class com.rapidminer.gui.new_plotter.templates.gui.SeriesTemplatePanel extends PlotterTemplatePanel implements Serializable

serialVersionUID: -4999581517852957478L

Serialized Fields

seriesTemplate

SeriesTemplate seriesTemplate
the SeriesTemplate for this panel


lowerBoundComboBox

javax.swing.JComboBox lowerBoundComboBox
for selecting the x-axis attribute


upperBoundComboBox

javax.swing.JComboBox upperBoundComboBox
for selecting the y-axis attribute


indexDimensionComboBox

javax.swing.JComboBox indexDimensionComboBox
for selecting the color attribute


plotSeriesList

javax.swing.JList plotSeriesList
list for selecting the plot column(s)


useRelativeUtilitiesCheckBox

javax.swing.JCheckBox useRelativeUtilitiesCheckBox
the checkbox indicating whether to use relative utilities or not


updatePlotListSelectionListener

javax.swing.event.ListSelectionListener updatePlotListSelectionListener
the plot list selection listener


Package com.rapidminer.gui.new_plotter.templates.style

Class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProviderGUI extends javax.swing.JPanel implements Serializable

serialVersionUID: -6394913829696833045L

Serialized Fields

stylePanel

javax.swing.JPanel stylePanel
the panel containing all style settings GUI elements


descriptionLabel

javax.swing.JLabel descriptionLabel
the label with the style provider description text


titleField

javax.swing.JTextField titleField
the field to input a chart title


axesFontButton

javax.swing.JButton axesFontButton
the axes font change button


legendFontButton

javax.swing.JButton legendFontButton
the legend font change button


titleFontButton

javax.swing.JButton titleFontButton
the title font change button


plotBackgroundColorButton

javax.swing.JButton plotBackgroundColorButton
the plot background color button


frameBackgroundColorButton

javax.swing.JButton frameBackgroundColorButton
the frame background color button


colorSchemeComboBox

javax.swing.JComboBox colorSchemeComboBox
the combo box containing the color schemes


showLegendCheckBox

javax.swing.JCheckBox showLegendCheckBox
the checkbox defining whether to show or hide the legend


Package com.rapidminer.gui.operatormenu

Class com.rapidminer.gui.operatormenu.NewOperatorMenu extends OperatorMenu implements Serializable

serialVersionUID: 7654028997343227244L

Class com.rapidminer.gui.operatormenu.OperatorGroupMenu extends ResourceMenu implements Serializable

serialVersionUID: -2163282611857073088L

Serialized Fields

openFolderIcon

javax.swing.Icon openFolderIcon

closedFolderIcon

javax.swing.Icon closedFolderIcon

Class com.rapidminer.gui.operatormenu.OperatorMenu extends ResourceMenu implements Serializable

serialVersionUID: 2685621612717488446L

Serialized Fields

onlySubprocesses

boolean onlySubprocesses

Class com.rapidminer.gui.operatormenu.ReplaceOperatorMenu extends OperatorMenu implements Serializable

serialVersionUID: -663404687013352042L


Package com.rapidminer.gui.operatortree

Class com.rapidminer.gui.operatortree.OperatorTree extends javax.swing.JTree implements Serializable

serialVersionUID: -6934683725946634563L

Serialized Fields

RENAME_OPERATOR_ACTION

javax.swing.Action RENAME_OPERATOR_ACTION

TOGGLE_SHOW_DISABLED

ToggleShowDisabledItem TOGGLE_SHOW_DISABLED

mainFrame

MainFrame mainFrame
The main frame. Used for conditional action updates and property table settings.


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.


transferHandler

OperatorTreeTransferHandler transferHandler

Class com.rapidminer.gui.operatortree.OperatorTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

serialVersionUID: -8256080174651447518L

Serialized Fields

operatorPanel

com.rapidminer.gui.operatortree.OperatorTreeCellRenderer.OperatorPanel operatorPanel

Class com.rapidminer.gui.operatortree.OperatorTreePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -6121229143892782298L

Serialized Fields

operatorTree

OperatorTree operatorTree

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

component

java.awt.Component component

Class com.rapidminer.gui.operatortree.ProcessTree extends javax.swing.JTree implements Serializable

serialVersionUID: -1015256958117451381L


Package com.rapidminer.gui.operatortree.actions

Class com.rapidminer.gui.operatortree.actions.CollapseAllAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 2519349470205863858L

Serialized Fields

operatorTree

OperatorTree operatorTree

Class com.rapidminer.gui.operatortree.actions.CutCopyPasteAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Serialized Fields

focusOwner

javax.swing.JComponent focusOwner

Class com.rapidminer.gui.operatortree.actions.DeleteOperatorAction extends ResourceAction implements Serializable

serialVersionUID: -3681027479511760566L

Serialized Fields

actions

Actions actions

Class com.rapidminer.gui.operatortree.actions.ExpandAllAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -1779888083256884608L

Serialized Fields

operatorTree

OperatorTree operatorTree

Class com.rapidminer.gui.operatortree.actions.InfoOperatorAction extends ResourceAction implements Serializable

serialVersionUID: 1764142570608930118L

Class com.rapidminer.gui.operatortree.actions.LockTreeStructureAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

operatorTree

OperatorTree operatorTree

iconSize

IconSize iconSize

Class com.rapidminer.gui.operatortree.actions.RenameOperatorAction extends ConditionalAction implements Serializable

serialVersionUID: -7839680821600037532L

Serialized Fields

operatorTree

OperatorTree operatorTree

Class com.rapidminer.gui.operatortree.actions.SaveBuildingBlockAction extends ResourceAction implements Serializable

serialVersionUID: 2238740826770976483L

Serialized Fields

actions

Actions actions

Class com.rapidminer.gui.operatortree.actions.ToggleActivationItem extends ToggleAction implements Serializable

serialVersionUID: -7020868989225535479L

Serialized Fields

actions

Actions actions

Class com.rapidminer.gui.operatortree.actions.ToggleAllBreakpointsItem extends ToggleAction implements Serializable

serialVersionUID: 1727841552148351670L

Serialized Fields

actions

Actions actions

Class com.rapidminer.gui.operatortree.actions.ToggleBreakpointItem extends ToggleAction implements Serializable

serialVersionUID: 1727841552148351670L

Serialized Fields

actions

Actions actions

position

int position

Class com.rapidminer.gui.operatortree.actions.ToggleShowDisabledItem extends javax.swing.JCheckBoxMenuItem implements Serializable

serialVersionUID: 570766967933245379L

Serialized Fields

operatorTree

OperatorTree operatorTree

Package com.rapidminer.gui.plotter

Class com.rapidminer.gui.plotter.AndrewsCurves extends PlotterAdapter implements Serializable

serialVersionUID: -471636460650394557L

Serialized Fields

lines

java.util.List<E> lines

minY

double minY

maxY

double maxY

colorColumn

int colorColumn

minColor

double minColor

maxColor

double maxColor

Class com.rapidminer.gui.plotter.BoundDiagram extends PlotterAdapter implements Serializable

serialVersionUID: 3155061651939372589L

Serialized Fields

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

Class com.rapidminer.gui.plotter.ColorQuartileMatrixPlotter extends PlotterAdapter implements Serializable

serialVersionUID: -3049267947471497204L

Serialized Fields

plotters

ColorQuartilePlotter[] plotters

plotterSize

int plotterSize

colorIndex

int colorIndex

maxWeight

double maxWeight

Class com.rapidminer.gui.plotter.ColorQuartilePlotter extends PlotterAdapter implements Serializable

serialVersionUID: -5115095967846809152L

Serialized Fields

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

Class com.rapidminer.gui.plotter.DensityPlotter extends PlotterAdapter implements Serializable

serialVersionUID: -3723769116082161327L

Serialized Fields

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

Class com.rapidminer.gui.plotter.GridVizPlotter extends RadVizPlotter implements Serializable

serialVersionUID: 9178351977037267613L

Class com.rapidminer.gui.plotter.HintonDiagram extends PlotterAdapter implements Serializable

serialVersionUID: -1299407916734619185L

Serialized Fields

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

Class com.rapidminer.gui.plotter.LabelRotatingPlotterAdapter extends PlotterAdapter implements Serializable

serialVersionUID: -8622638833472714672L

Serialized Fields

rotateLabels

ListeningJCheckBox rotateLabels

rotateLabelsFlag

boolean rotateLabelsFlag

Class com.rapidminer.gui.plotter.LocalNormalizationPlotterAdapter extends LabelRotatingPlotterAdapter implements Serializable

serialVersionUID: -232182954939212825L

Serialized Fields

localNormalizationBox

ListeningJCheckBox localNormalizationBox

isLocalNormalized

boolean isLocalNormalized

Class com.rapidminer.gui.plotter.ParallelPlotter extends PlotterAdapter implements Serializable

serialVersionUID: -175572158812122874L

Serialized Fields

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.

Class com.rapidminer.gui.plotter.PlotterAdapter extends javax.swing.JPanel implements Serializable

serialVersionUID: -8994113034200480325L

Serialized Fields

settings

PlotterConfigurationModel settings

Class com.rapidminer.gui.plotter.PlotterControlPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

plotterSettings

PlotterConfigurationModel plotterSettings

plotterCombo

javax.swing.JComboBox plotterCombo
The plotter selection combo box.


changeListenerElements

java.util.List<E> changeListenerElements

Class com.rapidminer.gui.plotter.PlotterLegend extends javax.swing.JComponent implements Serializable

serialVersionUID: -4737111168245916491L

Serialized Fields

adapter

PlotterAdapter adapter

legendColumn

int legendColumn

Class com.rapidminer.gui.plotter.PlotterPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -8724351470349745191L

Serialized Fields

mainPanel

javax.swing.JPanel mainPanel
The main panel containing the axes selection panel and the actual plotter component.


controlPanel

PlotterControlPanel controlPanel

oldPlotterComponent

java.awt.Component oldPlotterComponent

settings

PlotterConfigurationModel settings

Class com.rapidminer.gui.plotter.PlotterPanel.LineStyleCellRenderer extends javax.swing.JLabel implements Serializable

serialVersionUID: -7039142638209143602L

Serialized Fields

plotter

Plotter plotter

Class com.rapidminer.gui.plotter.QuartilePlotter extends ColorQuartilePlotter implements Serializable

serialVersionUID: -5115095967846809152L

Serialized Fields

columns

boolean[] columns

Class com.rapidminer.gui.plotter.RadVizPlotter extends PlotterAdapter implements Serializable

serialVersionUID: 199188198448229742L

Serialized Fields

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.

Class com.rapidminer.gui.plotter.RangeablePlotterAdapter extends LabelRotatingPlotterAdapter implements Serializable

serialVersionUID: 1L

Serialized Fields

nameRangeMap

java.util.Map<K,V> nameRangeMap

dataTable

DataTable dataTable

coordinateTransformation

CoordinateTransformation coordinateTransformation

panel

AbstractChartPanel panel

plotterSelectionListener

java.util.List<E> plotterSelectionListener

Class com.rapidminer.gui.plotter.ScatterMatrixPlotter extends PlotterAdapter implements Serializable

serialVersionUID: 9049081889010883621L

Serialized Fields

plotter

ScatterPlotter plotter

images

java.awt.image.BufferedImage[][] images

plotDimension

int plotDimension

plotterSize

int plotterSize

progressBar

javax.swing.JProgressBar progressBar

stopUpdates

boolean stopUpdates

Class com.rapidminer.gui.plotter.ScatterPlotter extends PlotterAdapter implements Serializable

serialVersionUID: -6640810053422867017L

Serialized Fields

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.

Class com.rapidminer.gui.plotter.SimplePlotterDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 3024071214549165747L

Serialized Fields

plotter

ScatterPlotter plotter

visualizers

java.util.List<E> visualizers

createOtherPlottersButton

javax.swing.JButton createOtherPlottersButton

Class com.rapidminer.gui.plotter.SimplePlotterPanelDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -3618058787783237559L

Class com.rapidminer.gui.plotter.SurveyPlotter extends PlotterAdapter implements Serializable

serialVersionUID: -4510716260204035289L

Serialized Fields

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

Class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter extends RangeablePlotterAdapter implements Serializable

serialVersionUID: 4568273282283350833L

Serialized Fields

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

Class com.rapidminer.gui.plotter.charts.AbstractChartPanel extends org.jfree.chart.ChartPanel implements Serializable

serialVersionUID: 6046366297214274674L

Serialized Fields

chart

org.jfree.chart.JFreeChart chart
The chart that is displayed in the panel.


minimumDrawWidth

int minimumDrawWidth
The minimum width for drawing a chart (uses scaling for smaller widths).


minimumDrawHeight

int minimumDrawHeight
The minimum height for drawing a chart (uses scaling for smaller heights).


maximumDrawWidth

int maximumDrawWidth
The maximum width for drawing a chart (uses scaling for bigger widths).


maximumDrawHeight

int maximumDrawHeight
The maximum height for drawing a chart (uses scaling for bigger heights).


popup

javax.swing.JPopupMenu popup
The popup menu for the frame.


info

org.jfree.chart.ChartRenderingInfo info
The drawing info collected the last time the chart was drawn.


anchor

java.awt.geom.Point2D anchor
The chart anchor point.


scaleX

double scaleX
The scale factor used to draw the chart.


scaleY

double scaleY
The scale factor used to draw the chart.


orientation

org.jfree.chart.plot.PlotOrientation orientation
The plot orientation.


domainZoomable

boolean domainZoomable
A flag that controls whether or not domain zooming is enabled.


rangeZoomable

boolean rangeZoomable
A flag that controls whether or not range zooming is enabled.


zoomPoint

java.awt.geom.Point2D zoomPoint
The zoom rectangle starting point (selected by the user with a mouse click). This is a point on the screen, not the chart (which may have been scaled up or down to fit the panel).


fillSelectionRectangle

boolean fillSelectionRectangle
Controls if the zoom rectangle is drawn as an outline or filled.


zoomTriggerDistance

int zoomTriggerDistance
The minimum distance required to drag the mouse to trigger a zoom.


horizontalAxisTrace

boolean horizontalAxisTrace
A flag that controls whether or not horizontal tracing is enabled.


verticalAxisTrace

boolean verticalAxisTrace
A flag that controls whether or not vertical tracing is enabled.


zoomInBothMenuItem

javax.swing.JMenuItem zoomInBothMenuItem
Menu item for zooming in on a chart (both axes).


zoomInDomainMenuItem

javax.swing.JMenuItem zoomInDomainMenuItem
Menu item for zooming in on a chart (domain axis).


zoomInRangeMenuItem

javax.swing.JMenuItem zoomInRangeMenuItem
Menu item for zooming in on a chart (range axis).


zoomOutBothMenuItem

javax.swing.JMenuItem zoomOutBothMenuItem
Menu item for zooming out on a chart.


zoomOutDomainMenuItem

javax.swing.JMenuItem zoomOutDomainMenuItem
Menu item for zooming out on a chart (domain axis).


zoomOutRangeMenuItem

javax.swing.JMenuItem zoomOutRangeMenuItem
Menu item for zooming out on a chart (range axis).


zoomResetBothMenuItem

javax.swing.JMenuItem zoomResetBothMenuItem
Menu item for resetting the zoom (both axes).


zoomResetDomainMenuItem

javax.swing.JMenuItem zoomResetDomainMenuItem
Menu item for resetting the zoom (domain axis only).


zoomResetRangeMenuItem

javax.swing.JMenuItem zoomResetRangeMenuItem
Menu item for resetting the zoom (range axis only).


defaultDirectoryForSaveAs

java.io.File defaultDirectoryForSaveAs
The default directory for saving charts to file.

Since:
1.0.7

enforceFileExtensions

boolean enforceFileExtensions
A flag that controls whether or not file extensions are enforced.


ownToolTipDelaysActive

boolean ownToolTipDelaysActive
A flag that indicates if original tooltip delays are changed.


originalToolTipInitialDelay

int originalToolTipInitialDelay
Original initial tooltip delay of ToolTipManager.sharedInstance().


originalToolTipReshowDelay

int originalToolTipReshowDelay
Original reshow tooltip delay of ToolTipManager.sharedInstance().


originalToolTipDismissDelay

int originalToolTipDismissDelay
Original dismiss tooltip delay of ToolTipManager.sharedInstance().


ownToolTipInitialDelay

int ownToolTipInitialDelay
Own initial tooltip delay to be used in this chart panel.


ownToolTipReshowDelay

int ownToolTipReshowDelay
Own reshow tooltip delay to be used in this chart panel.


ownToolTipDismissDelay

int ownToolTipDismissDelay
Own dismiss tooltip delay to be used in this chart panel.


zoomInFactor

double zoomInFactor
The factor used to zoom in on an axis range.


zoomOutFactor

double zoomOutFactor
The factor used to zoom out on an axis range.


zoomAroundAnchor

boolean zoomAroundAnchor
A flag that controls whether zoom operations are centred on the current anchor point, or the centre point of the relevant axis.

Since:
1.0.7

panW

double panW
Temporary storage for the width and height of the chart drawing area during panning.


panH

double panH
Temporary storage for the width and height of the chart drawing area during panning.


panLast

java.awt.Point panLast
The last mouse position during panning.


panMask

int panMask
The mask for mouse events to trigger panning.

Since:
1.0.13

overlays

java.util.List<E> overlays
A list of overlays for the panel.

Since:
1.0.13

selectionListeners

java.util.Collection<E> selectionListeners
The list of all selection listeners


mouseWheelHandler

java.lang.Object mouseWheelHandler
The mouse wheel handler. This will be an instance of MouseWheelHandler but we can't reference that class directly because it depends on JRE 1.4 and we still want to support JRE 1.3.1.

Class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter extends PlotterAdapter implements Serializable

serialVersionUID: 8750708105082707503L

Serialized Fields

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

ListeningJCheckBox useDistinct
Indicates if only distinct values should be used for aggregation functions.


aggregationFunction

ListeningJComboBox aggregationFunction
The used aggregation function.


absoluteFlag

boolean absoluteFlag
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.


explodingGroupListSelectionModel

ListeningListSelectionModel explodingGroupListSelectionModel

explodingSlider

ListeningJSlider explodingSlider
The slider for the amount of explosion.


explodingAmount

double explodingAmount
The currently selected amount of explosion.


selectedAggregationFunction

java.lang.String selectedAggregationFunction

useDistinctFlag

boolean useDistinctFlag

panel

org.jfree.chart.ChartPanel panel

Class com.rapidminer.gui.plotter.charts.BarChartPlotter extends LabelRotatingPlotterAdapter implements Serializable

serialVersionUID: 1208210421840512091L

Serialized Fields

dataTable

DataTable dataTable
The currently used data table object.


categoryDataSet

org.jfree.data.category.DefaultCategoryDataset categoryDataSet
The pie data set.


slidingCategoryDataSet

org.jfree.data.category.SlidingCategoryDataset slidingCategoryDataSet

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

ListeningJComboBox orientationType
The orientation of the bars.


useDistinct

ListeningJCheckBox useDistinct
Indicates if only distinct values should be used for aggregation functions.


aggregationFunction

ListeningJComboBox aggregationFunction
The used aggregation function.


absolute

boolean absolute
Indicates if absolute values should be used.


aggregationFunctionName

java.lang.String aggregationFunctionName

useDistinctFlag

boolean useDistinctFlag

orientationIndex

int orientationIndex

scrollablePlotterPanel

javax.swing.JPanel scrollablePlotterPanel

panel

org.jfree.chart.ChartPanel panel

viewScrollBar

javax.swing.JScrollBar viewScrollBar

showScrollbar

boolean showScrollbar

Class com.rapidminer.gui.plotter.charts.BlockChartPlotter extends Abstract2DChartPlotter implements Serializable

serialVersionUID: -5231467872475202473L

Class com.rapidminer.gui.plotter.charts.BubbleChartPlotter extends RangeablePlotterAdapter implements Serializable

serialVersionUID: 4568273282283350833L

Serialized Fields

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

Class com.rapidminer.gui.plotter.charts.ColorizedBarRenderer extends org.jfree.chart.renderer.category.BarRenderer implements Serializable

serialVersionUID: 5262078816286731693L

Serialized Fields

colorValues

double[] colorValues

minColor

double minColor

maxColor

double maxColor

colorProvider

ColorProvider colorProvider

Class com.rapidminer.gui.plotter.charts.ColorizedBubbleRenderer extends org.jfree.chart.renderer.xy.XYBubbleRenderer implements Serializable

serialVersionUID: 384459884477017759L

Serialized Fields

minColor

double minColor

maxColor

double maxColor

colors

double[] colors

colorProvider

ColorProvider colorProvider

Class com.rapidminer.gui.plotter.charts.ColorizedLineAndShapeRenderer extends org.jfree.chart.renderer.xy.XYLineAndShapeRenderer implements Serializable

serialVersionUID: 6884606136158793687L

Serialized Fields

colorValues

double[] colorValues

minColor

double minColor

maxColor

double maxColor

colorProvider

ColorProvider colorProvider

Class com.rapidminer.gui.plotter.charts.ColorizedShapeItemRenderer extends org.jfree.chart.renderer.xy.XYShapeRenderer implements Serializable

serialVersionUID: 1110895790394519633L

Serialized Fields

minColor

double minColor

maxColor

double maxColor

colorProvider

ColorProvider colorProvider

Class com.rapidminer.gui.plotter.charts.DeviationChartPlotter extends LocalNormalizationPlotterAdapter implements Serializable

serialVersionUID: -8763693366081949249L

Serialized Fields

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

panel

org.jfree.chart.ChartPanel panel

Class com.rapidminer.gui.plotter.charts.DistributionPlotter extends RangeablePlotterAdapter implements Serializable

serialVersionUID: 2923008541302883925L

Serialized Fields

plotColumn

int plotColumn

groupColumn

int groupColumn

createFromModel

boolean createFromModel

Class com.rapidminer.gui.plotter.charts.HistogramChart extends RangeablePlotterAdapter implements Serializable

serialVersionUID: 9140046811324105445L

Serialized Fields

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

logScaleBox

ListeningJCheckBox logScaleBox

binNumberSlider

ListeningJSlider binNumberSlider

opaquenessSlider

ListeningJSlider opaquenessSlider

Class com.rapidminer.gui.plotter.charts.HistogramColorChart extends HistogramChart implements Serializable

serialVersionUID: 9140046811324105445L

Serialized Fields

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.


absolute

boolean absolute

Class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter extends LabelRotatingPlotterAdapter implements Serializable

serialVersionUID: 4568273282283350833L

Serialized Fields

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

pointsAndLinesOptions

javax.swing.JButton pointsAndLinesOptions

showPoints

boolean[] showPoints

showLines

boolean[] showLines

Class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter extends RangeablePlotterAdapter implements Serializable

serialVersionUID: -8763693366081949249L

Serialized Fields

indexAxis

int indexAxis

columns

boolean[] columns
The column which is used for the values.

Class com.rapidminer.gui.plotter.charts.ParallelPlotter2 extends LocalNormalizationPlotterAdapter implements Serializable

serialVersionUID: -8763693366081949249L

Serialized Fields

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

colorMap

double[] colorMap

Class com.rapidminer.gui.plotter.charts.ParetoChartItemLabelGenerator extends org.jfree.chart.labels.AbstractCategoryItemLabelGenerator implements Serializable

serialVersionUID: 3475336746667135258L

Serialized Fields

itemLabels

java.util.Map<K,V> itemLabels

Class com.rapidminer.gui.plotter.charts.ParetoChartPlotter extends LabelRotatingPlotterAdapter implements Serializable

serialVersionUID: -8763693366081949249L

Serialized Fields

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.


countValue

java.lang.String countValue

countValueIndex

int countValueIndex

showBarLabelsFlag

boolean showBarLabelsFlag

showCumulativeLabelsFlag

boolean showCumulativeLabelsFlag

sortingDirectionIndex

int sortingDirectionIndex

countValues

ListeningJComboBox countValues

sortingDirection

ListeningJComboBox sortingDirection

showCumulativeLabels

ListeningJCheckBox showCumulativeLabels

showBarLabels

ListeningJCheckBox showBarLabels

Class com.rapidminer.gui.plotter.charts.PieChart2DPlotter extends AbstractPieChartPlotter implements Serializable

serialVersionUID: 1354586635508052100L

Class com.rapidminer.gui.plotter.charts.PieChart3DPlotter extends AbstractPieChartPlotter implements Serializable

serialVersionUID: -2107283003284552898L

Class com.rapidminer.gui.plotter.charts.PointsAndLinesDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 0L

Serialized Fields

ok

boolean ok

model

javax.swing.table.DefaultTableModel model

Class com.rapidminer.gui.plotter.charts.RapidHistogramDataset extends org.jfree.data.statistics.HistogramDataset implements Serializable

serialVersionUID: 1144347275132559243L

Serialized Fields

isLog

boolean isLog

Class com.rapidminer.gui.plotter.charts.RingChartPlotter extends AbstractPieChartPlotter implements Serializable

serialVersionUID: 4950755498257276805L

Class com.rapidminer.gui.plotter.charts.ScatterPlotter2 extends Abstract2DChartPlotter implements Serializable

serialVersionUID: 6535057074946396896L

Class com.rapidminer.gui.plotter.charts.SeriesChartPlotter extends RangeablePlotterAdapter implements Serializable

serialVersionUID: -8763693366081949249L

Serialized Fields

limitField

javax.swing.JTextField limitField

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.


useLimit

boolean useLimit

limit

double limit

plotBounds

boolean plotBounds
Indicates if bounds are plotted.


boundsSeriesIndex

int boundsSeriesIndex

plotIndexToColumnIndexMap

java.util.List<E> plotIndexToColumnIndexMap

Class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter extends LabelRotatingPlotterAdapter implements Serializable

serialVersionUID: 1208210421840512091L

Serialized Fields

dataTable

DataTable dataTable
The currently used data table object.


categoryDataSet

org.jfree.data.category.DefaultCategoryDataset categoryDataSet
The pie data set.


slidingCategoryDataSet

org.jfree.data.category.SlidingCategoryDataset slidingCategoryDataSet

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.


stackGroupColumn

int stackGroupColumn

orientationType

ListeningJComboBox orientationType
The orientation of the bars.


useDistinct

ListeningJCheckBox useDistinct
Indicates if only distinct values should be used for aggregation functions.


aggregationFunction

ListeningJComboBox aggregationFunction
The used aggregation function.


absolute

boolean absolute
Indicates if absolute values should be used.


aggregationFunctionName

java.lang.String aggregationFunctionName

useDistinctFlag

boolean useDistinctFlag

orientationIndex

int orientationIndex

panel

org.jfree.chart.ChartPanel panel

viewScrollBar

javax.swing.JScrollBar viewScrollBar

Class com.rapidminer.gui.plotter.charts.WeightBasedSymbolAxis extends org.jfree.chart.axis.SymbolAxis implements Serializable

serialVersionUID: -2836199514919011137L

Serialized Fields

weights

double[] weights

maxWeight

double maxWeight

Package com.rapidminer.gui.plotter.mathplot

Class com.rapidminer.gui.plotter.mathplot.BoxPlot2D extends JMathPlotter2D implements Serializable

serialVersionUID: -3763239240861652777L

Class com.rapidminer.gui.plotter.mathplot.BoxPlot3D extends JMathPlotter3D implements Serializable

serialVersionUID: -7533259303423637127L

Class com.rapidminer.gui.plotter.mathplot.JMathPlotter extends PlotterAdapter implements Serializable

serialVersionUID: -7018389000051768349L

Serialized Fields

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.

Class com.rapidminer.gui.plotter.mathplot.JMathPlotter2D extends JMathPlotter implements Serializable

serialVersionUID: -2547520708373816637L

Class com.rapidminer.gui.plotter.mathplot.JMathPlotter3D extends JMathPlotter implements Serializable

serialVersionUID: -8695197842788069313L

Class com.rapidminer.gui.plotter.mathplot.ScatterPlot3D extends JMathPlotter3D implements Serializable

serialVersionUID: -3741835931346090326L

Class com.rapidminer.gui.plotter.mathplot.ScatterPlot3DColor extends JMathPlotter3D implements Serializable

serialVersionUID: 6967871061963724679L

Class com.rapidminer.gui.plotter.mathplot.SticksPlot2D extends JMathPlotter2D implements Serializable

serialVersionUID: -4351530035081388245L

Class com.rapidminer.gui.plotter.mathplot.SticksPlot3D extends JMathPlotter3D implements Serializable

serialVersionUID: -2241823488299009239L

Class com.rapidminer.gui.plotter.mathplot.SurfacePlot3D extends JMathPlotter3D implements Serializable

serialVersionUID: -8086776011628491876L


Package com.rapidminer.gui.plotter.settings

Class com.rapidminer.gui.plotter.settings.ListeningJCheckBox extends javax.swing.JCheckBox implements Serializable

serialVersionUID: -3145893699784702675L

Serialized Fields

generalKey

java.lang.String generalKey

Class com.rapidminer.gui.plotter.settings.ListeningJComboBox extends ExtendedJComboBox implements Serializable

serialVersionUID: 4070917820637717260L

Serialized Fields

generalKey

java.lang.String generalKey

Class com.rapidminer.gui.plotter.settings.ListeningJSlider extends javax.swing.JSlider implements Serializable

serialVersionUID: -3145893699784702675L

Serialized Fields

generalKey

java.lang.String generalKey

Class com.rapidminer.gui.plotter.settings.ListeningListSelectionModel extends javax.swing.DefaultListSelectionModel implements Serializable

serialVersionUID: -3145893699784702675L

Serialized Fields

generalKey

java.lang.String generalKey

list

javax.swing.JList list

Package com.rapidminer.gui.plotter.som

Class com.rapidminer.gui.plotter.som.SOMPlotter extends PlotterAdapter implements Serializable

serialVersionUID: -1936359032703929998L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

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

Class com.rapidminer.gui.processeditor.CommentEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: -2661346182983330754L

Serialized Fields

editor

javax.swing.JTextArea editor

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

Class com.rapidminer.gui.processeditor.MacroEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

ADD_MACRO_ACTION

javax.swing.Action ADD_MACRO_ACTION

REMOVE_MACRO_ACTION

javax.swing.Action REMOVE_MACRO_ACTION

context

ProcessContext context

macroModel

com.rapidminer.gui.processeditor.MacroEditor.MacroTableModel macroModel

macroTable

javax.swing.JTable macroTable

Class com.rapidminer.gui.processeditor.NewOperatorEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: -8910332473638172252L

Serialized Fields

newOperatorGroupTree

NewOperatorGroupTree newOperatorGroupTree

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

Class com.rapidminer.gui.processeditor.NewOperatorGroupTree extends javax.swing.JPanel implements Serializable

serialVersionUID: 133086849304885475L

Serialized Fields

filterField

FilterTextField filterField

operatorGroupTree

javax.swing.JTree operatorGroupTree

editor

NewOperatorEditor editor

autoWireInputsItem

javax.swing.JCheckBoxMenuItem autoWireInputsItem

autoWireOutputsItem

javax.swing.JCheckBoxMenuItem autoWireOutputsItem

renderer

NewOperatorGroupTreeRenderer renderer

Class com.rapidminer.gui.processeditor.NewOperatorGroupTreeRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

serialVersionUID: -6092290820461444236L

Serialized Fields

maxVisibleUsage

int maxVisibleUsage

Class com.rapidminer.gui.processeditor.ProcessContextEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

inputEditor

com.rapidminer.gui.processeditor.RepositoryLocationsEditor<T extends Ports> inputEditor

outputEditor

com.rapidminer.gui.processeditor.RepositoryLocationsEditor<T extends Ports> outputEditor

macroEditor

MacroEditor macroEditor

Class com.rapidminer.gui.processeditor.ProcessContextProcessEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

editor

ProcessContextEditor editor

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

dockComponent

java.awt.Component dockComponent

Class com.rapidminer.gui.processeditor.ProcessLogTab extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

viewer

java.awt.Component viewer

dockKey

com.vlsolutions.swing.docking.DockKey dockKey

Class com.rapidminer.gui.processeditor.XMLEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: 4172143138689034659L

Serialized Fields

editor

org.fife.ui.rsyntaxtextarea.RSyntaxTextArea editor

mainFrame

MainFrame mainFrame

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

Package com.rapidminer.gui.processeditor.results

Class com.rapidminer.gui.processeditor.results.DockableResultDisplay extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

dockKey

com.vlsolutions.swing.docking.DockKey dockKey

dataTables

java.util.Map<K,V> dataTables

tableUpdateQueue

UpdateQueue tableUpdateQueue

overview

ResultOverview overview

isAskingForPerspectiveSwitch

boolean isAskingForPerspectiveSwitch

logListener

LoggingListener logListener

processListener

ProcessListener processListener

breakpointListener

BreakpointListener breakpointListener

process

Process process

Class com.rapidminer.gui.processeditor.results.ProcessExecutionResultOverview extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

RESTORE_PROCESS

javax.swing.Action RESTORE_PROCESS

REMOVE_FROM_HISTORY

javax.swing.Action REMOVE_FROM_HISTORY

removeButton

javax.swing.JButton removeButton

restoreButton

javax.swing.JButton restoreButton

process

java.lang.String process

processLocation

ProcessLocation processLocation

terminationTime

java.util.Date terminationTime

executionTime

long executionTime

expanded

boolean expanded

results

java.util.List<E> results

parent

ResultOverview parent

headerLabel

javax.swing.JLabel headerLabel

columns

int columns

rows

int rows

Class com.rapidminer.gui.processeditor.results.ResultOverview extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

processOverviews

java.util.LinkedList<E> processOverviews

CLEAR_HISTORY_ACTION

javax.swing.Action CLEAR_HISTORY_ACTION

Class com.rapidminer.gui.processeditor.results.ResultTab extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

label

java.awt.Component label

component

java.awt.Component component

dockKey

com.vlsolutions.swing.docking.DockKey dockKey

id

java.lang.String id

Class com.rapidminer.gui.processeditor.results.SingleResultOverview extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

title

javax.swing.JLabel title

main

java.awt.Component main

repositoryLocation

java.lang.String repositoryLocation

ioObject

java.lang.ref.SoftReference<T> ioObject

RESTORE_FROM_REPOSITORY

javax.swing.Action RESTORE_FROM_REPOSITORY

OPEN_DATA

javax.swing.Action OPEN_DATA

Class com.rapidminer.gui.processeditor.results.TabbedResultDisplay extends javax.swing.JPanel implements Serializable

serialVersionUID: 1970923271834221630L

Serialized Fields

currentResultNames

java.util.Map<K,V> currentResultNames
Maps names of currently displayed results to the number repetitions of the same name. If more than one object with the same name is used, numbers are appended accordingly to the tabs names.


tabs

javax.swing.JTabbedPane tabs

label

javax.swing.JLabel label

dataTables

java.util.Collection<E> dataTables

tableUpdateQueue

UpdateQueue tableUpdateQueue

isAskingForPerspectiveSwitch

boolean isAskingForPerspectiveSwitch

logListener

LoggingListener logListener

processListener

ProcessListener processListener

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

process

Process process

Package com.rapidminer.gui.properties

Class com.rapidminer.gui.properties.AttributesPropertyDialog extends PropertyDialog implements Serializable

serialVersionUID: 5396725165122306231L

Serialized Fields

items

java.util.ArrayList<E> items

selectedItems

java.util.ArrayList<E> selectedItems

itemSearchField

FilterTextField itemSearchField

selectedItemSearchField

FilterTextField selectedItemSearchField

itemListModel

FilterableListModel itemListModel

selectedItemListModel

FilterableListModel selectedItemListModel

itemList

javax.swing.JList itemList

selectedItemList

javax.swing.JList selectedItemList

selectAttributesAction

javax.swing.Action selectAttributesAction

deselectAttributesAction

javax.swing.Action deselectAttributesAction

Class com.rapidminer.gui.properties.BasicPropertyTable extends PropertyTable implements Serializable

serialVersionUID: -2054750632363559123L

Serialized Fields

shownParameterTypes

ParameterType[] shownParameterTypes

parameters

Parameters parameters

Class com.rapidminer.gui.properties.ConfigureParameterOptimizationDialog extends PropertyDialog implements Serializable

serialVersionUID: 187660784321413390L

Serialized Fields

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

Class com.rapidminer.gui.properties.ConfigureParameterOptimizationDialogCreator extends AbstractConfigurationWizardCreator implements Serializable

serialVersionUID: 32891471478295L

Class com.rapidminer.gui.properties.DefaultPropertyTable extends PropertyTable implements Serializable

serialVersionUID: 6290460979115818689L

Class com.rapidminer.gui.properties.EnumerationPropertyDialog extends PropertyDialog implements Serializable

serialVersionUID: 1876607848416333390L

Serialized Fields

ok

boolean ok

enumerationPropertyTable

ListPropertyTable2 enumerationPropertyTable

parameterList

java.util.List<E> parameterList

Class com.rapidminer.gui.properties.EnumerationPropertyTable extends PropertyTable implements Serializable

serialVersionUID: -4547732551646588939L

Class com.rapidminer.gui.properties.ExpressionPropertyDialog extends PropertyDialog implements Serializable

serialVersionUID: 5567661137372752202L

Serialized Fields

currentExpression

javax.swing.JTextField currentExpression

validationLabel

javax.swing.JLabel validationLabel

validationIcon

javax.swing.JLabel validationIcon

parser

ExpressionParser parser

functionButtonScrollPane

javax.swing.JScrollPane functionButtonScrollPane

functionsButtonsPanel

javax.swing.JPanel functionsButtonsPanel

functionButtonsLayout

java.awt.GridBagLayout functionButtonsLayout

functionButtonsC

java.awt.GridBagConstraints functionButtonsC

Class com.rapidminer.gui.properties.GenericParameterPanel extends PropertyPanel implements Serializable

serialVersionUID: -8633435565053835262L

Serialized Fields

parameters

Parameters parameters

Class com.rapidminer.gui.properties.ListPropertyDialog extends PropertyDialog implements Serializable

serialVersionUID: 1876607848416333390L

Serialized Fields

ok

boolean ok

listPropertyTable

ListPropertyTable2 listPropertyTable

parameterList

java.util.List<E> parameterList

Class com.rapidminer.gui.properties.ListPropertyTable extends PropertyTable implements Serializable

serialVersionUID: -4547732551646588939L

Class com.rapidminer.gui.properties.ListPropertyTable2 extends javax.swing.JTable implements Serializable

serialVersionUID: 1L

Serialized Fields

renderers

java.util.List<E> renderers

editors

java.util.List<E> editors

types

ParameterType[] types

operator

Operator operator

Class com.rapidminer.gui.properties.ListTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

parameterList

java.util.List<E> parameterList

types

ParameterType[] types

Class com.rapidminer.gui.properties.MatrixPropertyDialog extends PropertyDialog implements Serializable

serialVersionUID: 5396725165122306231L

Serialized Fields

isSquared

boolean isSquared

matrixPropertyTable

MatrixPropertyTable matrixPropertyTable

Class com.rapidminer.gui.properties.MatrixPropertyTable extends ExtendedJTable implements Serializable

serialVersionUID: 2348648114479673318L

Serialized Fields

model

MatrixPropertyTableModel model

rowBaseName

java.lang.String rowBaseName

Class com.rapidminer.gui.properties.MatrixPropertyTableModel extends javax.swing.table.DefaultTableModel implements Serializable

serialVersionUID: 0L

Serialized Fields

baseName

java.lang.String baseName

columnBaseName

java.lang.String columnBaseName

Class com.rapidminer.gui.properties.OperatorPropertyPanel extends PropertyPanel implements Serializable

serialVersionUID: 6056794546696461864L

Serialized Fields

breakpointButton

com.rapidminer.gui.properties.OperatorPropertyPanel.BreakpointButton breakpointButton

mainFrame

MainFrame mainFrame

headerLabel

javax.swing.JLabel headerLabel

selectedFont

java.awt.Font selectedFont

unselectedFont

java.awt.Font unselectedFont

expertModeHintLabel

javax.swing.JLabel expertModeHintLabel

operator

Operator operator

parameterObserver

Observer<A> parameterObserver

compatibilityLevelSpinner

javax.swing.JSpinner compatibilityLevelSpinner

compatibilityLabel

ResourceLabel compatibilityLabel

compatibilityPanel

javax.swing.JPanel compatibilityPanel

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

dockableComponent

javax.swing.JPanel dockableComponent

Class com.rapidminer.gui.properties.OperatorPropertyTable extends DefaultPropertyTable implements Serializable

serialVersionUID: -4129852766426437419L

Serialized Fields

expertMode

boolean expertMode

propertyMessageLabel

javax.swing.JLabel propertyMessageLabel

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

component

javax.swing.JPanel component

Class com.rapidminer.gui.properties.PropertyDialog extends ButtonDialog implements Serializable

serialVersionUID: -5112534796600557146L

Serialized Fields

type

ParameterType type

Class com.rapidminer.gui.properties.PropertyPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -3478661102690417293L

Serialized Fields

layout

java.awt.GridBagLayout layout

currentEditors

java.util.Map<K,V> currentEditors
Maps parameter type keys to currently displayed editors.


currentTypes

java.util.Collection<E> currentTypes
Types currently displayed by editors.


fontColor

java.awt.Color fontColor

Class com.rapidminer.gui.properties.PropertyTable extends ExtendedJTable implements Serializable

serialVersionUID: -8510884721529372231L

Serialized Fields

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

Class com.rapidminer.gui.properties.RegexpPropertyDialog extends PropertyDialog implements Serializable

serialVersionUID: 5396725165122306231L

Serialized Fields

inlineSearchDocument

com.rapidminer.gui.properties.RegexpPropertyDialog.RegexpSearchStyledDocument inlineSearchDocument

inlineReplaceDocument

com.rapidminer.gui.properties.RegexpPropertyDialog.RegexpReplaceStyledDocument inlineReplaceDocument

testExp

javax.swing.JTabbedPane testExp

resultsListModel

javax.swing.DefaultListModel resultsListModel

regexpTextField

javax.swing.JTextField regexpTextField

replacementTextField

javax.swing.JTextField replacementTextField

itemShortcutsList

javax.swing.JList itemShortcutsList

matchedItemsListModel

javax.swing.DefaultListModel matchedItemsListModel

items

java.util.Collection<E> items

supportsItems

boolean supportsItems

errorMessage

javax.swing.JLabel errorMessage

okButton

javax.swing.JButton okButton

Class com.rapidminer.gui.properties.SettingsDialog extends ButtonDialog implements Serializable

serialVersionUID: 6665295638614289994L

Serialized Fields

tabs

SettingsTabs tabs

listeners

java.util.List<E> listeners
Deprecated. 

Class com.rapidminer.gui.properties.SettingsPropertyPanel extends PropertyPanel implements Serializable

serialVersionUID: 313811558626370370L

Serialized Fields

shownParameterTypes

java.util.Collection<E> shownParameterTypes

parameterValues

java.util.Properties parameterValues

Class com.rapidminer.gui.properties.SettingsTabs extends ExtendedJTabbedPane implements Serializable

serialVersionUID: -229446448782516589L

Serialized Fields

parameterPanels

java.util.List<E> parameterPanels

Class com.rapidminer.gui.properties.TextPropertyDialog extends PropertyDialog implements Serializable

serialVersionUID: 8574310060170861505L

Serialized Fields

text

java.lang.String text

ok

boolean ok

textArea

org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea

Class com.rapidminer.gui.properties.WizardPropertyTable extends DefaultPropertyTable implements Serializable

serialVersionUID: 1510360561085238281L


Package com.rapidminer.gui.properties.celleditors.key

Class com.rapidminer.gui.properties.celleditors.key.DefaultPropertyKeyRenderer extends javax.swing.DefaultCellEditor implements Serializable

serialVersionUID: 5599667832953596663L

Class com.rapidminer.gui.properties.celleditors.key.ParameterValueKeyCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -2559892872774108384L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

panel

javax.swing.JPanel panel

operatorCombo

javax.swing.JComboBox operatorCombo

parameterCombo

javax.swing.JComboBox parameterCombo

fireEvent

boolean fireEvent

Package com.rapidminer.gui.properties.celleditors.value

Class com.rapidminer.gui.properties.celleditors.value.AttributeComboBox extends javax.swing.JComboBox implements Serializable

serialVersionUID: 1L

Serialized Fields

model

com.rapidminer.gui.properties.celleditors.value.AttributeComboBox.AttributeComboBoxModel model

Class com.rapidminer.gui.properties.celleditors.value.AttributeFileValueCellEditor extends FileValueCellEditor implements Serializable

serialVersionUID: 99319694250830796L

Class com.rapidminer.gui.properties.celleditors.value.AttributesValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -2387465714767785072L

Serialized Fields

attributeListString

java.lang.String attributeListString

button

javax.swing.JButton button

operator

Operator operator

Class com.rapidminer.gui.properties.celleditors.value.AttributeValueCellEditor extends javax.swing.DefaultCellEditor implements Serializable

serialVersionUID: -1889899793777695100L

Class com.rapidminer.gui.properties.celleditors.value.ColorValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -7069543356398085334L

Serialized Fields

button

javax.swing.JButton button

Class com.rapidminer.gui.properties.celleditors.value.ConfigurableValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -771727412083431607L

Serialized Fields

typeId

java.lang.String typeId

model

com.rapidminer.gui.properties.celleditors.value.ConfigurableValueCellEditor.ConfigurableComboBoxModel model

panel

javax.swing.JPanel panel

comboBox

javax.swing.JComboBox comboBox

Class com.rapidminer.gui.properties.celleditors.value.ConfigurationWizardValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -7163760967040772736L

Serialized Fields

button

javax.swing.JButton button

Class com.rapidminer.gui.properties.celleditors.value.DatabaseConnectionValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -771727412083431607L

Serialized Fields

model

com.rapidminer.gui.properties.celleditors.value.DatabaseConnectionValueCellEditor.DatabaseConnectionComboBoxModel model

panel

javax.swing.JPanel panel

comboBox

javax.swing.JComboBox comboBox

Class com.rapidminer.gui.properties.celleditors.value.DatabaseTableValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -771727412083431607L

Serialized Fields

mode

com.rapidminer.gui.properties.celleditors.value.DatabaseTableValueCellEditor.Mode mode

model

com.rapidminer.gui.properties.celleditors.value.DatabaseTableValueCellEditor.DatabaseTableComboBoxModel model

comboBox

javax.swing.JComboBox comboBox

operator

Operator operator

type

ParameterType type

connectionProvider

ConnectionProvider connectionProvider

Class com.rapidminer.gui.properties.celleditors.value.DateFormatValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -1889899793777695100L

Serialized Fields

panel

javax.swing.JPanel panel

formatCombo

javax.swing.JComboBox formatCombo

selectButton

javax.swing.AbstractButton selectButton

Class com.rapidminer.gui.properties.celleditors.value.DefaultPropertyValueCellEditor extends javax.swing.DefaultCellEditor implements Serializable

serialVersionUID: 3594466409311826645L

Serialized Fields

useEditorAsRenderer

boolean useEditorAsRenderer

rendersLabel

boolean rendersLabel

Class com.rapidminer.gui.properties.celleditors.value.EnumerationValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -4429790999365057931L

Serialized Fields

type

ParameterTypeEnumeration type

button

javax.swing.JButton button

valuesList

java.util.List<E> valuesList

Class com.rapidminer.gui.properties.celleditors.value.ExpressionValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: 2355429695124754211L

Serialized Fields

panel

javax.swing.JPanel panel

textField

javax.swing.JTextField textField

type

ParameterTypeExpression type

gridBagLayout

java.awt.GridBagLayout gridBagLayout

button

javax.swing.JButton button

Class com.rapidminer.gui.properties.celleditors.value.FileValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -8235047960089702819L

Serialized Fields

panel

javax.swing.JPanel panel

textField

javax.swing.JTextField textField

type

ParameterTypeFile type

gridBagLayout

java.awt.GridBagLayout gridBagLayout

Class com.rapidminer.gui.properties.celleditors.value.InnerOperatorValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -2559892872774108384L

Serialized Fields

operatorCombo

javax.swing.JComboBox operatorCombo

Class com.rapidminer.gui.properties.celleditors.value.ListValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -4429790999365057931L

Serialized Fields

type

ParameterTypeList type

button

javax.swing.JButton button

valuesList

java.util.List<E> valuesList

Class com.rapidminer.gui.properties.celleditors.value.MatrixValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: 0L

Serialized Fields

type

ParameterTypeMatrix type

operator

Operator operator

button

javax.swing.JButton button

matrix

double[][] matrix

Class com.rapidminer.gui.properties.celleditors.value.OperatorValueValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: 2332956173516489926L

Serialized Fields

panel

javax.swing.JPanel panel

operatorCombo

javax.swing.JComboBox operatorCombo

typeCombo

javax.swing.JComboBox typeCombo

valueCombo

javax.swing.JComboBox valueCombo

type

ParameterTypeValue type

Class com.rapidminer.gui.properties.celleditors.value.ParameterTupelCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -2387465714767785072L

Serialized Fields

panel

javax.swing.JPanel panel

types

ParameterType[] types

editors

PropertyValueCellEditor[] editors

operator

Operator operator

focusListener

java.awt.event.FocusListener focusListener

Class com.rapidminer.gui.properties.celleditors.value.PreviewValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -7163760967040772736L

Serialized Fields

button

javax.swing.JButton button

Class com.rapidminer.gui.properties.celleditors.value.RegexpValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -2387465714767785072L

Serialized Fields

panel

javax.swing.JPanel panel

textField

javax.swing.JTextField textField

operator

Operator operator

button

javax.swing.JButton button

Class com.rapidminer.gui.properties.celleditors.value.RepositoryLocationValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

panel

javax.swing.JPanel panel

textField

javax.swing.JTextField textField

operator

Operator operator

Class com.rapidminer.gui.properties.celleditors.value.SimpleFileValueCellEditor extends FileValueCellEditor implements Serializable

serialVersionUID: 8800712397096177848L

Class com.rapidminer.gui.properties.celleditors.value.SQLQueryValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -771727412083431607L

Serialized Fields

operator

Operator operator

button

javax.swing.JButton button

sqlQuery

java.lang.String sqlQuery

Class com.rapidminer.gui.properties.celleditors.value.TextValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -4429790999365057931L

Serialized Fields

type

ParameterTypeText type

operator

Operator operator

button

javax.swing.JButton button

text

java.lang.String text

Package com.rapidminer.gui.renderer.models

Class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvalueRenderer.EigenvalueTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -9026248524043239399L

Serialized Fields

varianceSum

double varianceSum

cumulativeVariance

double[] cumulativeVariance

eigenVectors

java.util.List<E> eigenVectors

Class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvectorRenderer.EigenvectorTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -9026248524043239399L

Serialized Fields

attributeNames

java.lang.String[] attributeNames

eigenVectors

java.util.List<E> eigenVectors

numberOfComponents

int numberOfComponents

Package com.rapidminer.gui.security

Class com.rapidminer.gui.security.CredentialsTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

showPasswords

boolean showPasswords

wallet

Wallet wallet

url

java.util.LinkedList<E> url

Class com.rapidminer.gui.security.PasswordManager extends ButtonDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

showPasswordsButton

javax.swing.JButton showPasswordsButton

credentialsModel

CredentialsTableModel credentialsModel

clone

Wallet clone

Package com.rapidminer.gui.templates

Class com.rapidminer.gui.templates.BuildingBlockDialog extends ButtonDialog implements Serializable

serialVersionUID: 4234757981716378086L

Serialized Fields

ok

boolean ok

listModel

FilterableListModel listModel

predefinedCondition

FilterableListModel.FilterCondition predefinedCondition

userdefinedCondition

FilterableListModel.FilterCondition userdefinedCondition

buildingBlockList

javax.swing.JList buildingBlockList

listPane

javax.swing.JScrollPane listPane

filterPanel

javax.swing.JPanel filterPanel

typePanel

javax.swing.JPanel typePanel

Class com.rapidminer.gui.templates.ManageBuildingBlocksDialog extends BuildingBlockDialog implements Serializable

serialVersionUID: -2146505003821251075L

Class com.rapidminer.gui.templates.ManageTemplatesDialog extends TemplatesDialog implements Serializable

serialVersionUID: 1428487062393160289L

Class com.rapidminer.gui.templates.NewBuildingBlockDialog extends BuildingBlockDialog implements Serializable

serialVersionUID: 4234757981716378086L

Class com.rapidminer.gui.templates.NewBuildingBlockMenu extends ResourceMenu implements Serializable

serialVersionUID: 316102134905132452L

Serialized Fields

actions

Actions actions

Class com.rapidminer.gui.templates.SaveAsBuildingBlockDialog extends ButtonDialog implements Serializable

serialVersionUID: 7662184237558085856L

Serialized Fields

ok

boolean ok

nameField

javax.swing.JTextField nameField

descriptionField

javax.swing.JTextField descriptionField

Class com.rapidminer.gui.templates.SaveAsTemplateDialog extends ButtonDialog implements Serializable

serialVersionUID: -4892200177390173103L

Serialized Fields

ok

boolean ok

selectedParameters

java.util.Set<E> selectedParameters

nameField

javax.swing.JTextField nameField

groupField

javax.swing.JTextField groupField

descriptionField

javax.swing.JTextArea descriptionField

process

Process process

Class com.rapidminer.gui.templates.TemplatesDialog extends ButtonDialog implements Serializable

serialVersionUID: 1428487062393160289L

Serialized Fields

templateList

javax.swing.JList templateList

templateMap

java.util.Map<K,V> templateMap

listPane

ExtendedJScrollPane listPane

Package com.rapidminer.gui.tools

Class com.rapidminer.gui.tools.ArrowButton extends javax.swing.JButton implements Serializable

serialVersionUID: -355433594066885069L

Serialized Fields

direction

int direction

Class com.rapidminer.gui.tools.AutoCompletionComboBox extends ExtendedJComboBox implements Serializable

serialVersionUID: 1L

Serialized Fields

caseSensitive

boolean caseSensitive
if set to true, matching will be case sensitive; false otherwise


docListener

javax.swing.event.DocumentListener docListener
the document listener for the combo box editor

Class com.rapidminer.gui.tools.CharTextField extends javax.swing.JTextField implements Serializable

serialVersionUID: 2226618111016685226L

Class com.rapidminer.gui.tools.ColoredJTextPane extends javax.swing.JTextPane implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.tools.ExtendedCheckTree extends javax.swing.JTree implements Serializable

serialVersionUID: -6788149857535452181L

Serialized Fields

checkTreeManager

ExtendedCheckTreeMouseSelectionManager checkTreeManager

Class com.rapidminer.gui.tools.ExtendedCheckTreeCellRenderer extends javax.swing.JPanel implements Serializable

serialVersionUID: -2532264318689978630L

Serialized Fields

selectionModel

ExtendedCheckTreeSelectionModel selectionModel

delegate

javax.swing.tree.TreeCellRenderer delegate

checkBox

ExtendedTriStateCheckBox checkBox

Class com.rapidminer.gui.tools.ExtendedCheckTreeSelectionModel extends javax.swing.tree.DefaultTreeSelectionModel implements Serializable

serialVersionUID: -1617898630869822944L

Serialized Fields

model

javax.swing.tree.TreeModel model

Class com.rapidminer.gui.tools.ExtendedFixedColumnJTable extends javax.swing.JScrollPane implements Serializable

serialVersionUID: -5141975629639275878L

Serialized Fields

mainDataTable

ExtendedJTable mainDataTable

Class com.rapidminer.gui.tools.ExtendedHTMLEditorKit extends javax.swing.text.html.HTMLEditorKit implements Serializable

serialVersionUID: 7021507953344383064L

Serialized Fields

styleSheet

javax.swing.text.html.StyleSheet styleSheet

Class com.rapidminer.gui.tools.ExtendedHTMLJEditorPane extends javax.swing.JEditorPane implements Serializable

serialVersionUID: -1169198792942550655L

Class com.rapidminer.gui.tools.ExtendedJComboBox extends javax.swing.JComboBox implements Serializable

serialVersionUID: 8320969518243948543L

Serialized Fields

isScrollingToTopOnChange

boolean isScrollingToTopOnChange

scrollToTopListener

javax.swing.event.ListDataListener scrollToTopListener

preferredWidth

int preferredWidth

minimumWidth

int minimumWidth

layingOut

boolean layingOut

wide

boolean wide

Class com.rapidminer.gui.tools.ExtendedJFileChooser extends javax.swing.JFileChooser implements Serializable

serialVersionUID: -3457903206380227482L

Serialized Fields

i18nKey

java.lang.String i18nKey

i18nArgs

java.lang.Object[] i18nArgs

Class com.rapidminer.gui.tools.ExtendedJList extends javax.swing.JList implements Serializable

serialVersionUID: 9032182018402L

Serialized Fields

preferredWidth

int preferredWidth

Class com.rapidminer.gui.tools.ExtendedJScrollPane extends javax.swing.JScrollPane implements Serializable

serialVersionUID: 218317624316997140L

Class com.rapidminer.gui.tools.ExtendedJSlider extends javax.swing.JSlider implements Serializable

serialVersionUID: -3411054850324165365L

Class com.rapidminer.gui.tools.ExtendedJTabbedPane extends javax.swing.JTabbedPane implements Serializable

serialVersionUID: 8798498172271429876L

Class com.rapidminer.gui.tools.ExtendedJTable extends javax.swing.JTable implements Serializable

serialVersionUID: 4840252601155251257L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

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

cutOnLineBreaks

boolean[] cutOnLineBreaks

maximalTextLengths

int[] maximalTextLengths

Class com.rapidminer.gui.tools.ExtendedJTableSorterModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -4206702130247556242L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

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

Class com.rapidminer.gui.tools.ExtendedJTextField extends javax.swing.JTextField implements Serializable

serialVersionUID: -3490766980163546570L

Serialized Fields

model

ExtendedJTextField.ExtendedJTextFieldModel model

Class com.rapidminer.gui.tools.ExtendedJToolBar extends javax.swing.JToolBar implements Serializable

serialVersionUID: -9219638829666999431L

Class com.rapidminer.gui.tools.ExtendedListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

serialVersionUID: 90320323254252311L

Serialized Fields

model

ExtendedListModel model

Class com.rapidminer.gui.tools.ExtendedListModel extends javax.swing.DefaultListModel implements Serializable

serialVersionUID: 90320323118402L

Serialized Fields

toolTipMap

java.util.LinkedHashMap<K,V> toolTipMap

enabledMap

java.util.LinkedHashMap<K,V> enabledMap

Class com.rapidminer.gui.tools.ExtendedTriStateCheckBox extends javax.swing.JCheckBox implements Serializable

serialVersionUID: 8924026691487760529L

Serialized Fields

model

com.rapidminer.gui.tools.ExtendedTriStateCheckBox.TristateDecorator model

Class com.rapidminer.gui.tools.FilterableListModel extends javax.swing.AbstractListModel implements Serializable

serialVersionUID: 552254394780900171L

Serialized Fields

list

java.util.LinkedList<E> list

filteredList

java.util.LinkedList<E> filteredList

comparator

java.util.Comparator<T> comparator

filterValue

java.lang.String filterValue

conditions

java.util.LinkedList<E> conditions

Class com.rapidminer.gui.tools.FilterTextField extends javax.swing.JTextField implements Serializable

serialVersionUID: -7613936832117084427L

Serialized Fields

filterListeners

java.util.Collection<E> filterListeners

selectionNavigationListeners

java.util.Collection<E> selectionNavigationListeners

Class com.rapidminer.gui.tools.HTMLEditor extends JEditTextArea implements Serializable

serialVersionUID: -6706176641327836203L

Class com.rapidminer.gui.tools.ImagePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 3903395116300542548L

Serialized Fields

preferredSizeType

int preferredSizeType

Class com.rapidminer.gui.tools.ImageTextPanel extends TextPanel implements Serializable

serialVersionUID: -5728947680003081065L

Serialized Fields

rescaleImage

boolean rescaleImage

imageX

int imageX

imageY

int imageY

Class com.rapidminer.gui.tools.JavaEditor extends JEditTextArea implements Serializable

serialVersionUID: 7096580655099549058L

Class com.rapidminer.gui.tools.JDBCDriverTable extends javax.swing.JTable implements Serializable

serialVersionUID: -2762178074014243751L

Class com.rapidminer.gui.tools.JDBCDriverTableModel extends javax.swing.table.DefaultTableModel implements Serializable

serialVersionUID: 9211315720113090453L

Class com.rapidminer.gui.tools.JDelayedCalculationPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -6010071394984207389L

Serialized Fields

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

Class com.rapidminer.gui.tools.JRadioSelectionPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1683447823326877486L

Serialized Fields

togglePanel

javax.swing.JPanel togglePanel

toggleButtons

javax.swing.ButtonGroup toggleButtons

buttonComponentMap

java.util.HashMap<K,V> buttonComponentMap

Class com.rapidminer.gui.tools.LoggingLevelMenu extends ResourceMenu implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.tools.LoggingViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: 551259537624386372L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

textArea

javax.swing.JTextPane textArea

formatter

java.util.logging.Formatter formatter

maxRows

int maxRows

handler

java.util.logging.Handler handler

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

Class com.rapidminer.gui.tools.OperatorList extends javax.swing.JList implements Serializable

serialVersionUID: -2719941529572427942L

Serialized Fields

operatorDialogCellRenderer

OperatorListCellRenderer operatorDialogCellRenderer
Creates a special CellRenderer for this class

Class com.rapidminer.gui.tools.OperatorListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

serialVersionUID: -4236587258844548010L

Serialized Fields

coloredBackground

boolean coloredBackground

Class com.rapidminer.gui.tools.ParentButtonPanel extends ExtendedJToolBar implements Serializable

serialVersionUID: 7115627292465260984L

Serialized Fields

backward

java.util.LinkedList<E> backward

forward

java.util.LinkedList<E> forward

model

ParentButtonModel<T> model

currentNode

java.lang.Object currentNode

selectedNode

java.lang.Object selectedNode

selectionByHistory

boolean selectionByHistory

backwardButton

DropDownButton backwardButton

forwardButton

DropDownButton forwardButton

upButton

javax.swing.JButton upButton

borderListener

java.awt.event.MouseListener borderListener

listeners

javax.swing.event.EventListenerList listeners

eventId

int eventId

Class com.rapidminer.gui.tools.PasswordDialog extends ButtonDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

usernameField

javax.swing.JTextField usernameField

passwordField

javax.swing.JPasswordField passwordField

rememberBox

javax.swing.JCheckBox rememberBox

Class com.rapidminer.gui.tools.PlainTextEditor extends JEditTextArea implements Serializable

serialVersionUID: -13322093427862217L

Class com.rapidminer.gui.tools.ProgressDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -8792339176006884719L

Serialized Fields

statusLabel

javax.swing.JLabel statusLabel

progressBar

javax.swing.JProgressBar progressBar

Class com.rapidminer.gui.tools.ProgressThread.QueueListModel extends javax.swing.AbstractListModel implements Serializable

serialVersionUID: 1L

Serialized Fields

queue

java.util.List<E> queue

Class com.rapidminer.gui.tools.ProgressThreadStoppedException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.tools.RadioCardPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 2929637220390538982L

Serialized Fields

layout

java.awt.CardLayout layout

mainPanel

javax.swing.JPanel mainPanel

toolBar

ViewToolBar toolBar

buttonGroup

javax.swing.ButtonGroup buttonGroup

delayedAddition

java.lang.Runnable delayedAddition

counter

int counter

Class com.rapidminer.gui.tools.ResourceAction extends ConditionalAction implements Serializable

serialVersionUID: -3699425760142415331L

Serialized Fields

key

java.lang.String key

iconName

java.lang.String iconName

Class com.rapidminer.gui.tools.ResourceActionAdapter extends ResourceAction implements Serializable

serialVersionUID: -2739419154938092834L

Class com.rapidminer.gui.tools.ResourceActionTransmitter extends ResourceAction implements Serializable

serialVersionUID: -6756599447920780982L

Serialized Fields

action

javax.swing.Action action

eventSource

java.awt.Component eventSource

Class com.rapidminer.gui.tools.ResourceLabel extends javax.swing.JLabel implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.tools.ResourceMenu extends javax.swing.JMenu implements Serializable

serialVersionUID: -7711922457461154801L

Class com.rapidminer.gui.tools.ResourceTabbedPane extends javax.swing.JTabbedPane implements Serializable

serialVersionUID: 1L

Serialized Fields

i18KeyPrefix

java.lang.String i18KeyPrefix

largeIcons

boolean largeIcons

Class com.rapidminer.gui.tools.SplashScreen extends javax.swing.JPanel implements Serializable

serialVersionUID: -1525644776910410809L

Serialized Fields

properties

java.util.Properties properties

splashScreenFrame

javax.swing.JFrame splashScreenFrame

message

java.lang.String message

infosVisible

boolean infosVisible

animationTimer

javax.swing.Timer animationTimer

animationRenderers

java.util.List<E> animationRenderers

extensionIcons

java.util.List<E> extensionIcons

lastExtensionAdd

long lastExtensionAdd

Class com.rapidminer.gui.tools.SQLEditor extends org.fife.ui.rsyntaxtextarea.RSyntaxTextArea implements Serializable

serialVersionUID: 6062150929521199578L

Class com.rapidminer.gui.tools.StatusBar extends javax.swing.JPanel implements Serializable

serialVersionUID: 1189363377612273467L

Serialized Fields

processListener

ProcessListener processListener

breakpointListener

BreakpointListener breakpointListener

clockLabel

javax.swing.JLabel clockLabel

operatorLabel

javax.swing.JLabel operatorLabel

rootOperator

com.rapidminer.gui.tools.StatusBar.OperatorEntry rootOperator

trafficLightLabel

javax.swing.JLabel trafficLightLabel

progressBar

javax.swing.JProgressBar progressBar

breakpoint

int breakpoint

specialText

java.lang.String specialText

process

Process process
Only needed to keep track where we added ourselves as listeners.

Class com.rapidminer.gui.tools.SystemMonitor extends javax.swing.JPanel implements Serializable

serialVersionUID: -6860624220979494451L

Serialized Fields

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

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

Class com.rapidminer.gui.tools.TextPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -5728947680003081065L

Serialized Fields

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

Class com.rapidminer.gui.tools.ViewToolBar extends javax.swing.JToolBar implements Serializable

serialVersionUID: -9219638829666999431L

Serialized Fields

leftToolBar

javax.swing.JToolBar leftToolBar

rightToolBar

javax.swing.JToolBar rightToolBar

Class com.rapidminer.gui.tools.WelcomeScreen extends javax.swing.JPanel implements Serializable

serialVersionUID: -6916236648023490473L

Serialized Fields

recentFileList

javax.swing.JList recentFileList

mainFrame

MainFrame mainFrame

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

Class com.rapidminer.gui.tools.XMLEditor extends JEditTextArea implements Serializable

serialVersionUID: 5515907668417632521L


Package com.rapidminer.gui.tools.actions

Class com.rapidminer.gui.tools.actions.AddToSortingColumnsAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -6389072245302152679L

Serialized Fields

table

ExtendedJTable table

direction

int direction

Class com.rapidminer.gui.tools.actions.ClearMessageAction extends ResourceAction implements Serializable

serialVersionUID: 5853959993751513209L

Serialized Fields

loggingViewer

LoggingViewer loggingViewer

Class com.rapidminer.gui.tools.actions.EqualColumnWidthsAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -4154228837058332592L

Serialized Fields

table

ExtendedJTable table

Class com.rapidminer.gui.tools.actions.FitAllColumnWidthsAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 814690900045107977L

Serialized Fields

table

ExtendedJTable table

Class com.rapidminer.gui.tools.actions.FitColumnWidthAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -438685397708559613L

Serialized Fields

table

ExtendedJTable table

Class com.rapidminer.gui.tools.actions.LoggingSearchAction extends ResourceAction implements Serializable

serialVersionUID: -8380073257252178693L

Serialized Fields

loggingViewer

LoggingViewer loggingViewer

Class com.rapidminer.gui.tools.actions.RestoreOriginalColumnOrderAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 5242012048926062476L

Serialized Fields

table

ExtendedJTable table

Class com.rapidminer.gui.tools.actions.SaveLogFileAction extends ResourceAction implements Serializable

serialVersionUID: -2357798512608631133L

Serialized Fields

loggingViewer

LoggingViewer loggingViewer

Class com.rapidminer.gui.tools.actions.SelectColumnAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 4505320292545488875L

Serialized Fields

table

ExtendedJTable table

Class com.rapidminer.gui.tools.actions.SelectionDependentAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Serialized Fields

dependency

SelectionDependentAction.SelectionDependency dependency

Class com.rapidminer.gui.tools.actions.SelectRowAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 8723250647594667876L

Serialized Fields

table

ExtendedJTable table

Class com.rapidminer.gui.tools.actions.SortByColumnAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -4154228837058332592L

Serialized Fields

table

ExtendedJTable table

direction

int direction

Class com.rapidminer.gui.tools.actions.SortColumnsAccordingToNameAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 6104623498326293185L

Serialized Fields

table

ExtendedJTable table

Package com.rapidminer.gui.tools.components

Class com.rapidminer.gui.tools.components.ColorSelectionButton extends javax.swing.JButton implements Serializable

serialVersionUID: 1L

Serialized Fields

color

java.awt.Color color

colorChoosers

javax.swing.colorchooser.AbstractColorChooserPanel[] colorChoosers

listeners

java.util.List<E> listeners

Class com.rapidminer.gui.tools.components.DropDownButton extends javax.swing.JButton implements Serializable

serialVersionUID: -5987392204641149649L

Serialized Fields

popupMenuListener

javax.swing.event.PopupMenuListener popupMenuListener

changeListener

javax.swing.event.ChangeListener changeListener

mainButton

javax.swing.JButton mainButton

arrowButton

ArrowButton arrowButton

popupVisible

boolean popupVisible

Class com.rapidminer.gui.tools.components.DropDownButton.DropDownArrowButton extends ArrowButton implements Serializable

serialVersionUID: -398619111521186260L

Class com.rapidminer.gui.tools.components.FixedWidthLabel extends javax.swing.JLabel implements Serializable

serialVersionUID: -1970369698347783237L

Serialized Fields

width

int width

rootlessHTML

java.lang.String rootlessHTML

Class com.rapidminer.gui.tools.components.LinkButton extends ExtendedHTMLJEditorPane implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.tools.components.PlainArrowDropDownButton extends javax.swing.JButton implements Serializable

serialVersionUID: -5987392204641149649L

Serialized Fields

popupMenuListener

javax.swing.event.PopupMenuListener popupMenuListener

changeListener

javax.swing.event.ChangeListener changeListener

arrowButton

ArrowButton arrowButton

popupVisible

boolean popupVisible

Class com.rapidminer.gui.tools.components.PlainArrowDropDownButton.DropDownArrowButton extends ArrowButton implements Serializable

serialVersionUID: -398619111521186260L

Class com.rapidminer.gui.tools.components.ToggleDropDownButton extends javax.swing.JToggleButton implements Serializable

serialVersionUID: -5987392204641149649L

Serialized Fields

popupMenuListener

javax.swing.event.PopupMenuListener popupMenuListener

changeListener

javax.swing.event.ChangeListener changeListener

mainButton

javax.swing.JToggleButton mainButton

arrowButton

ArrowButton arrowButton

popupVisible

boolean popupVisible

Class com.rapidminer.gui.tools.components.ToggleDropDownButton.DropDownArrowButton extends ArrowButton implements Serializable

serialVersionUID: -398619111521186260L


Package com.rapidminer.gui.tools.dialogs

Class com.rapidminer.gui.tools.dialogs.AboutBox extends javax.swing.JDialog implements Serializable

serialVersionUID: -3889559376722324215L

Serialized Fields

contentPanel

com.rapidminer.gui.tools.dialogs.AboutBox.ContentPanel contentPanel

Class com.rapidminer.gui.tools.dialogs.ButtonDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

key

java.lang.String key

wasConfirmed

boolean wasConfirmed

infoTextLabel

FixedWidthLabel infoTextLabel

arguments

java.lang.Object[] arguments
Arguments which will replace the place holder in the I18n-Properties message. The first argument will replace {0}, the second {1} and so on.


centerComponent

java.awt.Component centerComponent

listeners

java.util.LinkedList<E> listeners

Class com.rapidminer.gui.tools.dialogs.ConfirmDialog extends ButtonDialog implements Serializable

serialVersionUID: -5825873580778775409L

Serialized Fields

returnOption

int returnOption

dontAskAgainCheckbox

javax.swing.JCheckBox dontAskAgainCheckbox

Class com.rapidminer.gui.tools.dialogs.DatabaseAdvancedConnectionDialog extends ButtonDialog implements Serializable

serialVersionUID: -3287030968059122084L

Serialized Fields

table

javax.swing.JTable table
the JTable displaying the properties


returnValue

int returnValue

Class com.rapidminer.gui.tools.dialogs.DatabaseConnectionDialog extends ButtonDialog implements Serializable

serialVersionUID: -2046390670591412166L

Serialized Fields

model

FilterableListModel model

connectionList

javax.swing.JList connectionList

aliasTextField

javax.swing.JTextField aliasTextField

databaseTypeComboBox

javax.swing.JComboBox databaseTypeComboBox

hostTextField

javax.swing.JTextField hostTextField

portTextField

javax.swing.JTextField portTextField

databaseTextField

javax.swing.JTextField databaseTextField

userTextField

javax.swing.JTextField userTextField

passwordField

javax.swing.JPasswordField passwordField

urlField

javax.swing.JTextField urlField

testLabel

javax.swing.JLabel testLabel

OPEN_CONNECTION_ACTION

javax.swing.Action OPEN_CONNECTION_ACTION

SAVE_CONNECTION_ACTION

javax.swing.Action SAVE_CONNECTION_ACTION

CLONE_CONNECTION_ACTION

javax.swing.Action CLONE_CONNECTION_ACTION

NEW_CONNECTION_ACTION

javax.swing.Action NEW_CONNECTION_ACTION

DELETE_CONNECTION_ACTION

javax.swing.Action DELETE_CONNECTION_ACTION

TEST_CONNECTION_ACTION

javax.swing.Action TEST_CONNECTION_ACTION

SHOW_ADVANCED_PROPERTIES

javax.swing.Action SHOW_ADVANCED_PROPERTIES

currentlyEditedEntry

FieldConnectionEntry currentlyEditedEntry
this is a clone of the entry which is currently being edited

Class com.rapidminer.gui.tools.dialogs.DataImportDialog extends MultiPageDialog implements Serializable

serialVersionUID: 3814978543408069394L

Class com.rapidminer.gui.tools.dialogs.DecisionRememberingConfirmDialog extends ButtonDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

dontAskAgainBox

javax.swing.JCheckBox dontAskAgainBox

propertyName

java.lang.String propertyName

confirmed

boolean confirmed

Class com.rapidminer.gui.tools.dialogs.ErrorDialog extends ButtonDialog implements Serializable

serialVersionUID: -5825873580778775409L

Class com.rapidminer.gui.tools.dialogs.ExtendedErrorDialog extends ButtonDialog implements Serializable

serialVersionUID: -8136329951869702133L

Serialized Fields

editButton

javax.swing.JButton editButton

sendReport

javax.swing.JButton sendReport

error

java.lang.Throwable error

mainComponent

javax.swing.JComponent mainComponent

Class com.rapidminer.gui.tools.dialogs.InputDialog extends ButtonDialog implements Serializable

serialVersionUID: -5825873580778775409L

Serialized Fields

textField

javax.swing.JTextField textField

Class com.rapidminer.gui.tools.dialogs.LongMessageDialog extends ButtonDialog implements Serializable

serialVersionUID: -2647548699663292273L

Class com.rapidminer.gui.tools.dialogs.ManageDatabaseConnectionsDialog extends DatabaseConnectionDialog implements Serializable

serialVersionUID: -1314039924713463923L

Class com.rapidminer.gui.tools.dialogs.ManageDatabaseDriversDialog extends ButtonDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

availableDrivers

javax.swing.JList availableDrivers

needsRestart

boolean needsRestart

driverPane

com.rapidminer.gui.tools.dialogs.ManageDatabaseDriversDialog.DriverPane driverPane

deleteButton

javax.swing.AbstractButton deleteButton

Class com.rapidminer.gui.tools.dialogs.MessageDialog extends ButtonDialog implements Serializable

serialVersionUID: -5825873580778775409L

Class com.rapidminer.gui.tools.dialogs.MultiConfirmDialog extends ConfirmDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

applyToAll

boolean applyToAll

Class com.rapidminer.gui.tools.dialogs.MultiPageDialog extends ButtonDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

currentStep

int currentStep

cardPanel

javax.swing.JPanel cardPanel

previous

javax.swing.JButton previous

next

javax.swing.JButton next

finish

javax.swing.JButton finish

Class com.rapidminer.gui.tools.dialogs.ResultViewDialog extends ButtonDialog implements Serializable

serialVersionUID: -1111667366524535499L

Class com.rapidminer.gui.tools.dialogs.SelectionInputDialog extends ButtonDialog implements Serializable

serialVersionUID: -5825873580778775409L

Serialized Fields

comboBox

javax.swing.JComboBox comboBox

Class com.rapidminer.gui.tools.dialogs.SetParameterDialog extends ButtonDialog implements Serializable

serialVersionUID: 1484984144870499737L

Serialized Fields

operator

Operator operator

type

ParameterType type

editor

PropertyValueCellEditor editor

canceled

boolean canceled

Class com.rapidminer.gui.tools.dialogs.SQLQueryBuilder extends ButtonDialog implements Serializable

serialVersionUID: 1779762368364719191L

Serialized Fields

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 sql query


attributeNameMap

java.util.Map<K,V> attributeNameMap
All attribute names for the available tables.


databaseHandler

DatabaseHandler databaseHandler

Package com.rapidminer.gui.tools.dialogs.wizards

Class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard extends MultiPageDialog implements Serializable

serialVersionUID: 7091671433172940496L

Serialized Fields

wizardSteps

java.util.ArrayList<E> wizardSteps

showStepNumbersInTitle

boolean showStepNumbersInTitle

showStepInfo

boolean showStepInfo

Package com.rapidminer.gui.tools.dialogs.wizards.dataimport

Class com.rapidminer.gui.tools.dialogs.wizards.dataimport.BlobImportWizard extends AbstractWizard implements Serializable

serialVersionUID: 1L

Serialized Fields

file

java.io.File file

Class com.rapidminer.gui.tools.dialogs.wizards.dataimport.DatabaseImportWizard extends DataImportWizard implements Serializable

serialVersionUID: -4308448171060612833L

Serialized Fields

reader

DatabaseDataReader reader

connectionEntry

FieldConnectionEntry connectionEntry

Class com.rapidminer.gui.tools.dialogs.wizards.dataimport.DataEditor extends ExtendedJTable implements Serializable

serialVersionUID: -520323914589387512L

Serialized Fields

showValueTypes

boolean showValueTypes

editValueTypes

boolean editValueTypes

model

com.rapidminer.gui.tools.dialogs.wizards.dataimport.DataEditor.DataModel model

cellRenderer

com.rapidminer.gui.tools.dialogs.wizards.dataimport.DataEditor.DataEditorCellRenderer cellRenderer

valueTypeCellEditors

com.rapidminer.gui.tools.dialogs.wizards.dataimport.DataEditor.ValueTypeCellEditor[] valueTypeCellEditors

Class com.rapidminer.gui.tools.dialogs.wizards.dataimport.DataImportWizard extends AbstractWizard implements Serializable

serialVersionUID: 6361602131820283501L

Class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclarationEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: -520323914589387512L

Serialized Fields

metadataTable

com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclarationEditor.MetaDataTable metadataTable
upper table, actually a simulation of an multi-row header for the previewTable


previewTable

com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclarationEditor.PreviewTable previewTable
the preview table which contains a preview of the data


metadataColumnListener

javax.swing.event.TableColumnModelListener metadataColumnListener
Listener to recognize if a column margin of the MetaDataDeclarationEditor.metadataTable changed. Not very nice to declare it globally but doesn't work otherwise.


reader

AbstractDataReader reader

updateQueue

UpdateQueue updateQueue

backGroundGray

java.awt.Color backGroundGray

Package com.rapidminer.gui.tools.dialogs.wizards.dataimport.access

Class com.rapidminer.gui.tools.dialogs.wizards.dataimport.access.AccessImportWizard extends DataImportWizard implements Serializable

serialVersionUID: -4308448171060612833L

Serialized Fields

connectionEntry

AccessConnectionEntry connectionEntry

reader

DatabaseDataReader reader

Package com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv

Class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.CSVImportWizard extends DataImportWizard implements Serializable

serialVersionUID: -4308448171060612833L

Serialized Fields

file

java.io.File file

reader

CSVDataReader reader

parametersBackup

Parameters parametersBackup

Class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.CSVImportWizard.CSVDataReaderWizardCreator extends AbstractConfigurationWizardCreator implements Serializable

serialVersionUID: 1L


Package com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel

Class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.AnnotationCellEditor extends javax.swing.DefaultCellEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

background

java.awt.Color background

Class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelImportWizard extends DataImportWizard implements Serializable

serialVersionUID: -4308448171060612833L

Serialized Fields

file

java.io.File file

reader

ExcelExampleSource reader

parametersBackup

Parameters parametersBackup

STEP_FILE_SELECTION

WizardStep STEP_FILE_SELECTION

Class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelImportWizard.ExcelExampleSourceConfigurationWizardCreator extends AbstractConfigurationWizardCreator implements Serializable

serialVersionUID: 1L

Class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -2650777734917514059L

Serialized Fields

excelSheet

jxl.Sheet excelSheet

reductionSelection

ExcelWorkbookPane.ExcelWorkbookSelection reductionSelection

columnNames

java.util.List<E> columnNames

annotationTypes

java.util.Map<K,V> annotationTypes

Class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelWorkbookPane extends javax.swing.JPanel implements Serializable

serialVersionUID: 9179757216097316344L

Serialized Fields

excelWorkbook

jxl.Workbook excelWorkbook

sheetsPane

ExtendedJTabbedPane sheetsPane

tables

ExtendedJTable[] tables

selectedView

ExcelWorkbookPane.ExcelWorkbookSelection selectedView

wizardStep

WizardStep wizardStep

reader

ExcelExampleSource reader

Package com.rapidminer.gui.tools.syntax

Class com.rapidminer.gui.tools.syntax.InputHandler.ClipCopy extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 2942143617686299824L

Class com.rapidminer.gui.tools.syntax.InputHandler.ClipCut extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 8199702559544536825L

Class com.rapidminer.gui.tools.syntax.InputHandler.ClipPaste extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 1961399179178333327L

Class com.rapidminer.gui.tools.syntax.InputHandler.SelectAll extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -5706102409245450060L

Class com.rapidminer.gui.tools.syntax.JEditTextArea extends javax.swing.JComponent implements Serializable

serialVersionUID: -3684547177167797759L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

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

Class com.rapidminer.gui.tools.syntax.SyntaxDocument extends javax.swing.text.PlainDocument implements Serializable

serialVersionUID: 5959684700222385821L

Class com.rapidminer.gui.tools.syntax.TextAreaPainter extends javax.swing.JComponent implements Serializable

serialVersionUID: 5512879422283716799L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

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.tools.table

Class com.rapidminer.gui.tools.table.EditableHeaderJTable extends ExtendedJTable implements Serializable

serialVersionUID: 5755728775020479775L

Class com.rapidminer.gui.tools.table.EditableTableHeader extends javax.swing.table.JTableHeader implements Serializable

serialVersionUID: 1L

Serialized Fields

HEADER_ROW

int HEADER_ROW

Class com.rapidminer.gui.tools.table.EditableTableHeaderColumn extends javax.swing.table.TableColumn implements Serializable

serialVersionUID: 1L

Serialized Fields

headerEditor

javax.swing.table.TableCellEditor headerEditor

isHeaderEditable

boolean isHeaderEditable

Package com.rapidminer.gui.viewer

Class com.rapidminer.gui.viewer.AnovaCalculatorViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: -3590704018828402377L

Class com.rapidminer.gui.viewer.ANOVAMatrixViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: 2307394762389768556L

Class com.rapidminer.gui.viewer.ANOVAMatrixViewerTable extends ExtendedJTable implements Serializable

serialVersionUID: -5076213251038547710L

Serialized Fields

matrix

ANOVAMatrix matrix

Class com.rapidminer.gui.viewer.ANOVAMatrixViewerTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -5732155307505605893L

Serialized Fields

matrix

ANOVAMatrix matrix

Class com.rapidminer.gui.viewer.AssociationRuleFilter extends javax.swing.JPanel implements Serializable

serialVersionUID: 5619543957729778883L

Serialized Fields

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

Class com.rapidminer.gui.viewer.AssociationRuleTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -4323147898914632476L

Serialized Fields

rules

AssociationRules rules

mapping

int[] mapping

Class com.rapidminer.gui.viewer.AssociationRuleTableViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: 4589558372186371570L

Serialized Fields

table

javax.swing.JTable table

model

AssociationRuleTableModel model

Class com.rapidminer.gui.viewer.AverageVectorViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: -5108739438512582933L

Serialized Fields

vector

AverageVector vector

Class com.rapidminer.gui.viewer.ClusterTreeVisualization extends javax.swing.JTree implements Serializable

serialVersionUID: 3994390578811027103L

Serialized Fields

clusterModel

java.lang.Object clusterModel

Class com.rapidminer.gui.viewer.ConfusionMatrixViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: 3448880915145528006L

Serialized Fields

table

ConfusionMatrixViewerTable table

Class com.rapidminer.gui.viewer.ConfusionMatrixViewerTable extends ExtendedJTable implements Serializable

serialVersionUID: 3799580633476845998L

Class com.rapidminer.gui.viewer.ConfusionMatrixViewerTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1206988933244249851L

Serialized Fields

classNames

java.lang.String[] classNames

counter

double[][] counter

rowSums

double[] rowSums

columnSums

double[] columnSums

Class com.rapidminer.gui.viewer.DataTableColumnEditTable extends ExtendedJTable implements Serializable

serialVersionUID: 3206734427933036268L

Serialized Fields

model

DataTableColumnEditTableModel model

editableColumnNames

java.util.List<E> editableColumnNames

cellComponents

java.util.List<E> cellComponents

Class com.rapidminer.gui.viewer.DataTableColumnEditTableModel extends DataTableViewerTableModel implements Serializable

serialVersionUID: 8116530590493627673L

Serialized Fields

editableColumnNames

java.util.List<E> editableColumnNames

editableColumnValues

java.lang.Object[][] editableColumnValues

Class com.rapidminer.gui.viewer.DataTableViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: 6878549119308753961L

Serialized Fields

generalInfo

javax.swing.JLabel generalInfo

dataTableViewerTable

DataTableViewerTable dataTableViewerTable

plotterPanel

PlotterPanel plotterPanel

plotterSettings

PlotterConfigurationModel plotterSettings

Class com.rapidminer.gui.viewer.DataTableViewerTable extends ExtendedJTable implements Serializable

serialVersionUID: 3206734427933036268L

Serialized Fields

rendererType

int rendererType

min

double min

max

double max

model

DataTableViewerTableModel model

Class com.rapidminer.gui.viewer.DataTableViewerTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 8116530590493627673L

Class com.rapidminer.gui.viewer.DataViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: -8114228636932871865L

Serialized Fields

generalInfo

javax.swing.JLabel generalInfo

dataTable

DataViewerTable dataTable

filterCounter

javax.swing.JLabel filterCounter
Filter counter display.

Class com.rapidminer.gui.viewer.DataViewerTable extends ExtendedJTable implements Serializable

serialVersionUID: 5535239693801265693L

Serialized Fields

numberOfSpecialAttributes

int numberOfSpecialAttributes

dateColumns

int[] dateColumns

Class com.rapidminer.gui.viewer.DataViewerTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -3057324874942971672L

Serialized Fields

regularAttributes

Attribute[] regularAttributes

specialAttributes

Attribute[] specialAttributes

exampleSet

ExampleSet exampleSet

Class com.rapidminer.gui.viewer.DendrogramPlotter extends javax.swing.JPanel implements Serializable

serialVersionUID: 2892192060246909733L

Serialized Fields

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

Class com.rapidminer.gui.viewer.FrequentItemSetsTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1497336028647445690L

Serialized Fields

frequentSets

FrequentItemSets frequentSets

mapping

int[] mapping

maxItemSetSize

int maxItemSetSize

Class com.rapidminer.gui.viewer.FrequentItemSetVisualization extends javax.swing.JPanel implements Serializable

serialVersionUID: -4353590225271845908L

Serialized Fields

model

FrequentItemSetsTableModel model

totalSizeLabel

javax.swing.JLabel totalSizeLabel

minItemSetSizeLabel

javax.swing.JLabel minItemSetSizeLabel

Class com.rapidminer.gui.viewer.MetaDataViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: 5466205420267797125L

Serialized Fields

generalInfo

javax.swing.JLabel generalInfo

metaDataTable

MetaDataViewerTable metaDataTable

Class com.rapidminer.gui.viewer.MetaDataViewerTable extends ExtendedJTable implements Serializable

serialVersionUID: -4879028136543294746L

Serialized Fields

numberOfSpecialAttributeRows

int numberOfSpecialAttributeRows

model

MetaDataViewerTableModel model

Class com.rapidminer.gui.viewer.MetaDataViewerTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -1598719681189990076L

Serialized Fields

currentMapping

int[] currentMapping

exampleSet

ExampleSet exampleSet

regularAttributes

Attribute[] regularAttributes

specialAttributes

Attribute[] specialAttributes

specialAttributeNames

java.lang.String[] specialAttributeNames

Class com.rapidminer.gui.viewer.NumericalMatrixViewerTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 8116530590493627673L

Class com.rapidminer.gui.viewer.PerformanceVectorViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: -5848837142789453985L

Class com.rapidminer.gui.viewer.ROCChartPlotter extends javax.swing.JPanel implements Serializable

serialVersionUID: -5819082000307077237L

Serialized Fields

dataset

org.jfree.data.xy.YIntervalSeriesCollection dataset
The data set used for the plotter.


rocDataLists

java.util.Map<K,V> rocDataLists

colorProvider

ColorProvider colorProvider

Class com.rapidminer.gui.viewer.ROCViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: -5441366103559588567L

Serialized Fields

plotter

ROCChartPlotter plotter

Class com.rapidminer.gui.viewer.RuleSetTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -4323147898914632476L

Serialized Fields

rules

RuleSet rules

Class com.rapidminer.gui.viewer.SimilarityKDistanceVisualization extends PlotterAdapter implements Serializable

serialVersionUID: -3774235976141625821L

Serialized Fields

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

Class com.rapidminer.gui.viewer.SimilarityTable extends javax.swing.JPanel implements Serializable

serialVersionUID: 8251521865453407142L

Serialized Fields

similarityTable

ExtendedJTable similarityTable

Class com.rapidminer.gui.viewer.SimilarityTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 7451178433975831387L

Serialized Fields

similarity

DistanceMeasure similarity

exampleSet

ExampleSet exampleSet

idAttribute

Attribute idAttribute

Class com.rapidminer.gui.viewer.SimilarityVisualization extends javax.swing.JPanel implements Serializable

serialVersionUID: 1976956148942768107L


Package com.rapidminer.gui.viewer.collection

Class com.rapidminer.gui.viewer.collection.CollectionTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

ICON_FOLDER_OPEN

javax.swing.Icon ICON_FOLDER_OPEN

ICON_FOLDER_CLOSED

javax.swing.Icon ICON_FOLDER_CLOSED

childNames

java.util.Map<K,V> childNames

Class com.rapidminer.gui.viewer.collection.CollectionViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: -322963469866592863L

Serialized Fields

current

java.awt.Component current
The currently used visualization component.


collection

IOObject collection

Package com.rapidminer.gui.wizards

Class com.rapidminer.gui.wizards.AbstractConfigurationWizard extends javax.swing.JDialog implements Serializable

serialVersionUID: -2633062859175838003L

Serialized Fields

previous

javax.swing.JButton previous

next

com.rapidminer.gui.wizards.AbstractConfigurationWizard.NextButton next

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

Class com.rapidminer.gui.wizards.AbstractConfigurationWizardCreator extends java.lang.Object implements Serializable

serialVersionUID: 3622980797331677255L

Serialized Fields

parameters

java.util.Map<K,V> parameters

Class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizard extends AbstractConfigurationWizard implements Serializable

serialVersionUID: 1261772342282270078L

Serialized Fields

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.

Class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable extends ExtendedJTable implements Serializable

serialVersionUID: -2517765684242352099L

Class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardCreator extends AbstractConfigurationWizardCreator implements Serializable

serialVersionUID: 2690870634059674565L

Class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardDataTable extends ExtendedJTable implements Serializable

serialVersionUID: -6334023466810899931L

Class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable extends ExtendedJTable implements Serializable

serialVersionUID: -6402806364622312588L

Serialized Fields

model

com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable.ExampleSourceConfigurationWizardValueTypeTableModel model

Package com.rapidminer.operator

Class com.rapidminer.operator.AbstractIOObject extends java.lang.Object implements Serializable

serialVersionUID: 7131412868947165460L

Serialized Fields

source

java.lang.String source
The source of this IOObect. Might be null.

Class com.rapidminer.operator.AbstractModel extends ResultObjectAdapter implements Serializable

serialVersionUID: 1640348739650532634L

Serialized Fields

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.

Class com.rapidminer.operator.Annotations extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

keyValueMap

java.util.LinkedHashMap<K,V> keyValueMap

Class com.rapidminer.operator.GroupedModel extends AbstractModel implements Serializable

serialVersionUID: -4954107247345450771L

Serialized Fields

models

java.util.List<E> models
Contains all models.

Class com.rapidminer.operator.IllegalInputException extends java.lang.Exception implements Serializable

serialVersionUID: 7043386419256147253L

Class com.rapidminer.operator.IllegalNumberOfInnerOperatorsException extends java.lang.Exception implements Serializable

serialVersionUID: 8042272058326397126L

Class com.rapidminer.operator.IOContainer extends java.lang.Object implements Serializable

serialVersionUID: 8152465082153754473L

Serialized Fields

ioObjects

java.util.List<E> ioObjects

Class com.rapidminer.operator.IOObjectCollection extends ResultObjectAdapter implements Serializable

serialVersionUID: 1L

Serialized Fields

objects

java.util.List<E> objects

Class com.rapidminer.operator.MissingIOObjectException extends UserError implements Serializable

serialVersionUID: -4992990462748190926L

Serialized Fields

wanted

java.lang.Class<T> wanted

Class com.rapidminer.operator.OperatorCreationException extends java.lang.Exception implements Serializable

serialVersionUID: 805882946295847566L

Class com.rapidminer.operator.OperatorException extends java.lang.Exception implements Serializable

serialVersionUID: 3626738574540303240L

Class com.rapidminer.operator.ProcessStoppedException extends OperatorException implements Serializable

serialVersionUID: 8299515313202467747L

Serialized Fields

opName

java.lang.String opName

Class com.rapidminer.operator.ResultObjectAdapter extends AbstractIOObject implements Serializable

serialVersionUID: -8621885253590411373L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

annotations

Annotations annotations

Class com.rapidminer.operator.SimpleResultObject extends ResultObjectAdapter implements Serializable

serialVersionUID: 4406724006750155688L

Serialized Fields

name

java.lang.String name

text

java.lang.String text

Class com.rapidminer.operator.UserError extends OperatorException implements Serializable

serialVersionUID: -8441036860570180869L

Serialized Fields

errorIdentifier

java.lang.String errorIdentifier

code

int code

Class com.rapidminer.operator.WrongNumberOfInnerOperatorsException extends java.lang.Exception implements Serializable

serialVersionUID: -1812028558589188050L


Package com.rapidminer.operator.clustering

Class com.rapidminer.operator.clustering.Centroid extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

centroid

double[] centroid

centroidSum

double[] centroidSum

numberOfAssigned

int numberOfAssigned

Class com.rapidminer.operator.clustering.CentroidClusterModel extends ClusterModel implements Serializable

serialVersionUID: 3780908886210272852L

Serialized Fields

dimensionNames

java.util.Collection<E> dimensionNames

centroids

java.util.ArrayList<E> centroids

distanceMeasure

DistanceMeasure distanceMeasure

Class com.rapidminer.operator.clustering.Cluster extends java.lang.Object implements Serializable

serialVersionUID: -7437913251661093493L

Serialized Fields

exampleIds

java.util.ArrayList<E> exampleIds

clusterId

int clusterId

Class com.rapidminer.operator.clustering.ClusterModel extends AbstractModel implements Serializable

serialVersionUID: 3780908886210272852L

Serialized Fields

isAddingAsLabel

boolean isAddingAsLabel

isRemovingUnknown

boolean isRemovingUnknown

clusters

java.util.ArrayList<E> clusters

Class com.rapidminer.operator.clustering.DendogramHierarchicalClusterModel extends HierarchicalClusterModel implements Serializable

serialVersionUID: 941706772535944222L

Class com.rapidminer.operator.clustering.FlatFuzzyClusterModel extends ClusterModel implements Serializable

serialVersionUID: -1408826564261080217L

Serialized Fields

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

Class com.rapidminer.operator.clustering.HierarchicalClusterLeafNode extends HierarchicalClusterNode implements Serializable

serialVersionUID: -8181571984420396236L

Serialized Fields

exampleIds

java.util.Collection<E> exampleIds

Class com.rapidminer.operator.clustering.HierarchicalClusterModel extends ResultObjectAdapter implements Serializable

serialVersionUID: 75808296412095255L

Serialized Fields

rootNode

HierarchicalClusterNode rootNode

Class com.rapidminer.operator.clustering.HierarchicalClusterNode extends java.lang.Object implements Serializable

serialVersionUID: 2249266864895013348L

Serialized Fields

subNodes

java.util.Collection<E> subNodes

distance

double distance

clusterId

java.lang.String clusterId

Package com.rapidminer.operator.clustering.clusterer

Class com.rapidminer.operator.clustering.clusterer.SVCExampleSet extends SVMExamples implements Serializable

serialVersionUID: 6624551227845929687L

Serialized Fields

r

double r

Package com.rapidminer.operator.features.transformation

Class com.rapidminer.operator.features.transformation.AbstractEigenvectorModel extends AbstractModel implements Serializable

serialVersionUID: -7361306351791833948L

Class com.rapidminer.operator.features.transformation.DimensionalityReducerModel extends AbstractModel implements Serializable

serialVersionUID: 1036161585615738268L

Serialized Fields

dimensions

int dimensions
Deprecated. 

p

double[][] p
Deprecated. 

Class com.rapidminer.operator.features.transformation.Eigenvector extends java.lang.Object implements Serializable

serialVersionUID: -624000556228376910L

Serialized Fields

eigenvalue

double eigenvalue

eigenvector

double[] eigenvector

Class com.rapidminer.operator.features.transformation.FastICAModel extends AbstractModel implements Serializable

serialVersionUID: -6380202686511014212L

Serialized Fields

means

double[] means

rowNorm

boolean rowNorm

numberOfComponents

int numberOfComponents

kMatrix

Jama.Matrix kMatrix

wMatrix

Jama.Matrix wMatrix

aMatrix

Jama.Matrix aMatrix

attributeNames

java.lang.String[] attributeNames

numberOfSamples

int numberOfSamples

numberOfAttributes

int numberOfAttributes

keepAttributes

boolean keepAttributes

Class com.rapidminer.operator.features.transformation.GHAModel extends AbstractEigenvectorModel implements Serializable

serialVersionUID: -5204076842779376622L

Serialized Fields

numberOfAttributes

int numberOfAttributes

numberOfComponents

int numberOfComponents

means

double[] means

attributeNames

java.lang.String[] attributeNames

weightVectors

java.util.List<E> weightVectors

keepAttributes

boolean keepAttributes

Class com.rapidminer.operator.features.transformation.KernelPCAModel extends AbstractModel implements Serializable

serialVersionUID: -6699248775014738833L

Serialized Fields

eigenVectors

Jama.Matrix eigenVectors

exampleValues

java.util.ArrayList<E> exampleValues

kernel

Kernel kernel

attributeNames

java.util.ArrayList<E> attributeNames

means

double[] means

Class com.rapidminer.operator.features.transformation.PCAModel extends AbstractEigenvectorModel implements Serializable

serialVersionUID: 5424591594470376525L

Serialized Fields

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

Class com.rapidminer.operator.features.transformation.SOMDimensionalityReductionModel extends AbstractModel implements Serializable

serialVersionUID: 7249399167412746295L

Serialized Fields

net

KohonenNet net

dimensions

int dimensions

Class com.rapidminer.operator.features.transformation.SVDModel extends AbstractModel implements Serializable

serialVersionUID: 5424591594470376525L

Serialized Fields

vMatrix

Jama.Matrix vMatrix

singularValues

double[] singularValues

cumulativeSingularValueProportion

double[] cumulativeSingularValueProportion

singularValuesSum

double singularValuesSum

attributeNames

java.lang.String[] attributeNames

manualNumber

boolean manualNumber

numberOfComponents

int numberOfComponents

proportionThreshold

double proportionThreshold

useLegacyNames

boolean useLegacyNames

keepAttributes

boolean keepAttributes

Class com.rapidminer.operator.features.transformation.WeightVector extends java.lang.Object implements Serializable

serialVersionUID: -8280081065217261596L

Serialized Fields

eigenvalue

double eigenvalue

weights

double[] weights

Package com.rapidminer.operator.generator

Class com.rapidminer.operator.generator.TargetFunction.FunctionException extends java.lang.Exception implements Serializable

serialVersionUID: -990633489806141677L

Serialized Fields

functionName

java.lang.String functionName

Package com.rapidminer.operator.io

Class com.rapidminer.operator.io.AbstractDataReader.TooLongRowLengthException extends com.rapidminer.operator.io.AbstractDataReader.UnexpectedRowLenghtException implements Serializable

serialVersionUID: -9079042758212112074L

Class com.rapidminer.operator.io.AbstractDataReader.TooShortRowLengthException extends com.rapidminer.operator.io.AbstractDataReader.UnexpectedRowLenghtException implements Serializable

serialVersionUID: -9183147637149034838L

Class com.rapidminer.operator.io.AbstractDataReader.UnexpectedValueTypeException extends OperatorException implements Serializable

serialVersionUID: 1L

Serialized Fields

expectedValueType

int expectedValueType

row

int row

column

int column

value

java.lang.Object value

Package com.rapidminer.operator.learner

Class com.rapidminer.operator.learner.PredictionModel extends AbstractModel implements Serializable

serialVersionUID: 6295359038239089617L

Class com.rapidminer.operator.learner.SimpleBinaryPredictionModel extends PredictionModel implements Serializable

serialVersionUID: 1540861516979781090L

Serialized Fields

threshold

double threshold

Class com.rapidminer.operator.learner.SimplePredictionModel extends PredictionModel implements Serializable

serialVersionUID: 6275902545494306001L

Class com.rapidminer.operator.learner.UpdateablePredictionModel extends PredictionModel implements Serializable

serialVersionUID: -4204522134594981103L


Package com.rapidminer.operator.learner.associations

Class com.rapidminer.operator.learner.associations.AssociationRule extends java.lang.Object implements Serializable

serialVersionUID: -4788528227281876533L

Serialized Fields

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

Class com.rapidminer.operator.learner.associations.AssociationRules extends ResultObjectAdapter implements Serializable

serialVersionUID: 3734387908954857589L

Serialized Fields

associationRules

java.util.List<E> associationRules

Class com.rapidminer.operator.learner.associations.BooleanAttributeItem extends java.lang.Object implements Serializable

serialVersionUID: -7963677912091349984L

Serialized Fields

frequency

int frequency

name

java.lang.String name

Class com.rapidminer.operator.learner.associations.FrequentItemSet extends java.lang.Object implements Serializable

serialVersionUID: 180867073198503510L

Serialized Fields

items

java.util.ArrayList<E> items

frequency

int frequency

Class com.rapidminer.operator.learner.associations.FrequentItemSets extends ResultObjectAdapter implements Serializable

serialVersionUID: -6195363961857170621L

Serialized Fields

numberOfTransactions

int numberOfTransactions

maximumSetSize

int maximumSetSize

frequentSets

java.util.ArrayList<E> frequentSets

Package com.rapidminer.operator.learner.associations.gsp

Class com.rapidminer.operator.learner.associations.gsp.CountingInformations extends java.lang.Object implements Serializable

serialVersionUID: 8189264534462569310L

Serialized Fields

windowSize

double windowSize

maxGap

double maxGap

minGap

double minGap

allCandidates

java.util.ArrayList<E> allCandidates

candidateCounter

boolean[] candidateCounter

Class com.rapidminer.operator.learner.associations.gsp.DataSequence extends Sequence implements Serializable

serialVersionUID: -7914523040469057204L

Serialized Fields

times

double[][] times

Class com.rapidminer.operator.learner.associations.gsp.GSPSet extends ResultObjectAdapter implements Serializable

serialVersionUID: 4739128489323129098L

Serialized Fields

sequences

java.util.TreeSet<E> sequences

maxTransactions

int maxTransactions

Class com.rapidminer.operator.learner.associations.gsp.Item extends java.lang.Object implements Serializable

serialVersionUID: 34234L

Serialized Fields

name

java.lang.String name

index

int index

Class com.rapidminer.operator.learner.associations.gsp.Sequence extends java.util.ArrayList<Transaction> implements Serializable

serialVersionUID: -5774432548086375L

Class com.rapidminer.operator.learner.associations.gsp.Transaction extends java.util.ArrayList<Item> implements Serializable

serialVersionUID: 8725134393133916536L

Serialized Fields

time

double time

Package com.rapidminer.operator.learner.bayes

Class com.rapidminer.operator.learner.bayes.DiscriminantModel extends SimplePredictionModel implements Serializable

serialVersionUID: 3793343069512113817L

Serialized Fields

alpha

double alpha

labels

java.lang.String[] labels

meanVectors

Jama.Matrix[] meanVectors

inverseCovariances

Jama.Matrix[] inverseCovariances

aprioriProbabilities

double[] aprioriProbabilities

constClassValues

double[] constClassValues

Class com.rapidminer.operator.learner.bayes.DistributionModel extends UpdateablePredictionModel implements Serializable

serialVersionUID: -402827845291958569L

Class com.rapidminer.operator.learner.bayes.KernelDistributionModel extends DistributionModel implements Serializable

serialVersionUID: -402827845291958569L

Serialized Fields

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: attributes 2nd: classes 3nd: nominal values or value sum (index=0) and squared value sum (index=1)


priors

double[] priors
Class log (!) a-priori probabilities.


distributionProperties

double[][][] distributionProperties
Specifies the a-postiori distributions. Contains the log (!) a-postiori Probabilities that certain values occur given the class value for nominal values. Contains the means and standard deviations for numerical attributes. Array dimensions: 1st: attributes 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 probabilities have to be calculated.


useApplianceGrid

boolean useApplianceGrid

grid

double[][][] grid

gridSize

int gridSize

Class com.rapidminer.operator.learner.bayes.SimpleDistributionModel extends DistributionModel implements Serializable

serialVersionUID: -402827845291958569L

Serialized Fields

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: attributes 2nd: classes 3nd: nominal values or value sum (index=0) and squared value sum (index=1)


priors

double[] priors
Class log (!) a-priori probabilities.


distributionProperties

double[][][] distributionProperties
Specifies the a-postiori distributions. Contains the log (!) a-postiori probabilities that certain values occur given the class value for nominal values. Contains the means and standard deviations for numerical attributes. Array dimensions: 1st: attributes 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 probabilities have to be calculated.


Package com.rapidminer.operator.learner.functions

Class com.rapidminer.operator.learner.functions.FastMarginModel extends PredictionModel implements Serializable

serialVersionUID: 7701199447666181333L

Serialized Fields

linearModel

liblinear.Model linearModel

useBias

boolean useBias

attributeConstructions

java.lang.String[] attributeConstructions

Class com.rapidminer.operator.learner.functions.HyperplaneModel extends SimplePredictionModel implements Serializable

serialVersionUID: -4990692589416639697L

Serialized Fields

coefficientNames

java.lang.String[] coefficientNames

coefficients

double[] coefficients

intercept

double intercept

classNegative

java.lang.String classNegative

classPositive

java.lang.String classPositive

kernel

Kernel kernel

Class com.rapidminer.operator.learner.functions.LinearRegressionModel extends PredictionModel implements Serializable

serialVersionUID: 8381268071090932037L

Serialized Fields

attributeNames

java.lang.String[] attributeNames

attributeConstructions

java.lang.String[] attributeConstructions

selectedAttributes

boolean[] selectedAttributes

coefficients

double[] coefficients

standardErrors

double[] standardErrors

tolerances

double[] tolerances

standardizedCoefficients

double[] standardizedCoefficients

tStatistics

double[] tStatistics

pValues

double[] pValues

useIntercept

boolean useIntercept

firstClassName

java.lang.String firstClassName

secondClassName

java.lang.String secondClassName

Class com.rapidminer.operator.learner.functions.LogisticRegressionModel extends SimpleBinaryPredictionModel implements Serializable

serialVersionUID: -966943348790852574L

Serialized Fields

beta

double[] beta

standardError

double[] standardError

waldStatistic

double[] waldStatistic

attributeNames

java.lang.String[] attributeNames

interceptAdded

boolean interceptAdded

Class com.rapidminer.operator.learner.functions.PolynomialRegressionModel extends SimplePredictionModel implements Serializable

serialVersionUID: 5503523600824976254L

Serialized Fields

attributeConstructions

java.lang.String[] attributeConstructions

coefficients

double[][] coefficients

degrees

double[][] degrees

offset

double offset

Class com.rapidminer.operator.learner.functions.SeeminglyUnrelatedRegressionModel extends PredictionModel implements Serializable

serialVersionUID: 4843759046775802520L

Serialized Fields

usedAttributeNames

java.util.ArrayList<E> usedAttributeNames

labelNames

java.util.ArrayList<E> labelNames

coefficients

double[] coefficients

Class com.rapidminer.operator.learner.functions.VectorRegressionModel extends PredictionModel implements Serializable

serialVersionUID: 8381268071090932037L

Serialized Fields

labelNames

java.lang.String[] labelNames

attributeNames

java.lang.String[] attributeNames

coefficients

Jama.Matrix coefficients

useIntercept

boolean useIntercept

Package com.rapidminer.operator.learner.functions.kernel

Class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel extends KernelModel implements Serializable

serialVersionUID: 2812901947459843681L

Serialized Fields

model

SVMExamples model

kernel

Kernel kernel

weights

double[] weights

Class com.rapidminer.operator.learner.functions.kernel.GPModel extends KernelModel implements Serializable

serialVersionUID: 6094706651995436944L

Serialized Fields

model

Model model

Class com.rapidminer.operator.learner.functions.kernel.JMySVMModel extends AbstractMySVMModel implements Serializable

serialVersionUID: 7748169156351553025L

Class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel extends KernelModel implements Serializable

serialVersionUID: 2848059541066828127L

Serialized Fields

kernel

Kernel kernel
The used kernel function.


supportVectors

java.util.List<E> supportVectors
The list of all support vectors.


bias

double bias
The bias.

Class com.rapidminer.operator.learner.functions.kernel.KernelModel extends PredictionModel implements Serializable

serialVersionUID: 7480153570564620067L

Serialized Fields

attributeConstructions

java.lang.String[] attributeConstructions

Class com.rapidminer.operator.learner.functions.kernel.LibSVMModel extends KernelModel implements Serializable

serialVersionUID: -2654603017217487365L

Serialized Fields

model

libsvm.svm_model model

numberOfAttributes

int numberOfAttributes

confidenceForMultiClass

boolean confidenceForMultiClass

Class com.rapidminer.operator.learner.functions.kernel.LinearMySVMModel extends PredictionModel implements Serializable

serialVersionUID: 2812901947459843681L

Serialized Fields

meanVariances

java.util.Map<K,V> meanVariances

bias

double bias

weights

double[] weights

Class com.rapidminer.operator.learner.functions.kernel.MyKLRModel extends AbstractMySVMModel implements Serializable

serialVersionUID: 8033254475867697195L

Class com.rapidminer.operator.learner.functions.kernel.RVMModel extends KernelModel implements Serializable

serialVersionUID: -26935964796619097L

Serialized Fields

model

Model model

Class com.rapidminer.operator.learner.functions.kernel.SupportVector extends java.lang.Object implements Serializable

serialVersionUID: -8544548121343344760L

Serialized Fields

x

double[] x

y

double y

alpha

double alpha

Package com.rapidminer.operator.learner.functions.kernel.evosvm

Class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel extends KernelModel implements Serializable

serialVersionUID: 2848059541066828127L

Serialized Fields

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

Class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Model extends java.lang.Object implements Serializable

serialVersionUID: 1695426983570182267L

Serialized Fields

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

Class com.rapidminer.operator.learner.functions.kernel.hyperhyper.HyperModel extends PredictionModel implements Serializable

serialVersionUID: -453402008180607969L

Serialized Fields

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

Class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExample extends java.lang.Object implements Serializable

serialVersionUID: 8539279195547132597L

Serialized Fields

index

int[] index

att

double[] att

Class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples extends java.lang.Object implements Serializable

serialVersionUID: 7204578592570791663L

Serialized Fields

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.

Class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples.MeanVariance extends java.lang.Object implements Serializable

serialVersionUID: 2700347887530126670L

Serialized Fields

mean

double mean

variance

double variance

Package com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel

Class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel extends java.lang.Object implements Serializable

serialVersionUID: 6086202515099260920L

Serialized Fields

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

Class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelAnova extends Kernel implements Serializable

serialVersionUID: -8670034220969832253L

Serialized Fields

sigma

double sigma

degree

double degree

Class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelDot extends Kernel implements Serializable

serialVersionUID: -6384697098131949237L

Class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelEpanechnikov extends Kernel implements Serializable

serialVersionUID: -2375190740988942684L

Serialized Fields

sigma

double sigma

degree

double degree

Class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelGaussianCombination extends Kernel implements Serializable

serialVersionUID: 6080834703694525403L

Serialized Fields

sigma1

double sigma1

sigma2

double sigma2

sigma3

double sigma3

Class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelMultiquadric extends Kernel implements Serializable

serialVersionUID: -9152135200919885773L

Serialized Fields

sigma

double sigma

shift

double shift

Class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelNeural extends Kernel implements Serializable

serialVersionUID: 3862702323530107467L

Serialized Fields

a

double a

b

double b

Class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelPolynomial extends Kernel implements Serializable

serialVersionUID: 7385441798122306059L

Serialized Fields

degree

double degree

Class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelRadial extends Kernel implements Serializable

serialVersionUID: -4479949116041525534L

Serialized Fields

gamma

double gamma

Package com.rapidminer.operator.learner.functions.kernel.rvm

Class com.rapidminer.operator.learner.functions.kernel.rvm.Model extends java.lang.Object implements Serializable

serialVersionUID: -8223343885533884477L

Serialized Fields

kernels

KernelBasisFunction[] kernels

weights

double[] weights

bias

boolean bias

regression

boolean regression

Package com.rapidminer.operator.learner.functions.kernel.rvm.kernel

Class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.Kernel extends java.lang.Object implements Serializable

serialVersionUID: -8434771989480100605L

Class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelBasisFunction extends java.lang.Object implements Serializable

serialVersionUID: 6468092358201066159L

Serialized Fields

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

Class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelCauchy extends KernelRadial implements Serializable

serialVersionUID: 4933996037410512408L

Class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelEpanechnikov extends Kernel implements Serializable

serialVersionUID: -1706678102534775619L

Serialized Fields

sigma

double sigma
The parameter sigma of the Epanechnikov kernel.


degree

double degree
The parameter degree of the Epanechnikov kernel.

Class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelGaussianCombination extends Kernel implements Serializable

serialVersionUID: -8071778790596969872L

Serialized Fields

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.

Class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelLaplace extends KernelRadial implements Serializable

serialVersionUID: -6119888769441823765L

Class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelMultiquadric extends Kernel implements Serializable

serialVersionUID: -5537408210606781153L

Serialized Fields

sigma

double sigma
The parameter sigma of the Multiquadric kernel.


shift

double shift
The parameter shift of the multiquadric kernel.

Class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelPoly extends KernelRadial implements Serializable

serialVersionUID: -118526840262643388L

Serialized Fields

degree

double degree
Polynomial order


bias

double bias
Bias

Class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelRadial extends Kernel implements Serializable

serialVersionUID: 2728320273018583212L

Serialized Fields

lengthScale

double lengthScale
LengthScale parameter

Class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelSigmoid extends Kernel implements Serializable

serialVersionUID: 5056175330389455467L

Serialized Fields

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

Class com.rapidminer.operator.learner.functions.neuralnet.ActivationFunction extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetModel extends PredictionModel implements Serializable

serialVersionUID: -2206598483097451366L

Serialized Fields

attributeNames

java.lang.String[] attributeNames

inputNodes

InputNode[] inputNodes

innerNodes

InnerNode[] innerNodes

outputNodes

OutputNode[] outputNodes

Class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetVisualizer extends javax.swing.JPanel implements Serializable

serialVersionUID: -26826681541601736L

Serialized Fields

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

Class com.rapidminer.operator.learner.functions.neuralnet.InnerNode extends Node implements Serializable

serialVersionUID: 8187951447455119892L

Serialized Fields

weights

double[] weights
The weights for the inputs, the first weight is used for the threshold.


weightChanges

double[] weightChanges
The last change of the weights.


randomGenerator

RandomGenerator randomGenerator
The random generator used for the creation of random numbers.


function

ActivationFunction function
The activation function for this hidden node.

Class com.rapidminer.operator.learner.functions.neuralnet.InputNode extends Node implements Serializable

serialVersionUID: -7509629595651602261L

Serialized Fields

attribute

Attribute attribute

attributeRange

double attributeRange

attributeBase

double attributeBase

normalize

boolean normalize

Class com.rapidminer.operator.learner.functions.neuralnet.LinearFunction extends ActivationFunction implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetModel extends PredictionModel implements Serializable

serialVersionUID: 776221623930869372L

Serialized Fields

neuralNet

org.joone.net.NeuralNet neuralNet

attributeNames

java.lang.String[] attributeNames

numberOfInputAttributes

int numberOfInputAttributes

minLabel

double minLabel

maxLabel

double maxLabel

Class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1511167115976161350L

Serialized Fields

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

Class com.rapidminer.operator.learner.functions.neuralnet.Node extends java.lang.Object implements Serializable

serialVersionUID: -4888796462060891114L

Serialized Fields

layerIndex

int layerIndex

nodeName

java.lang.String nodeName

nodeType

int nodeType

weightsAreUpdated

boolean weightsAreUpdated

inputNodes

Node[] inputNodes

outputNodes

Node[] outputNodes

inputNodeOutputIndices

int[] inputNodeOutputIndices

outputNodeInputIndices

int[] outputNodeInputIndices

currentValue

double currentValue

currentError

double currentError

Class com.rapidminer.operator.learner.functions.neuralnet.OutputNode extends Node implements Serializable

serialVersionUID: 23423534L

Serialized Fields

label

Attribute label

classIndex

int classIndex

labelRange

double labelRange

labelBase

double labelBase

Class com.rapidminer.operator.learner.functions.neuralnet.SigmoidFunction extends ActivationFunction implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetModel extends PredictionModel implements Serializable

serialVersionUID: 332041465701627316L

Serialized Fields

network

org.encog.neural.networks.BasicNetwork network

attributeNames

java.lang.String[] attributeNames

attributeMin

double[] attributeMin

attributeMax

double[] attributeMax

labelMin

double labelMin

labelMax

double labelMax

Class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1511167115976161350L

Serialized Fields

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

Class com.rapidminer.operator.learner.igss.IGSSResult extends ResultObjectAdapter implements Serializable

serialVersionUID: -3021620651938759878L

Serialized Fields

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

Class com.rapidminer.operator.learner.igss.hypothesis.GSSModel extends PredictionModel implements Serializable

serialVersionUID: -9210831626413275099L

Serialized Fields

hypothesis

Hypothesis hypothesis
The all hypothesis of the model.


confidences

double[] confidences
The confidence values for all predictions.


crisp

boolean crisp
crisp only crisp ...

Class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis extends java.lang.Object implements Serializable

serialVersionUID: 2081084133296284530L

Serialized Fields

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.

Class com.rapidminer.operator.learner.igss.hypothesis.Literal extends java.lang.Object implements Serializable

serialVersionUID: 8699112785374243703L

Serialized Fields

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.

Class com.rapidminer.operator.learner.igss.hypothesis.Rule extends Hypothesis implements Serializable

serialVersionUID: -1121263970366784202L

Serialized Fields

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

Class com.rapidminer.operator.learner.lazy.AttributeBasedVotingModel extends PredictionModel implements Serializable

serialVersionUID: -8814468417883548971L

Serialized Fields

majorityVote

double majorityVote

Class com.rapidminer.operator.learner.lazy.AttributeDefaultModel extends PredictionModel implements Serializable

serialVersionUID: 3987661566241516287L

Serialized Fields

sourceAttributeName

java.lang.String sourceAttributeName

Class com.rapidminer.operator.learner.lazy.DefaultModel extends PredictionModel implements Serializable

serialVersionUID: -1455906287520811107L

Serialized Fields

value

double value
The default prediction.


confidences

double[] confidences
The confidence values for all predictions.

Class com.rapidminer.operator.learner.lazy.KNNClassificationModel extends UpdateablePredictionModel implements Serializable

serialVersionUID: -6292869962412072573L

Serialized Fields

k

int k

size

int size

samples

GeometricDataCollection<T extends java.io.Serializable> samples

sampleAttributeNames

java.util.ArrayList<E> sampleAttributeNames

weightByDistance

boolean weightByDistance

Class com.rapidminer.operator.learner.lazy.KNNRegressionModel extends UpdateablePredictionModel implements Serializable

serialVersionUID: -6292869962412072573L

Serialized Fields

k

int k

size

int size

samples

GeometricDataCollection<T extends java.io.Serializable> samples

sampleAttributeNames

java.util.ArrayList<E> sampleAttributeNames

weightByDistance

boolean weightByDistance

Package com.rapidminer.operator.learner.local

Class com.rapidminer.operator.learner.local.AtLeastNeighborhood extends java.lang.Object implements Serializable

serialVersionUID: -9140050953901279562L

Serialized Fields

distance

double distance

minK

int minK

Class com.rapidminer.operator.learner.local.DistanceNeighborhood extends java.lang.Object implements Serializable

serialVersionUID: -4880619185491306844L

Serialized Fields

withinDistance

double withinDistance

Class com.rapidminer.operator.learner.local.LocalPolynomialRegressionModel extends PredictionModel implements Serializable

serialVersionUID: -4874020185611138104L

Serialized Fields

samples

GeometricDataCollection<T extends java.io.Serializable> samples

neighborhood

Neighborhood neighborhood

kernelSmoother

SmoothingKernel kernelSmoother

degree

int degree

ridge

double ridge

Class com.rapidminer.operator.learner.local.LocalPolynomialRegressionModel.RegressionData extends java.lang.Object implements Serializable

serialVersionUID: 8540161261369474329L

Serialized Fields

exampleValues

double[] exampleValues

exampleLabel

double exampleLabel

exampleWeight

double exampleWeight

Class com.rapidminer.operator.learner.local.NearestNeighborNeighborhood extends java.lang.Object implements Serializable

serialVersionUID: 3449482421551746223L

Serialized Fields

k

int k

Class com.rapidminer.operator.learner.local.RelativeNeighborhood extends java.lang.Object implements Serializable

serialVersionUID: -3244742069757655400L

Serialized Fields

relativeSize

double relativeSize

Package com.rapidminer.operator.learner.meta

Class com.rapidminer.operator.learner.meta.AdaBoostModel extends PredictionModel implements Serializable

serialVersionUID: -4145136493164813582L

Serialized Fields

models

java.util.List<E> models

weights

java.util.List<E> weights

maxModelNumber

int maxModelNumber

Class com.rapidminer.operator.learner.meta.AdditiveRegressionModel extends PredictionModel implements Serializable

serialVersionUID: -8036434608645810089L

Serialized Fields

defaultModel

Model defaultModel

residualModels

Model[] residualModels

shrinkage

double shrinkage

Class com.rapidminer.operator.learner.meta.BaggingModel extends PredictionModel implements Serializable

serialVersionUID: -4691755811263523354L

Serialized Fields

models

java.util.List<E> models
Holds the models.

Class com.rapidminer.operator.learner.meta.BayBoostBaseModelInfo extends java.lang.Object implements Serializable

serialVersionUID: 2818741267629650262L

Serialized Fields

model

Model model

matrix

ContingencyMatrix matrix

Class com.rapidminer.operator.learner.meta.BayBoostModel extends PredictionModel implements Serializable

serialVersionUID: 5821921049035718838L

Serialized Fields

modelInfo

java.util.List<E> modelInfo

priors

double[] priors

maxModelNumber

int maxModelNumber

threshold

double threshold

Class com.rapidminer.operator.learner.meta.BayBoostStream.BatchFilterCondition extends java.lang.Object implements Serializable

serialVersionUID: 7910713773299060449L

Serialized Fields

batchNumber

int batchNumber

attribute

Attribute attribute

Class com.rapidminer.operator.learner.meta.Binary2MultiClassModel extends PredictionModel implements Serializable

serialVersionUID: -8146985010710684043L

Serialized Fields

models

Model[] models

modelNames

java.util.LinkedList<E> modelNames

codeMatrix

java.lang.String[][] codeMatrix

classificationType

int classificationType

Class com.rapidminer.operator.learner.meta.ContingencyMatrix extends java.lang.Object implements Serializable

serialVersionUID: -4919765585974259997L

Serialized Fields

matrix

double[][] matrix

rowSums

double[] rowSums

colSums

double[] colSums

total

double total

Class com.rapidminer.operator.learner.meta.HierarchicalModel extends PredictionModel implements Serializable

serialVersionUID: -5792943818860734082L

Serialized Fields

root

HierarchicalModel.Node root
Deprecated. 

Class com.rapidminer.operator.learner.meta.HierarchicalModel.Node extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

className

java.lang.String className

children

java.util.List<E> children

parent

HierarchicalModel.Node parent

model

Model model

Class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel extends PredictionModel implements Serializable

serialVersionUID: -5792943818860734082L

Serialized Fields

root

HierarchicalMultiClassModel.Node root

Class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel.Node extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

className

java.lang.String className

partitionId

int partitionId

children

java.util.LinkedHashMap<K,V> children

childrenList

java.util.List<E> childrenList

parent

HierarchicalMultiClassModel.Node parent

model

Model model

Class com.rapidminer.operator.learner.meta.MetaCostModel extends PredictionModel implements Serializable

serialVersionUID: -7378871544357578954L

Serialized Fields

models

Model[] models

costMatrix

double[][] costMatrix

Class com.rapidminer.operator.learner.meta.MultiModelByRegression extends PredictionModel implements Serializable

serialVersionUID: 4526668088304067678L

Serialized Fields

models

Model[] models

Class com.rapidminer.operator.learner.meta.RelativeRegressionModel extends PredictionModel implements Serializable

serialVersionUID: -8474869399613666453L

Serialized Fields

relativeAttributeName

java.lang.String relativeAttributeName

baseModel

Model baseModel

Class com.rapidminer.operator.learner.meta.SDEnsemble extends PredictionModel implements Serializable

serialVersionUID: 1320495411014477089L

Serialized Fields

modelInfo

java.util.List<E> modelInfo

maxModelNumber

int maxModelNumber

predictionsFile

java.io.File predictionsFile

print_to_stdout

boolean print_to_stdout

priors

double[] priors

Class com.rapidminer.operator.learner.meta.SimpleVoteModel extends SimplePredictionModel implements Serializable

serialVersionUID: 1089932073805038503L

Serialized Fields

baseModels

java.util.List<E> baseModels

Class com.rapidminer.operator.learner.meta.StackingModel extends PredictionModel implements Serializable

serialVersionUID: -3978054415189320147L

Serialized Fields

modelName

java.lang.String modelName

baseModels

java.util.List<E> baseModels

stackingModel

Model stackingModel

useAllAttributes

boolean useAllAttributes

Class com.rapidminer.operator.learner.meta.ThresholdModel extends PredictionModel implements Serializable

serialVersionUID: -4224958349396815500L

Serialized Fields

thresholds

double[] thresholds

innerModel

Model innerModel

Class com.rapidminer.operator.learner.meta.TransformedRegressionModel extends PredictionModel implements Serializable

serialVersionUID: -1273082758742436998L

Serialized Fields

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

Class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel extends SimplePredictionModel implements Serializable

serialVersionUID: 9088700646188411002L

Serialized Fields

predictedLabel

int predictedLabel

myLiterals

java.util.Vector<E> myLiterals

Class com.rapidminer.operator.learner.rules.Rule extends java.lang.Object implements Serializable

serialVersionUID: 7355669588176081975L

Serialized Fields

terms

java.util.LinkedList<E> terms

labelName

java.lang.String labelName

frequencies

int[] frequencies

frequencySum

int frequencySum

Class com.rapidminer.operator.learner.rules.RuleModel extends SimplePredictionModel implements Serializable

serialVersionUID: 7792658268037025366L

Serialized Fields

rules

java.util.List<E> rules

Package com.rapidminer.operator.learner.subgroups

Class com.rapidminer.operator.learner.subgroups.RuleSet extends SimplePredictionModel implements Serializable

serialVersionUID: -47885282272818733L

Serialized Fields

predictUncoveredRules

boolean predictUncoveredRules

rules

java.util.LinkedList<E> rules

utilityFunctions

java.util.LinkedHashSet<E> utilityFunctions

Package com.rapidminer.operator.learner.subgroups.hypothesis

Class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis extends java.lang.Object implements Serializable

serialVersionUID: 8694312785374243323L

Serialized Fields

literalMap

java.util.LinkedHashMap<K,V> literalMap

restrictedAttributes

com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis.AttributeQueue restrictedAttributes

coveredWeight

double coveredWeight

positiveWeight

double positiveWeight

Class com.rapidminer.operator.learner.subgroups.hypothesis.Literal extends java.lang.Object implements Serializable

serialVersionUID: 8699112785374243323L

Serialized Fields

attribute

Attribute attribute

value

double value

Class com.rapidminer.operator.learner.subgroups.hypothesis.Rule extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hypothesis

Hypothesis hypothesis

prediction

Literal prediction

utilityMap

java.util.LinkedHashMap<K,V> utilityMap

Package com.rapidminer.operator.learner.subgroups.utility

Class com.rapidminer.operator.learner.subgroups.utility.Accuracy extends UtilityFunction implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.learner.subgroups.utility.Bias extends UtilityFunction implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.learner.subgroups.utility.Binomial extends UtilityFunction implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.learner.subgroups.utility.Coverage extends UtilityFunction implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.learner.subgroups.utility.Lift extends UtilityFunction implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.learner.subgroups.utility.Odds extends UtilityFunction implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.learner.subgroups.utility.OddsRatio extends UtilityFunction implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.learner.subgroups.utility.Precision extends UtilityFunction implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.learner.subgroups.utility.Squared extends UtilityFunction implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

totalWeight

double totalWeight

totalPositiveWeight

double totalPositiveWeight

totalNegativeWeight

double totalNegativeWeight

priors

double[] priors

Class com.rapidminer.operator.learner.subgroups.utility.WRAcc extends UtilityFunction implements Serializable

serialVersionUID: 1L


Package com.rapidminer.operator.learner.tree

Class com.rapidminer.operator.learner.tree.AbstractSplitCondition extends java.lang.Object implements Serializable

serialVersionUID: 6990047305990853177L

Serialized Fields

attributeName

java.lang.String attributeName

Class com.rapidminer.operator.learner.tree.Edge extends java.lang.Object implements Serializable

serialVersionUID: -6470281011799533198L

Serialized Fields

condition

SplitCondition condition

child

Tree child

Class com.rapidminer.operator.learner.tree.GreaterSplitCondition extends AbstractSplitCondition implements Serializable

serialVersionUID: 7094464803196955502L

Serialized Fields

value

double value

Class com.rapidminer.operator.learner.tree.LessEqualsSplitCondition extends AbstractSplitCondition implements Serializable

serialVersionUID: 6658964566718050949L

Serialized Fields

value

double value

Class com.rapidminer.operator.learner.tree.MultiCriterionDecisionStumps.DecisionStumpModel extends SimplePredictionModel implements Serializable

serialVersionUID: -261158567126510415L

Serialized Fields

testAttribute

Attribute testAttribute

testValue

double testValue

prediction

boolean prediction

includeNaNs

boolean includeNaNs

numerical

boolean numerical

Class com.rapidminer.operator.learner.tree.NominalSplitCondition extends AbstractSplitCondition implements Serializable

serialVersionUID: 3883155435836330171L

Serialized Fields

value

double value

valueString

java.lang.String valueString

Class com.rapidminer.operator.learner.tree.RandomForestModel extends SimpleVoteModel implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.learner.tree.Tree extends java.lang.Object implements Serializable

serialVersionUID: -5930873649086170840L

Serialized Fields

label

java.lang.String label

children

java.util.List<E> children

counterMap

java.util.Map<K,V> counterMap

Class com.rapidminer.operator.learner.tree.TreeModel extends SimplePredictionModel implements Serializable

serialVersionUID: 4368631725370998591L

Serialized Fields

root

Tree root

Package com.rapidminer.operator.libraries

Class com.rapidminer.operator.libraries.AbstractOperatorLibrary extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

repositoryLocation

java.lang.String repositoryLocation

name

java.lang.String name

namespaceIdentifier

java.lang.String namespaceIdentifier

namespaceName

java.lang.String namespaceName

version

VersionNumber version

synopsis

java.lang.String synopsis
A short synopsis of the functionality of this operator library


documentation

java.lang.String documentation
A piece of HTML that describes in detail the inner workings of this operator library.


docBundle

OperatorLibraryDocBundle docBundle

Package com.rapidminer.operator.meta

Class com.rapidminer.operator.meta.ParameterSet extends ResultObjectAdapter implements Serializable

serialVersionUID: -2615523039124583537L

Serialized Fields

parameterValues

java.util.List<E> parameterValues

performance

PerformanceVector performance

Class com.rapidminer.operator.meta.ParameterValue extends java.lang.Object implements Serializable

serialVersionUID: -6847818423564185071L

Serialized Fields

operator

java.lang.String operator

parameterKey

java.lang.String parameterKey

parameterValue

java.lang.String parameterValue

Package com.rapidminer.operator.nio

Class com.rapidminer.operator.nio.AbstractDataImportWizard extends DataImportWizard implements Serializable

serialVersionUID: 1L

Serialized Fields

state

WizardState state

reader

AbstractDataResultSetReader reader

preselectedLocation

RepositoryLocation preselectedLocation

Class com.rapidminer.operator.nio.AnnotationCellEditor extends javax.swing.DefaultCellEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

background

java.awt.Color background

Class com.rapidminer.operator.nio.AnnotationTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

wrappedModel

javax.swing.table.TableModel wrappedModel

annotationsMap

java.util.Map<K,V> annotationsMap

Class com.rapidminer.operator.nio.CSVExampleSourceConfigurationWizardCreator extends AbstractConfigurationWizardCreator implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.nio.CSVImportWizard extends AbstractDataImportWizard implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.nio.ErrorTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

errors

java.util.List<E> errors

Class com.rapidminer.operator.nio.Excel2007SheetTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

sheet

org.apache.poi.ss.usermodel.Sheet sheet

config

ExcelResultSetConfiguration config

Class com.rapidminer.operator.nio.ExcelExampleSourceConfigurationWizardCreator extends AbstractConfigurationWizardCreator implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.nio.ExcelImportWizard extends AbstractDataImportWizard implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.nio.ExcelSheetTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

sheet

jxl.Sheet sheet

config

ExcelResultSetConfiguration config

Class com.rapidminer.operator.nio.ExcelTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -2650777734917514059L

Serialized Fields

excelSheet

jxl.Sheet excelSheet

reductionSelection

ExcelWorkbookPane.ExcelWorkbookSelection reductionSelection

columnNames

java.util.List<E> columnNames

annotationTypes

java.util.Map<K,V> annotationTypes

Class com.rapidminer.operator.nio.ExcelWorkbookPane extends javax.swing.JPanel implements Serializable

serialVersionUID: 9179757216097316344L

Serialized Fields

configuration

ExcelResultSetConfiguration configuration

sheetsPane

ExtendedJTabbedPane sheetsPane

tables

ExtendedJTable[] tables

Class com.rapidminer.operator.nio.MetaDataTableHeaderCellEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

value

ColumnMetaData value

cellEditorListeners

javax.swing.event.EventListenerList cellEditorListeners

valueTypeBox

javax.swing.JComboBox valueTypeBox

selectCheckBox

javax.swing.JCheckBox selectCheckBox

nameField

javax.swing.JTextField nameField

roleBox

javax.swing.JComboBox roleBox

Class com.rapidminer.operator.nio.RowFilteringTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

wrappedModel

javax.swing.table.TableModel wrappedModel

enabled

boolean enabled

rowMap

int[] rowMap

Package com.rapidminer.operator.nio.file

Class com.rapidminer.operator.nio.file.BufferedFileObject extends FileObject implements Serializable

serialVersionUID: 1L

Serialized Fields

buffer

byte[] buffer

file

java.io.File file

Class com.rapidminer.operator.nio.file.FileObject extends ResultObjectAdapter implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.nio.file.RepositoryBlobObject extends FileObject implements Serializable

serialVersionUID: 1L

Serialized Fields

location

RepositoryLocation location

file

java.io.File file

Class com.rapidminer.operator.nio.file.SimpleFileObject extends FileObject implements Serializable

serialVersionUID: 1L

Serialized Fields

file

java.io.File file

Class com.rapidminer.operator.nio.file.ZipEntryObject extends FileObject implements Serializable

serialVersionUID: 1L

Serialized Fields

file

java.io.File file

entry

java.util.zip.ZipEntry entry

zipFile

java.util.zip.ZipFile zipFile

Package com.rapidminer.operator.nio.model

Class com.rapidminer.operator.nio.model.DefaultPreview extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

data

java.lang.String[][] data

columnNames

java.lang.String[] columnNames

previewSize

int previewSize

Class com.rapidminer.operator.nio.model.ParseException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

error

ParsingError error

Package com.rapidminer.operator.nio.xml

Class com.rapidminer.operator.nio.xml.NamespaceMapTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

tableData

java.util.Vector<E> tableData

Class com.rapidminer.operator.nio.xml.XMLExampleSourceConfigurationWizardCreator extends AbstractConfigurationWizardCreator implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.nio.xml.XMLImportWizard extends AbstractDataImportWizard implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.nio.xml.XMLTreeView extends javax.swing.JTree implements Serializable

serialVersionUID: 1L

Serialized Fields

namespaceUriToIdMap

java.util.Map<K,V> namespaceUriToIdMap

highlightedNodes

java.util.Set<E> highlightedNodes

showElementIndices

boolean showElementIndices

Class com.rapidminer.operator.nio.xml.XPathMatchesListModel extends javax.swing.AbstractListModel implements Serializable

serialVersionUID: 5596412058073512745L

Serialized Fields

document

org.w3c.dom.Document document

xpath

javax.xml.xpath.XPath xpath

exampleNodes

org.w3c.dom.NodeList exampleNodes

listeners

java.util.List<E> listeners

maxElements

int maxElements

Package com.rapidminer.operator.performance

Class com.rapidminer.operator.performance.AbsoluteError extends SimpleCriterion implements Serializable

serialVersionUID: 1113614384637128963L

Class com.rapidminer.operator.performance.AreaUnderCurve extends MeasuredPerformance implements Serializable

serialVersionUID: 6877715214974493828L

Serialization Methods

readResolve

public void readResolve()
                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

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.


method

ROCBias method

Class com.rapidminer.operator.performance.AreaUnderCurve.Neutral extends AreaUnderCurve implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.performance.AreaUnderCurve.Optimistic extends AreaUnderCurve implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.performance.AreaUnderCurve.Pessimistic extends AreaUnderCurve implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.performance.BinaryClassificationPerformance extends MeasuredPerformance implements Serializable

serialVersionUID: 7475134460409215015L

Serialized Fields

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.

Class com.rapidminer.operator.performance.CorrelationCriterion extends MeasuredPerformance implements Serializable

serialVersionUID: -8789903466296509903L

Serialized Fields

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

Class com.rapidminer.operator.performance.CrossEntropy extends MeasuredPerformance implements Serializable

serialVersionUID: 8341971882780129465L

Serialized Fields

value

double value
The value of the criterion.


counter

double counter

Class com.rapidminer.operator.performance.EstimatedPerformance extends PerformanceCriterion implements Serializable

serialVersionUID: 2451922700464241674L

Serialized Fields

name

java.lang.String name

value

double value

exampleCount

double exampleCount

minimizeForFitness

boolean minimizeForFitness

Class com.rapidminer.operator.performance.LenientRelativeError extends SimpleCriterion implements Serializable

serialVersionUID: -6816726234908353254L

Class com.rapidminer.operator.performance.LogisticLoss extends MeasuredPerformance implements Serializable

serialVersionUID: -2987795640706342168L

Serialized Fields

loss

double loss
The value of the loss.


counter

double counter

Class com.rapidminer.operator.performance.Margin extends MeasuredPerformance implements Serializable

serialVersionUID: -2987795640706342168L

Serialized Fields

margin

double margin
The value of the criterion.


counter

double counter

Class com.rapidminer.operator.performance.MDLCriterion extends MeasuredPerformance implements Serializable

serialVersionUID: -5023462349084083154L

Serialized Fields

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.

Class com.rapidminer.operator.performance.MeasuredPerformance extends PerformanceCriterion implements Serializable

serialVersionUID: 4465054472762456363L

Class com.rapidminer.operator.performance.MinMaxCriterion extends MeasuredPerformance implements Serializable

serialVersionUID: 1739979152946602515L

Serialized Fields

delegate

MeasuredPerformance delegate

fitness

double fitness

fitnessSum

double fitnessSum

value

double value

weight

double weight

counter

int counter

Class com.rapidminer.operator.performance.MultiClassificationPerformance extends MeasuredPerformance implements Serializable

serialVersionUID: 3068421566038331525L

Serialized Fields

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.

Class com.rapidminer.operator.performance.NormalizedAbsoluteError extends MeasuredPerformance implements Serializable

serialVersionUID: -3899005486051589953L

Serialized Fields

predictedAttribute

Attribute predictedAttribute

labelAttribute

Attribute labelAttribute

weightAttribute

Attribute weightAttribute

deviationSum

double deviationSum

relativeSum

double relativeSum

trueLabelSum

double trueLabelSum

exampleCounter

double exampleCounter

Class com.rapidminer.operator.performance.ParameterizedMeasuredPerformanceCriterion extends MeasuredPerformance implements Serializable

serialVersionUID: -4753769242889308333L

Serialized Fields

handler

ParameterHandler handler

Class com.rapidminer.operator.performance.PerformanceCriterion extends Averagable implements Serializable

serialVersionUID: -6805251141256540352L

Class com.rapidminer.operator.performance.PerformanceVector extends AverageVector implements Serializable

serialVersionUID: 3123587140049371098L

Serialized Fields

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.

Class com.rapidminer.operator.performance.PerformanceVector.DefaultComparator extends java.lang.Object implements Serializable

serialVersionUID: 8632060851821885142L

Class com.rapidminer.operator.performance.PredictionAverage extends MeasuredPerformance implements Serializable

serialVersionUID: -5316112625406102611L

Serialized Fields

sum

double sum

squaredSum

double squaredSum

count

double count

labelAttribute

Attribute labelAttribute

weightAttribute

Attribute weightAttribute

Class com.rapidminer.operator.performance.RankCorrelation extends MeasuredPerformance implements Serializable

serialVersionUID: 6908369375703683363L

Serialized Fields

counter

double counter

value

double value

type

int type

Class com.rapidminer.operator.performance.RelativeError extends SimpleCriterion implements Serializable

serialVersionUID: 203943264201733699L

Class com.rapidminer.operator.performance.RootMeanSquaredError extends SimpleCriterion implements Serializable

serialVersionUID: -4425511584684855855L

Class com.rapidminer.operator.performance.RootRelativeSquaredError extends MeasuredPerformance implements Serializable

serialVersionUID: 7781104825149866444L

Serialized Fields

predictedAttribute

Attribute predictedAttribute

labelAttribute

Attribute labelAttribute

weightAttribute

Attribute weightAttribute

deviationSum

double deviationSum

relativeSum

double relativeSum

trueLabelSum

double trueLabelSum

exampleCounter

double exampleCounter

Class com.rapidminer.operator.performance.SimpleClassificationError extends SimpleCriterion implements Serializable

serialVersionUID: -2679855049315180163L

Class com.rapidminer.operator.performance.SimpleCriterion extends MeasuredPerformance implements Serializable

serialVersionUID: 242287213804685323L

Serialized Fields

sum

double sum

squaresSum

double squaresSum

exampleCount

double exampleCount

predictedAttribute

Attribute predictedAttribute

labelAttribute

Attribute labelAttribute

weightAttribute

Attribute weightAttribute

Class com.rapidminer.operator.performance.SoftMarginLoss extends MeasuredPerformance implements Serializable

serialVersionUID: -2987795640706342168L

Serialized Fields

margin

double margin
The value of the margin.


counter

double counter
A counter for average building.

Class com.rapidminer.operator.performance.SquaredCorrelationCriterion extends CorrelationCriterion implements Serializable

serialVersionUID: 8751373179064203312L

Class com.rapidminer.operator.performance.SquaredError extends SimpleCriterion implements Serializable

serialVersionUID: 322984719296835789L

Class com.rapidminer.operator.performance.StrictRelativeError extends SimpleCriterion implements Serializable

serialVersionUID: 8055914052886853327L

Class com.rapidminer.operator.performance.WeightedMultiClassPerformance extends MeasuredPerformance implements Serializable

serialVersionUID: 8734250559680229116L

Serialized Fields

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

Class com.rapidminer.operator.performance.cost.ClassificationCostCriterion extends MeasuredPerformance implements Serializable

serialVersionUID: -7466139591781285005L

Serialized Fields

costMatrix

double[][] costMatrix

exampleCount

double exampleCount

costs

double costs

label

Attribute label

predictedLabel

Attribute predictedLabel

classOrderMap

java.util.Map<K,V> classOrderMap

Class com.rapidminer.operator.performance.cost.RankingCriterion extends MeasuredPerformance implements Serializable

serialVersionUID: -7466139591781285005L

Serialized Fields

costs

double costs

label

Attribute label

confidenceAttributes

Attribute[] confidenceAttributes

exampleCount

double exampleCount

rankIntervallStarts

int[] rankIntervallStarts

rankIntervallCost

double[] rankIntervallCost

confidenceAttributesMap

java.util.HashMap<K,V> confidenceAttributesMap

Package com.rapidminer.operator.ports

Class com.rapidminer.operator.ports.PortException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -3144885811799953716L


Package com.rapidminer.operator.ports.impl

Class com.rapidminer.operator.ports.impl.CannotConnectPortException extends PortException implements Serializable

serialVersionUID: 5242982041478562116L

Serialized Fields

source

OutputPort source

dest

InputPort dest

reason

java.lang.String reason

Package com.rapidminer.operator.ports.metadata

Class com.rapidminer.operator.ports.metadata.AttributeMetaData extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

owner

ExampleSetMetaData owner

name

java.lang.String name

type

int type

role

java.lang.String role

numberOfMissingValues

MDInteger numberOfMissingValues

valueSetRelation

SetRelation valueSetRelation

valueRange

Range valueRange

valueSet

java.util.Set<E> valueSet

mode

java.lang.String mode

mean

MDReal mean

annotations

Annotations annotations

Class com.rapidminer.operator.ports.metadata.CollectionMetaData extends MetaData implements Serializable

serialVersionUID: 1L

Serialized Fields

elementMetaData

MetaData elementMetaData

Class com.rapidminer.operator.ports.metadata.DummyMetaData extends MetaData implements Serializable

serialVersionUID: 1L

Serialized Fields

message

java.lang.String message

Class com.rapidminer.operator.ports.metadata.ExampleSetMetaData extends MetaData implements Serializable

serialVersionUID: 1L

Serialized Fields

attributesRelation

SetRelation attributesRelation

numberOfExamples

MDInteger numberOfExamples

attributeMetaData

java.util.Map<K,V> attributeMetaData

nominalDataWasShrinked

boolean nominalDataWasShrinked

Class com.rapidminer.operator.ports.metadata.MDInteger extends MDNumber<java.lang.Integer> implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.ports.metadata.MDNumber extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

relation

MDNumber.Relation relation

number

java.lang.Number number

Class com.rapidminer.operator.ports.metadata.MDReal extends MDNumber<java.lang.Double> implements Serializable

serialVersionUID: 1L

Class com.rapidminer.operator.ports.metadata.MetaData extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Restores an empty history.

Throws:
java.lang.ClassNotFoundException
java.io.IOException
java.io.ObjectStreamException
Serialized Fields

keyValueMap

java.util.Map<K,V> keyValueMap
Maps keys (MD_KEY_...) to values.


dataClass

java.lang.Class<T> dataClass

annotations

Annotations annotations

Class com.rapidminer.operator.ports.metadata.ModelMetaData extends MetaData implements Serializable

serialVersionUID: 1L

Serialized Fields

trainingSetMetaData

ExampleSetMetaData trainingSetMetaData

Class com.rapidminer.operator.ports.metadata.PredictionModelMetaData extends ModelMetaData implements Serializable

serialVersionUID: 1L

Serialized Fields

predictedLabelMetaData

AttributeMetaData predictedLabelMetaData

generatedPredictionAttributes

java.util.List<E> generatedPredictionAttributes

Package com.rapidminer.operator.postprocessing

Class com.rapidminer.operator.postprocessing.PlattParameters extends java.lang.Object implements Serializable

serialVersionUID: 7677598913328136657L

Serialized Fields

a

double a

b

double b

Class com.rapidminer.operator.postprocessing.PlattScalingModel extends PredictionModel implements Serializable

serialVersionUID: 6281707312532843604L

Serialized Fields

parameters

PlattParameters parameters

model

Model model

Class com.rapidminer.operator.postprocessing.Threshold extends ResultObjectAdapter implements Serializable

serialVersionUID: -5929425242781926136L

Serialized Fields

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

Class com.rapidminer.operator.preprocessing.NoiseModel extends PreprocessingModel implements Serializable

serialVersionUID: -1953073746280248791L

Serialized Fields

attributeNoise

double attributeNoise

labelNoise

double labelNoise

noiseAttributeNames

java.lang.String[] noiseAttributeNames

noiseOffset

double noiseOffset

noiseFactor

double noiseFactor

viewLabelParent

Attribute viewLabelParent

viewLabel

Attribute viewLabel

noiseAttributes

java.util.Set<E> noiseAttributes

random

RandomGenerator random

noiseMap

java.util.Map<K,V> noiseMap

labelRange

double labelRange

Class com.rapidminer.operator.preprocessing.PreprocessingModel extends AbstractModel implements Serializable

serialVersionUID: -2603663450216521777L

Serialized Fields

parameterMap

java.util.HashMap<K,V> parameterMap

Class com.rapidminer.operator.preprocessing.RemoveUnusedNominalValuesModel extends PreprocessingModel implements Serializable

serialVersionUID: 1L

Serialized Fields

translations

java.util.Map<K,V> translations

Package com.rapidminer.operator.preprocessing.discretization

Class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel extends PreprocessingModel implements Serializable

serialVersionUID: -8732346419946567062L

Serialized Fields

rangesMap

java.util.Map<K,V> rangesMap

attributeNames

java.util.Set<E> attributeNames

removeUseless

boolean removeUseless

Package com.rapidminer.operator.preprocessing.filter

Class com.rapidminer.operator.preprocessing.filter.Dictionary extends PreprocessingModel implements Serializable

serialVersionUID: 1441613108993813785L

Serialized Fields

replacements

java.util.List<E> replacements

affectedAttributeNames

java.lang.String[] affectedAttributeNames

regexp

boolean regexp

toLowerCase

boolean toLowerCase

stopAfterFirstMatch

boolean stopAfterFirstMatch

Class com.rapidminer.operator.preprocessing.filter.NominalToBinominalModel extends PreprocessingModel implements Serializable

serialVersionUID: 2882937201039541604L

Serialized Fields

dichotomizationAttributeNames

java.util.Set<E> dichotomizationAttributeNames

changeTypeAttributeNames

java.util.Set<E> changeTypeAttributeNames

binominalAttributeValueMap

java.util.Map<K,V> binominalAttributeValueMap

useOnlyUnderscoreInNames

boolean useOnlyUnderscoreInNames

Class com.rapidminer.operator.preprocessing.filter.NominalToNumeric.NominalToNumericModel extends com.rapidminer.operator.preprocessing.filter.NominalToNumericModel implements Serializable

serialVersionUID: -4203775081616082145L

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Deprecated. 
Throws:
java.io.ObjectStreamException

Class com.rapidminer.operator.preprocessing.filter.ValueReplenishmentModel extends PreprocessingModel implements Serializable

serialVersionUID: -4886756106998999255L

Serialized Fields

numericalAndDateReplacementMap

java.util.HashMap<K,V> numericalAndDateReplacementMap

nominalReplacementMap

java.util.HashMap<K,V> nominalReplacementMap

replaceWhat

double replaceWhat

attributeReplacementMap

java.util.HashMap<K,V> attributeReplacementMap

Package com.rapidminer.operator.preprocessing.normalization

Class com.rapidminer.operator.preprocessing.normalization.AbstractNormalizationModel extends PreprocessingModel implements Serializable

serialVersionUID: 9003091723155805502L

Class com.rapidminer.operator.preprocessing.normalization.DenormalizationModel extends AbstractNormalizationModel implements Serializable

serialVersionUID: 1370670246351357686L

Serialized Fields

attributeTransformations

java.util.Map<K,V> attributeTransformations

invertedModel

AbstractNormalizationModel invertedModel

Class com.rapidminer.operator.preprocessing.normalization.DenormalizationOperator.LinearTransformation extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

a

double a

b

double b

Class com.rapidminer.operator.preprocessing.normalization.IQRNormalizationModel extends AbstractNormalizationModel implements Serializable

serialVersionUID: 4333931155320624490L

Serialized Fields

attributeMeanSigmaMap

java.util.HashMap<K,V> attributeMeanSigmaMap

Class com.rapidminer.operator.preprocessing.normalization.MinMaxNormalizationModel extends AbstractNormalizationModel implements Serializable

serialVersionUID: 5620317015578777169L

Serialized Fields

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

Class com.rapidminer.operator.preprocessing.normalization.ProportionNormalizationModel extends AbstractNormalizationModel implements Serializable

serialVersionUID: 5620317015578777169L

Serialized Fields

attributeSums

java.util.HashMap<K,V> attributeSums

attributeNames

java.util.Set<E> attributeNames

Class com.rapidminer.operator.preprocessing.normalization.ZTransformationModel extends AbstractNormalizationModel implements Serializable

serialVersionUID: 7739929307307501706L

Serialized Fields

attributeMeanVarianceMap

java.util.HashMap<K,V> attributeMeanVarianceMap

Package com.rapidminer.operator.similarity

Class com.rapidminer.operator.similarity.SimilarityMeasureObject extends ResultObjectAdapter implements Serializable

serialVersionUID: 5678007721570146770L

Serialized Fields

measure

DistanceMeasure measure

exampleSet

ExampleSet exampleSet

Package com.rapidminer.operator.validation.significance

Class com.rapidminer.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult extends SignificanceTestResult implements Serializable

serialVersionUID: -5412090499056975997L

Serialized Fields

allVectors

PerformanceVector[] allVectors

probMatrix

double[][] probMatrix

alpha

double alpha

Package com.rapidminer.operator.visualization

Class com.rapidminer.operator.visualization.DataStatistics extends ResultObjectAdapter implements Serializable

serialVersionUID: -9182815345498602690L

Serialized Fields

statistics

java.util.List<E> statistics

Class com.rapidminer.operator.visualization.LiftParetoChart extends ResultObjectAdapter implements Serializable

serialVersionUID: 7559555964863472326L

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

liftChartData

SimpleDataTable liftChartData

targetValue

java.lang.String targetValue

showBarLabels

boolean showBarLabels

showCumulativeLabels

boolean showCumulativeLabels

rotateLabels

boolean rotateLabels

Class com.rapidminer.operator.visualization.ROCComparison extends ResultObjectAdapter implements Serializable

serialVersionUID: 9181453276271041294L

Serialized Fields

rocData

java.util.Map<K,V> rocData

Class com.rapidminer.operator.visualization.SOMModelPlotter extends SOMPlotter implements Serializable

serialVersionUID: 1L

Serialized Fields

model

Model model

exampleSet

ExampleSet exampleSet

classificationMatrix

double[][] classificationMatrix

alphaLevel

float alphaLevel

lastPlotterComponentIndex

int lastPlotterComponentIndex

Class com.rapidminer.operator.visualization.SOMModelVisualization.SOMModelVisualizationResult extends ResultObjectAdapter implements Serializable

serialVersionUID: -6250201023324000922L

Serialized Fields

exampleSet

ExampleSet exampleSet

model

Model model

Package com.rapidminer.operator.visualization.dependencies

Class com.rapidminer.operator.visualization.dependencies.ANOVAMatrix extends ResultObjectAdapter implements Serializable

serialVersionUID: 6245314851143584397L

Serialized Fields

probabilities

double[][] probabilities

anovaAttributeNames

java.util.List<E> anovaAttributeNames

groupNames

java.util.List<E> groupNames

significanceLevel

double significanceLevel

Class com.rapidminer.operator.visualization.dependencies.NumericalMatrix extends ResultObjectAdapter implements Serializable

serialVersionUID: -5498982791125720765L

Serialized Fields

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

Class com.rapidminer.operator.visualization.dependencies.RainflowMatrix extends NumericalMatrix implements Serializable

serialVersionUID: -2316260417823285606L

Serialized Fields

residuals

java.lang.String[] residuals

Class com.rapidminer.operator.visualization.dependencies.TransitionGraph extends ResultObjectAdapter implements Serializable

serialVersionUID: -4132479136625747895L

Serialized Fields

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

exampleSet

ExampleSet exampleSet

Package com.rapidminer.parameter

Class com.rapidminer.parameter.CombinedParameterType extends ParameterType implements Serializable

serialVersionUID: 1674072082952288334L

Class com.rapidminer.parameter.ParameterType extends java.lang.Object implements Serializable

serialVersionUID: 5296461242851710130L

Serialized Fields

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.


isHidden

boolean isHidden
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.


isOptional

boolean isOptional
Indicates if this parameter is optional unless a dependency condition made it mandatory.


isDeprecated

boolean isDeprecated
Indicates that this parameter is deprecated and remains only for compatibility reasons during loading of older processes. It should neither be shown nor documented.


conditions

java.util.Collection<E> conditions
This collection assembles all conditions to be met to show this parameter within the gui.

Class com.rapidminer.parameter.ParameterTypeAttribute extends ParameterTypeString implements Serializable

serialVersionUID: -4177652183651031337L

Serialized Fields

metaDataProvider

MetaDataProvider metaDataProvider

allowedValueTypes

int[] allowedValueTypes

Class com.rapidminer.parameter.ParameterTypeAttributeFile extends ParameterTypeFile implements Serializable

serialVersionUID: 4929969388911989038L

Class com.rapidminer.parameter.ParameterTypeAttributes extends ParameterTypeAttribute implements Serializable

serialVersionUID: -4177652183651031337L

Class com.rapidminer.parameter.ParameterTypeBoolean extends ParameterTypeSingle implements Serializable

serialVersionUID: 6524969076774489545L

Serialized Fields

defaultValue

boolean defaultValue

Class com.rapidminer.parameter.ParameterTypeCategory extends ParameterTypeSingle implements Serializable

serialVersionUID: 5747692587025691591L

Serialized Fields

defaultValue

int defaultValue

categories

java.lang.String[] categories

Class com.rapidminer.parameter.ParameterTypeChar extends ParameterTypeSingle implements Serializable

serialVersionUID: 6451584265725535856L

Serialized Fields

defaultValue

char defaultValue

Class com.rapidminer.parameter.ParameterTypeColor extends ParameterTypeString implements Serializable

serialVersionUID: 2205857626001106753L

Class com.rapidminer.parameter.ParameterTypeConfiguration extends ParameterType implements Serializable

serialVersionUID: -3512071671355815277L

Serialized Fields

wizardCreatorClass

java.lang.Class<T> wizardCreatorClass

parameters

java.util.Map<K,V> parameters

wizardConstructionArguments

java.lang.Object[] wizardConstructionArguments

Class com.rapidminer.parameter.ParameterTypeDatabaseConnection extends ParameterTypeSingle implements Serializable

serialVersionUID: 5747692587025691591L

Class com.rapidminer.parameter.ParameterTypeDatabaseSchema extends ParameterTypeSingle implements Serializable

serialVersionUID: 5747692587025691591L

Class com.rapidminer.parameter.ParameterTypeDatabaseTable extends ParameterTypeSingle implements Serializable

serialVersionUID: 5747692587025691591L

Class com.rapidminer.parameter.ParameterTypeDateFormat extends ParameterTypeStringCategory implements Serializable

serialVersionUID: 1L

Serialized Fields

attributeParameter

ParameterTypeAttribute attributeParameter

Class com.rapidminer.parameter.ParameterTypeDirectory extends ParameterTypeFile implements Serializable

serialVersionUID: 8908250135075572154L

Class com.rapidminer.parameter.ParameterTypeDouble extends ParameterTypeNumber implements Serializable

serialVersionUID: 2455026868706964187L

Serialized Fields

defaultValue

double defaultValue

min

double min

max

double max

noDefault

boolean noDefault

Class com.rapidminer.parameter.ParameterTypeEnumeration extends CombinedParameterType implements Serializable

serialVersionUID: -3677952200700007724L

Serialized Fields

defaultValue

java.lang.Object defaultValue

type

ParameterType type

Class com.rapidminer.parameter.ParameterTypeExpression extends ParameterTypeString implements Serializable

serialVersionUID: -1938925853519339382L

Class com.rapidminer.parameter.ParameterTypeFile extends ParameterTypeString implements Serializable

serialVersionUID: -1350352634043084406L

Serialized Fields

extensions

java.lang.String[] extensions

Class com.rapidminer.parameter.ParameterTypeInnerOperator extends ParameterTypeSingle implements Serializable

serialVersionUID: -8428679832770835634L

Class com.rapidminer.parameter.ParameterTypeInt extends ParameterTypeNumber implements Serializable

serialVersionUID: -7360090072467405524L

Serialized Fields

defaultValue

int defaultValue

min

int min

max

int max

noDefault

boolean noDefault

Class com.rapidminer.parameter.ParameterTypeList extends CombinedParameterType implements Serializable

serialVersionUID: -6101604413822993455L

Serialized Fields

defaultList

java.util.List<E> defaultList

valueType

ParameterType valueType

keyType

ParameterType keyType

Class com.rapidminer.parameter.ParameterTypeMatrix extends ParameterTypeString implements Serializable

serialVersionUID: 0L

Serialized Fields

isSquared

boolean isSquared

baseName

java.lang.String baseName

rowBaseName

java.lang.String rowBaseName

columnBaseName

java.lang.String columnBaseName

Class com.rapidminer.parameter.ParameterTypeNumber extends ParameterTypeSingle implements Serializable

serialVersionUID: 1733078666760192282L

Class com.rapidminer.parameter.ParameterTypeParameterValue extends ParameterTypeSingle implements Serializable

serialVersionUID: 5248919176004016189L

Class com.rapidminer.parameter.ParameterTypePassword extends ParameterTypeString implements Serializable

serialVersionUID: 384977559199162363L

Class com.rapidminer.parameter.ParameterTypePreview extends ParameterType implements Serializable

serialVersionUID: 6538432700371374278L

Serialized Fields

previewCreatorClass

java.lang.Class<T> previewCreatorClass

Class com.rapidminer.parameter.ParameterTypeRegexp extends ParameterTypeString implements Serializable

serialVersionUID: -4177652183651031337L

Class com.rapidminer.parameter.ParameterTypeRepositoryLocation extends ParameterTypeString implements Serializable

serialVersionUID: 1L

Serialized Fields

allowFolders

boolean allowFolders

allowEntries

boolean allowEntries

Class com.rapidminer.parameter.ParameterTypeSingle extends ParameterType implements Serializable

serialVersionUID: 1144201124955949715L

Class com.rapidminer.parameter.ParameterTypeSQLQuery extends ParameterTypeSingle implements Serializable

serialVersionUID: 5747692587025691591L

Class com.rapidminer.parameter.ParameterTypeString extends ParameterTypeSingle implements Serializable

serialVersionUID: 6451584265725535856L

Serialized Fields

defaultValue

java.lang.String defaultValue

Class com.rapidminer.parameter.ParameterTypeStringCategory extends ParameterTypeSingle implements Serializable

serialVersionUID: 1620216625117563601L

Serialized Fields

defaultValue

java.lang.String defaultValue

categories

java.lang.String[] categories

editable

boolean editable

Class com.rapidminer.parameter.ParameterTypeText extends ParameterTypeString implements Serializable

serialVersionUID: 8056689512740292084L

Serialized Fields

type

TextType type

Class com.rapidminer.parameter.ParameterTypeTupel extends CombinedParameterType implements Serializable

serialVersionUID: 7292052301201204321L

Serialized Fields

defaultValues

java.lang.Object[] defaultValues

types

ParameterType[] types

Class com.rapidminer.parameter.ParameterTypeValue extends ParameterTypeSingle implements Serializable

serialVersionUID: -5863628921324775010L

Class com.rapidminer.parameter.UndefinedParameterError extends UserError implements Serializable

serialVersionUID: -2861031839668411515L


Package com.rapidminer.report

Class com.rapidminer.report.ReportException extends java.lang.Exception implements Serializable

serialVersionUID: -2411534346974518197L

Serialized Fields

reason

java.lang.String reason

Package com.rapidminer.repository

Class com.rapidminer.repository.MalformedRepositoryLocationException extends OperatorException implements Serializable

serialVersionUID: 1L

Class com.rapidminer.repository.RepositoryException extends java.lang.Exception implements Serializable

serialVersionUID: -6082363312818364741L


Package com.rapidminer.repository.gui

Class com.rapidminer.repository.gui.LocalRepositoryPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

fileField

javax.swing.JTextField fileField

aliasField

javax.swing.JTextField aliasField

Class com.rapidminer.repository.gui.NewRepositoryDialog extends MultiPageDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

remoteRepositoryPanel

RemoteRepositoryPanel remoteRepositoryPanel

localRepositoryPanel

LocalRepositoryPanel localRepositoryPanel

localButton

javax.swing.JRadioButton localButton

remoteButton

javax.swing.JRadioButton remoteButton

Class com.rapidminer.repository.gui.RemoteRepositoryPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

urlField

javax.swing.JTextField urlField

aliasField

javax.swing.JTextField aliasField

userField

javax.swing.JTextField userField

passwordField

javax.swing.JPasswordField passwordField

Class com.rapidminer.repository.gui.RepositoryBrowser extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

tree

RepositoryTree tree

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

Class com.rapidminer.repository.gui.RepositoryConfigurationDialog extends ButtonDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

configurationPanel

RepositoryConfigurationPanel configurationPanel

repository

Repository repository

Class com.rapidminer.repository.gui.RepositoryLocationChooser extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

tree

RepositoryTree tree

locationField

javax.swing.JTextField locationField

resolveRelativeTo

RepositoryLocation resolveRelativeTo

resolveBox

javax.swing.JCheckBox resolveBox

listeners

java.util.List<E> listeners

resultLabel

javax.swing.JLabel resultLabel

currentEntry

Entry currentEntry
The entry the user last clicked on. (Not the selected entry, this is also influenced by the text field.)


folderSelected

boolean folderSelected

Class com.rapidminer.repository.gui.RepositoryTree extends javax.swing.JTree implements Serializable

serialVersionUID: -6613576606220873341L

Serialized Fields

RENAME_ACTION

AbstractRepositoryAction<T extends Entry> RENAME_ACTION

DELETE_ACTION

AbstractRepositoryAction<T extends Entry> DELETE_ACTION

OPEN_ACTION

AbstractRepositoryAction<T extends Entry> OPEN_ACTION

REFRESH_ACTION

AbstractRepositoryAction<T extends Entry> REFRESH_ACTION

CREATE_FOLDER_ACTION

AbstractRepositoryAction<T extends Entry> CREATE_FOLDER_ACTION

listToEnable

java.util.List<E> listToEnable

listenerList

javax.swing.event.EventListenerList listenerList

Class com.rapidminer.repository.gui.RepositoryTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

serialVersionUID: 1L

Class com.rapidminer.repository.gui.RunRemoteDialog extends ButtonDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

dateField

com.michaelbaranov.microba.calendar.DatePicker dateField

cronField

javax.swing.JTextField cronField

repositoryBox

javax.swing.JComboBox repositoryBox

dateLabel

javax.swing.JLabel dateLabel

cronLabel

javax.swing.JLabel cronLabel

cronHelpIconLabel

javax.swing.JLabel cronHelpIconLabel

cronEditorButton

javax.swing.JButton cronEditorButton

startBox

javax.swing.JCheckBox startBox

startField

com.michaelbaranov.microba.calendar.DatePicker startField

endField

com.michaelbaranov.microba.calendar.DatePicker endField

endBox

javax.swing.JCheckBox endBox

processField

javax.swing.JTextField processField

nowButton

javax.swing.JRadioButton nowButton

onceButton

javax.swing.JRadioButton onceButton

cronButton

javax.swing.JRadioButton cronButton

tabs

ResourceTabbedPane tabs

context

ProcessContext context

cronEditor

CronEditorDialog cronEditor

Package com.rapidminer.repository.gui.actions

Class com.rapidminer.repository.gui.actions.AbstractRepositoryAction extends ResourceAction implements Serializable

serialVersionUID: -6415235351430454776L

Serialized Fields

tree

RepositoryTree tree
the tree to which the action belongs to


requiredSelectionType

java.lang.Class<T> requiredSelectionType
the required selection type for the action to show/enable


needsWriteAccess

boolean needsWriteAccess
if write access to the repository is needed for this action

Class com.rapidminer.repository.gui.actions.ConfigureRepositoryAction extends AbstractRepositoryAction<Repository> implements Serializable

serialVersionUID: 1L

Class com.rapidminer.repository.gui.actions.CopyEntryRepositoryAction extends AbstractRepositoryAction<Entry> implements Serializable

serialVersionUID: 1L

Class com.rapidminer.repository.gui.actions.CopyLocationAction extends AbstractRepositoryAction<Entry> implements Serializable

serialVersionUID: 1L

Class com.rapidminer.repository.gui.actions.CreateFolderAction extends AbstractRepositoryAction<Folder> implements Serializable

serialVersionUID: 1L

Class com.rapidminer.repository.gui.actions.DeleteAction extends AbstractRepositoryAction<Entry> implements Serializable

serialVersionUID: 1L

Class com.rapidminer.repository.gui.actions.OpenEntryAction extends AbstractRepositoryAction<DataEntry> implements Serializable

serialVersionUID: 1L

Class com.rapidminer.repository.gui.actions.PasteEntryRepositoryAction extends AbstractRepositoryAction<Entry> implements Serializable

serialVersionUID: 1L

Class com.rapidminer.repository.gui.actions.RefreshAction extends AbstractRepositoryAction<Folder> implements Serializable

serialVersionUID: 1L

Class com.rapidminer.repository.gui.actions.RenameAction extends AbstractRepositoryAction<Entry> implements Serializable

serialVersionUID: 1L

Class com.rapidminer.repository.gui.actions.StoreProcessAction extends AbstractRepositoryAction<Entry> implements Serializable

serialVersionUID: 1L


Package com.rapidminer.repository.gui.process

Class com.rapidminer.repository.gui.process.RemoteProcessTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

PROCESS_PENDING_ICON

javax.swing.Icon PROCESS_PENDING_ICON

PROCESS_RUNNING_ICON

javax.swing.Icon PROCESS_RUNNING_ICON

PROCESS_STOPPED_ICON

javax.swing.Icon PROCESS_STOPPED_ICON

PROCESS_FAILED_ICON

javax.swing.Icon PROCESS_FAILED_ICON

PROCESS_DONE_ICON

javax.swing.Icon PROCESS_DONE_ICON

PROCESS_ZOMBIE_ICON

javax.swing.Icon PROCESS_ZOMBIE_ICON

SERVER_ICON

javax.swing.Icon SERVER_ICON

OPERATOR_ICON

javax.swing.Icon OPERATOR_ICON

RESULT_ICON

javax.swing.Icon RESULT_ICON

Class com.rapidminer.repository.gui.process.RemoteProcessViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

tree

javax.swing.JTree tree

treeModel

RemoteProcessesTreeModel treeModel

STOP_ACTION

javax.swing.Action STOP_ACTION

SHOW_LOG_ACTION

javax.swing.Action SHOW_LOG_ACTION

OPEN_ACTION

javax.swing.Action OPEN_ACTION

BROWSE_ACTION

javax.swing.Action BROWSE_ACTION

sessionStartDate

java.util.Date sessionStartDate

sinceWhenCombo

javax.swing.JComboBox sinceWhenCombo

DOCK_KEY

com.vlsolutions.swing.docking.DockKey DOCK_KEY

Package com.rapidminer.repository.remote

Class com.rapidminer.repository.remote.AccessRightsAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Serialized Fields

entry

RemoteEntry entry

Class com.rapidminer.repository.remote.AccessRightsDialog extends ButtonDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

accessRightsCellEditor

javax.swing.table.TableCellEditor accessRightsCellEditor

groupsCellEditor

javax.swing.table.TableCellEditor groupsCellEditor

entry

RemoteEntry entry

accessRights

java.util.List<E> accessRights

accessRightsTableModel

com.rapidminer.repository.remote.AccessRightsDialog.AccessRightsTableModel accessRightsTableModel

Class com.rapidminer.repository.remote.NewRevisionAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Serialized Fields

entry

RemoteProcessEntry entry

Package com.rapidminer.tools

Class com.rapidminer.tools.CSVParseException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class com.rapidminer.tools.DateParser extends java.text.SimpleDateFormat implements Serializable

serialVersionUID: -950183600865410299L

Class com.rapidminer.tools.IterationArrayList extends java.util.ArrayList<E> implements Serializable

serialVersionUID: 8054453172552877145L

Class com.rapidminer.tools.RandomGenerator extends java.util.Random implements Serializable

serialVersionUID: 7562534107359981433L

Class com.rapidminer.tools.StrictDecimalFormat extends java.text.DecimalFormat implements Serializable

serialVersionUID: -1597219600920760784L

Class com.rapidminer.tools.StringProperties extends java.lang.Object implements Serializable

serialVersionUID: 1926744586167372203L

Serialized Fields

properties

java.util.Map<K,V> properties

Class com.rapidminer.tools.XMLException extends java.lang.Exception implements Serializable

serialVersionUID: 2067739218636324872L


Package com.rapidminer.tools.cipher

Class com.rapidminer.tools.cipher.CipherException extends java.lang.Exception implements Serializable

serialVersionUID: -5070414835484266101L

Class com.rapidminer.tools.cipher.KeyGenerationException extends java.lang.Exception implements Serializable

serialVersionUID: -251163459747969941L


Package com.rapidminer.tools.config

Class com.rapidminer.tools.config.ConfigurationException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class com.rapidminer.tools.config.ParameterTypeConfigurable extends ParameterTypeSingle implements Serializable

serialVersionUID: 1047207381362696112L

Serialized Fields

typeId

java.lang.String typeId

Package com.rapidminer.tools.config.gui

Class com.rapidminer.tools.config.gui.ConfigurationDialog extends ButtonDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

entryIcon

javax.swing.Icon entryIcon

entryReadOnlyIcon

javax.swing.Icon entryReadOnlyIcon

lastSelectedName

java.lang.String lastSelectedName

model

FilterableListModel model

I18NKey

java.lang.String I18NKey

configurator

Configurator<T extends Configurable> configurator

currentlyEditedEntry

Configurable currentlyEditedEntry
this is a clone of the entry which is currently being edited


hideListChangeConfirmationDialog

boolean hideListChangeConfirmationDialog

entrySaved

boolean entrySaved

isNewEntry

boolean isNewEntry

configurationPanel

ConfigurationPanel<T extends Configurable> configurationPanel

configurableList

javax.swing.JList configurableList

SAVE_ENTRY_ACTION

javax.swing.Action SAVE_ENTRY_ACTION

NEW_ENTRY_ACTION

javax.swing.Action NEW_ENTRY_ACTION

CLONE_ENTRY_ACTION

javax.swing.Action CLONE_ENTRY_ACTION

DELETE_ENTRY_ACTION

javax.swing.Action DELETE_ENTRY_ACTION

Package com.rapidminer.tools.container

Class com.rapidminer.tools.container.Pair extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

first

java.lang.Object first

second

java.lang.Object second

Class com.rapidminer.tools.container.Tupel extends java.lang.Object implements Serializable

serialVersionUID: 9219166123756517965L

Serialized Fields

t1

java.lang.Comparable<T> t1

t2

java.lang.Object t2

Package com.rapidminer.tools.math

Class com.rapidminer.tools.math.AnovaCalculator.AnovaSignificanceTestResult extends SignificanceTestResult implements Serializable

serialVersionUID: 9007616378489018565L

Serialized Fields

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

Class com.rapidminer.tools.math.Averagable extends ResultObjectAdapter implements Serializable

serialVersionUID: 3193522429555690641L

Serialized Fields

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.

Class com.rapidminer.tools.math.AverageVector extends ResultObjectAdapter implements Serializable

serialVersionUID: 6207859713603581755L

Serialized Fields

averagesList

java.util.List<E> averagesList

Class com.rapidminer.tools.math.ROCData extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

points

java.util.List<E> points

sumPos

double sumPos

sumNeg

double sumNeg

bestIsometricsTP

double bestIsometricsTP

Class com.rapidminer.tools.math.ROCDataGenerator extends java.lang.Object implements Serializable

serialVersionUID: -4473681331604071436L

Serialized Fields

misclassificationCostsPositive

double misclassificationCostsPositive

misclassificationCostsNegative

double misclassificationCostsNegative

slope

double slope

bestThreshold

double bestThreshold

Class com.rapidminer.tools.math.ROCPoint extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

falsePositives

double falsePositives

truePositives

double truePositives

confidence

double confidence

Class com.rapidminer.tools.math.RunVector extends ResultObjectAdapter implements Serializable

serialVersionUID: -5481280692066966385L

Serialized Fields

vectorList

java.util.ArrayList<E> vectorList
List of average vectors.

Class com.rapidminer.tools.math.SignificanceCalculationException extends java.lang.Exception implements Serializable

serialVersionUID: -4870335385956962965L

Class com.rapidminer.tools.math.SignificanceTestResult extends ResultObjectAdapter implements Serializable

serialVersionUID: 2586381371596047181L


Package com.rapidminer.tools.math.container

Class com.rapidminer.tools.math.container.BallTree extends java.lang.Object implements Serializable

serialVersionUID: 2954882147712365506L

Serialized Fields

root

BallTreeNode<T> root

k

int k

dimensionFactor

double dimensionFactor

distance

DistanceMeasure distance

size

int size

values

java.util.ArrayList<E> values

Class com.rapidminer.tools.math.container.BallTreeNode extends java.lang.Object implements Serializable

serialVersionUID: 5250382342093166168L

Serialized Fields

center

double[] center

radius

double radius

value

java.lang.Object value

leftChild

BallTreeNode<T> leftChild

rightChild

BallTreeNode<T> rightChild

Class com.rapidminer.tools.math.container.BoundedPriorityQueue extends java.util.PriorityQueue<E> implements Serializable

serialVersionUID: 6020635755912950637L

Serialized Fields

bound

int bound

comparator

java.util.Comparator<T> comparator

Class com.rapidminer.tools.math.container.KDTree extends java.lang.Object implements Serializable

serialVersionUID: -8531805333989991725L

Serialized Fields

root

KDTreeNode<T> root

k

int k

distance

DistanceMeasure distance

size

int size

values

java.util.ArrayList<E> values

Class com.rapidminer.tools.math.container.KDTreeNode extends java.lang.Object implements Serializable

serialVersionUID: -4204535347268139613L

Serialized Fields

storeValue

java.lang.Object storeValue

values

double[] values

lesserChild

KDTreeNode<T> lesserChild

greaterChild

KDTreeNode<T> greaterChild

comparationDimension

int comparationDimension

Class com.rapidminer.tools.math.container.LinearList extends java.lang.Object implements Serializable

serialVersionUID: -746048910140779285L

Serialized Fields

distance

DistanceMeasure distance

samples

java.util.ArrayList<E> samples

storedValues

java.util.ArrayList<E> storedValues

Class com.rapidminer.tools.math.container.Range extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lower

double lower

upper

double upper

Class com.rapidminer.tools.math.container.ReverseComparableComparator extends java.lang.Object implements Serializable

serialVersionUID: -4734179337205283604L

Class com.rapidminer.tools.math.container.ReverseComparator extends java.lang.Object implements Serializable

serialVersionUID: 3141613972925245131L

Serialized Fields

comparator

java.util.Comparator<T> comparator

Package com.rapidminer.tools.math.distribution

Class com.rapidminer.tools.math.distribution.ContinuousDistribution extends java.lang.Object implements Serializable

serialVersionUID: 6775492269986383673L

Class com.rapidminer.tools.math.distribution.DiscreteDistribution extends java.lang.Object implements Serializable

serialVersionUID: 7573474548080998479L

Serialized Fields

attributeName

java.lang.String attributeName

probabilities

double[] probabilities

valueNames

java.lang.String[] valueNames

Class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution extends NormalDistribution implements Serializable

serialVersionUID: -1819042904676198636L

Serialized Fields

recentlyUpdated

boolean recentlyUpdated

sum

double sum

squaredSum

double squaredSum

totalWeightSum

double totalWeightSum

Class com.rapidminer.tools.math.distribution.NormalDistribution extends ContinuousDistribution implements Serializable

serialVersionUID: -1819042904676198636L

Serialized Fields

mean

double mean

standardDeviation

double standardDeviation

Package com.rapidminer.tools.math.distribution.kernel

Class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution extends KernelDistribution implements Serializable

serialVersionUID: -3205432422815818L

Serialized Fields

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

Class com.rapidminer.tools.math.distribution.kernel.GreedyKernelDistribution extends KernelDistribution implements Serializable

serialVersionUID: -3298190542815818L

Serialized Fields

numberOfKernels

int numberOfKernels

minBandwidth

double minBandwidth

kernels

java.util.TreeSet<E> kernels

Class com.rapidminer.tools.math.distribution.kernel.KernelDistribution extends ContinuousDistribution implements Serializable

serialVersionUID: -3298190542815818L

Class com.rapidminer.tools.math.distribution.kernel.NormalKernel extends EmpiricalNormalDistribution implements Serializable

serialVersionUID: -320543538793918L

Serialized Fields

minimumBandwidth

double minimumBandwidth

Package com.rapidminer.tools.math.kernels

Class com.rapidminer.tools.math.kernels.AnovaKernel extends Kernel implements Serializable

serialVersionUID: -2955083072613762504L

Serialized Fields

gamma

double gamma
The parameter gamma of the Anova kernel.


degree

double degree
The parameter degree of the Anova kernel.

Class com.rapidminer.tools.math.kernels.DotKernel extends Kernel implements Serializable

serialVersionUID: -7737835520088841652L

Class com.rapidminer.tools.math.kernels.EpanechnikovKernel extends Kernel implements Serializable

serialVersionUID: -4683350345234451645L

Serialized Fields

sigma

double sigma
The parameter sigma of the Epanechnikov kernel.


degree

double degree
The parameter degree of the Epanechnikov kernel.

Class com.rapidminer.tools.math.kernels.GaussianCombinationKernel extends Kernel implements Serializable

serialVersionUID: 542405909968243049L

Serialized Fields

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.

Class com.rapidminer.tools.math.kernels.Kernel extends java.lang.Object implements Serializable

serialVersionUID: 581189377433816413L

Serialized Fields

exampleSet

ExampleSet exampleSet

Class com.rapidminer.tools.math.kernels.MultiquadricKernel extends Kernel implements Serializable

serialVersionUID: -7896178642575555770L

Serialized Fields

sigma

double sigma
The parameter sigma of the Multiquadric kernel.


shift

double shift
The parameter shift of the multiquadric kernel.

Class com.rapidminer.tools.math.kernels.PolynomialKernel extends Kernel implements Serializable

serialVersionUID: 1296800822192183260L

Serialized Fields

degree

double degree
The parameter degree of the polynomial kernel.


shift

double shift
The parameter shift of the polynomial kernel.

Class com.rapidminer.tools.math.kernels.RBFKernel extends Kernel implements Serializable

serialVersionUID: 2928962529445448574L

Serialized Fields

gamma

double gamma
The parameter gamma of the RBF kernel.

Class com.rapidminer.tools.math.kernels.SigmoidKernel extends Kernel implements Serializable

serialVersionUID: -4503893127271607088L

Serialized Fields

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

Class com.rapidminer.tools.math.similarity.BregmanDivergence extends DistanceMeasure implements Serializable

serialVersionUID: 5886004923294334118L

Class com.rapidminer.tools.math.similarity.DistanceMeasure extends java.lang.Object implements Serializable

serialVersionUID: 1290079829430640414L

Class com.rapidminer.tools.math.similarity.SimilarityMeasure extends DistanceMeasure implements Serializable

serialVersionUID: -2138479771882810015L


Package com.rapidminer.tools.math.similarity.divergences

Class com.rapidminer.tools.math.similarity.divergences.GeneralizedIDivergence extends BregmanDivergence implements Serializable

serialVersionUID: 5638471495692639837L

Class com.rapidminer.tools.math.similarity.divergences.ItakuraSaitoDistance extends BregmanDivergence implements Serializable

serialVersionUID: -931524423630316788L

Class com.rapidminer.tools.math.similarity.divergences.KLDivergence extends BregmanDivergence implements Serializable

serialVersionUID: -2151832592670074328L

Class com.rapidminer.tools.math.similarity.divergences.LogarithmicLoss extends BregmanDivergence implements Serializable

serialVersionUID: 871453359959645339L

Class com.rapidminer.tools.math.similarity.divergences.LogisticLoss extends BregmanDivergence implements Serializable

serialVersionUID: 6209100890792566974L

Class com.rapidminer.tools.math.similarity.divergences.MahalanobisDistance extends BregmanDivergence implements Serializable

serialVersionUID: -5986526237805285428L

Serialized Fields

inverseCovariance

Jama.Matrix inverseCovariance

Class com.rapidminer.tools.math.similarity.divergences.SquaredEuclideanDistance extends BregmanDivergence implements Serializable

serialVersionUID: -1506627696517615682L

Class com.rapidminer.tools.math.similarity.divergences.SquaredLoss extends BregmanDivergence implements Serializable

serialVersionUID: -449074179734918299L


Package com.rapidminer.tools.math.similarity.mixed

Class com.rapidminer.tools.math.similarity.mixed.MixedEuclideanDistance extends DistanceMeasure implements Serializable

serialVersionUID: 536655587492508882L

Serialized Fields

isNominal

boolean[] isNominal

Package com.rapidminer.tools.math.similarity.nominal

Class com.rapidminer.tools.math.similarity.nominal.AbstractNominalSimilarity extends SimilarityMeasure implements Serializable

serialVersionUID: 3932502337712338892L

Serialized Fields

binominal

boolean[] binominal

falseIndex

double[] falseIndex

Class com.rapidminer.tools.math.similarity.nominal.DiceNominalSimilarity extends AbstractNominalSimilarity implements Serializable

serialVersionUID: 2578286965200026417L

Class com.rapidminer.tools.math.similarity.nominal.JaccardNominalSimilarity extends AbstractNominalSimilarity implements Serializable

serialVersionUID: 6210763597892503744L

Class com.rapidminer.tools.math.similarity.nominal.KulczynskiNominalSimilarity extends AbstractNominalSimilarity implements Serializable

serialVersionUID: -3272271856059376791L

Class com.rapidminer.tools.math.similarity.nominal.NominalDistance extends DistanceMeasure implements Serializable

serialVersionUID: -1239573851325335924L

Serialized Fields

useAttribute

boolean[] useAttribute

Class com.rapidminer.tools.math.similarity.nominal.RogersTanimotoNominalSimilarity extends AbstractNominalSimilarity implements Serializable

serialVersionUID: -9171250400618365198L

Class com.rapidminer.tools.math.similarity.nominal.RussellRaoNominalSimilarity extends AbstractNominalSimilarity implements Serializable

serialVersionUID: -4610984047997023498L

Class com.rapidminer.tools.math.similarity.nominal.SimpleMatchingNominalSimilarity extends AbstractNominalSimilarity implements Serializable

serialVersionUID: -2638243053923231698L


Package com.rapidminer.tools.math.similarity.numerical

Class com.rapidminer.tools.math.similarity.numerical.CamberraNumericalDistance extends DistanceMeasure implements Serializable

serialVersionUID: 1787035984412649082L

Class com.rapidminer.tools.math.similarity.numerical.ChebychevNumericalDistance extends DistanceMeasure implements Serializable

serialVersionUID: -2995153254013795660L

Class com.rapidminer.tools.math.similarity.numerical.CorrelationSimilarity extends SimilarityMeasure implements Serializable

serialVersionUID: 7106870911590574668L

Class com.rapidminer.tools.math.similarity.numerical.CosineSimilarity extends SimilarityMeasure implements Serializable

serialVersionUID: 2856052490402674777L

Class com.rapidminer.tools.math.similarity.numerical.DiceNumericalSimilarity extends SimilarityMeasure implements Serializable

serialVersionUID: 7556034451164266813L

Class com.rapidminer.tools.math.similarity.numerical.DTWDistance extends DistanceMeasure implements Serializable

serialVersionUID: 1382144431606583122L

Class com.rapidminer.tools.math.similarity.numerical.EuclideanDistance extends DistanceMeasure implements Serializable

serialVersionUID: -6802412021495569400L

Class com.rapidminer.tools.math.similarity.numerical.InnerProductSimilarity extends SimilarityMeasure implements Serializable

serialVersionUID: -2564011779440607379L

Class com.rapidminer.tools.math.similarity.numerical.JaccardNumericalSimilarity extends SimilarityMeasure implements Serializable

serialVersionUID: 1817582690040262790L

Class com.rapidminer.tools.math.similarity.numerical.KernelEuclideanDistance extends DistanceMeasure implements Serializable

serialVersionUID: 6764039884618489619L

Serialized Fields

kernel

Kernel kernel

Class com.rapidminer.tools.math.similarity.numerical.ManhattanDistance extends DistanceMeasure implements Serializable

serialVersionUID: -6657784365192589335L

Class com.rapidminer.tools.math.similarity.numerical.MaxProductSimilarity extends SimilarityMeasure implements Serializable

serialVersionUID: -7476444724888001751L

Class com.rapidminer.tools.math.similarity.numerical.OverlapNumericalSimilarity extends SimilarityMeasure implements Serializable

serialVersionUID: -7971832501308873149L


Package com.rapidminer.tools.math.smoothing

Class com.rapidminer.tools.math.smoothing.BisquareSmoothingKernel extends SmoothingKernel implements Serializable

serialVersionUID: 3789772699936743816L

Class com.rapidminer.tools.math.smoothing.EpanechnikovSmoothingKernel extends SmoothingKernel implements Serializable

serialVersionUID: -1270351361916359180L

Class com.rapidminer.tools.math.smoothing.ExponentialSmoothingKernel extends SmoothingKernel implements Serializable

serialVersionUID: 159106425038877872L

Class com.rapidminer.tools.math.smoothing.GaussianSmoothingKernel extends SmoothingKernel implements Serializable

serialVersionUID: -702562270260024025L

Class com.rapidminer.tools.math.smoothing.McLainSmoothingKernel extends SmoothingKernel implements Serializable

serialVersionUID: -5396004335809012646L

Class com.rapidminer.tools.math.smoothing.RectangularSmoothingKernel extends SmoothingKernel implements Serializable

serialVersionUID: 1257927748703355495L

Class com.rapidminer.tools.math.smoothing.SmoothingKernel extends java.lang.Object implements Serializable

serialVersionUID: 6368830159821896801L

Class com.rapidminer.tools.math.smoothing.TriangularSmoothingKernel extends SmoothingKernel implements Serializable

serialVersionUID: 3643920557118092883L

Class com.rapidminer.tools.math.smoothing.TricubeSmoothingKernel extends SmoothingKernel implements Serializable

serialVersionUID: 2560915655755106025L

Class com.rapidminer.tools.math.smoothing.TriweightSmoothingKernel extends SmoothingKernel implements Serializable

serialVersionUID: 7776593308971320168L


Package com.rapidminer.tools.math.som

Class com.rapidminer.tools.math.som.EuclideanDistance extends java.lang.Object implements Serializable

serialVersionUID: 1127224325142026906L

Class com.rapidminer.tools.math.som.KohonenNet extends java.lang.Object implements Serializable

serialVersionUID: -5445606750204819559L

Serialized Fields

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

Class com.rapidminer.tools.math.som.KohonenNode extends java.lang.Object implements Serializable

serialVersionUID: -7614188662702840710L

Serialized Fields

weight

double[] weight

Class com.rapidminer.tools.math.som.RandomDataContainer extends java.lang.Object implements Serializable

serialVersionUID: -3565717014239190320L

Serialized Fields

data

java.util.Vector<E> data

generator

java.util.Random generator

flag

java.util.BitSet flag

Class com.rapidminer.tools.math.som.RitterAdaptation extends java.lang.Object implements Serializable

serialVersionUID: 254565250431806677L

Serialized Fields

learnRateStart

double learnRateStart

learnRateEnd

double learnRateEnd

adaptationRadiusStart

double adaptationRadiusStart

adaptationRadiusEnd

double adaptationRadiusEnd

lastTime

int lastTime

learnRateCurrent

double learnRateCurrent

adaptationRadiusCurrent

double adaptationRadiusCurrent

Package com.rapidminer.tools.plugin

Class com.rapidminer.tools.plugin.PluginException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package com.rapidminer.tools.usagestats

Class com.rapidminer.tools.usagestats.UsageStatsTransmissionDialog extends ButtonDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

answer

int answer



Copyright © 2001-2009 by Rapid-I