Serialized Form


Package com.rapidminer

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

serialVersionUID: -686838060355434724L

Serialized Fields

code

int code

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

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

mappingSet

ExampleSet mappingSet

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

readResolve

public java.lang.Object readResolve()
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.

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

openQuote

java.lang.String openQuote

closeQuote

java.lang.String closeQuote

tableName

java.lang.String tableName

batchExampleTable

MemoryExampleTable batchExampleTable

currentBatchStartCursor

int currentBatchStartCursor

size

int size

dataManagementType

int dataManagementType

mappingTableName

java.lang.String mappingTableName

mappingPrimaryKey

java.lang.String mappingPrimaryKey

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.ConditionalAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -3581066203343247846L

Serialized Fields

conditions

int[] conditions

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

serialVersionUID: -1602076945350148969L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

TOGGLE_LOGGING_VIEWER

javax.swing.JCheckBoxMenuItem TOGGLE_LOGGING_VIEWER

TOGGLE_SYSTEM_MONITOR

javax.swing.JCheckBoxMenuItem TOGGLE_SYSTEM_MONITOR

mainCardLayout

java.awt.CardLayout mainCardLayout

mainPanel

javax.swing.JPanel mainPanel

welcomeScreen

WelcomeScreen welcomeScreen

resultDisplay

ResultDisplay resultDisplay

messageViewer

LoggingViewer messageViewer

systemMonitor

SystemMonitor systemMonitor

statusBar

StatusBar statusBar

mainEditor

MainProcessEditor mainEditor

toolBar

javax.swing.JToolBar toolBar

splitPaneV

javax.swing.JSplitPane splitPaneV

loggingSplitPaneH

javax.swing.JSplitPane loggingSplitPaneH

lastLoggingDividerLocation

int lastLoggingDividerLocation

lastMonitorDividerLocation

int lastMonitorDividerLocation

currentMode

int currentMode

recentFilesMenu

javax.swing.JMenu recentFilesMenu

changed

boolean changed

tutorialMode

boolean tutorialMode

undoList

java.util.LinkedList<E> undoList

undoIndex

int undoIndex

noActualChange

boolean noActualChange

hostname

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


menuBar

javax.swing.JMenuBar menuBar

breakpointListener

BreakpointListener breakpointListener

Package com.rapidminer.gui.actions

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

serialVersionUID: 1252452823065176839L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: 5591885109312707090L

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

serialVersionUID: -1571544885210247278L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: -1023104251232743862L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: -3497263063489866721L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: -7000360629563202614L

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

serialVersionUID: 7067911227383168719L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: -6213819388535936519L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: 2438568343977468901L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: 3185492398152116698L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: -5059748061190132388L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: 1358354112149248404L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: 3466426013029085115L

Serialized Fields

operatorTree

OperatorTree operatorTree

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

serialVersionUID: -5946313817810917200L

Serialized Fields

operatorTree

OperatorTree operatorTree

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

serialVersionUID: -323403851840397447L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: 8298197834373766776L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: -9086092676881347047L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: -20782278995130227L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: -3106523347321697652L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: 1358797377410001184L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: -443829655502293981L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.RunResumeAction extends ConditionalAction implements Serializable

serialVersionUID: -9179608146142997027L

Serialized Fields

iconSize

IconSize iconSize

mainFrame

MainFrame mainFrame

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

serialVersionUID: -2226200404990114956L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: -6107588898380953147L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: 7511982023104159671L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: 4675057674892640002L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: 1181186062812851781L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: 7009218190859329793L

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

serialVersionUID: 5545547954042596599L

Serialized Fields

iconSize

IconSize iconSize

mainFrame

MainFrame mainFrame

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

serialVersionUID: 1279745893276650722L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: 7945709546573376228L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: -2288398034392104973L

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: 4767902062440337756L

Serialized Fields

mainFrame

MainFrame mainFrame

Class com.rapidminer.gui.actions.ValidateProcessAction extends ConditionalAction 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

Serialized Fields

mainFrame

MainFrame mainFrame

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

serialVersionUID: 1358354112149248404L

Serialized Fields

mainFrame

MainFrame mainFrame

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 javax.swing.AbstractAction implements Serializable

serialVersionUID: -7497168731539521695L

Serialized Fields

mainFrame

MainFrame mainFrame

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 javax.swing.JDialog 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 javax.swing.AbstractAction implements Serializable

serialVersionUID: 5149085709986293312L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

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

serialVersionUID: -3571057663841304137L

Serialized Fields

attributeEditorDialog

AttributeEditorDialog attributeEditorDialog

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

serialVersionUID: -4550774167417692191L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

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

serialVersionUID: -5897840150549169907L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

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

serialVersionUID: -2111723479390457757L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

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

serialVersionUID: 3843660343361905373L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

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

serialVersionUID: 6386463403588312409L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

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

serialVersionUID: -5017548088514777641L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

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

serialVersionUID: 8369030266063876007L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

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

serialVersionUID: -6361390890444357188L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

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

serialVersionUID: -4272773008253836867L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

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

serialVersionUID: 1681322483112319433L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

Package com.rapidminer.gui.dialog

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

serialVersionUID: 3023267244921354296L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
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.BugAssistant extends javax.swing.JDialog implements Serializable

serialVersionUID: 8379605320787188372L

Serialized Fields

message

javax.swing.JTextArea message

name

javax.swing.text.JTextComponent name

attachments

javax.swing.JList attachments

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.InitialSettingsDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 784141258768877739L

Serialized Fields

workspaceField

javax.swing.JTextField workspaceField

lookAndFeelBox

javax.swing.JComboBox lookAndFeelBox

forbiddenDirectory

java.io.File forbiddenDirectory

ok

boolean ok

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

serialVersionUID: 390653805759799295L

Serialized Fields

operatorTree

OperatorTree operatorTree

mainPanel

javax.swing.JPanel mainPanel

operatorInfo

OperatorInfoPanel operatorInfo

operatorList

javax.swing.JList operatorList

searchText

java.lang.String searchText

inputClass

java.lang.Class<T> inputClass

outputClass

java.lang.Class<T> outputClass

group

java.lang.String group

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

serialVersionUID: 3610550973456646750L

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

serialVersionUID: -6566133238783779634L

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

serialVersionUID: 7687035897010730802L

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

serialVersionUID: 2334018675086892610L

Serialized Fields

ok

boolean ok

doNotAskAgain

boolean doNotAskAgain

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 javax.swing.JDialog 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

up

javax.swing.JRadioButton up

down

javax.swing.JRadioButton down

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

serialVersionUID: -7090498773341030469L

Serialized Fields

stillRunning

boolean stillRunning

Class com.rapidminer.gui.dialog.Tutorial extends javax.swing.JDialog 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

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

serialVersionUID: 1L

Serialized Fields

mainFrame

MainFrame mainFrame

delete

javax.swing.JButton delete

next

javax.swing.JButton next

previous

javax.swing.JButton previous

cardLayout

java.awt.CardLayout cardLayout

mainPanel

javax.swing.JPanel mainPanel

processRenderer

ProcessRenderer processRenderer

propertyTable

WizardPropertyTable propertyTable

currentStep

int currentStep

numberOfSteps

int numberOfSteps

selectedTemplateIndex

int selectedTemplateIndex

Package com.rapidminer.gui.dialog.actions

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

serialVersionUID: 70024710795760783L

Serialized Fields

boxViewer

BoxViewerDialog boxViewer

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

serialVersionUID: 447825818092386561L

Serialized Fields

boxViewer

BoxViewerDialog boxViewer

Package com.rapidminer.gui.dialog.boxviewer

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

serialVersionUID: -1090928037950227038L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

processRenderer

ProcessRenderer processRenderer

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

serialVersionUID: 2111854024857950879L

Serialized Fields

resized

boolean resized

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

clearMenuItem

javax.swing.JMenuItem clearMenuItem

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.basic.BasicLookAndFeel 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.FileChooserUI.NewFolderAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -119998626996460617L

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

serialVersionUID: 8893252970970228545L

Serialized Fields

selectedFile

java.io.File selectedFile

waitCursor

java.awt.Cursor waitCursor

normalCursor

java.awt.Cursor normalCursor

viewButtonGroup

javax.swing.ButtonGroup viewButtonGroup

orderButtonGroup

javax.swing.ButtonGroup orderButtonGroup

itemPanel

ItemPanel itemPanel

thumbGenerator

ThumbGeneratorThread thumbGenerator

fsv

javax.swing.filechooser.FileSystemView fsv

bookmarksIO

BookmarkIO bookmarksIO

bookmarkListModel

BookmarkListModel bookmarkListModel

bookmarkList

javax.swing.JList bookmarkList

mainSplitPane

javax.swing.JSplitPane mainSplitPane

menuItem

javax.swing.JMenuItem menuItem

window

java.awt.Window window

cardPanel

javax.swing.JPanel cardPanel

tableScrollPane

javax.swing.JScrollPane tableScrollPane

tablePanel

FileTable tablePanel

browseScrollPane

javax.swing.JScrollPane browseScrollPane

systemInfoCach

java.util.TreeMap<K,V> systemInfoCach

keyListener

ItemPanelKeyboardListener keyListener

completeItemsList

java.util.Vector<E> completeItemsList

visibleItemsList

java.util.Vector<E> visibleItemsList

tempList

java.util.Vector<E> tempList

tempCompareTree

java.util.TreeMap<K,V> tempCompareTree

lastSelected

Item lastSelected

panePopup

javax.swing.JPopupMenu panePopup

mal

com.rapidminer.gui.look.fc.FileList.MenuListener mal

tempExtension

java.lang.String tempExtension

fc

javax.swing.JFileChooser fc

filechooserUI

FileChooserUI filechooserUI

tempFile

java.io.File tempFile

currentFile

java.io.File currentFile

tempArray

java.lang.Object[] tempArray

selectedFilesArray

java.io.File[] selectedFilesArray

selectedFilesVector

java.util.Vector<E> selectedFilesVector

tempFlag

boolean tempFlag

ORDER_BY

java.lang.String ORDER_BY

addToBookmarksMenuItem

javax.swing.JMenuItem addToBookmarksMenuItem

autoArrangeCheckBox

javax.swing.JCheckBoxMenuItem autoArrangeCheckBox

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

menuActionListener

com.rapidminer.gui.look.fc.Item.MenuActionListener menuActionListener

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.operatormenu

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

serialVersionUID: 1L

Class com.rapidminer.gui.operatormenu.OperatorMenu extends javax.swing.JMenu implements Serializable

serialVersionUID: 2685621612717488446L

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

serialVersionUID: 1L


Package com.rapidminer.gui.operatortree

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

serialVersionUID: -6934683725946634563L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

TOGGLE_ACTIVATION_ACTION

javax.swing.Action TOGGLE_ACTIVATION_ACTION

NEW_OPERATOR_ACTION_24

javax.swing.Action NEW_OPERATOR_ACTION_24

NEW_OPERATOR_ACTION_32

javax.swing.Action NEW_OPERATOR_ACTION_32

NEW_BUILDING_BLOCK_ACTION_24

javax.swing.Action NEW_BUILDING_BLOCK_ACTION_24

NEW_BUILDING_BLOCK_ACTION_32

javax.swing.Action NEW_BUILDING_BLOCK_ACTION_32

CUT_ACTION_24

javax.swing.Action CUT_ACTION_24

CUT_ACTION_32

javax.swing.Action CUT_ACTION_32

COPY_ACTION_24

javax.swing.Action COPY_ACTION_24

COPY_ACTION_32

javax.swing.Action COPY_ACTION_32

PASTE_ACTION_24

javax.swing.Action PASTE_ACTION_24

PASTE_ACTION_32

javax.swing.Action PASTE_ACTION_32

DELETE_OPERATOR_ACTION_24

javax.swing.Action DELETE_OPERATOR_ACTION_24

DELETE_OPERATOR_ACTION_32

javax.swing.Action DELETE_OPERATOR_ACTION_32

RENAME_OPERATOR_ACTION_24

javax.swing.Action RENAME_OPERATOR_ACTION_24

RENAME_OPERATOR_ACTION_32

javax.swing.Action RENAME_OPERATOR_ACTION_32

INFO_OPERATOR_ACTION_24

javax.swing.Action INFO_OPERATOR_ACTION_24

INFO_OPERATOR_ACTION_32

javax.swing.Action INFO_OPERATOR_ACTION_32

SAVE_BUILDING_BLOCK_ACTION_24

javax.swing.Action SAVE_BUILDING_BLOCK_ACTION_24

SAVE_BUILDING_BLOCK_ACTION_32

javax.swing.Action SAVE_BUILDING_BLOCK_ACTION_32

TOGGLE_BREAKPOINT

ToggleBreakpointItem[] TOGGLE_BREAKPOINT

TOGGLE_SHOW_DISABLED

ToggleShowDisabledItem TOGGLE_SHOW_DISABLED

mainFrame

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


dragSource

java.awt.dnd.DragSource dragSource
The drag source of the operator tree


isStructureLocked

boolean isStructureLocked
Indicates if the structure is locked. This means that the structure cannot be changed via drag and drop and only parameters can be changed.

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

Package com.rapidminer.gui.operatortree.actions

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

serialVersionUID: -4115178102440357372L

Serialized Fields

operatorTree

OperatorTree operatorTree

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.CopyAction extends ConditionalAction implements Serializable

serialVersionUID: -8660207503491642477L

Serialized Fields

operatorTree

OperatorTree operatorTree

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

serialVersionUID: 779296681722475174L

Serialized Fields

operatorTree

OperatorTree operatorTree

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

serialVersionUID: -3681027479511760566L

Serialized Fields

operatorTree

OperatorTree operatorTree

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 ConditionalAction implements Serializable

serialVersionUID: 1764142570608930118L

Serialized Fields

operatorTree

OperatorTree operatorTree

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.PasteAction extends ConditionalAction implements Serializable

serialVersionUID: 7659962426110682359L

Serialized Fields

operatorTree

OperatorTree operatorTree

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

serialVersionUID: -9199021973167012092L

Serialized Fields

operatorTree

OperatorTree operatorTree

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 ConditionalAction implements Serializable

serialVersionUID: 2238740826770976483L

Serialized Fields

operatorTree

OperatorTree operatorTree

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

serialVersionUID: -7243768985704221068L

Serialized Fields

operatorTree

OperatorTree operatorTree

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

serialVersionUID: -115721139040021914L

Serialized Fields

operatorTree

OperatorTree operatorTree

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

serialVersionUID: 1727841552148351670L

Serialized Fields

position

int position

operatorTree

OperatorTree operatorTree

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

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

plotter

Plotter plotter
The currently selected plotter object.


coordinatesLabel

javax.swing.JLabel coordinatesLabel
The label which shows the coordinates in data space. Not supported by all plotters.


selectedPlotter

java.lang.String selectedPlotter
The selected plotter type.


mainPanel

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


plotterCombo

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


plotList

javax.swing.JList plotList

axisCombos

java.util.List<E> axisCombos

plotCombo

javax.swing.JComboBox plotCombo

availablePlotters

java.util.LinkedHashMap<K,V> availablePlotters
Indicates if the plotter will be available.

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

calculationThread

java.lang.Thread calculationThread

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 PlotterAdapter 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

rotateLabels

javax.swing.JCheckBox rotateLabels

panel

org.jfree.chart.ChartPanel panel

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

javax.swing.JCheckBox useDistinct
Indicates if only distinct values should be used for aggregation functions.


aggregationFunction

javax.swing.JComboBox aggregationFunction
The used aggregation function.


absolute

boolean absolute
Indicates if absolute values should be used.


explodingGroups

java.lang.String[] explodingGroups
The currently selected groups for explosion.


explodingGroupList

ExtendedJList explodingGroupList
This list hold all groups of the selected grouping column which should be selected for explosion.


explodingSlider

javax.swing.JSlider explodingSlider
The slider for the amount of explosion.


explodingAmount

double explodingAmount
The currently selected amount of explosion.


panel

org.jfree.chart.ChartPanel panel

Class com.rapidminer.gui.plotter.charts.BarChartPlotter extends PlotterAdapter 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.


groupByColumn

int groupByColumn
The column which is used for the group by attribute.


legendByColumn

int legendByColumn
The column which is used for the legend.


valueColumn

int valueColumn
The column which is used for the values.


orientationType

javax.swing.JComboBox orientationType
The orientation of the bars.


useDistinct

javax.swing.JCheckBox useDistinct
Indicates if only distinct values should be used for aggregation functions.


rotateLabels

javax.swing.JCheckBox rotateLabels
Indicates if labels should be rotated.


aggregationFunction

javax.swing.JComboBox aggregationFunction
The used aggregation function.


absolute

boolean absolute
Indicates if absolute values should be used.


panel

org.jfree.chart.ChartPanel panel

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

serialVersionUID: -5231467872475202473L

Class com.rapidminer.gui.plotter.charts.BubbleChartPlotter extends PlotterAdapter 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

rotateLabels

javax.swing.JCheckBox rotateLabels

panel

org.jfree.chart.ChartPanel panel

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.CtrlChartPanel extends org.jfree.chart.ChartPanel implements Serializable

serialVersionUID: 7082150054320204732L

Class com.rapidminer.gui.plotter.charts.DeviationChartPlotter extends PlotterAdapter 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

localNormalizationBox

javax.swing.JCheckBox localNormalizationBox

localNormalization

boolean localNormalization

rotateLabels

javax.swing.JCheckBox rotateLabels

panel

org.jfree.chart.ChartPanel panel

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

serialVersionUID: 2923008541302883925L

Serialized Fields

plot

boolean plot

plotColumn

int plotColumn

groupColumn

int groupColumn

createFromDataTable

boolean createFromDataTable

rotateLabels

javax.swing.JCheckBox rotateLabels

Class com.rapidminer.gui.plotter.charts.HistogramChart extends PlotterAdapter 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

rotateLabels

javax.swing.JCheckBox rotateLabels

panel

org.jfree.chart.ChartPanel panel

Class com.rapidminer.gui.plotter.charts.HistogramColorChart extends PlotterAdapter 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.


binNumber

int binNumber

logScale

boolean logScale

absolute

boolean absolute

drawLegend

boolean drawLegend

opaqueness

float opaqueness

rotateLabels

javax.swing.JCheckBox rotateLabels

panel

org.jfree.chart.ChartPanel panel

Class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter extends PlotterAdapter 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

rotateLabels

javax.swing.JCheckBox rotateLabels

pointsAndLinesOptions

javax.swing.JButton pointsAndLinesOptions

showPoints

boolean[] showPoints

showLines

boolean[] showLines

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

serialVersionUID: -8763693366081949249L

Serialized Fields

indexAxis

int indexAxis

columns

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


panel

org.jfree.chart.ChartPanel panel

Class com.rapidminer.gui.plotter.charts.ParallelPlotter2 extends PlotterAdapter 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

localNormalizationBox

javax.swing.JCheckBox localNormalizationBox

localNormalization

boolean localNormalization

rotateLabels

javax.swing.JCheckBox rotateLabels

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 PlotterAdapter 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.


countValues

javax.swing.JComboBox countValues

sortingDirection

javax.swing.JComboBox sortingDirection

showCumulativeLabels

javax.swing.JCheckBox showCumulativeLabels

showBarLabels

javax.swing.JCheckBox showBarLabels

rotateLabels

javax.swing.JCheckBox rotateLabels

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 PlotterAdapter implements Serializable

serialVersionUID: -8763693366081949249L

Serialized Fields

dataset

org.jfree.data.xy.YIntervalSeriesCollection dataset
The data set used for the plotter.


columns

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


axis

int[] axis
The axis values for the upper and lower bounds.


plotBounds

boolean plotBounds
Indicates if bounds are plotted.


plotIndexToColumnIndexMap

java.util.List<E> plotIndexToColumnIndexMap

panel

org.jfree.chart.ChartPanel panel

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.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 JEditTextArea implements Serializable

serialVersionUID: -2661346182983330754L

Class com.rapidminer.gui.processeditor.MainProcessEditor extends javax.swing.JSplitPane implements Serializable

serialVersionUID: -2503689886544116347L

Serialized Fields

operatorTree

OperatorTree operatorTree

operatorTreeTabs

javax.swing.JTabbedPane operatorTreeTabs

editorTabs

javax.swing.JTabbedPane editorTabs

propertyTable

OperatorPropertyTable propertyTable

xmlEditor

XMLEditor xmlEditor

commentEditor

CommentEditor commentEditor

newOperatorEditor

NewOperatorEditor newOperatorEditor

propertyMessageLabel

javax.swing.JLabel propertyMessageLabel

lastIndex

int lastIndex

mainFrame

MainFrame mainFrame

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

serialVersionUID: -8910332473638172252L

Serialized Fields

newOperatorGroupTree

NewOperatorGroupTree newOperatorGroupTree

operatorList

OperatorList operatorList

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

serialVersionUID: 133086849304885475L

Serialized Fields

filterField

javax.swing.JTextField filterField

operatorGroupTree

javax.swing.JTree operatorGroupTree

editor

NewOperatorEditor editor

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

serialVersionUID: -6092290820461444236L

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

serialVersionUID: 1970923271834221630L

Serialized Fields

results

java.util.List<E> results

tabs

javax.swing.JTabbedPane tabs

label

javax.swing.JLabel label

dataTables

java.util.Collection<E> dataTables

tableUpdateQueue

UpdateQueue tableUpdateQueue

logListener

LoggingListener logListener

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

serialVersionUID: 4172143138689034659L

Serialized Fields

editor

JEditTextArea editor

mainFrame

MainFrame mainFrame

Package com.rapidminer.gui.processeditor.actions

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

serialVersionUID: -5145325683059274310L

Serialized Fields

operatorGroupTree

NewOperatorGroupTree operatorGroupTree

Package com.rapidminer.gui.properties

Class com.rapidminer.gui.properties.AttributeFileCellEditor extends FileValueCellEditor implements Serializable

serialVersionUID: 99319694250830796L

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.ColorValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -7069543356398085334L

Serialized Fields

button

javax.swing.JButton button

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

serialVersionUID: -7163760967040772736L

Serialized Fields

button

javax.swing.JButton button

Class com.rapidminer.gui.properties.ConfigureParameterOptimizationDialog extends javax.swing.JDialog 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.DefaultPropertyKeyRenderer extends javax.swing.DefaultCellEditor implements Serializable

serialVersionUID: 5599667832953596663L

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

serialVersionUID: 6290460979115818689L

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

serialVersionUID: 3594466409311826645L

Serialized Fields

useEditorAsRenderer

boolean useEditorAsRenderer

Class com.rapidminer.gui.properties.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.InnerOperatorValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -2559892872774108384L

Serialized Fields

operatorCombo

javax.swing.JComboBox operatorCombo

Class com.rapidminer.gui.properties.ListPropertyDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1876607848416333390L

Serialized Fields

ok

boolean ok

listPropertyTable

ListPropertyTable listPropertyTable

parameterList

java.util.List<E> parameterList

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

serialVersionUID: -4547732551646588939L

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

serialVersionUID: -4429790999365057931L

Serialized Fields

type

ParameterTypeList type

button

javax.swing.JButton button

parameterList

java.util.List<E> parameterList

Class com.rapidminer.gui.properties.MatrixPropertyDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 5396725165122306231L

Serialized Fields

ok

boolean ok

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.MatrixValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: 0L

Serialized Fields

type

ParameterTypeMatrix type

button

javax.swing.JButton button

matrix

double[][] matrix

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

serialVersionUID: -4129852766426437419L

Serialized Fields

mainFrame

MainFrame mainFrame

expertMode

boolean expertMode

propertyMessageLabel

javax.swing.JLabel propertyMessageLabel

Class com.rapidminer.gui.properties.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

Class com.rapidminer.gui.properties.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

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

serialVersionUID: -7163760967040772736L

Serialized Fields

button

javax.swing.JButton button

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.SettingsDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 6665295638614289994L

Serialized Fields

tabs

SettingsTabs tabs

listeners

java.util.List<E> listeners

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

serialVersionUID: 649188519589057381L

Serialization Methods

readResolve

protected java.lang.Object readResolve()

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

serialVersionUID: -229446448782516589L

Serialized Fields

tables

java.util.List<E> tables

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

serialVersionUID: 8800712397096177848L

Class com.rapidminer.gui.properties.TextPropertyDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 8574310060170861505L

Serialized Fields

text

java.lang.String text

ok

boolean ok

textArea

JEditTextArea textArea

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

serialVersionUID: -4429790999365057931L

Serialized Fields

type

ParameterTypeText type

button

javax.swing.JButton button

text

java.lang.String text

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

serialVersionUID: 1510360561085238281L


Package com.rapidminer.gui.templates

Class com.rapidminer.gui.templates.ManageBuildingBlocksDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -2146505003821251075L

Serialized Fields

buildingBlockList

javax.swing.JList buildingBlockList

buildingBlockMap

java.util.Map<K,V> buildingBlockMap

Class com.rapidminer.gui.templates.ManageTemplatesDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1428487062393160289L

Serialized Fields

templateList

javax.swing.JList templateList

templateMap

java.util.Map<K,V> templateMap

Class com.rapidminer.gui.templates.NewBuildingBlockDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 4234757981716378086L

Serialized Fields

ok

boolean ok

buildingBlockList

javax.swing.JList buildingBlockList

Class com.rapidminer.gui.templates.NewBuildingBlockMenu extends javax.swing.JMenu implements Serializable

serialVersionUID: 316102134905132452L

Class com.rapidminer.gui.templates.SaveAsBuildingBlockDialog extends javax.swing.JDialog 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 javax.swing.JDialog implements Serializable

serialVersionUID: -4892200177390173103L

Serialized Fields

ok

boolean ok

nameField

javax.swing.JTextField nameField

descriptionField

javax.swing.JTextField descriptionField

tableModel

com.rapidminer.gui.templates.SaveAsTemplateDialog.TemplateParameterTableModel tableModel

Package com.rapidminer.gui.tools

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

serialVersionUID: -3889559376722324215L

Serialized Fields

contentPanel

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

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

serialVersionUID: -8136329951869702133L

Serialized Fields

editButton

javax.swing.JButton editButton

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.ExtendedJComboBox extends javax.swing.JComboBox implements Serializable

serialVersionUID: 8320969518243948543L

Serialized Fields

preferredWidth

int preferredWidth

minimumWidth

int minimumWidth

layingOut

boolean layingOut

wide

boolean wide

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

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.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.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.LoggingViewer extends ExtendedJScrollPane implements Serializable

serialVersionUID: 551259537624386372L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

textArea

javax.swing.JTextPane textArea

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

serialVersionUID: -2719941529572427942L

Serialized Fields

mainFrame

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


operatorDialogCellRenderer

OperatorListCellRenderer operatorDialogCellRenderer
Creates a special CellRenderer for this class


dragSource

java.awt.dnd.DragSource dragSource
The drag source of the NewOperatorDialog

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

serialVersionUID: -4236587258844548010L

Serialized Fields

coloredBackground

boolean coloredBackground

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

serialVersionUID: -8196515665251937769L

Serialized Fields

operatorList

OperatorList operatorList

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.RadioCardPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 2929637220390538982L

Serialized Fields

layout

java.awt.CardLayout layout

mainPanel

javax.swing.JPanel mainPanel

buttonPanel

javax.swing.JPanel buttonPanel

buttonGroup

javax.swing.ButtonGroup buttonGroup

counter

int counter

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

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

serialVersionUID: 6062150929521199578L

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

serialVersionUID: 1189363377612273467L

Serialized Fields

clockLabel

javax.swing.JLabel clockLabel

operatorLabel

javax.swing.JLabel operatorLabel

rootOperator

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

trafficLightLabel

javax.swing.JLabel trafficLightLabel

breakpoint

int breakpoint

specialText

java.lang.String specialText

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

serialVersionUID: -6860624220979494451L

Serialized Fields

delay

long delay

memory

long[] memory

currentMeasurement

int currentMeasurement

currentlyUsed

double currentlyUsed

backgroundColor

java.awt.Color backgroundColor

textColor

java.awt.Color textColor

memoryColor

java.awt.Color memoryColor

gridColor

java.awt.Color gridColor

lineColor

java.awt.Color lineColor

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.WelcomeScreen extends javax.swing.JPanel implements Serializable

serialVersionUID: -6916236648023490473L

Serialized Fields

recentFileList

javax.swing.JList recentFileList

mainFrame

MainFrame mainFrame

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 javax.swing.AbstractAction 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 javax.swing.AbstractAction 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 javax.swing.AbstractAction 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.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.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.viewer

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.ClusterTreeVisualization extends javax.swing.JTree implements Serializable

serialVersionUID: 3994390578811027103L

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.ContainerModelViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: -322963469866592863L

Serialized Fields

current

java.awt.Component current
The currently used visualization component.

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

dataTable

DataTable dataTable

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.RuleSetVisualization extends javax.swing.JPanel implements Serializable

serialVersionUID: 4589558372186371570L

Serialized Fields

table

javax.swing.JTable table

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.wizards

Class com.rapidminer.gui.wizards.AbstractConfigurationWizard extends javax.swing.JDialog implements Serializable

serialVersionUID: -2633062859175838003L

Serialized Fields

next

javax.swing.JButton next

previous

javax.swing.JButton previous

cardLayout

java.awt.CardLayout cardLayout

mainPanel

javax.swing.JPanel mainPanel

layout

java.awt.GridBagLayout layout

c

java.awt.GridBagConstraints c

contentPanel

javax.swing.JPanel contentPanel

currentStep

int currentStep

numberOfSteps

int numberOfSteps

listener

ConfigurationListener listener

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.DBExampleSetWriterConfigurationWizard extends AbstractConfigurationWizard implements Serializable

serialVersionUID: 5127262335077061590L

Serialized Fields

isConnected

boolean isConnected
Indicates if the handler is currently connected.


attributeNameMap

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


systemComboBox

javax.swing.JComboBox systemComboBox
This combo box contains all available database drivers.


serverField

javax.swing.JTextField serverField
This field contains the server name or IP.


urlField

javax.swing.JTextField urlField
This field contains the complete url string for the defined driver.


databaseNameField

javax.swing.JTextField databaseNameField
This field contains the database name.


userNameField

javax.swing.JTextField userNameField
This field contains the user name.


tableNameField

javax.swing.JTextField tableNameField
This field contains the table name.


passwordField

javax.swing.JPasswordField passwordField
This field contains the password.


password

java.lang.String password
Remembers the password during connections.


showSystemSetup

boolean showSystemSetup
Indicates if the system settings are derived via parameters.

Class com.rapidminer.gui.wizards.DBExampleSetWriterConfigurationWizardCreator extends AbstractConfigurationWizardCreator implements Serializable

serialVersionUID: -3326459655851921317L

Class com.rapidminer.gui.wizards.DBExampleSourceConfigurationWizard extends AbstractConfigurationWizard implements Serializable

serialVersionUID: 5127262335077061590L

Serialized Fields

isConnected

boolean isConnected
Indicates if the handler is currently connected.


attributeNameMap

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


systemComboBox

javax.swing.JComboBox systemComboBox
This combo box contains all available database drivers.


serverField

javax.swing.JTextField serverField
This field contains the server name or IP.


urlField

javax.swing.JTextField urlField
This field contains the complete url string for the defined driver.


databaseNameField

javax.swing.JTextField databaseNameField
This field contains the database name.


userNameField

javax.swing.JTextField userNameField
This field contains the user name.


passwordField

javax.swing.JPasswordField passwordField
This field contains the password.


password

java.lang.String password
Remembers the password during connections.


passwordFromTextField

boolean passwordFromTextField
Indicates if the password was defined in the text field (and hence should be set as operator parameter).


showSystemSetup

boolean showSystemSetup
Indicates if the system setup should be shown.


showOnlyTableNames

boolean showOnlyTableNames
Indicates if only a table name or a fully SQL query should be specified.


tableList

javax.swing.JList tableList
The list with all tables.


attributeList

javax.swing.JList attributeList
The list with all attribute names.


whereTextArea

javax.swing.JTextArea whereTextArea
The text area with the where clause.


sqlQueryTextArea

SQLEditor sqlQueryTextArea
The text area with the where clause.


attributeTypeMap

java.util.Map<K,V> attributeTypeMap
This map contains all information for the attribute types.


dataView

DBExampleSourceConfigurationWizardDataTable dataView
The definition of all attribute types.

Class com.rapidminer.gui.wizards.DBExampleSourceConfigurationWizardCreator extends AbstractConfigurationWizardCreator implements Serializable

serialVersionUID: -3326459655851921317L

Class com.rapidminer.gui.wizards.DBExampleSourceConfigurationWizardDataTable extends ExtendedJTable implements Serializable

serialVersionUID: -8058748606383970527L

Class com.rapidminer.gui.wizards.DBTableSelectionWizard extends AbstractConfigurationWizard implements Serializable

serialVersionUID: 1940721394280823666L

Serialized Fields

system

java.lang.String system

server

java.lang.String server

databaseName

java.lang.String databaseName

user

java.lang.String user

password

java.lang.String password

tableList

javax.swing.JList tableList

attributeList

javax.swing.JList attributeList

attributeNameMap

java.util.Map<K,V> attributeNameMap

attributeTypeMap

java.util.Map<K,V> attributeTypeMap

dataView

DBExampleSourceConfigurationWizardDataTable dataView

Class com.rapidminer.gui.wizards.DBTableSelectionWizardCreator extends AbstractConfigurationWizardCreator implements Serializable

serialVersionUID: -5628826655461587770L

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

Class com.rapidminer.operator.ResultObjectAdapter extends AbstractIOObject implements Serializable

serialVersionUID: -8621885253590411373L

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

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.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 ResultObjectAdapter implements Serializable

serialVersionUID: 3780908886210272852L

Serialized Fields

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.HierarchicalClusterModel extends ResultObjectAdapter implements Serializable

serialVersionUID: 75808296412095255L

Serialized Fields

rootNode

HierarchicalClusterNode rootNode

Class com.rapidminer.operator.clustering.WekaClusterModel extends AbstractModel implements Serializable

serialVersionUID: -8901173604075912094L

Serialized Fields

clusterer

weka.clusterers.Clusterer clusterer
The used Weka clusterer.


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.DimensionalityReducerModel extends AbstractModel implements Serializable

serialVersionUID: 1036161585615738268L

Serialized Fields

dimensions

int dimensions

p

double[][] p

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

K

Jama.Matrix K

W

Jama.Matrix W

A

Jama.Matrix A

attributeNames

java.lang.String[] attributeNames

numberOfSamples

int numberOfSamples

numberOfAttributes

int numberOfAttributes

keepAttributes

boolean keepAttributes

Class com.rapidminer.operator.features.transformation.GHAModel extends AbstractModel 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 AbstractModel 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.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.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


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.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.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 PredictionModel 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: attribtues 2nd: classes 3nd: nominal values or value sum (index=0) and squared value sum (index=1)


priors

double[] priors
Class log (!) a-priori probabilites.


distributionProperties

double[][][] distributionProperties
Specifies the a-postiori distributions. Contains the log (!) a-postiori probabilites that certain values occur given the class value for nominal values. Contains the means and standard deviations for numerical attributes. Array dimensions: 1st: attribtues 2nd: classes 3nd: nominal values or mean (index=0) and standard deviation (index=1)


kernelDistributions

KernelDistribution[][] kernelDistributions
The kernel distributions for the nominal attributes.


laplaceCorrectionEnabled

boolean laplaceCorrectionEnabled
Captures if laplace correction should be applied when calculating probabilities.


modelRecentlyUpdated

boolean modelRecentlyUpdated
Indicates if the model has recently been updated and the actual probabilites have to be calculated.


useApplianceGrid

boolean useApplianceGrid

grid

double[][][] grid

gridSize

int gridSize

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: attribtues 2nd: classes 3nd: nominal values or value sum (index=0) and squared value sum (index=1)


priors

double[] priors
Class log (!) a-priori probabilites.


distributionProperties

double[][][] distributionProperties
Specifies the a-postiori distributions. Contains the log (!) a-postiori probabilites that certain values occur given the class value for nominal values. Contains the means and standard deviations for numerical attributes. Array dimensions: 1st: attribtues 2nd: classes 3nd: nominal values or mean (index=0) and standard deviation (index=1)


laplaceCorrectionEnabled

boolean laplaceCorrectionEnabled
Captures if laplace correction should be applied when calculating probabilities.


modelRecentlyUpdated

boolean modelRecentlyUpdated
Indicates if the model has recently been updated and the actual probabilites have to be calculated.


Package com.rapidminer.operator.learner.functions

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

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.VectorRegressionModel extends AbstractModel 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.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.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.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.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.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 PredictionModel implements Serializable

serialVersionUID: -6292869962412072573L

Serialized Fields

k

int k

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 PredictionModel implements Serializable

serialVersionUID: -6292869962412072573L

Serialized Fields

k

int k

samples

GeometricDataCollection<T extends java.io.Serializable> samples

sampleAttributeNames

java.util.ArrayList<E> sampleAttributeNames

weightByDistance

boolean weightByDistance

Package com.rapidminer.operator.learner.meta

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.MetaCostModel extends PredictionModel implements Serializable

serialVersionUID: -7378871544357578954L

Serialized Fields

models

Model[] models

costMatrix

double[][] costMatrix

Class com.rapidminer.operator.learner.meta.MultiModel extends PredictionModel implements Serializable

serialVersionUID: -8483834213562711715L

Serialized Fields

models

Model[] models

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

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.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.learner.weka

Class com.rapidminer.operator.learner.weka.WekaAssociator extends ResultObjectAdapter implements Serializable

serialVersionUID: 5270922650382578487L

Serialized Fields

associator

weka.associations.Associator associator

name

java.lang.String name

Class com.rapidminer.operator.learner.weka.WekaClassifier extends PredictionModel implements Serializable

serialVersionUID: -2684252543419537079L

Serialized Fields

classifier

weka.classifiers.Classifier classifier
The used weka classifier.


name

java.lang.String name
The name of the classifier.


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

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

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.

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.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.PredictionTrendAccuracy extends MeasuredPerformance implements Serializable

serialVersionUID: 4275593122138248581L

Serialized Fields

length

double length

correctCounter

double correctCounter

parent

Operator parent

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

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.PreprocessingModel extends AbstractModel implements Serializable

serialVersionUID: -2603663450216521777L

Serialized Fields

parameterMap

java.util.HashMap<K,V> parameterMap

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

regexp

boolean regexp

toLowerCase

boolean toLowerCase

Class com.rapidminer.operator.preprocessing.filter.NominalToBinominalModel extends PreprocessingModel implements Serializable

serialVersionUID: 2882937201039541604L

Serialized Fields

sourceAttributeNames

java.util.Set<E> sourceAttributeNames

binominalAttributeValueMap

java.util.Map<K,V> binominalAttributeValueMap

useOnlyUnderscoreInNames

boolean useOnlyUnderscoreInNames

Package com.rapidminer.operator.preprocessing.normalization

Class com.rapidminer.operator.preprocessing.normalization.MinMaxNormalizationModel extends PreprocessingModel 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 PreprocessingModel 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 PreprocessingModel implements Serializable

serialVersionUID: 7739929307307501706L

Serialized Fields

attributeMeanVarianceMap

java.util.HashMap<K,V> attributeMeanVarianceMap

Package com.rapidminer.operator.similarity

Class com.rapidminer.operator.similarity.SimilarityMeasure extends ResultObjectAdapter implements Serializable

serialVersionUID: 5678007721570146770L

Serialized Fields

measure

DistanceMeasure measure

Package com.rapidminer.operator.text

Class com.rapidminer.operator.text.TextObject extends ResultObjectAdapter implements Serializable

serialVersionUID: 7719788736766297420L

Serialized Fields

text

java.lang.String text

labelType

int labelType

regressionLabel

double regressionLabel

classificationLabel

java.lang.String classificationLabel

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

Serialized Fields

liftChartData

DataTable 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

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

Package com.rapidminer.parameter

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.


hidden

boolean hidden
Indicates if this parameter is hidden and is not shown in the GUI. May be used in conjunction with a configuration wizard which lets the user configure the parameter.


showRange

boolean showRange
Indicates if the range should be displayed.


conditions

java.util.Collection<E> conditions
This collection assembles all conditions to be met to show this parameter within the gui.

Class com.rapidminer.parameter.ParameterTypeAttributeFile extends ParameterTypeFile implements Serializable

serialVersionUID: 4929969388911989038L

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

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

optional

boolean optional

Class com.rapidminer.parameter.ParameterTypeFile extends ParameterTypeString implements Serializable

serialVersionUID: -1350352634043084406L

Serialized Fields

extension

java.lang.String extension

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

optional

boolean optional

Class com.rapidminer.parameter.ParameterTypeList extends ParameterType implements Serializable

serialVersionUID: -6101604413822993455L

Serialized Fields

defaultList

java.util.List<E> defaultList

valueType

ParameterType valueType

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.ParameterTypeSingle extends ParameterType implements Serializable

serialVersionUID: 1144201124955949715L

Class com.rapidminer.parameter.ParameterTypeString extends ParameterTypeSingle implements Serializable

serialVersionUID: 6451584265725535856L

Serialized Fields

defaultValue

java.lang.String defaultValue

optional

boolean optional

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.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.tools

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.StringProperties extends java.lang.Object implements Serializable

serialVersionUID: 1926744586167372203L

Serialized Fields

properties

java.util.Map<K,V> properties

Class com.rapidminer.tools.WekaInstancesAdaptor extends weka.core.Instances implements Serializable

serialVersionUID: 99943154106235423L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

exampleSet

ExampleSet exampleSet
The example set which backs up the Instances object.


mostFrequent

int[] mostFrequent
The most frequent nominal values (only used for association rule mining, null otherwise). -1 if attribute is numerical.


taskType

int taskType
The task type for which this instances object is used. Must be one out of LEARNING, PREDICTING, CLUSTERING, ASSOCIATION_RULE_MINING, or WEIGHTING. For the latter cases the original label attribute will be omitted.


labelAttribute

Attribute labelAttribute
The label attribute or null if not desired (depending on task).


weightAttribute

Attribute weightAttribute
The weight attribute or null if not available.

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.container

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

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

cache

KernelCache cache
The complete distance matrix for this kernel and a given example set.


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: -6681995150787879858L

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

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



Copyright © 2001-2009 by Rapid-I