Serialized Form
Package org.knime.base.data.append.row |
Package org.knime.base.data.bitvector |
m_bits
BitSet m_bits
- Deprecated.
m_nrBits
int m_nrBits
- Deprecated.
Package org.knime.base.node.io.csvwriter |
m_textBox
JComboBox m_textBox
m_chooseButton
JButton m_chooseButton
m_warnMsg
JLabel m_warnMsg
m_decSeparator
JTextField m_decSeparator
m_warning
JLabel m_warning
Package org.knime.base.node.io.filereader |
m_group
ButtonGroup m_group
m_default
JRadioButton m_default
m_iso8859
JRadioButton m_iso8859
m_utf8
JRadioButton m_utf8
m_utf16le
JRadioButton m_utf16le
m_utf16be
JRadioButton m_utf16be
m_utf16
JRadioButton m_utf16
m_custom
JRadioButton m_custom
m_customName
JTextField m_customName
m_colIdx
int m_colIdx
m_allColProps
Vector<E> m_allColProps
m_skipColumn
JCheckBox m_skipColumn
m_colNameField
JTextField m_colNameField
m_typeChooser
JComboBox m_typeChooser
m_missValueField
JTextField m_missValueField
m_oldType
int m_oldType
m_userDomainSettings
ColProperty m_userDomainSettings
m_result
Vector<E> m_result
m_warnLabel
JLabel m_warnLabel
m_domainButton
JButton m_domainButton
m_decSep
JTextField m_decSep
m_thousandSep
JTextField m_thousandSep
m_containsVals
JCheckBox m_containsVals
m_editField
JTextField m_editField
m_valueList
JList m_valueList
m_errorLabel
JLabel m_errorLabel
m_addButton
JButton m_addButton
m_remButton
JButton m_remButton
m_colProp
ColProperty m_colProp
m_result
ColProperty m_result
m_jContentPane
JPanel m_jContentPane
m_controlPanel
JPanel m_controlPanel
m_okButton
JButton m_okButton
m_cancelButton
JButton m_cancelButton
m_xmlButton
JButton m_xmlButton
m_mainPanel
JPanel m_mainPanel
m_closedViaReadXML
boolean m_closedViaReadXML
m_closedViaOK
boolean m_closedViaOK
m_doAnalyze
boolean m_doAnalyze
m_jTabbedPane
JTabbedPane m_jTabbedPane
m_settings
FileReaderNodeSettings m_settings
m_quotePanel
QuotePanel m_quotePanel
m_decSepPanel
DecSepPanel m_decSepPanel
m_ignoreDelimsPanel
IgnoreDelimsPanel m_ignoreDelimsPanel
m_shortLinesSupport
ShortLinesPanel m_shortLinesSupport
m_uniquifyPanel
UniquifyPanel m_uniquifyPanel
m_limitRowsPanel
LimitRowsPanel m_limitRowsPanel
m_charsetNamePanel
CharsetNamePanel m_charsetNamePanel
m_missValPanel
MissingValuePanel m_missValPanel
m_row
DataRow m_row
m_lineNumber
int m_lineNumber
m_detailsMsg
String m_detailsMsg
m_ignoreThem
JCheckBox m_ignoreThem
m_missingValue
JTextField m_missingValue
m_warnLabel
JLabel m_warnLabel
m_currQuotes
JList m_currQuotes
m_qCtrlPanel
JPanel m_qCtrlPanel
m_qEditPanel
JPanel m_qEditPanel
m_qEditField
JTextField m_qEditField
m_addButton
JButton m_addButton
m_removeButton
JButton m_removeButton
m_currQuotesScroller
JScrollPane m_currQuotesScroller
m_qEscBox
JCheckBox m_qEscBox
m_qEscPanel
JPanel m_qEscPanel
m_qListPanel
JPanel m_qListPanel
m_qListHeader
JLabel m_qListHeader
m_qEditLabelPanel
JPanel m_qEditLabelPanel
m_quoteEditPanel
JPanel m_quoteEditPanel
m_textPanel
JPanel m_textPanel
m_qErrorPanel
JPanel m_qErrorPanel
m_qErrorLabel
JLabel m_qErrorLabel
m_frSettings
FileReaderNodeSettings m_frSettings
Package org.knime.base.node.io.filetokenizer |
Package org.knime.base.node.mine.bayes.naivebayes.datamodel |
serialVersionUID: -2908267177526816082L
Package org.knime.base.node.mine.bfn |
m_isMaxEpochs
JCheckBox m_isMaxEpochs
- If maximum number of epochs set.
m_maxEpochs
JSpinner m_maxEpochs
- Value of maximum number of epochs.
m_distance
JComboBox m_distance
- Holds all possible distance functions.
m_shrinkAfterCommit
JCheckBox m_shrinkAfterCommit
- Shrink after commit.
m_coverMax
JCheckBox m_coverMax
- Cover only pattern with maximum degree.
m_missings
JComboBox m_missings
- Missing replacement function.
Package org.knime.base.node.mine.cluster.hierarchical |
m_appearanceTab
LinePlotterAppearanceTab m_appearanceTab
Package org.knime.base.node.mine.cluster.hierarchical.distfunctions |
m_p
int m_p
- The power of this type of minkowski distance.
Package org.knime.base.node.mine.decisiontree2.model |
serialVersionUID: 42L
m_rootNode
DecisionTreeNode m_rootNode
m_classifyColumn
String m_classifyColumn
m_missingValueStrategy
PMMLMissingValueStrategy m_missingValueStrategy
m_noTrueChildStrategy
PMMLNoTrueChildStrategy m_noTrueChildStrategy
m_coveredColors
HashMap<K,V> m_coveredColors
m_newColors
boolean m_newColors
m_classCounts
LinkedHashMap<K,V> m_classCounts
m_ownIndex
int m_ownIndex
m_class
DataCell m_class
m_ownClassFreq
double m_ownClassFreq
m_allClassFreq
double m_allClassFreq
m_parent
DecisionTreeNode m_parent
m_prefix
String m_prefix
m_customData
Object m_customData
m_coveredPattern
HashSet<E> m_coveredPattern
m_pureEnough
boolean m_pureEnough
m_splitAttr
String m_splitAttr
- Returns the name of the field the predicate operates on, an empty String
if it works on multiple attributes, or null if not applicable.
(Can only be empty for compound predicates operating on multiple
attributes.
m_child
DecisionTreeNode[] m_child
m_childIndex
int[] m_childIndex
m_mvStrategy
PMMLMissingValueStrategy m_mvStrategy
m_ntcStrategy
PMMLNoTrueChildStrategy m_ntcStrategy
m_threshold
double m_threshold
- Deprecated.
- The node logger for this class.
m_splitValues
DataCell[] m_splitValues
- Deprecated.
m_leftChildIndices
List<E> m_leftChildIndices
- Deprecated.
m_rightChildIndices
List<E> m_rightChildIndices
- Deprecated.
m_splitPred
PMMLPredicate[] m_splitPred
m_defaultChild
int m_defaultChild
m_node
DecisionTreeNode m_node
Package org.knime.base.node.mine.pca |
m_values
int[] m_values
index
int index
Package org.knime.base.node.mine.regression.linear.view |
m_x1
int m_x1
m_y1
int m_y1
m_x2
int m_x2
m_y2
int m_y2
m_targetColumn
String m_targetColumn
m_includs
String[] m_includs
Package org.knime.base.node.mine.regression.polynomial.learner |
m_model
PolyRegLearnerNodeModel m_model
m_tableModel
AbstractTableModel m_tableModel
m_table
JTable m_table
m_squaredError
JLabel m_squaredError
m_xColumnSpec
DataColumnSpec m_xColumnSpec
m_yColumnSpec
DataColumnSpec m_yColumnSpec
m_model
PolyRegLearnerNodeModel m_model
m_filteredSpec
DataTableSpec m_filteredSpec
Package org.knime.base.node.mine.scorer.accuracy |
m_scoreCount
int[][] m_scoreCount
- The int 2-D array representing the confution matrix.
m_headers
String[] m_headers
- The names of the attributes.
m_rowHeaderDescription
String m_rowHeaderDescription
- The column name (description) of the scored attributes for the row
header.
m_columnHeaderDescription
String m_columnHeaderDescription
- The column name (description) of the scored attributes for the column
header.
Package org.knime.base.node.mine.scorer.entrop |
m_tableView
TableView m_tableView
- The table view containing cluster statistics.
m_editorPane
JEditorPane m_editorPane
- The text pane that holds the information.
m_editorPaneScroller
JScrollPane m_editorPaneScroller
- Scrollpane containing m_editorPane.
Package org.knime.base.node.mine.sota |
serialVersionUID: 850988272023506129L
m_jchbUseHierarchicalFuzzyData
JCheckBox m_jchbUseHierarchicalFuzzyData
m_columnSelectionPanel
ColumnSelectionPanel m_columnSelectionPanel
m_logger
NodeLogger m_logger
m_classColumn
DialogComponentColumnNameSelection m_classColumn
m_classColumnModel
SettingsModelString m_classColumnModel
m_useOutData
DialogComponentBoolean m_useOutData
m_useOutDataModel
SettingsModelBoolean m_useOutDataModel
m_learningrateINCR
double m_learningrateINCR
m_variabilityINCR
double m_variabilityINCR
m_resourceINCR
double m_resourceINCR
m_errorINCR
double m_errorINCR
m_jsLearningRateWinner
JSpinner m_jsLearningRateWinner
m_jsLearningRateSister
JSpinner m_jsLearningRateSister
m_jsLearningRateAncestor
JSpinner m_jsLearningRateAncestor
m_jsVariability
JSpinner m_jsVariability
m_jsResource
JSpinner m_jsResource
m_jsError
JSpinner m_jsError
m_jchbUseVariability
JCheckBox m_jchbUseVariability
m_logger
NodeLogger m_logger
m_jcbDistance
JComboBox m_jcbDistance
m_width
int m_width
Package org.knime.base.node.mine.sota.logic |
m_value
double m_value
m_data
SotaCell[] m_data
m_isCell
boolean m_isCell
m_left
SotaTreeCell m_left
m_right
SotaTreeCell m_right
m_ancestor
SotaTreeCell m_ancestor
m_sister
SotaTreeCell m_sister
m_resource
double m_resource
m_maxDistance
double m_maxDistance
m_level
int m_level
m_hierarchyLevel
int m_hierarchyLevel
m_levelInHierarchy
int m_levelInHierarchy
m_dataIds
ArrayList<E> m_dataIds
m_classCounter
CellClassCounter m_classCounter
m_rowKeys
ArrayList<E> m_rowKeys
m_startY
int m_startY
m_startX
int m_startX
m_endY
int m_endY
m_endX
int m_endX
Package org.knime.base.node.mine.sota.view |
m_columns
int m_columns
m_fixedwidth
int m_fixedwidth
m_jpWidth
int m_jpWidth
m_jpHeight
int m_jpHeight
m_zoomFactor
int m_zoomFactor
m_zooming
boolean m_zooming
m_pixelWidth
int m_pixelWidth
m_defPixelWidth
int m_defPixelWidth
m_clusterLineHeight
int m_clusterLineHeight
m_clusterRectWidth
int m_clusterRectWidth
m_impreciseness
int m_impreciseness
m_root
SotaTreeCell m_root
m_data
DataArray m_data
m_maxLevel
int m_maxLevel
m_isHierarchicalFuzzyData
boolean m_isHierarchicalFuzzyData
m_drawHierarchicalFuzzyData
boolean m_drawHierarchicalFuzzyData
m_drawHierarchicalSeparators
boolean m_drawHierarchicalSeparators
m_maxHLevel
int m_maxHLevel
m_accentHLevel
int m_accentHLevel
m_hierarchicalMaxLevels
Hashtable<K,V> m_hierarchicalMaxLevels
m_cells
ArrayList<E> m_cells
m_selectedKeys
ArrayList<E> m_selectedKeys
m_hilitedKeys
Set<E> m_hilitedKeys
m_hiliteHandler
HiLiteHandler m_hiliteHandler
m_dataCoordIndex
Hashtable<K,V> m_dataCoordIndex
m_nodesCoordIndex
Hashtable<K,V> m_nodesCoordIndex
m_toolTipSeperator
String m_toolTipSeperator
m_background
Color m_background
m_hilit
Color m_hilit
m_selected
Color m_selected
m_selectedHilited
Color m_selectedHilited
m_clusterLines
Color m_clusterLines
m_seperatorLines
Color m_seperatorLines
m_unusedClusterLines
Color m_unusedClusterLines
m_accentHLevelColor
Color m_accentHLevelColor
m_hierarchySeparatorLines
Color m_hierarchySeparatorLines
m_originalData
DataArray m_originalData
m_pane
SotaDrawingPane m_pane
m_slider
JSlider m_slider
m_zoomIn
JButton m_zoomIn
m_zoomOut
JButton m_zoomOut
m_setHierarchicalView
JCheckBox m_setHierarchicalView
m_setHierarchicalSeparators
JCheckBox m_setHierarchicalSeparators
Package org.knime.base.node.mine.svm.learner |
serialVersionUID: -5032637076823894980L
m_components
ArrayList<E> m_components
Package org.knime.base.node.preproc.discretization.caim2.modelcreator |
m_hMargin
int m_hMargin
m_binningSchemes
BinRuler[] m_binningSchemes
m_selectedColumns
Set<E> m_selectedColumns
m_coordinates
List<E> m_coordinates
m_hMargin
int m_hMargin
m_vMargin
int m_vMargin
m_columnDisplayHeight
int m_columnDisplayHeight
m_discretizationModel
DiscretizationModel m_discretizationModel
- The
DiscretizationModel
to visualize.
m_binnedColumnsSpec
DataTableSpec m_binnedColumnsSpec
Package org.knime.base.node.preproc.filter.row |
serialVersionUID: 1L
m_colCombo
ColumnSelectionComboxBox m_colCombo
m_useRange
JRadioButton m_useRange
m_useRegExpr
JRadioButton m_useRegExpr
m_regExprVarButton
FlowVariableModelButton m_regExprVarButton
m_radios
ButtonGroup m_radios
m_lowerLabel
JLabel m_lowerLabel
m_lowerBound
JTextField m_lowerBound
m_upperLabel
JLabel m_upperLabel
m_upperBound
JTextField m_upperBound
m_regLabel
JLabel m_regLabel
m_regExpr
JComboBox m_regExpr
m_caseSensitive
JCheckBox m_caseSensitive
m_hasWildCards
JCheckBox m_hasWildCards
m_isRegExpr
JCheckBox m_isRegExpr
m_errText
JLabel m_errText
m_tSpec
DataTableSpec m_tSpec
m_useMissValue
JRadioButton m_useMissValue
m_panel
JPanel m_panel
m_errText
JLabel m_errText
m_regExpr
JTextField m_regExpr
m_caseSensitive
JCheckBox m_caseSensitive
m_startsWith
JCheckBox m_startsWith
m_first
JSpinner m_first
m_tilEOT
JCheckBox m_tilEOT
m_last
JSpinner m_last
m_errText
JLabel m_errText
Package org.knime.base.node.preproc.filter.row.rowfilter |
Package org.knime.base.node.preproc.groupby.dialogutil |
serialVersionUID: 7331177164907480373L
m_cols
List<E> m_cols
serialVersionUID: -8712817491828316484L
m_type
DataType m_type
serialVersionUID: -5113725870350491440L
serialVersionUID: 1415862346615703238L
m_model
TableModel m_model
serialVersionUID: -2935929914992836023L
serialVersionUID: -3420798953925662402L
Package org.knime.base.node.preproc.joiner |
Package org.knime.base.node.preproc.rename |
Package org.knime.base.node.preproc.sample |
m_absoluteButton
JRadioButton m_absoluteButton
m_relativeButton
JRadioButton m_relativeButton
m_absoluteSpinner
JSpinner m_absoluteSpinner
m_relativeSpinner
JSpinner m_relativeSpinner
m_useSeedChecker
JCheckBox m_useSeedChecker
m_seedField
JFormattedTextField m_seedField
m_randomSampling
JRadioButton m_randomSampling
m_linearSampling
JRadioButton m_linearSampling
m_firstSampling
JRadioButton m_firstSampling
m_stratifiedSampling
JRadioButton m_stratifiedSampling
m_classColumn
ColumnSelectionComboxBox m_classColumn
Package org.knime.base.node.preproc.sorter |
serialVersionUID: -4370835468477694930L
m_inclList
JList m_inclList
m_inclMdl
DefaultListModel m_inclMdl
m_exclList
JList m_exclList
m_exclMdl
DefaultListModel m_exclMdl
m_sortorderComboBox
JComboBox m_sortorderComboBox
m_comboModel
DefaultComboBoxModel m_comboModel
m_asc
String m_asc
m_desc
String m_desc
m_spec
DataTableSpec m_spec
m_sortOrder
Vector<E> m_sortOrder
serialVersionUID: -1757898824881266019L
m_components
Vector<E> m_components
m_spec
DataTableSpec m_spec
m_memory
boolean m_memory
m_memorycheckb
JCheckBox m_memorycheckb
serialVersionUID: 1662885117523675833L
m_id
int m_id
m_combovalues
Vector<E> m_combovalues
m_combo
JComboBox m_combo
m_ascRB
JRadioButton m_ascRB
m_descRB
JRadioButton m_descRB
Package org.knime.base.node.util |
Package org.knime.base.node.viz.aggregation |
serialVersionUID: -1350754955352409195L
m_name
String m_name
m_color
Color m_color
m_supportHiliting
boolean m_supportHiliting
m_elements
Map<K,V> m_elements
m_rowCounter
int m_rowCounter
- The number of rows including empty value rows.
m_valueCount
int m_valueCount
- The number of values without missing values!
m_aggrSum
double m_aggrSum
m_presentable
boolean m_presentable
m_isSelected
boolean m_isSelected
m_shape
Shape m_shape
m_hiliteShape
Shape m_hiliteShape
- If the different elements of this bar can't be draw because the bar
is to small this rectangle is calculated to reflect the proportion
of hilited rows in this bar.
serialVersionUID: -1627330636768050680L
m_color
Color m_color
m_supportHiliting
boolean m_supportHiliting
m_aggrSum
double m_aggrSum
m_valueCounter
int m_valueCounter
- The number of values without missing values!
m_rowCounter
int m_rowCounter
- The number of rows including empty value rows.
m_isSelected
boolean m_isSelected
m_presentable
boolean m_presentable
m_shape
Shape m_shape
m_rowKeys
Set<E> m_rowKeys
m_hilitedRowKeys
Set<E> m_hilitedRowKeys
m_hilitedShape
Shape m_hilitedShape
Package org.knime.base.node.viz.histogram.datamodel |
serialVersionUID: 2839475106700548682L
m_surroundingRectangle
Rectangle2D m_surroundingRectangle
- The surrounding rectangle is used to distinguish between multiple
selected aggregation columns.
serialVersionUID: 2537898631338523620L
serialVersionUID: -5898246116408854042L
m_xAxisCaption
String m_xAxisCaption
m_xAxisCaptionCell
DataCell m_xAxisCaptionCell
m_lowerBound
Double m_lowerBound
m_upperBound
Double m_upperBound
m_bars
Map<K,V> m_bars
m_rowCounter
int m_rowCounter
m_presentable
boolean m_presentable
m_isSelected
boolean m_isSelected
m_surroundingRectangle
Rectangle2D m_surroundingRectangle
- The surrounding rectangle is used to distinguish between the
different bins.
m_binRectangle
Rectangle m_binRectangle
- The bin rectangle is the main rectangle which contains the bars.
serialVersionUID: -2017351242977651036L
serialVersionUID: -5525319030969754880L
serialVersionUID: -6612680797726333107L
serialVersionUID: 4709538043061219689L
m_hiliteRectangle
Rectangle2D m_hiliteRectangle
- If the different bars of this bin can't be draw because the bin
is to small this rectangle is calculated to reflect the proportion
of hilited rows in this bin.
Package org.knime.base.node.viz.histogram.impl |
m_tableSpec
DataTableSpec m_tableSpec
- The
DataTableSpec
of the input data.
m_vizModel
AbstractHistogramVizModel m_vizModel
- The
HistogramVizModel
which holds the basic
information.
m_histoProps
AbstractHistogramProperties m_histoProps
m_lastBinWidth
int m_lastBinWidth
- Save the width of the bins for the actual layout prior layout changes
to reset it again.
m_binWidth
JSlider m_binWidth
m_noOfBins
JSlider m_noOfBins
m_noOfBinsLabel
JLabel m_noOfBinsLabel
m_aggrMethButtonGrp
ButtonGroup m_aggrMethButtonGrp
m_showEmptyBins
JCheckBox m_showEmptyBins
m_showMissingValBin
JCheckBox m_showMissingValBin
m_detailsPane
JPanel m_detailsPane
m_detailsScrollPane
JScrollPane m_detailsScrollPane
m_detailsHtmlPane
JEditorPane m_detailsHtmlPane
m_showGrid
JCheckBox m_showGrid
m_showBinOutline
JCheckBox m_showBinOutline
m_showBarOutline
JCheckBox m_showBarOutline
m_showElementOutline
JCheckBox m_showElementOutline
m_labelDisplayPolicy
ButtonGroup m_labelDisplayPolicy
m_labelOrientation
ButtonGroup m_labelOrientation
m_layoutDisplayPolicy
ButtonGroup m_layoutDisplayPolicy
serialVersionUID: 7881989778083295425L
m_vizModel
AbstractHistogramVizModel m_vizModel
- Holds the
AbstractHistogramVizModel
objects to draw.
m_properties
AbstractHistogramProperties m_properties
m_updatePropertiesPanel
boolean m_updatePropertiesPanel
m_infoMsg
String m_infoMsg
- Information message. If not
null
no bars will be drawn
only this message will be displayed.
m_baseLine
Integer m_baseLine
- If set the base line is drawn at this screen position.
m_gridLines
int[] m_gridLines
- If set the grid lines are drawn at the given positions.
Package org.knime.base.node.viz.histogram.impl.fixed |
serialVersionUID: -3264294894462201355L
serialVersionUID: -6177238900813927896L
m_xCol
JLabel m_xCol
m_aggrCol
JEditorPane m_aggrCol
Package org.knime.base.node.viz.histogram.impl.interactive |
serialVersionUID: -893697601218801524L
serialVersionUID: -2199619830257018206L
m_xCol
ColumnSelectionComboxBox m_xCol
m_aggrCol
AggregationColumnFilterPanel m_aggrCol
Package org.knime.base.node.viz.histogram.util |
serialVersionUID: -4925781595750481201L
m_inclList
JList m_inclList
- Include list.
m_inclMdl
DefaultListModel m_inclMdl
- Include model.
m_exclList
JList m_exclList
- Exclude list.
m_exclMdl
DefaultListModel m_exclMdl
- Exclude model.
m_remButton
JButton m_remButton
- Remove button.
m_addButton
JButton m_addButton
- Add button.
m_order
LinkedHashSet<E> m_order
- List of DataCellColumnSpecss to keep initial ordering of DataCells.
m_includeBorder
TitledBorder m_includeBorder
- Border of the include panel, keep it so we can change the title.
m_excludeBorder
TitledBorder m_excludeBorder
- Border of the include panel, keep it so we can change the title.
m_columnFilter
ColumnFilter m_columnFilter
- Show only columns of types that are compatible to this filter.
m_listeners
List<E> m_listeners
serialVersionUID: 761641948686587L
m_color
Color m_color
m_columnName
String m_columnName
Package org.knime.base.node.viz.pie.datamodel |
serialVersionUID: -7650706027283786854L
serialVersionUID: -6828514317488193272L
Package org.knime.base.node.viz.pie.impl |
serialVersionUID: -2626993487320068781L
m_vizModel
PieVizModel m_vizModel
m_infoMsg
String m_infoMsg
- Information message. If not
null
no bars will be drawn
only this message will be displayed.
m_vizModel
PieVizModel m_vizModel
m_props
PieProperties<D extends PieVizModel> m_props
m_infoMsg
String m_infoMsg
m_pieSize
JSlider m_pieSize
m_explodeSize
JSlider m_explodeSize
m_aggrMethButtonGrp
ButtonGroup m_aggrMethButtonGrp
m_showMissingValSection
JCheckBox m_showMissingValSection
m_showSectionOutline
JCheckBox m_showSectionOutline
m_explodeSelectedSections
JCheckBox m_explodeSelectedSections
m_showDetails
JCheckBox m_showDetails
m_labelDisplayPolicy
ButtonGroup m_labelDisplayPolicy
m_valueScale
ButtonGroup m_valueScale
m_detailsPane
JPanel m_detailsPane
m_detailsScrollPane
JScrollPane m_detailsScrollPane
m_detailsHtmlPane
JEditorPane m_detailsHtmlPane
Package org.knime.base.node.viz.pie.impl.fixed |
serialVersionUID: 7346765619645092687L
serialVersionUID: -4156051632727774736L
m_pieCol
JLabel m_pieCol
m_aggrCol
JLabel m_aggrCol
Package org.knime.base.node.viz.pie.impl.interactive |
serialVersionUID: -7592208071888135451L
m_ignoreChanges
boolean m_ignoreChanges
serialVersionUID: -4836394731936769733L
m_pieCol
ColumnSelectionPanel m_pieCol
m_aggrCol
ColumnSelectionPanel m_aggrCol
Package org.knime.base.node.viz.pie.util |
serialVersionUID: 2137456313063174430L
Package org.knime.base.node.viz.plotter |
m_dragStart
Point m_dragStart
- The start point of the dragging gesture.
m_dragEnd
Point m_dragEnd
- The end point of the dragging gesture.
m_isMouseDown
boolean m_isMouseDown
- Flag whether the mouse is currently pressed.
m_antialiasing
boolean m_antialiasing
- Flag for anti-aliasing.
m_drawingPane
AbstractDrawingPane m_drawingPane
- The drawing pane.
m_scroller
Plotter2DScrollPane m_scroller
- The scroll pane the drawing pane is embedded in.
m_properties
AbstractPlotterProperties m_properties
- Thew properties panel.
m_isDragged
boolean m_isDragged
m_width
int m_width
- The width of the drawing pane! Not of this component.
m_height
int m_height
- The height of the drawing pane! Not of this component.
m_xAxis
Axis m_xAxis
- The x axis, might be null.
m_yAxis
Axis m_yAxis
- The y axis, might be null.
m_currMouseListener
PlotterMouseListener m_currMouseListener
- The mouse listener depending on the current mode.
m_dataProvider
DataProvider m_dataProvider
- The provider for the data to visualize.
m_hiliteHandler
HiLiteHandler m_hiliteHandler
- The hilite handler.
m_preserve
boolean m_preserve
- Flag, whether the axis range should be preserved(true) or adapted to
newly added values (false).
m_dataArrayIdx
int m_dataArrayIdx
m_defaultTab
DefaultTab m_defaultTab
m_horizontal
boolean m_horizontal
- holding the orientation of this instance.
m_fullLength
int m_fullLength
- the full length of the ruler (in pixels).
m_coordinate
Coordinate m_coordinate
- The underlying coordinate for this axis header.
m_startTickOffset
int m_startTickOffset
- This is the offset to start the ticks from. This is necessary, i.e. for
the scatter plotter which would set half the current dot size, which must
be painted below its actual value.
m_rotateXLabels
boolean m_rotateXLabels
m_rotateYLabels
boolean m_rotateYLabels
m_tickDist
int m_tickDist
m_tickLength
int m_tickLength
m_coordMap
CoordinateMapping[] m_coordMap
m_currFormat
DecimalFormat m_currFormat
m_changeListener
List<E> m_changeListener
m_notationNormalRB
JRadioButtonMenuItem m_notationNormalRB
m_notationScientificRB
JRadioButtonMenuItem m_notationScientificRB
m_mappingMethodMenu
JMenu m_mappingMethodMenu
m_notationsMenu
JMenu m_notationsMenu
m_inverse
boolean m_inverse
Package org.knime.base.node.viz.plotter.basic |
m_elements
List<E> m_elements
Package org.knime.base.node.viz.plotter.box |
m_boxes
List<E> m_boxes
m_boxWidth
int m_boxWidth
m_normalize
boolean m_normalize
m_coordinates
Map<K,V> m_coordinates
m_selectedColumns
Set<E> m_selectedColumns
m_normalizeTab
BoxPlotAppearanceTab m_normalizeTab
Package org.knime.base.node.viz.plotter.columns |
m_columnSelection
ColumnFilterPanel m_columnSelection
m_selectedXColumn
DataColumnSpec m_selectedXColumn
m_selectedYColumn
DataColumnSpec m_selectedYColumn
m_spec
DataTableSpec m_spec
m_xSelector
ColumnSelectionComboxBox m_xSelector
- The x column selection box.
m_ySelector
ColumnSelectionComboxBox m_ySelector
- The y column selection box.
m_xMinSpinner
JSpinner m_xMinSpinner
m_xMaxSpinner
JSpinner m_xMaxSpinner
m_yMinSpinner
JSpinner m_yMinSpinner
m_yMaxSpinner
JSpinner m_yMaxSpinner
Package org.knime.base.node.viz.plotter.dendrogram |
m_rootNode
BinaryTree<T> m_rootNode
- The tree containing the DendrogramPoints.
m_showDots
boolean m_showDots
- Flag to display or hide the points.
m_dotSize
int m_dotSize
m_lineThickness
int m_lineThickness
m_rootNode
DendrogramNode m_rootNode
- The hierarchical clustering result.
m_tree
BinaryTree<T> m_tree
- The visual model of the clustering result.
m_selected
Set<E> m_selected
- The set of selected dendrogram points.
m_dotSize
int m_dotSize
- The dot size of the leafs and cluster nodes.
m_appearance
LinePlotterAppearanceTab m_appearance
Package org.knime.base.node.viz.plotter.line |
m_colorMapping
Map<K,V> m_colorMapping
m_columns2Draw
List<E> m_columns2Draw
m_columnNames
Set<E> m_columnNames
m_interpolate
boolean m_interpolate
m_nrOfLines
int m_nrOfLines
- To know when a line starts.
m_showDots
boolean m_showDots
m_thickness
int m_thickness
m_colorLegend
ColorLegendTab m_colorLegend
m_missingValues
InterpolationTab m_missingValues
m_appearance
LinePlotterAppearanceTab m_appearance
Package org.knime.base.node.viz.plotter.parcoord |
m_lineSize
int m_lineSize
m_axes
List<E> m_axes
m_lines
List<E> m_lines
m_showDots
boolean m_showDots
m_skipValues
boolean m_skipValues
m_showMissingVals
boolean m_showMissingVals
m_fade
boolean m_fade
m_hide
boolean m_hide
m_drawCurves
boolean m_drawCurves
m_appearance
ParallelCoordinateAppearanceTab m_appearance
m_missingValues
ParallelCoordinatesMissingValueTab m_missingValues
m_axes
List<E> m_axes
m_lines
List<E> m_lines
m_selected
Set<E> m_selected
m_columnNames
List<E> m_columnNames
m_skipMissingValues
boolean m_skipMissingValues
m_hide
boolean m_hide
m_curve
boolean m_curve
Package org.knime.base.node.viz.plotter.props |
m_normalize
JCheckBox m_normalize
m_mapping
Map<K,V> m_mapping
m_listener
List<E> m_listener
m_mouseModeSelection
JComboBox m_mouseModeSelection
m_fitToScreenBtn
JButton m_fitToScreenBtn
m_chooser
JColorChooser m_chooser
m_chooseBackground
JButton m_chooseBackground
m_antialias
JCheckBox m_antialias
m_interpolate
JCheckBox m_interpolate
m_thickness
JSpinner m_thickness
m_dotSize
JSpinner m_dotSize
m_showDots
JCheckBox m_showDots
m_showDotsBox
JCheckBox m_showDotsBox
m_drawCurves
JCheckBox m_drawCurves
m_lineThickness
JSpinner m_lineThickness
m_skipRowBtn
JRadioButton m_skipRowBtn
m_skipValue
JRadioButton m_skipValue
m_showMissingValueBtn
JRadioButton m_showMissingValueBtn
m_dotSizeSpinner
JSpinner m_dotSizeSpinner
m_jitterSlider
JSlider m_jitterSlider
Package org.knime.base.node.viz.plotter.scatter |
m_dotSize
int m_dotSize
m_jitterRate
int m_jitterRate
m_hide
boolean m_hide
- Flag whether to show or hide the unhilited dots.
m_dots
DotInfoArray m_dots
m_selDots
Set<E> m_selDots
m_dotSize
int m_dotSize
m_fade
boolean m_fade
m_appearance
ScatterPlotterAppearanceTab m_appearance
Package org.knime.base.node.viz.plotter.scattermatrix |
m_matrixElements
ScatterMatrixElement[][] m_matrixElements
m_hMargin
int m_hMargin
m_vMargin
int m_vMargin
m_backgroundColor
Color m_backgroundColor
m_selectedColumns
Set<E> m_selectedColumns
m_coordinates
List<E> m_coordinates
m_matrixElementWidth
int m_matrixElementWidth
m_hMargin
int m_hMargin
m_vMargin
int m_vMargin
m_appearance
ScatterPlotterAppearanceTab m_appearance
Package org.knime.base.node.viz.property.color |
m_map
LinkedHashMap<K,V> m_map
- Keeps mapping from data cell name to color.
m_columnValues
JList m_columnValues
- Keeps the all possible column values.
m_columnModel
DefaultListModel m_columnModel
m_rangeLabel
ColorManager2RangeIcon m_rangeLabel
m_alpha
int m_alpha
m_min
Color m_min
m_max
Color m_max
m_slider
JSlider m_slider
m_spinner
JSpinner m_spinner
Package org.knime.core.data |
Package org.knime.core.data.collection |
m_list
BlobSupportDataCellList m_list
m_set
BlobSupportDataCellSet m_set
Package org.knime.core.data.container |
m_buffer
Buffer m_buffer
m_blobAddress
BlobDataCell.BlobAddress m_blobAddress
m_blobClass
CellClassInfo m_blobClass
m_cellRef
SoftReference<T> m_cellRef
m_hardCellRef
BlobDataCell m_hardCellRef
Package org.knime.core.data.date |
m_utcCalendar
Calendar m_utcCalendar
m_hasDate
boolean m_hasDate
m_hasTime
boolean m_hasTime
m_hasMillis
boolean m_hasMillis
m_dateTimeMillis
SimpleDateFormat m_dateTimeMillis
m_dateTime
SimpleDateFormat m_dateTime
m_date
SimpleDateFormat m_date
m_time
SimpleDateFormat m_time
m_timeMillis
SimpleDateFormat m_timeMillis
Package org.knime.core.data.def |
m_real
double m_real
- real part of the complex number.
m_imag
double m_imag
- imaginary part of the complex number.
m_double
double m_double
m_minSupp
double m_minSupp
- Minimum support value.
m_minCore
double m_minCore
- Minimum core value.
m_maxCore
double m_maxCore
- Maximum core value.
m_maxSupp
double m_maxSupp
- Maximum support value.
m_minSupp
double m_minSupp
- Minimum support value.
m_core
double m_core
- Core value.
m_maxSupp
double m_maxSupp
- Maximum support value.
m_int
int m_int
m_left
double m_left
- Left interval bound.
m_right
double m_right
- Right interval bound.
m_includeLeft
boolean m_includeLeft
- Whether to include the left bound.
m_includeRight
boolean m_includeRight
- Whether to include the right bound.
m_long
long m_long
m_string
String m_string
m_date
Date m_date
- Deprecated.
- Internal representation as
Date
.
Package org.knime.core.data.property |
m_combo
ShapeSelectionComboBox m_combo
Package org.knime.core.data.renderer |
m_unselectedForeground
Color m_unselectedForeground
m_unselectedBackground
Color m_unselectedBackground
m_bitVector
BitVectorValue m_bitVector
m_type
BitVectorValueStringRenderer.Type m_type
m_byteVector
ByteVectorValue m_byteVector
m_format
NumberFormat m_format
- Used to get a string representation of the complex number value.
m_desc
String m_desc
- Description to the renderer.
m_colSpec
DataColumnSpec m_colSpec
- The spec to the column for which this renderer is being used.
m_icon
org.knime.core.data.renderer.DoubleBarRenderer.BarIcon m_icon
m_icon
Icon m_icon
m_isPaintCrossForMissing
boolean m_isPaintCrossForMissing
m_format
NumberFormat m_format
- Used to get a string representation of the double value.
m_desc
String m_desc
- Description to the renderer.
m_currentFont
Font m_currentFont
m_description
String m_description
Package org.knime.core.data.vector.bitvector |
m_bitVector
DenseBitVector m_bitVector
m_bitVector
SparseBitVector m_bitVector
Package org.knime.core.data.vector.bytevector |
m_byteVector
DenseByteVector m_byteVector
m_byteVector
SparseByteVector m_byteVector
Package org.knime.core.node |
m_model
FlowVariableModel m_model
m_containerPanel
JPanel m_containerPanel
m_monitor
NodeProgressMonitor m_monitor
m_progressBar
JProgressBar m_progressBar
m_label
JLabel m_label
m_cancelButton
JButton m_cancelButton
Package org.knime.core.node.config |
serialVersionUID: -1823858289784818403L
m_map
LinkedHashMap<K,V> m_map
m_flowObjectStack
FlowObjectStack m_flowObjectStack
- To get the available variables from.
m_exposeVariableName
String m_exposeVariableName
m_useVariable
String m_useVariable
m_keyPath
String[] m_keyPath
m_listeners
CopyOnWriteArrayList<E> m_listeners
m_treeModel
ConfigEditTreeModel m_treeModel
- The tree model, which is null for all nodes accept for the root.
It is set after the tree nodes are constructed. Used to propagate
events.
m_keyLabel
JLabel m_keyLabel
m_keyIcon
Icon m_keyIcon
m_valueField
JComboBox m_valueField
m_flowObjectStack
FlowObjectStack m_flowObjectStack
m_exposeAsVariableField
JTextField m_exposeAsVariableField
m_treeNode
ConfigEditTreeModel.ConfigEditTreeNode m_treeNode
m_panelFull
ConfigEditTreeNodePanel m_panelFull
m_panelPlain
ConfigEditTreeNodePanel m_panelPlain
m_active
ConfigEditTreeNodePanel m_active
m_rectangle
Rectangle m_rectangle
Package org.knime.core.node.interrupt |
m_runBtn
JButton m_runBtn
m_breakBtn
JButton m_breakBtn
m_finishBtn
JButton m_finishBtn
m_nextStepBtn
JButton m_nextStepBtn
m_delaySlider
JSlider m_delaySlider
m_iterationLabel
JLabel m_iterationLabel
Package org.knime.core.node.port.pmml |
m_portObject
PMMLPortObject m_portObject
m_lock
Object m_lock
m_tree
JTree m_tree
Package org.knime.core.node.property.hilite |
serialVersionUID: -5555018973664128867L
m_keys
Set<E> m_keys
- Internal unmodifiable set of row IDs.
Package org.knime.core.node.tableview |
serialVersionUID: -2356486759304444805L
m_showIcon
boolean m_showIcon
serialVersionUID: 8413295641103391635L
m_data
DataTable m_data
- underlying data; may be null to indicate invalid status.
m_iterator
RowIterator m_iterator
- Iterator in
TableContentModel.m_data
to get content, newly instantiated when user
scrolls up.
m_cachedRows
DataRow[] m_cachedRows
- Ring buffer. Size determined by
TableContentModel.CACHE_SIZE
.
m_hilitSet
BitSet m_hilitSet
- storing for each row in the cache if it has been hilited,
using the same ring buffer strategy as
TableContentModel.m_cachedRows
.
m_rowCountOfInterestInIterator
int m_rowCountOfInterestInIterator
- Number of rows seen in current iterator that are of interest, i.e.
hilited rows when only hilited rows should be shown, all
rows otherwise. This field is set to 0 when a new iterator is
instantiated.
m_rowCountOfInterest
int m_rowCountOfInterest
- Number of rows of interest that have been seen so far. If
only hilited rows should be shown this field is equal to
TableContentModel.m_maxRowCount
.
m_isRowCountOfInterestFinal
boolean m_isRowCountOfInterestFinal
- Is the current value of
TableContentModel.m_rowCountOfInterest
final? If
only hilited rows should be shown this field
is equal to TableContentModel.m_isMaxRowCountFinal
.
m_rowCountInIterator
int m_rowCountInIterator
- Counter of rows in current iterator. If only hilited rows should be
shown, this field is equal to
TableContentModel.m_rowCountOfInterestInIterator
. This field is
incremented with each m_iterator.next()
and reset to 0 with
m_iterator = new ...
m_maxRowCount
int m_maxRowCount
- lower bound for overall number of rows in
TableContentModel.m_data
, updated when
new rows are encountered.
m_isMaxRowCountFinal
boolean m_isMaxRowCountFinal
- flag if all rows in the underlying DataTable have been seen,
i.e. the iterator ran at least once to the very end of the table.
This field is set to
true
the first time
m_iterator.atEnd()
returns true
.
m_tableFilter
TableContentModel.TableContentFilter m_tableFilter
- Policy as to which rows to show.
m_chunkSize
int m_chunkSize
- number of rows that are read at a time, defaults to
TableContentModel.CHUNK_SIZE
.
m_cacheSize
int m_cacheSize
- size of ring buffer, if
m_cachedRows.length == m_cacheSize
(if m_cachedRows not null
).
m_hiLiteHdl
HiLiteHandler m_hiLiteHdl
- Handler to get the hilite status of the rows from and to send
hilite requests to. Is
null
when no hilite available.
m_propertySupport
PropertyChangeSupport m_propertySupport
- property handler that is used for events when data or
hilite handler has changed.
m_rowCounterThread
RowCounterThread m_rowCounterThread
- A thread executed in background to count the rows, is triggered by
TableContentModel.countRowsInBackground()
.
serialVersionUID: -3503118869778091484L
m_dataListener
PropertyChangeListener m_dataListener
m_isShowIconInColumnHeader
boolean m_isShowIconInColumnHeader
- The property whether or not the icon in the column header is
to be shown.
m_tempHSBColor
float[] m_tempHSBColor
serialVersionUID: -2200601319386867806L
m_contentInterface
TableContentInterface m_contentInterface
- Reference to underlying TableContentModel, never
null
.
m_contentListener
TableModelListener m_contentListener
- Listener on
TableRowHeaderModel.m_contentInterface
.
m_columnName
String m_columnName
- In some, very rare cases we need to set the column name - which,
by default is just "Row ID".
serialVersionUID: 4115412802300446736L
m_headerBackground
Color m_headerBackground
m_tempHSBColor
float[] m_tempHSBColor
serialVersionUID: -5066803221414314340L
m_popup
JPopupMenu m_popup
- The popup menu which allows to trigger hilite events.
m_columnHeaderResizeHandler
org.knime.core.node.tableview.TableView.ColumnHeaderResizeMouseHandler m_columnHeaderResizeHandler
- Enables the resizing of the column header. Instantiated lazily.
m_isColumnHeaderResizingAllowed
boolean m_isColumnHeaderResizingAllowed
- Whether or not column header resizing is allowed. Defaults to false.
m_searchPosition
FindPositionRowKey m_searchPosition
- Position (row, col) for "Find" menu entry. It either points to the
location of the last match or (0,0).
m_searchString
String m_searchString
- Last search string, needed for continued search.
m_findAction
TableView.TableAction m_findAction
m_findNextAction
TableView.TableAction m_findNextAction
m_gotoRowAction
TableView.TableAction m_gotoRowAction
m_keyStroke
KeyStroke m_keyStroke
serialVersionUID: -931131149550199849L
m_scroller
TableView m_scroller
- Scroll pane to be displayed. Holds the table in its view port
Package org.knime.core.node.util |
m_inclList
JList m_inclList
- Include list.
m_inclMdl
DefaultListModel m_inclMdl
- Include model.
m_exclList
JList m_exclList
- Exclude list.
m_exclMdl
DefaultListModel m_exclMdl
- Exclude model.
m_markAllHitsIncl
JCheckBox m_markAllHitsIncl
- Highlight all search hits in the include model.
m_markAllHitsExcl
JCheckBox m_markAllHitsExcl
- Highlight all search hits in the exclude model.
m_keepAllBox
JCheckBox m_keepAllBox
- Checkbox that enabled to keep all column in include list.
m_remAllButton
JButton m_remAllButton
- Remove all button.
m_remButton
JButton m_remButton
- Remove button.
m_addAllButton
JButton m_addAllButton
- Add all button.
m_addButton
JButton m_addButton
- Add button.
m_searchFieldIncl
JTextField m_searchFieldIncl
- Search Field in include list.
m_searchButtonIncl
JButton m_searchButtonIncl
- Search Button for include list.
m_searchFieldExcl
JTextField m_searchFieldExcl
- Search Field in exclude list.
m_searchButtonExcl
JButton m_searchButtonExcl
- Search Button for exclude list.
m_order
LinkedHashSet<E> m_order
- List of DataCellColumnSpecss to keep initial ordering of DataCells.
m_includeBorder
TitledBorder m_includeBorder
- Border of the include panel, keep it so we can change the title.
m_excludeBorder
TitledBorder m_excludeBorder
- Border of the include panel, keep it so we can change the title.
m_filter
ColumnFilter m_filter
- The filter used to filter out/in valid column types.
m_hideColumns
HashSet<E> m_hideColumns
m_listeners
List<E> m_listeners
serialVersionUID: 5797563450894378207L
m_columnFilter
ColumnFilter m_columnFilter
- Show only columns that are compatible to the ColumnFilter.
m_listModel
DefaultListModel m_listModel
m_selectionChangeAllowed
boolean m_selectionChangeAllowed
serialVersionUID: 9095144868702823700L
m_chooser
JComboBox m_chooser
- Contains all column names for the given given filter class.
m_columnFilter
ColumnFilter m_columnFilter
- Show only columns which pass the given
ColumnFilter
.
m_isRequired
boolean m_isRequired
m_addNoneColOption
boolean m_addNoneColOption
- If set to true a no column item is added as first item of the list.
m_addRowIDOption
boolean m_addRowIDOption
- If set to true a RowID item is added as first item of the list.
m_noneColSpec
DataColumnSpec m_noneColSpec
m_rowIDColSpec
DataColumnSpec m_rowIDColSpec
m_spec
DataTableSpec m_spec
serialVersionUID: 1156595670217009312L
serialVersionUID: -3238164216976500254L
m_fileComboBox
JComboBox m_fileComboBox
m_fileHistory
StringHistory m_fileHistory
m_browseButton
JButton m_browseButton
m_border
TitledBorder m_border
m_configKey
String m_configKey
m_filename
String m_filename
m_changeListener
List<E> m_changeListener
m_textBox
JComboBox m_textBox
m_chooseButton
JButton m_chooseButton
m_suffixes
String[] m_suffixes
m_historyID
String m_historyID
m_selectMode
int m_selectMode
m_textBox
JComboBox m_textBox
m_historyID
String m_historyID
serialVersionUID: 6102484208185201127L
Package org.knime.core.node.workflow |
m_dataView
TableView m_dataView
m_table
DataTable m_table
m_updateLock
Object m_updateLock
- Updates are synchronized on this object. Declaring the methods
as synchronized (i.e. using "this" as mutex) does not work as swing
also acquires locks on this graphical object.
m_uiInformation
UIInformation m_uiInformation
m_tableSpec
DataTableSpec m_tableSpec
m_propsView
TableView m_propsView
m_lock
Object m_lock
m_specView
TableView m_specView
m_tableSpec
DataTableSpec m_tableSpec
m_updateLock
Object m_updateLock
- Updates are synchronized on this object. Declaring the methods
as synchronized (i.e. using "this" as mutex) does not work as swing
also acquires locks on this graphical object.
m_tree
JTree m_tree
- Shows the ModelContent as JTree.
m_treePopup
JPopupMenu m_treePopup
m_portObject
ModelContentRO m_portObject
m_jobManagerSelect
JComboBox m_jobManagerSelect
m_settingsPanel
JPanel m_settingsPanel
m_currentPanel
NodeExecutionJobManagerPanel m_currentPanel
m_panels
HashMap<K,V> m_panels
m_lastPortSpecs
PortObjectSpec[] m_lastPortSpecs
m_nodeSplitType
NodeContainer.NodeContainerSettings.SplitType m_nodeSplitType
m_nodeMessage
NodeMessage m_nodeMessage
m_progress
NodeProgress m_progress
m_state
NodeContainer.State m_state
m_uiInformation
UIInformation m_uiInformation
m_customName
String m_customName
m_description
String m_description
m_wasOpened
boolean m_wasOpened
- Keeps track if view has been opened before.
m_tabbedPane
JTabbedPane m_tabbedPane
m_loadingPanel
LoadingPanel m_loadingPanel
Package org.knime.core.util |
m_key
String m_key
m_fileList
JList m_fileList
m_fc
JFileChooser m_fc
m_dirFilter
FileFilter m_dirFilter
m_fchooser
JFileChooser m_fchooser
serialVersionUID: -1576835056083239940L
m_i
double m_i
serialVersionUID: -1576835000083239940L
m_i
int m_i
Package org.knime.core.util.tokenizer |
Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display,
or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the
copyright owner or as specified in the license file distributed with this product.