A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

AbstractCellFactory - Class in org.knime.core.data.container
Default implementation of a CellFactory, which creates more than a single new column.
AbstractCellFactory(DataColumnSpec...) - Constructor for class org.knime.core.data.container.AbstractCellFactory
Creates instance, which will produce content for the columns as specified by the array argument.
AbstractDrawingPane - Class in org.knime.base.node.viz.plotter
Supports the selection of elements (also paints the selection rectangle) and anti-aliasing, override AbstractDrawingPane.paintContent(Graphics).
AbstractDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.AbstractDrawingPane
 
AbstractHistogramNodeModel - Class in org.knime.base.node.viz.histogram.node
 
AbstractHistogramNodeModel() - Constructor for class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Constructor for class AbstractHistogramNodeModel.
AbstractHistogramPlotter - Class in org.knime.base.node.viz.histogram.impl
Abstract class which is the coordinator between the HistogramDrawingPane and the AbstractHistogramVizModel.
AbstractHistogramPlotter(AbstractHistogramProperties, HiLiteHandler) - Constructor for class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Constructor for class AbstractHistogramPlotter.
AbstractHistogramProperties - Class in org.knime.base.node.viz.histogram.impl
Abstract class which handles the default properties like layouting.
AbstractHistogramProperties(DataTableSpec, AbstractHistogramVizModel) - Constructor for class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
Constructor for class AbstractHistogramProperties.
AbstractHistogramVizModel - Class in org.knime.base.node.viz.histogram.datamodel
This is the basic visualization model for a histogram.
AbstractHistogramVizModel(List<Color>, AggregationMethod, HistogramLayout, int) - Constructor for class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
Constructor for class HistogramVizModel.
AbstractHistogramVizModel.HistogramHiliteCalculator - Class in org.knime.base.node.viz.histogram.datamodel
The histogram hilite shape calculator.
AbstractHistogramVizModel.HistogramHiliteCalculator() - Constructor for class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
Constructor for class HistogramHiliteCalculator.
AbstractMany2OneCellFactory - Class in org.knime.base.node.preproc.columnTrans
 
AbstractMany2OneCellFactory(DataTableSpec, String, int[]) - Constructor for class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
 
AbstractNodeView<T extends NodeModel> - Class in org.knime.core.node
Abstract implementation of a node view.
AbstractNodeView(T) - Constructor for class org.knime.core.node.AbstractNodeView
Creates new view.
AbstractPainterDataValueRenderer - Class in org.knime.core.data.renderer
Abstract implementation of a DataValueRenderer that renders more complex scenes than just ordinary text.
AbstractPainterDataValueRenderer() - Constructor for class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Creates a default table cell renderer.
AbstractParallelNodeModel - Class in org.knime.base.node.parallel
This class is an extension of a normal NodeModel that offers parallel processing of DataTables.
AbstractParallelNodeModel(int, int, int, ThreadPool) - Constructor for class org.knime.base.node.parallel.AbstractParallelNodeModel
Creates a new AbstractParallelNodeModel.
AbstractPlotter - Class in org.knime.base.node.viz.plotter
Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotter(AbstractDrawingPane, AbstractPlotterProperties) - Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter
Creates a new plotter with a drawing pane and a properties panel.
AbstractPlotter.MovingMouseListener - Class in org.knime.base.node.viz.plotter
When the drawing pane is larger then the viewport for it, this mouse listener realizes the possibility to drag the drawing pane inside the viewport.
AbstractPlotter.MovingMouseListener() - Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
 
AbstractPlotter.SelectionMouseListener - Class in org.knime.base.node.viz.plotter
The selection mouse listener checks the selection status, that is, if the mouse was dragged, the CTRL key is pressed and so on and calls the appropriate methods in the AbstractPlotter.
AbstractPlotter.SelectionMouseListener() - Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
Listens to the drawing pane of this plotter.
AbstractPlotter.SelectionMouseListener(AbstractDrawingPane) - Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
 
AbstractPlotter.ZoomMouseListener - Class in org.knime.base.node.viz.plotter
Realizes the zooming behaviour, when the mouse is clicked it calls the AbstractPlotter.zoomByClick(Point), when the mouse is dragged the AbstractPlotter.zoomByWindow(Rectangle) is called.
AbstractPlotter.ZoomMouseListener() - Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
 
AbstractPlotterProperties - Class in org.knime.base.node.viz.plotter
The properties contains elements to interact with the view.
AbstractPlotterProperties() - Constructor for class org.knime.base.node.viz.plotter.AbstractPlotterProperties
 
AbstractPortObject - Class in org.knime.core.node.port
Abstract implementation of general port objects.
AbstractPortObject() - Constructor for class org.knime.core.node.port.AbstractPortObject
Public no-arg constructor.
AbstractQuickFormConfiguration<V extends AbstractQuickFormValueInConfiguration> - Class in org.knime.core.quickform
Abstract configuration, contains fields for label, description and weight.
AbstractQuickFormConfiguration() - Constructor for class org.knime.core.quickform.AbstractQuickFormConfiguration
 
AbstractQuickFormValueInConfiguration - Class in org.knime.core.quickform
 
AbstractQuickFormValueInConfiguration() - Constructor for class org.knime.core.quickform.AbstractQuickFormValueInConfiguration
 
AbstractSamplingNodeModel - Class in org.knime.base.node.preproc.sample
NodeModel implementation to sample rows from an input table, thus, this node has one inport.
AbstractSamplingNodeModel(int) - Constructor for class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Empty constructor, defines one inport and a given number of outports.
AbstractSimplePortObject - Class in org.knime.core.node.port
Abstract implementation of basic port objects that save and load themselves from ModelContentRO objects.
AbstractSimplePortObject() - Constructor for class org.knime.core.node.port.AbstractSimplePortObject
Public no-arg constructor.
AbstractSimplePortObjectSpec - Class in org.knime.core.node.port
Abstract implementation of basic port object specs that save and load themselves from ModelContentRO objects.
AbstractSimplePortObjectSpec() - Constructor for class org.knime.core.node.port.AbstractSimplePortObjectSpec
Public no-arg constructor.
accept(File) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel.ARFFFileFilter
accept(File) - Method in class org.knime.core.util.FileReaderFileFilter
accept(File) - Method in class org.knime.core.util.SimpleFileFilter
accepts(DataColumnSpec) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Returns always true.
accepts(DataColumnSpec) - Method in interface org.knime.core.data.renderer.DataValueRenderer
Is this renderer instance able to render the content of the column given by spec.
accepts(String, DataColumnSpec) - Method in interface org.knime.core.data.renderer.DataValueRendererFamily
Is the renderer with the given description able to render the content of spec.
accepts(DataColumnSpec) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
Returns always true.
accepts(String, DataColumnSpec) - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Delegates to renderer.
accepts(DataColumnSpec) - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Is this renderer instance able to render the content of the column given by spec.
accepts(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleBarRenderer
Returns true if the spec contains domain information and false otherwise.
accepts(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
Returns true if the spec contains domain information and false otherwise.
accepts(String, DataColumnSpec) - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
Is the renderer with the given description able to render the content of spec.
accepts(DataColumnSpec) - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
Is this renderer instance able to render the content of the column given by spec.
acceptsPortObject(PortObject) - Method in class org.knime.core.node.port.PortType
 
acceptsPortObjectSpec(PortObjectSpec) - Method in class org.knime.core.node.port.PortType
 
acceptsURL(String) - Method in class org.knime.base.node.io.database.WrappedDriver
AccuracyScorerNodeDialog - Class in org.knime.base.node.mine.scorer.accuracy
A dialog for the scorer to set the two table columns to score for.
AccuracyScorerNodeDialog() - Constructor for class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
Creates a new NodeDialogPane for scoring in order to set the two columns to compare.
AccuracyScorerNodeFactory - Class in org.knime.base.node.mine.scorer.accuracy
The factory for the hilite scorer node.
AccuracyScorerNodeFactory() - Constructor for class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
 
AccuracyScorerNodeModel - Class in org.knime.base.node.mine.scorer.accuracy
The hilite scorer node's model.
AccuracyScorerNodeModel() - Constructor for class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Inits a new ScorerNodeModel with one in- and one output.
AccuracyScorerNodeView - Class in org.knime.base.node.mine.scorer.accuracy
This view displays the scoring results.
AccuracyScorerNodeView(AccuracyScorerNodeModel) - Constructor for class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
Creates a new ScorerNodeView displaying the table with the score.
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.CopyAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.CutAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.DeleteAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.DeleteColumnsAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.DeleteRowsAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.InsertColumnsAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.InsertRowsAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.PasteAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.PropertyColumnsAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.PropertyRowsAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.SelectAllAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.CollapseBranchAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ExpandBranchAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.mine.sota.SotaHierarchicalFuzzySettings.SotaHierarchicalFuzzySettingsController
actionPerformed(ActionEvent) - Method in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel.SotaTreeViewPanelController
actionPerformed(ActionEvent) - Method in class org.knime.core.node.FlowVariableModelButton
React to clicks on the underlying button: open dialog which enables the user to change the underlying settings.
actionPerformed(ActionEvent) - Method in class org.knime.core.node.interrupt.InterruptibleNodeView
Here the control of the InterruptibleNodeModel is done.
actionPerformed(ActionEvent) - Method in class org.knime.core.node.util.KeyValuePanel.CopyAction
actionPerformed(ActionEvent) - Method in class org.knime.core.node.util.KeyValuePanel.PasteAction
activateOptions() - Method in class org.knime.core.util.LogfileAppender
activationFunction(double) - Method in class org.knime.base.data.neural.InputPerceptron
Activation function, returns the input.
activationFunction(double) - Method in class org.knime.base.data.neural.Perceptron
Activation function.
activationFunction(double) - Method in class org.knime.base.data.neural.SigmoidPerceptron
Sigmoid activation function, computes the sigmoid value of its argument.
add(Integer) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Adds the passed item to the set.
add(Component) - Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
add(String, Set<DataCell>) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
Adds the given set of possible values to the internal structure by the given column name.
add(String, DataCell, DataCell) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
Add new column with lower and upper bound.
add(double[][], double[][]) - Static method in class org.knime.base.util.math.MathUtils
Adds two matrices.
add(DenseByteVector, boolean) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns a new vector with the sum of the counts at each position.
add(SparseByteVector, boolean) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns a new vector with the sum of the counts at each position.
add(String) - Method in class org.knime.core.node.util.StringHistory
Adds a new String to the history.
add(Credentials) - Method in class org.knime.core.node.workflow.CredentialsStore
Add a new credentials object to this store.
add(double) - Method in class org.knime.core.util.MutableDouble
Adds a value to this object.
add(int) - Method in class org.knime.core.util.MutableInteger
Adds the given value to this mutable integer.
addActionListener(ActionListener) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
Adds the given listener to the button.
addActionListener(ActionListener) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
 
addActionListener(ActionListener) - Method in class org.knime.core.node.util.ColumnSelectionPanel
Delegate method to the underlying combo box.
addAggrColumnChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
 
addAggrColumnChangeListener(ActionListener) - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
 
addAggrMethodListener(ActionListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addAggrMethodListener(ActionListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addArrays(double[], double[]) - Static method in class org.knime.base.util.math.MathUtils
Adds the second array to the first one.
addBasicDrawingElement(BasicDrawingElement) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Adds a drawing element to the drawing pane.
addBasisFunction(BasisFunctionLearnerRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Adds the given basis function to the list using its nominal value for class assignment.
addBendpoint(int, int, int) - Method in class org.knime.core.node.workflow.ConnectionUIInformation
Add a bendpoint.
addBin(String, double, double) - Method in class org.knime.base.node.viz.histogram.util.FixedIntervalBinCreator
addBin(String, double, double) - Method in class org.knime.base.node.viz.histogram.util.InteractiveIntervalBinCreator
addBin(String, double, double) - Method in class org.knime.base.node.viz.histogram.util.IntervalBinCreator
 
addBinWidthChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addBlockCommentPattern(String, String, boolean, boolean) - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated. Adds support for block comment to the tokenizer.
addBlockCommentPattern(String, String, boolean, boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Adds support for block comment to the tokenizer.
addChangeListener(ChangeListener) - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
If someone wants to be notified if an error occurred he should register through this method.
addChangeListener(ChangeListener) - Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
Adds a listener which gets informed whenever the column filtering changes.
addChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Adds a listener which gets informed whenever the column filtering changes.
addChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.Axis
Adds a ChangeListener, which is notified if repaint is necessary.
addChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.props.ColorLegendTab
Adds a listener which gets informed whenever the color mapping was changed.
addChangeListener(ChangeListener) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Adds a listener (to the end of the listener list) which is notified, whenever a new values is set in the model or the enable status changes.
addChangeListener(ChangeListener) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Adds a listener (to the end of the listener list) which is notified, whenever a new values is set in the model or the enable status changes.
addChangeListener(ChangeListener) - Method in class org.knime.core.node.FlowVariableModel
Adds a listener which is notified whenever a new value is set in the model.
addChangeListener(ChangeListener) - Method in class org.knime.core.node.util.ColumnFilterPanel
Adds a listener which gets informed whenever the column filtering changes.
addChangeListener(ChangeListener) - Method in class org.knime.core.node.util.FilesHistoryPanel
Adds a change listener that gets notified if a new file name is entered into the text field.
addChild(TIDPrefixTreeNode) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDPrefixTreeNode
Adds a child to that node.
addChildError(WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
 
addClass(String) - Method in class org.knime.base.node.mine.sota.logic.CellClassCounter
Adds the given class to the class frequency counter.
addClassCount(DataCell, double) - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
addClassReplacementPair(String, String) - Static method in class org.knime.core.eclipseUtil.GlobalClassCreator
Deprecated. Adds a replacement string for obsolete class names.
addClient(NodeContainer) - Method in class org.knime.core.node.workflow.Credentials
Add a client to the set of interested clients.
addColorToMap(Color, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Adds the given color to the color map.
addColProperties(Map<Integer, ColProperty>) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Adds {link ColProperty objects to this model.
addColumn(DataColumnSpec...) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
 
addColumn(TableColumn) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
addColumn(TableColumn) - Method in class org.knime.core.node.tableview.TableContentView
Overridden to set proper header content and apply renderer.
addColumn(TableColumn) - Method in class org.knime.core.node.tableview.TableRowHeaderView
Makes sure to register a property handler and sets the correct cell renderer.
addColumnOfType(DataType) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
Adds the type of a new column at the end of the column list.
addColumnTab(Box) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addColumnTab(JComponent, JComponent) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addComponent(DialogComponent) - Method in class org.knime.base.node.mine.svm.learner.KernelPanel
 
addConfig(String) - Method in class org.knime.core.node.config.Config
Creates a new Config with the given key and returns it.
addConfig(Config) - Method in class org.knime.core.node.config.Config
Appends the given Config to this Config which has to directly derived from this class.
addConfig(String) - Method in interface org.knime.core.node.config.ConfigWO
Creates and adds a new Config to this Config by the given key.
addConfigEditTreeEventListener(ConfigEditTreeEventListener) - Method in class org.knime.core.node.config.ConfigEditTreeModel
Adds new listener.
addConnection(NodeID, int, NodeID, int) - Method in class org.knime.core.node.workflow.WorkflowManager
Add new connection - throw Exception if the same connection already exists.
addCoordinateFactory(Class<? extends DataValue>, CoordinateFactory) - Static method in class org.knime.base.util.coordinate.Coordinate
Adds a coordinate factory class.
addCovered(DataRow, DataCell) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
If a new instance of this class is covered.
addCoveredColor(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Add color of a new pattern to this tree.
addCoveredColor(DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Add colors for a row of values if they fall within a specific node/branch.
addCoveredColor(DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Add colors for a pattern given as a row of values.
addCoveredColor(DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Add colors for a row of values if they fall within a specific node/branch.
addCoveredColor(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Add colors for patterns given as a row of values if they fall within a specific node.
addCoveredColor(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated. Add colors for a pattern given as a row of values.
addCoveredColor(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated. Add colors for a pattern given as a row of values.
addCoveredColor(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated. Add colors for a pattern given as a row of values.
addCoveredColor(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Add colors for patterns given as a row of values if they fall within a specific node.
addCoveredPattern(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Add a new pattern to this tree for HiLiting purposes.
addCoveredPattern(DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Add patterns given as a row of values if they fall within a specific node.
addCoveredPattern(DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Add patterns given as a row of values.
addCoveredPattern(DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Add patterns given as a row of values if they fall within a specific node.
addCoveredPattern(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Add patterns given as a row of values if they fall within a specific node.
addCoveredPattern(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated. Add patterns given as a row of values if they fall within a specific node.
addCoveredPattern(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated. Add patterns given as a row of values if they fall within a specific node.
addCoveredPattern(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated. Add patterns given as a row of values if they fall within a specific node.
addCoveredPattern(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Add patterns given as a row of values if they fall within a specific node.
addCreationTime() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
addCreationUser() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
addCurve(String, String, boolean) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Adds a new curve to the settings.
addDataCell(String, DataCell) - Method in class org.knime.core.node.config.Config
Adds this DataCell object to the Config by the given key.
addDataCell(String, DataCell) - Method in interface org.knime.core.node.config.ConfigWO
Adds this DataCell object to the Config by the given key.
addDataCellArray(String, DataCell...) - Method in class org.knime.core.node.config.Config
Adds an array of DataCell objects to this Config.
addDataCellArray(String, DataCell...) - Method in interface org.knime.core.node.config.ConfigWO
Adds an array of DataCell objects to this Config.
addDataRow(Color, RowKey, DataCell) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
Adds a new row to this element.
addDataRow(RowKey, DataCell) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
Adds the given values to the sub element.
addDataRow(RowKey, Color, Collection<ColorColumn>, DataCell...) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
addDataRow(RowKey, Color, DataCell, DataCell...) - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
Adds the given row values to the histogram.
addDataRow(DataRow, Color, DataCell, DataCell) - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
 
addDataRow2Bin(boolean, List<? extends BinDataModel>, BinDataModel, int, DataCell, Color, RowKey, Collection<ColorColumn>, DataCell...) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Adds the given row either to the missing value bin if the x value is missing or to the corresponding bin.
addDataType(String, DataType) - Method in class org.knime.core.node.config.Config
Adds this DataType object value to the Config by the given key.
addDataType(String, DataType) - Method in interface org.knime.core.node.config.ConfigWO
Adds this DataType object value to the Config by the given key.
addDataTypeArray(String, DataType...) - Method in class org.knime.core.node.config.Config
Adds an array of DataType objects to this Config.
addDataTypeArray(String, DataType...) - Method in interface org.knime.core.node.config.ConfigWO
Adds an array of DataType objects to this Config.
addDelimiterPattern(String, boolean, boolean, boolean) - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated. Adds a delimiter to the tokenizer.
addDelimiterPattern(Delimiter) - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated. Adds a new delimiter pattern expecting a Delimiter object.
addDelimiterPattern(String, boolean, boolean, boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Adds a delimiter to the tokenizer.
addDelimiterPattern(Delimiter) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Adds a new delimiter pattern expecting a Delimiter object.
addDesiredValues(DataValue...) - Method in class org.knime.base.util.coordinate.Coordinate
Adds a value which should have a tick.
addDesiredValues(DataValue...) - Method in class org.knime.base.util.coordinate.NominalCoordinate
Adds a value which should have a tick.
addDesiredValues(DataValue...) - Method in class org.knime.base.util.coordinate.NumericCoordinate
Adds a value which should have a tick.
addDialogComponent(DialogComponent) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Add a new DialogComponent to the underlying dialog.
addDomainValue(DataCellPoint) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
Adds a domain value to the set of domain values that are mapped to the DrawingPane's dimension.
addDot(DotInfo) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
addDotSizeChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.props.ScatterPlotterAppearanceTab
 
addDotSizeChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties
 
addDotSizeChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixProperties
 
addDrawingElement(BasicDrawingElement) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
 
addEllipse(double, double, double, double, Color, Stroke, boolean) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Adds an ellipse with the center point (!) and the height width.
AddEmptyRowsConfig - Class in org.knime.base.node.preproc.addemptyrows
Configuration object for "add empty rows" node.
AddEmptyRowsConfig() - Constructor for class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
AddEmptyRowsNodeDialog - Class in org.knime.base.node.preproc.addemptyrows
NodeDialog for the "AddEmptyRows" Node.
AddEmptyRowsNodeDialog() - Constructor for class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeDialog
New pane for configuring the AddEmptyRows node.
AddEmptyRowsNodeFactory - Class in org.knime.base.node.preproc.addemptyrows
NodeFactory for the "AddEmptyRows" Node.
AddEmptyRowsNodeFactory() - Constructor for class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeFactory
 
AddEmptyRowsNodeModel - Class in org.knime.base.node.preproc.addemptyrows
This is the model implementation of AddEmptyRows.
AddEmptyRowsNodeModel() - Constructor for class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
Constructor for the node model.
addEntry(AbstractConfigEntry) - Method in class org.knime.core.node.config.Config
Adds the given Config entry to this Config.
addError(String) - Method in class org.knime.base.node.io.filereader.SettingsStatus
Deprecated. Adds an error message to the status object.
addError(String) - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
 
addError(String, boolean) - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
 
addError(String) - Method in class org.knime.core.util.tokenizer.SettingsStatus
Adds an error message to the status object.
addExplodeSelectedSectionListener(ItemListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addExplodeSizeChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addExportType(NodeViewExport.ExportType) - Static method in class org.knime.core.node.NodeViewExport
Adds a singleton export type to the list of available exporters.
addFeatureLevel(double, Collection<String>) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
Adds a new feature level.
addFlowVariablesTab() - Method in class org.knime.core.node.NodeDialogPane
Add the flow variables tab.
addFlowVariablesTab() - Method in class org.knime.core.node.workflow.MetaNodeDialogPane
Add the flow variables tab.
addFoldId(boolean) - Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
Sets if the output table should contain an additional column for each row with the id of the fold in which the result was produced.
addFoldId() - Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
Returns if the output table should contain an additional column for each row with the id of the fold in which the result was produced.
addGlobalTransformations(TransformationDictionaryDocument.TransformationDictionary) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Adds global transformations to the PMML document.
addGraphListener(GraphListener) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Registers a graph listener.
addHiLiteListener(HiLiteListener) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Appends a new hilite listener at the end of the list, if the listener has not been added before.
addHiliteMapping(RowKey, Set<RowKey>) - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
addInfo(String) - Method in class org.knime.base.node.io.filereader.SettingsStatus
Deprecated. Adds an informational message to the status object.
addInfo(String) - Method in class org.knime.core.util.tokenizer.SettingsStatus
Adds an informational message to the status object.
addInport(int) - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
 
addInputLayer(NeuralNetworkDocument.NeuralNetwork, MultiLayerPerceptron) - Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
Writes the PMML input layer of the MLP.
addInterval(double, double) - Method in class org.knime.base.node.mine.cluster.LinearNorm
Represents a LinearNorm PMML element.
addIntPosValue() - Method in class org.knime.base.node.io.filereader.DomainDialog
Called when the user pressed the "Add" button to add an integer value to the list of possible values.
addIntPosValue() - Method in class org.knime.base.node.io.tablecreator.prop.DomainDialog
Called when the user pressed the "Add" button to add an integer value to the list of possible values.
addItem(TIDItem) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
Adds an item to the set and thereby intersecting the transaction ids.
addItemListener(ItemListener) - Method in class org.knime.core.node.util.ColumnSelectionPanel
Adds an item listener to the underlying combo box.
addIterationColumn(boolean) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Sets if a column containing the iteration number should be appended to the output table.
addIterationColumn() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Returns if a column containing the iteration number should be appended to the output table.
addIterationColumn(boolean) - Method in class org.knime.base.node.meta.looper.LoopEndNodeSettings
Sets if a column containing the iteration number should be appended to the output table.
addIterationColumn() - Method in class org.knime.base.node.meta.looper.LoopEndNodeSettings
Returns if a column containing the iteration number should be appended to the output table.
addJobMgrTab(NodeContainer.NodeContainerSettings.SplitType) - Method in class org.knime.core.node.NodeDialogPane
Creates and adds the job manager selection tab.
addKey(String) - Method in class org.knime.core.util.DuplicateChecker
Adds a new key to the duplicate checker.
addLabelDisplayListener(ActionListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addLabelDisplayListener(ActionListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addLabelOrientationListener(ActionListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addLastRows() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Returns if the rows from the loop's last iteration should be added to the output table or not.
addLastRows(boolean) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Sets if the rows from the loop's last iteration should be added to the output table or not.
addLastRowsOnly(boolean) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Sets if only the rows from the loop's last iteration should be added to the output table or not.
addLastRowsOnly() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Returns if only the rows from the loop's last iteration should be added to the output table or not.
addLayer(NeuralNetworkDocument.NeuralNetwork, MultiLayerPerceptron, int) - Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
Writes a layer of the MLP.
addLayoutListener(ActionListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addLeftOuter(DataRow, ExecutionContext) - Method in class org.knime.base.node.preproc.joiner.JoinContainer
Add an outer match of the left table to this JoinContainer.
addLine(DataArray, int, int, Color, Stroke) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Plots the column in the table specified by the column index as a line plot.
addLine(DataArray, int, Color, Stroke) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Deprecated. use BasicPlotter.addLine(DataArray, int, int, Color, Stroke) instead
addLine(double[], Color, Stroke) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Paints the values in the double array as y-values and the x-values are simply the position in the array, which implies, that the y-values are equidistant.
addLine(double[], double[], Color, Stroke) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Adds a line based on the points defined by the x and y values in the referring double arrays.
addLineInSwingThreadLater(String) - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
adds the specified line (plus \n) to the end of the Textfield.
addListener(WorkflowListener) - Method in class org.knime.core.node.workflow.WorkflowManager
Add listener to list.
addLoadedFactory(Class<? extends NodeFactory>) - Static method in class org.knime.core.node.NodeFactory
Adds the given factory class to the list of loaded factory classes.
addMappingMethod(Class<? extends DataValue>, String, MappingMethod) - Static method in class org.knime.base.util.coordinate.Coordinate
Adds a MappingMethod to the internal registry.
addMatch(DataRow, ExecutionContext) - Method in class org.knime.base.node.preproc.joiner.JoinContainer
Add an inner match to the JoinContainer.
addMatrix(double[][], double[][]) - Static method in class org.knime.base.util.math.MathUtils
Adds the second matrix to the first one.
addMessageListener(NodeMessageListener) - Method in class org.knime.core.node.Node
Adds a state listener to this node.
addMiscTab() - Method in class org.knime.core.node.NodeDialogPane
creates and adds the miscellaneous tab that is contained in each dialog of nodes with output ports.
addModelContent(ModelContent) - Method in class org.knime.core.node.ModelContent
Add the given ModelContent object to this Config using the key of the argument's ModelContent.
addModelContent(String) - Method in class org.knime.core.node.ModelContent
Creates new ModelContentWO object for the given key and returns it.
addModelContent(String) - Method in interface org.knime.core.node.ModelContentWO
Creates new ModelContentWO object for the given key and returns it.
addModelContent(ModelContent) - Method in interface org.knime.core.node.ModelContentWO
Add the given ModelContent object to this Config using the key of the argument's ModelContent.
addModelTranslater(PMMLTranslator) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Adds the model of the content translater to the PMML document.
addMouseListener(PlotterMouseListener) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
If an additional mouse mode should be supported, extend the PlotterMouseListener and add it.
addName(String) - Method in class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
 
addNode(DecisionTreeNode, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Add the given node to this node at the given branch index.
addNode(BinaryTreeNode<T>) - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTree
Adds a node to this tree.
addNodeAndApplyContext(NodeFactory<?>, NodeCreationContext) - Method in class org.knime.core.node.workflow.WorkflowManager
 
addNodeExecutionResult(NodeID, NodeContainerExecutionResult) - Method in class org.knime.core.node.workflow.execresult.WorkflowExecutionResult
Adds the execution result for a child node.
addNodeMessageListener(NodeMessageListener) - Method in class org.knime.core.node.workflow.NodeContainer
 
addNodePropertyChangedListener(NodePropertyChangedListener) - Method in class org.knime.core.node.workflow.NodeContainer
 
addNodeSettings(String) - Method in class org.knime.core.node.NodeSettings
Creates new NodeSettingsWO object for the given key and returns it.
addNodeSettings(NodeSettings) - Method in class org.knime.core.node.NodeSettings
Add the given NodeSettings object to this Config using the key of the argument's NodeSettings.
addNodeSettings(String) - Method in interface org.knime.core.node.NodeSettingsWO
Creates new NodeSettingsWO object for the given key and returns it.
addNodeSettings(NodeSettings) - Method in interface org.knime.core.node.NodeSettingsWO
Add the given NodeSettings object to this Config using the key of the argument's NodeSettings.
addNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.node.workflow.NodeContainer
 
addNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.node.workflow.NodeContainerOutPort
addNodeStateChangeListener(NodeStateChangeListener) - Method in interface org.knime.core.node.workflow.NodeOutPort
 
addNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
addNodeToTreeDepthFirst(DecisionTreeNode, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Add a new node to the tree structure based on a depth-first indexing strategy.
addNodeToTreeDepthFirst(DecisionTreeNode, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Add a new node to the tree structure based on a depth-first indexing strategy.
addNodeToTreeDepthFirst(DecisionTreeNode, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Add a new node to the tree structure based on a depth-first indexing strategy.
addNodeToTreeDepthFirst(DecisionTreeNode, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated. Add a new node to the tree structure based on a depth-first indexing strategy.
addNodeToTreeDepthFirst(DecisionTreeNode, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated. Add a new node to the tree structure based on a depth-first indexing strategy.
addNodeToTreeDepthFirst(DecisionTreeNode, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated. Add a new node to the tree structure based on a depth-first indexing strategy.
addNoOfBinsChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addNotify() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
addOrReplaceDelimiterPattern(String, boolean, boolean, boolean) - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated. Replaces the delimiter with the same delimiter pattern overriding the values for combineConsecutiveDelims, returnAsSeparateToken, and includeInToken.
addOrReplaceDelimiterPattern(String, boolean, boolean, boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Replaces the delimiter with the same delimiter pattern overriding the values for combineConsecutiveDelims, returnAsSeparateToken, and includeInToken.
addOutputLayer(NeuralNetworkDocument.NeuralNetwork, MultiLayerPerceptron, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
Writes the PMML output layer of the MLP.
addPanel(JPanel, String) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
Add additional panel (i.e.
addParallelChunk(int, ParallelizedChunkContent) - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContentMaster
Add a new chunk to the list.
addPattern(double[], T) - Method in class org.knime.base.util.kdtree.KDTreeBuilder
Adds a pattern that is later inserted into the tree.
addPieColumnChangeListener(ActionListener) - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
 
addPieSizeChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addPMMLModel(DocumentFragment, PMMLPortObjectSpec) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.  
addPMMLModelContent(TransformerHandler, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated. Derived classes should override this method to add the model content.
addPMMLModelContent(TransformerHandler, PMMLPortObjectSpec) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated. Derived classes should override this method to add the model content.
addPMMLModelFromHandler(PMMLContentHandler) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Deprecated. 
addPoint(Point) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
Adds a (mapped) point of the path.
addPoint(Point) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
Adds a point to the line.
addPolicy(Class<? extends DataValue>, String, PolicyStrategy) - Static method in class org.knime.base.util.coordinate.Coordinate
Registers a strategy.
addPredicate(PMMLPredicate) - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Adds a PMMLPredicate.
addPreprocColNames(List<String>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Adds the specified column names as preprocessing column.
addPreprocCols(List<DataColumnSpec>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Adds the specified columns as preprocessing column.
addProgressListener(NodeProgressListener) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
Adds a new listener to the list of instances which are interested in receiving progress events.
addProgressListener(NodeProgressListener) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Must not be called.
addProgressListener(NodeProgressListener) - Method in interface org.knime.core.node.NodeProgressMonitor
Adds a new listener to the list of instances which are interested in receiving progress events.
addProgressListener(ConnectionProgressListener) - Method in class org.knime.core.node.workflow.ConnectionContainer
Adds a listener to the list of registered progress listeners.
addProgressListener(NodeProgressListener) - Method in class org.knime.core.node.workflow.NodeContainer
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.knime.core.node.tableview.TableContentModel
Adds property change listener to this instance.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.knime.core.node.tableview.TableContentModel
Adds property change listener to this instance.
addQuotePattern(String, String, char) - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated. Adds support for the specified quote patterns and escape character.
addQuotePattern(String, String, char, boolean) - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated.  
addQuotePattern(String, String) - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated.  
addQuotePattern(String, String, boolean) - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated.  
addQuotePattern(String, String, char) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Adds support for the specified quote patterns and escape character.
addQuotePattern(String, String, char, boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
addQuotePattern(String, String) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
addQuotePattern(String, String, boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
addRectangle(double, double, double, double, Color, Stroke, boolean) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Adds a rectangle defined by the upper-left corner and the width and height.
addRightOuter(DataRow, ExecutionContext) - Method in class org.knime.base.node.preproc.joiner.JoinContainer
Add an outer match of the right table to this JoinContainer.
addRow(DataRowWeighted) - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Adds a DataRowWeighted.
addRow(RowKey...) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
Adds the rows to this DendrogramPoint.
addRow(DataRow, boolean, boolean) - Method in class org.knime.core.data.container.Buffer
Adds a row to the buffer.
addRowDelimiter(String, boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Will add a delimiter pattern that will terminate a row.
addRowKey(String, RowKey) - Method in class org.knime.core.node.config.Config
Adds this RowKey object to this Config by the given key.
addRowKey(String, RowKey) - Method in interface org.knime.core.node.config.ConfigWO
Adds this RowKey object to this Config by the given key.
addRowKeyArray(String, RowKey...) - Method in class org.knime.core.node.config.Config
Adds this RowKey array to this Config by the given key.
addRowKeyArray(String, RowKey...) - Method in interface org.knime.core.node.config.ConfigWO
Adds this RowKey array to this Config by the given key.
addRowKeyForDuplicateCheck(RowKey) - Method in class org.knime.core.data.container.DataContainer
Method being called when DataContainer.addRowToTable(DataRow) is called.
addRows(Set<RowKey>) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
Adds the rows to thsi DendrogramPoint.
addRowToTable(DataRow) - Method in class org.knime.core.data.container.DataContainer
Appends a row to the end of a container.
addRowToTable(DataRow) - Method in interface org.knime.core.data.container.RowAppender
Appends a row to the end of a container.
addRule(String) - Method in class org.knime.base.node.rules.RuleEngineSettings
Adds a rule.
addSelectionInterval(int, int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
addShowBarOutlineChangedListener(ItemListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addShowBinOutlineChangedListener(ItemListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addShowDetailsListener(ItemListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addShowElementOutlineChangedListener(ItemListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addShowEmptyBinListener(ItemListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addShowGridChangedListener(ItemListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addShowMissingValBinListener(ItemListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addShowMissingValSectionListener(ItemListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addShowSectionOutlineChangedListener(ItemListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addSingleLineCommentPattern(String, boolean, boolean) - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated. Adds support for single line comment to the tokenizer.
addSingleLineCommentPattern(String, boolean, boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Adds support for single line comment to the tokenizer.
addSkippedGroup(String, DataCell[]) - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
addStatusOfSettings(SettingsStatus, boolean, DataTableSpec) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Call this from derived classes to add the status of all super classes.
addStatusOfSettings(SettingsStatus, boolean, DataTableSpec) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Adds its status messages to a passed status object.
addStatusOfSettings(SettingsStatus, boolean) - Method in class org.knime.base.node.io.filereader.FileTable
Adds its status messages to a passed status object.
addStatusOfSettings(SettingsStatus) - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated. Checks the completeness and consistency of all settings and adds informational messages, warnings, and errors, if something is suspicious.
addStatusOfSettings(SettingsStatus) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Checks the completeness and consistency of all settings and adds informational messages, warnings, and errors, if something is suspicious.
addStringPosValue() - Method in class org.knime.base.node.io.filereader.DomainDialog
Called when the user pressed the "Add" button to add a string value to the list of possible values.
addStringPosValue() - Method in class org.knime.base.node.io.tablecreator.prop.DomainDialog
Called when the user pressed the "Add" button to add a string value to the list of possible values.
addTab(String, Component) - Method in class org.knime.core.node.NodeDialogPane
Adds a new component in a new tab to the node's dialog.
addTabAt(int, String, Component) - Method in class org.knime.core.node.NodeDialogPane
Adds a new tab at a certain position in the tabbed pane of the node's dialog.
addTableAndFilterDuplicates(SortedTable, ExecutionContext) - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer
Adds the rows of the given table to the container.
addTableModelListener(TableModelListener) - Method in interface org.knime.core.node.tableview.TableContentInterface
Adds a listener to the list that is notified each time a change to the data model occurs.
addTableName() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
addText(String, DataCell, DataCell, Color) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Adds a text at the position defined by the values of the both DataCells (lower-left corner).
addTID(int) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
Adds a transaction id to this item, thus, the item has to be present in this transaction.
addToFileHistory(String) - Static method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Adds the specified string to the ARFF reader/writer history.
addToHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.property.hilite.HiLiteManager
Adds a new target HiLiteHandler to the list of registered hilite handlers and adds the private target listener if the list of hilit keys is empty.
addToHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.property.hilite.HiLiteTranslator
Adds a new target HiLiteHandler to the list of registered hilite handlers and adds the private target listener if the list of hilite keys is empty.
addToHistory(File) - Method in class org.knime.base.node.preproc.stringreplacer.dict.FilesHistoryPanel
Adds the specified file to the history.
addToSize(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
Adds given value i to size.
addTotalChange(double) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
addToTemporaryTables(Set<ContainerTable>) - Method in class org.knime.core.node.Node
Adds the argument set of tables to the set of temporary tables in this node.
addToZipFile(ZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.data.container.Buffer
Method that's been called from the ContainerTable to save the content.
addTreeCellClass(String) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
addUIInformationListener(ConnectionUIInformationListener) - Method in class org.knime.core.node.workflow.ConnectionContainer
Add a listener to the list of registered listeners.
addUIInformationListener(NodeUIInformationListener) - Method in class org.knime.core.node.workflow.NodeContainer
 
addUIInformationListener(NodeUIInformationListener) - Method in class org.knime.core.node.workflow.WorkflowAnnotation
 
addValue(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Adds the given value to this attribute model.
addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Adds the given value to the concrete implementation.
addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Adds the given value to the concrete implementation.
addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Adds the given value to the concrete implementation.
addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Adds the given value to the concrete implementation.
addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Adds the given value to the concrete implementation.
addValues(Map<SpreadsheetTableModel.IntPair, Cell>) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Add values to the table.
addValueScaleListener(ActionListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addVisualization(AbstractPlotter, String) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
Adds another tab containing a plotter.
addVisualization(AbstractPlotter, String) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
Adds another tab with title title containing a plotter.
addWaitingLoop(FlowLoopContext) - Method in class org.knime.core.node.workflow.NodeContainer
add a loop to the list of waiting loops.
addWarning(String) - Method in class org.knime.base.node.io.filereader.SettingsStatus
Deprecated. Adds a warning message to the status object.
addWarning(String) - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
 
addWarning(String) - Method in class org.knime.core.util.tokenizer.SettingsStatus
Adds a warning message to the status object.
addWarningListener(NodeModelWarningListener) - Method in class org.knime.core.node.NodeModel
Adds a warning listener to this node.
addWhiteSpaceCharacter(String) - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated. Defines a new character to be handled as a whitespace character.
addWhiteSpaceCharacter(char) - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated. This is a convenience method.
addWhiteSpaceCharacter(String) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Defines a new character to be handled as a whitespace character.
addWhiteSpaceCharacter(char) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
This is a convenience method.
addWorkflowAnnotation(WorkflowAnnotation) - Method in class org.knime.core.node.workflow.WorkflowManager
Add new workflow annotation, fire events.
addWorkflowVariables(boolean, FlowVariable...) - Method in class org.knime.core.node.workflow.WorkflowManager
Set new workflow variables.
addWriter(Writer, NodeLogger.LEVEL, NodeLogger.LEVEL) - Static method in class org.knime.core.node.NodeLogger
Adds a new Writer with the given level to this logger.
addXColumnChangeListener(ActionListener) - Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
 
addXColumnChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeDialogPane
 
addXColumnListener(ItemListener) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
addXMaxListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
addXMinListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
addYColumnListener(ItemListener) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
addYMaxListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
addYMinListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
adjustCell(DataCell, double) - Method in interface org.knime.base.node.mine.sota.logic.SotaCell
Adjusts the cells value related to the given cell with given learningrate.
adjustCell(DataCell, double) - Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
Adjusts the cells value related to the given cell with given learningrate.
adjustCell(DataCell, double) - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
Adjusts the cells value related to the given cell with given learningrate.
adjustDataPoint(DataPoint, DataPoint, DataRow, DataRow) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Adjusts the low dimensional mapping of the first data point according to the second data point and its mapping.
adjustLearningRate(int) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Adjusts learning rate according to the given epoch.
adjustSotaCell(SotaTreeCell, DataRow, double, String) - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyHelper
Adjusts the given SotaTreeCell related to the given DataRow and learningrate and assigns the given class.
adjustSotaCell(SotaTreeCell, DataRow, double, String) - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
Adjusts the given SotaTreeCell related to the given DataRow and learningrate and assigns the given class.
adjustSotaCell(SotaTreeCell, DataRow, double, String) - Method in class org.knime.base.node.mine.sota.logic.SotaNumberHelper
Adjusts the given SotaTreeCell related to the given DataRow and learningrate and assigns the given class.
AdvancedPanel - Class in org.knime.base.node.io.csvwriter
 
AdvancedPanel() - Constructor for class org.knime.base.node.io.csvwriter.AdvancedPanel
 
advancedSettings() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Called when the user presses the "Advanced Settings..." button.
advancedSettings() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Called when the user presses the "Advanced Settings..." button.
AffineTransConfiguration - Class in org.knime.base.data.normalize
Configuration object for a AffineTransTable.
AffineTransConfiguration() - Constructor for class org.knime.base.data.normalize.AffineTransConfiguration
Default, no normalization on columns.
AffineTransConfiguration(String[], double[], double[], double[], double[], String) - Constructor for class org.knime.base.data.normalize.AffineTransConfiguration
 
AffineTransRowIterator - Class in org.knime.base.data.normalize
RowIterator that wraps another iterator and performs an affine transformation, i.e.
AffineTransRowIterator(DataTable, AffineTransTable) - Constructor for class org.knime.base.data.normalize.AffineTransRowIterator
Creates new row iterator given an AffineTransTable with its informations.
AffineTransTable - Class in org.knime.base.data.normalize
Table that performs an affine transformation, i.e.
AffineTransTable(DataTable, String[], double[], double[], double[], double[]) - Constructor for class org.knime.base.data.normalize.AffineTransTable
Deprecated. Create AffineTransConfiguration object and then use the constructor AffineTransTable.AffineTransTable(DataTable, AffineTransConfiguration).
AffineTransTable(DataTable, AffineTransConfiguration) - Constructor for class org.knime.base.data.normalize.AffineTransTable
Creates new table, normalizing table with the configuration given by configuration.
afterExecute() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Called to finalize the execution.
AggregateOutputNodeDialogPane - Class in org.knime.base.node.meta.xvalidation
This dialog lets the user choose the column containing the predicted class values and the column containing the real class values.
AggregateOutputNodeDialogPane() - Constructor for class org.knime.base.node.meta.xvalidation.AggregateOutputNodeDialogPane
Creates a new dialog.
AggregateOutputNodeFactory - Class in org.knime.base.node.meta.xvalidation
This factory creates all necessary classes for the Cross validation aggregator node.
AggregateOutputNodeFactory() - Constructor for class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
 
AggregateOutputNodeModel - Class in org.knime.base.node.meta.xvalidation
This models aggregates the result from each of the cross validation loops.
AggregateOutputNodeModel() - Constructor for class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
Create a new model for the aggregation node.
AggregateSettings - Class in org.knime.base.node.meta.xvalidation
This class holds the settings for the aggregation node.
AggregateSettings() - Constructor for class org.knime.base.node.meta.xvalidation.AggregateSettings
 
AGGREGATION_COLUMN_FILTER - Static variable in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
This column filter should be used in all aggregation column select boxes.
AGGREGATION_COLUMN_FILTER - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
This column filter should be used in all x column select boxes.
AGGREGATION_COLUMN_LABEL - Static variable in class org.knime.base.node.viz.pie.impl.PieProperties
The label of the aggregation column.
AggregationColumnDialogComponent - Class in org.knime.base.node.viz.histogram.util
 
AggregationColumnDialogComponent(String, SettingsModelColorNameColumns, Dimension, ColumnFilter) - Constructor for class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
Constructor for class AggregationColumnDialogComponent.
AggregationColumnFilterPanel - Class in org.knime.base.node.viz.histogram.util
Panel is used to select the aggregation columns of a histogram node.
AggregationColumnFilterPanel(String, Dimension, ColumnFilter) - Constructor for class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
AggregationColumnIcon - Class in org.knime.base.node.viz.histogram.util
Constructs a new icon with its specific Color and size.
AggregationColumnIcon(DataColumnSpec, Color) - Constructor for class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
Creates new squared color icon.
AggregationColumnIconRenderer - Class in org.knime.base.node.viz.histogram.util
Constructs a new column values renderer with is specific Color.
AggregationColumnIconRenderer() - Constructor for class org.knime.base.node.viz.histogram.util.AggregationColumnIconRenderer
 
AggregationColumnPanel - Class in org.knime.base.data.aggregation.dialogutil
This class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method.
AggregationColumnPanel() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Constructor for class AggregationColumnPanel.
AggregationColumnTableModel - Class in org.knime.base.data.aggregation.dialogutil
This DefaultTableModel holds all aggregation columns and their aggregation method.
AggregationColumnTableModel() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
 
AggregationMethod - Interface in org.knime.base.data.aggregation
Interface that implements the main methods of an aggregation method.
AggregationMethod - Enum in org.knime.base.node.viz.aggregation
Enumerates all possible aggregation methods of the Histogram visualisation.
AggregationMethodComboBox - Class in org.knime.base.data.aggregation.dialogutil
This combo box is used in the aggregation column table to let the user choose from the different compatible aggregation methods per aggregation column.
AggregationMethodComboBox() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodComboBox
Creates AggregationMethod selection combo box with the allowed methods.
AggregationMethodListCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
List cell renderer that checks if the value being renderer is of type AggregationMethod if so it will renderer the name of the method.
AggregationMethodListCellRenderer() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodListCellRenderer
 
AggregationMethods - Class in org.knime.base.data.aggregation
Singleton that lists all available aggregation methods including helper methods to retrieve meaningful methods.
AggregationMethodTableCellEditor - Class in org.knime.base.data.aggregation.dialogutil
Extends the DefaultTreeCellEditor class to provide the AggregationMethodComboBox as cell editor.
AggregationMethodTableCellEditor(TableModel) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellEditor
Constructor for class AggregationMethodTableCellEditor.
AggregationMethodTableCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
Table cell renderer that checks if the value being renderer is of type AggregationMethod if so it will renderer the name of the method.
AggregationMethodTableCellRenderer() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellRenderer
 
AggregationModel<S,H extends Shape> - Interface in org.knime.base.node.viz.aggregation
This interface provides methods which are common to the aggregation model and sub model.
AggregationOperator - Class in org.knime.base.data.aggregation
Abstract class which has to be extended by all aggregation method operators that can be registered using the AggregationOperator extension point.
AggregationOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.AggregationOperator
Constructor for class AggregationOperator.
AggregationValModel<T extends AggregationValSubModel<S,H>,S extends Shape,H extends Shape> - Class in org.knime.base.node.viz.aggregation
This abstract class holds the data of a particular aggregation value and its AggregationValSubModels.
AggregationValModel(String, Color, boolean) - Constructor for class org.knime.base.node.viz.aggregation.AggregationValModel
Constructor for class AttributeValModel.
AggregationValModel(String, Color, Map<Color, T>, int, int, double, boolean) - Constructor for class org.knime.base.node.viz.aggregation.AggregationValModel
Constructor for class AttributeValModel.
AggregationValModel(ConfigRO, ExecutionMonitor) - Constructor for class org.knime.base.node.viz.aggregation.AggregationValModel
Constructor for class AggregationValModel.
AggregationValSubModel<S extends Shape,H extends Shape> - Class in org.knime.base.node.viz.aggregation
This class holds the data of a sub model which represents rows of the same color.
AggregationValSubModel(Color) - Constructor for class org.knime.base.node.viz.aggregation.AggregationValSubModel
Constructor for class AttributeValColorModel.
AggregationValSubModel(Color, boolean) - Constructor for class org.knime.base.node.viz.aggregation.AggregationValSubModel
Constructor for class AttributeValColorModel.
AggregationValSubModel(Color, boolean, double, int, int) - Constructor for class org.knime.base.node.viz.aggregation.AggregationValSubModel
Constructor for class AttributeValColorModel (used for cloning).
AggregationValSubModel(ConfigRO) - Constructor for class org.knime.base.node.viz.aggregation.AggregationValSubModel
Constructor for class AggregationValSubModel.
AggrValModelComparator - Class in org.knime.base.node.viz.aggregation.util
 
AggrValModelComparator(boolean, boolean) - Constructor for class org.knime.base.node.viz.aggregation.util.AggrValModelComparator
Constructor for class AggrValModelComparator.
allFilteredMsg() - Method in class org.knime.base.node.viz.histogram.util.NoDomainColumnFilter
allFilteredMsg() - Method in class org.knime.base.node.viz.pie.util.PieColumnFilter
allFilteredMsg() - Method in interface org.knime.core.node.util.ColumnFilter
 
allFilteredMsg() - Method in class org.knime.core.node.util.ColumnFilterPanel.ValueClassFilter
allFilteredMsg() - Method in class org.knime.core.node.util.CombinedColumnFilter
allFilteredMsg() - Method in class org.knime.core.node.util.DataValueColumnFilter
ALLLAYERS_KEY - Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
Key to store all layers of the MLP in the ModelContent.
ALLOW_MULTIPLE - Static variable in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
The name of the settings tag which holds true if the user wants that the node handles multiple occurrences as boolean.
alwaysIncludeColumns() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Returns a collection with the columns that should always be included in all iterations.
alwaysIncludeColumns(Collection<String>) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Sets the collection of columns that should always be included in all iterations.
analyze(FileReaderNodeSettings, ExecutionMonitor) - Static method in class org.knime.base.node.io.filereader.FileAnalyzer
Tries to guess FileReader settings for the passed data file.
analyzeAction() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
triggers analysis.
analyzeAction() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
triggers analysis.
analyzeDataFileAndUpdatePreview(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Updates the preview table, if a new and valid URL was specified in the data file name text field or the force parameter is set true.
analyzeDataFileAndUpdatePreview(boolean) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Updates the preview table, if a new and valid URL was specified in the data file name text field or the force parameter is set true.
analyzeUsedAllRows() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
and(RuleNode, RuleNode) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new AND node.
and(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.BitVectorUtil
Creates a sparse bit vector cell, in case that one or both given values are sparse bit vector cells (otherwise a dense bit vector cell).
and(DenseBitVector) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Creates and returns a new bit vector whose bits are set at positions where both, this and the argument vector have their bits set.
and(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Creates a dense bit vector cell containing the result of the AND operation on the passed operands.
and(SparseBitVector) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Creates and returns a new bit vector whose bits are set at positions where both, this and the argument vector have their bits set.
and(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Creates a sparse bit vector cell containing the result of the AND operation on the passed operands.
AndElementCountOperator - Class in org.knime.base.data.aggregation.collection
Collection operator that counts the number of elements in the intersection of all elements.
AndElementCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.AndElementCountOperator
Constructor for class AndElementCountOperator.
AndElementOperator - Class in org.knime.base.data.aggregation.collection
Collection operator that returns the intersection of all elements.
AndElementOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.AndElementOperator
Constructor for class AndElementOperator.
AndElementOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.AndElementOperator
Constructor for class AndElementOperator.
AndRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
A row filter for the row filter data table ANDing two other row filters.
AndRowFilter(RowFilter, RowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
Implements a RowFilter that takes two other RowFilters and combines their results with a logical AND.
AndRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
The filter created by this constructor cannot be used without loading settings through a config object.
append(char) - Method in class org.knime.base.util.NullPrintStream
append(CharSequence, int, int) - Method in class org.knime.base.util.NullPrintStream
append(CharSequence) - Method in class org.knime.base.util.NullPrintStream
append(char) - Method in class org.knime.base.util.NullWriter
append(CharSequence, int, int) - Method in class org.knime.base.util.NullWriter
append(CharSequence) - Method in class org.knime.base.util.NullWriter
append(CellFactory) - Method in class org.knime.core.data.container.ColumnRearranger
Appends the columns provided by fac to the end of the current column set.
APPEND_ROWKEY_COLUMN - Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
The name of the settings tag which holds the boolean if the user wants to have the row key values in a new column or not.
appendAnnotation(String, boolean) - Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
Appends new annotation.
appendChildMatcher(DataCell[], int) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
appendClassProbabilities() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
 
AppendColumn - Class in org.knime.base.node.parallel.appender
 
AppendColumn() - Constructor for class org.knime.base.node.parallel.appender.AppendColumn
 
AppendedCellFactory - Interface in org.knime.base.data.append.column
Factory for an AppendedColumnTable that serves to generate the cells of the new columns.
AppendedColumnRow - Class in org.knime.base.data.append.column
A DataRow that is extended by one or more cells.
AppendedColumnRow(DataRow, DataCell...) - Constructor for class org.knime.base.data.append.column.AppendedColumnRow
Creates new Row with baseRow providing the first cells and appendCell as last cells.
AppendedColumnRow(RowKey, DataRow, DataCell...) - Constructor for class org.knime.base.data.append.column.AppendedColumnRow
Creates new Row with baseRow providing the first cells and appendCell as last cells.
AppendedColumnRow(DataRow, DataRow, boolean[]) - Constructor for class org.knime.base.data.append.column.AppendedColumnRow
Create a new row with the baseRow providing the first cells and appendedRow providing the following cells.
AppendedColumnRow(RowKey, DataRow, DataRow, boolean[]) - Constructor for class org.knime.base.data.append.column.AppendedColumnRow
Create a new row with the baseRow providing the first cells and appendedRow providing the following cells.
AppendedColumnRow(RowKey, DataRow, DataRow) - Constructor for class org.knime.base.data.append.column.AppendedColumnRow
Create a new row with the baseRow providing the first cells and appendedRow providing the following cells.
AppendedColumnRowIterator - Class in org.knime.base.data.append.column
The Iterator implementation for an AppendedColumnTable.
AppendedColumnRowIterator(AppendedColumnTable) - Constructor for class org.knime.base.data.append.column.AppendedColumnRowIterator
Creates new row iterator based on the parameters of the table argument.
AppendedColumnTable - Class in org.knime.base.data.append.column
A table that appends columns to a given input table.
AppendedColumnTable(DataTable, AppendedCellFactory, DataColumnSpec...) - Constructor for class org.knime.base.data.append.column.AppendedColumnTable
Creates new table.
AppendedColumnTable(DataTable, Map<RowKey, DataCell>, DataColumnSpec...) - Constructor for class org.knime.base.data.append.column.AppendedColumnTable
Create new table based on an underlying table with a map providing the row key --> new cell mapping.
AppendedRowsIterator - Class in org.knime.base.data.append.row
Iterator over an AppendedRowsTable.
AppendedRowsIterator(AppendedRowsTable, ExecutionMonitor, int) - Constructor for class org.knime.base.data.append.row.AppendedRowsIterator
Creates new iterator of tables following spec.
AppendedRowsIterator.RuntimeCanceledExecutionException - Exception in org.knime.base.data.append.row
Runtime exception that's thrown when the execution monitor's ExecutionMonitor.checkCanceled() method throws a CanceledExecutionException.
AppendedRowsNodeDialog - Class in org.knime.base.node.preproc.append.row
Dialog that allows for treatment of duplicate row keys.
AppendedRowsNodeDialog() - Constructor for class org.knime.base.node.preproc.append.row.AppendedRowsNodeDialog
Constructor to init the gui and set a title.
AppendedRowsNodeFactory - Class in org.knime.base.node.preproc.append.row
Factory to create nodes that concatenate input tables to one output table.
AppendedRowsNodeFactory() - Constructor for class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
 
AppendedRowsNodeModel - Class in org.knime.base.node.preproc.append.row
NodeModel that concatenates its two input table to one output table.
AppendedRowsNodeModel() - Constructor for class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Creates new node model with two inputs and one output.
AppendedRowsNodeModel(int) - Constructor for class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Create new node with given number of inputs.
AppendedRowsTable - Class in org.knime.base.data.append.row
DataTable implementation that concatenates a set of DataTable objects.
AppendedRowsTable(DataTable...) - Constructor for class org.knime.base.data.append.row.AppendedRowsTable
Concatenates a set of tables.
AppendedRowsTable(String, DataTable...) - Constructor for class org.knime.base.data.append.row.AppendedRowsTable
Concatenates a set of tables.
AppendedRowsTable(AppendedRowsTable.DuplicatePolicy, String, DataTable...) - Constructor for class org.knime.base.data.append.row.AppendedRowsTable
Concatenates a set of tables.
AppendedRowsTable.DuplicatePolicy - Enum in org.knime.base.data.append.row
How to deal with duplicate row ids.
AppendedRowsWithOptionalInNodeFactory - Class in org.knime.base.node.preproc.append.row
 
AppendedRowsWithOptionalInNodeFactory() - Constructor for class org.knime.base.node.preproc.append.row.AppendedRowsWithOptionalInNodeFactory
 
appendMessage(String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
appendMessage(String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
 
appendOrderColumn(ExecutionContext, BufferedDataTable, Set<String>, String) - Static method in class org.knime.base.node.preproc.groupby.GroupByTable
 
appendShapeHandler(DataTableSpec, String, ShapeHandler) - Static method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Appends the given ShapeHandler to the given DataTableSpec for the given column.
appendSizeHandler(DataTableSpec, String, SizeHandler) - Static method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Appends the given SizeHandler to the given DataTableSpec for the given column.
AppendToTableNodeDialogPane - Class in org.knime.base.node.flowvariable.appendvariabletotable
 
AppendToTableNodeDialogPane() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendToTableNodeDialogPane
Inits components.
AppendVariableToTableNodeFactory - Class in org.knime.base.node.flowvariable.appendvariabletotable
 
AppendVariableToTableNodeFactory() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
 
AppendVariableToTableNodeModel - Class in org.knime.base.node.flowvariable.appendvariabletotable
 
AppendVariableToTableNodeModel() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
One input, one output.
AppendVariableToTableSettings - Class in org.knime.base.node.flowvariable.appendvariabletotable
 
AppendVariableToTableSettings() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
 
apply(DataCell) - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
Apply a value to this bining trying to cover it at all available Bins.
apply(DataCell) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
Apply a value to this bining trying to cover it at all available Bins.
APPLY_COLUMN - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
Key for the applied column: apply_column.
applyDefaults() - Method in class org.knime.base.node.io.tablecreator.table.CellRenderer
Overridden to change colors.
applyDefaults() - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
Override this in sub class to change colors.
applyMappingMethod(DataCell) - Method in class org.knime.base.util.coordinate.Coordinate
Applies the mapping method.
applySettingsFromDialog() - Method in class org.knime.core.node.workflow.NodeContainer
Take settings from the node's dialog and apply them to the model.
AprioriAlgorithm - Interface in org.knime.base.node.mine.subgroupminer.apriori
This is an interface to hide the different implementations of the apriori algorithm to the Nodes.
AprioriAlgorithmFactory - Class in org.knime.base.node.mine.subgroupminer.apriori
To hide the different implementations of the apriori algorithm to the NodeModel, the NodeDialog simply displays the registered AlgorithmDataStructure's and the NodeModel passes it to this factory.
AprioriAlgorithmFactory.AlgorithmDataStructure - Enum in org.knime.base.node.mine.subgroupminer.apriori
Register here possible implementations of the apriori algorithm to be provided by the subgroup miner node (SubgroupMinerModel2).
Architecture - Class in org.knime.base.data.neural
This class represents the general architecture of a neural network and specifies how much layers, neurons constitute the neural network.
Architecture(int, int, int, int) - Constructor for class org.knime.base.data.neural.Architecture
Constructs a new architecture.
Architecture() - Constructor for class org.knime.base.data.neural.Architecture
Constructs a new empty architecture.
areDialogAndNodeSettingsEqual() - Method in class org.knime.core.node.workflow.NodeContainer
 
areDialogAndNodeSettingsEqual() - Method in class org.knime.core.node.workflow.SingleNodeContainer
areDialogAndNodeSettingsEqual() - Method in class org.knime.core.node.workflow.WorkflowManager
areDialogSettingsValid() - Method in class org.knime.core.node.workflow.NodeContainer
 
areEqual(Object, Object) - Static method in class org.knime.core.node.util.ConvenienceMethods
Determines if both arguments are equal according to their equals method (assumed to be symmetric).
areSettingsValid(NodeSettingsRO) - Method in class org.knime.core.node.Node
Validates the argument settings.
areSettingsValid(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainer
 
areSettingsValid(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainer
areSettingsValid(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowManager
areValid(double[]) - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
check if the parameters are valid.
areValid(double[]) - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
test if the given combination of parameters is valid for this kernel.
areValid(double[]) - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
 
areValid(double[]) - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
are these parameters ok to be used?
ARFFReaderNodeDialog - Class in org.knime.base.node.io.arffreader
Contains the dialog for the ARFF file reader.
ARFFReaderNodeDialog() - Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeDialog
Creates a new ARFF file reader dialog.
ARFFReaderNodeFactory - Class in org.knime.base.node.io.arffreader
 
ARFFReaderNodeFactory() - Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
Will deliver a model with no default file set.
ARFFReaderNodeFactory(String) - Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
This factory will create a model with the file set as default file.
ARFFReaderNodeModel - Class in org.knime.base.node.io.arffreader
The model of the ARFF reader node.
ARFFReaderNodeModel() - Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Creates a new ARFF reader model.
ARFFReaderNodeModel(String) - Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Creates a new ARFF reader with a default file.
ARFFReaderNodeModel.ARFFFileFilter - Class in org.knime.base.node.io.arffreader
FileFilter for the ARFFReader/writer file chooser dialog.
ARFFReaderNodeModel.ARFFFileFilter() - Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeModel.ARFFFileFilter
 
ARFFRowIterator - Class in org.knime.base.node.io.arffreader
 
ARFFRowIterator(URL, DataTableSpec, String) - Constructor for class org.knime.base.node.io.arffreader.ARFFRowIterator
Create a new row iterator reading the rows from an ARFF file at the specified location.
ARFFTable - Class in org.knime.base.node.io.arffreader
 
ARFFTable(URL, DataTableSpec, String) - Constructor for class org.knime.base.node.io.arffreader.ARFFTable
Create a new DataTable reading its content from an ARFF file at the specified location.
ARFFWriterNodeDialog - Class in org.knime.base.node.io.arffwriter
Contains the dialog for the ARFF file writer.
ARFFWriterNodeDialog() - Constructor for class org.knime.base.node.io.arffwriter.ARFFWriterNodeDialog
Creates a new ARFF file reader dialog.
ARFFWriterNodeFactory - Class in org.knime.base.node.io.arffwriter
 
ARFFWriterNodeFactory() - Constructor for class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
New factory - no default file.
ARFFWriterNodeFactory(String) - Constructor for class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
New ARFF factory with default output file.
ARFFWriterNodeModel - Class in org.knime.base.node.io.arffwriter
 
ARFFWriterNodeModel() - Constructor for class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
Creates a new ARFF writer model.
ARFFWriterNodeModel(String) - Constructor for class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
Creates an immediately executable model.
ArrayApriori - Class in org.knime.base.node.mine.subgroupminer.apriori
The array apriori uses the ArrayPrefixTreeNode data structure to find frequent itemsets.
ArrayApriori(int, int) - Constructor for class org.knime.base.node.mine.subgroupminer.apriori.ArrayApriori
Creates an ArrayApriori instance with the bitset length, corresponding to the number of items.
ArrayPrefixTreeNode - Class in org.knime.base.node.mine.subgroupminer.apriori
An ArrayPrefixTreeNode contains an array containing the counter for the items, where the array position serves as the item identifier.
ArrayPrefixTreeNode(int, ArrayPrefixTreeNode, int) - Constructor for class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Constructs an ArrayPrefixTreeNode with the length specifying the size of the array, that is, the number of countable items in that node.
AscendingNumericTickPolicyStrategy - Class in org.knime.base.util.coordinate
A strategy which creates tick for numeric values in ascending order.
AscendingNumericTickPolicyStrategy() - Constructor for class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
Creates a policy strategy for ascending order.
AscendingNumericTickPolicyStrategy(String) - Constructor for class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
Creates a policy strategy for ascending order.
assembleInputSpecs(NodeID, PortObjectSpec[]) - Method in class org.knime.core.node.workflow.WorkflowManager
Fill array holding all input specs for the given node.
ASSERTIONS_ENABLED - Static variable in class org.knime.core.node.KNIMEConstants
Global flag indicating whether assertions are enabled or disabled.
assertLog(boolean, String) - Method in class org.knime.core.node.NodeLogger
Check assert and write into logger if failed.
assertLog(boolean, String, AssertionError) - Method in class org.knime.core.node.NodeLogger
Check assertions on/off and write debug message into logger.
asSet() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns the items as a set of Strings.
ASSIGN_NAN_FOR_NOISE - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
Hardcode here if you prefer to have Double.NaN for noise instead of a random value in a dimension (that is: If a pattern has to cluster in universe 2, the attributes in all other universes are drawn randomly.
AssociationRule - Class in org.knime.base.node.mine.subgroupminer.freqitemset
A data structure to encapsulate an association rule.
AssociationRule(FrequentItemSet, FrequentItemSet, double, double, double) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
Creates an association rule with the list of ids of the antecedent and an id as the consequent of this rule.
AssociationRuleModel - Class in org.knime.base.node.mine.subgroupminer.freqitemset
Deprecated.  
AssociationRuleModel() - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
Deprecated.  
asStringList() - Static method in enum org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithmFactory.AlgorithmDataStructure
Returns the values of this enum as a list of strings.
asStringList() - Static method in enum org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet.Type
Returns the enum fields as a String list of their names.
asStringList() - Static method in enum org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable.Sorter
Deprecated. Returns the enum fields as a String list of their names.
asStringList() - Static method in enum org.knime.base.node.viz.aggregation.AggregationMethod
Returns the enumeration fields as a String list of their names.
asStringList() - Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
Returns the enumeration fields as a String list of their names.
ASTERISK - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the asterisk.
ASYNC_CACHE_SIZE - Static variable in class org.knime.core.data.container.DataContainer
Size of buffers.
AtomicDouble - Class in org.knime.base.node.mine.decisiontree2.learner
Implements an atomic double (i.e.
AtomicDouble(double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner.AtomicDouble
Creates an atomic double with the given value.
ATTRIBUTE_KEY - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
The key to store the attribute in configurations.
AttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
This abstract class needs to be implemented by all attribute models and provides missing value handling and some common methods.
AttributeModel(String, int, boolean) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Constructor for class ClassValue.
AttrValueRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
Super class for all row filters that test an attribute value (like StringCompareRowFilter, MissingValueRowFilter, and RangeRowFilter).
AttrValueRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
Don't use an instance created by this constructor until calling loadSettings and configure.
AttrValueRowFilter(String, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
The super class stores the class name and the include flag for all filters checking the attribute value in some way.
AutoBinner - Class in org.knime.base.node.preproc.autobinner
Creates Bins.
AutoBinner(AutoBinnerLearnSettings) - Constructor for class org.knime.base.node.preproc.autobinner.AutoBinner
 
AutoBinnerApply - Class in org.knime.base.node.preproc.autobinner.apply
Use this in other nodes for binning data.
AutoBinnerApply() - Constructor for class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApply
 
AutoBinnerApplyNodeFactory - Class in org.knime.base.node.preproc.autobinner.apply
 
AutoBinnerApplyNodeFactory() - Constructor for class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeFactory
 
AutoBinnerApplyNodeModel - Class in org.knime.base.node.preproc.autobinner.apply
The Model for the Binner (Apply) Node.
AutoBinnerApplyNodeModel() - Constructor for class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Creates a new instance.
AutoBinnerLearnNodeDialogPane - Class in org.knime.base.node.preproc.autobinner
Binner dialog used to specify binning rules.
AutoBinnerLearnNodeDialogPane() - Constructor for class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeDialogPane
Creates a new binner dialog.
AutoBinnerLearnNodeFactory - Class in org.knime.base.node.preproc.autobinner
 
AutoBinnerLearnNodeFactory() - Constructor for class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeFactory
 
AutoBinnerLearnNodeModel - Class in org.knime.base.node.preproc.autobinner
Performs a mapping from continuous to discrete values.
AutoBinnerLearnNodeModel() - Constructor for class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
Creates a new binner.
AutoBinnerLearnSettings - Class in org.knime.base.node.preproc.autobinner
This class hold the settings for the Logistic Learner Node.
AutoBinnerLearnSettings() - Constructor for class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
AutoBinnerLearnSettings.BinNaming - Enum in org.knime.base.node.preproc.autobinner
The method for naming bins
AutoBinnerLearnSettings.Method - Enum in org.knime.base.node.preproc.autobinner
The name of the autobinning method
autoGuessIncludeColumns(DataTableSpec) - Static method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
Auto-guessing: choose first column that is not string, int, double as include; if no such column exists use first string column, otherwise use non (null returned).
available() - Method in class org.knime.core.data.container.DCObjectInputStream
available() - Method in class org.knime.core.data.container.LongUTFDataInputStream
available() - Method in class org.knime.core.data.util.NonClosableInputStream
Axis - Class in org.knime.base.node.viz.plotter
Implements a header for a scrollable area.
Axis(int, int) - Constructor for class org.knime.base.node.viz.plotter.Axis
Creates a new ruler in either horizontal or vertical orientation.
Axis(int, int, boolean) - Constructor for class org.knime.base.node.viz.plotter.Axis
 

B

BACKGROUND - Static variable in class org.knime.core.data.property.ColorAttr
The color for background as Color.WHITE.
BAR_SURROUNDING_SPACE - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The space around a bar which is used to show the aggregation column color.
BarDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This class represents one bar in the histogram.
BarDataModel(String, Color) - Constructor for class org.knime.base.node.viz.histogram.datamodel.BarDataModel
Constructor for class BarDataModel.
BarDataModel(String, Color, boolean) - Constructor for class org.knime.base.node.viz.histogram.datamodel.BarDataModel
Constructor for class BarDataModel.
BarElementDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This class represents the smallest element of a histogram and corresponds to the color in which the rows of this element are colored.
BarElementDataModel(Color) - Constructor for class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
Constructor for class BarElementDataModel.
BarElementDataModel(Color, boolean) - Constructor for class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
Constructor for class BarElementDataModel.
Basic2DDrawingElement - Class in org.knime.base.node.viz.plotter.basic
This class is a specialization of the BasicDrawingElement by providing a flag whether the shape should be filled or not.
Basic2DDrawingElement(boolean) - Constructor for class org.knime.base.node.viz.plotter.basic.Basic2DDrawingElement
Creates a shape either filled or not.
BasicDrawingElement - Class in org.knime.base.node.viz.plotter.basic
A drawing element consists of points which are already mapped to the drawing pane's dimension.
BasicDrawingElement() - Constructor for class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
Creates an empty shape with default color(black) and default stroke.
BasicDrawingPane - Class in org.knime.base.node.viz.plotter.basic
The BasicDrawingPane stores the BasicDrawingElements and paints them in the BasicDrawingPane.paintContent(Graphics) method by calling their #paint(Graphics2D) method.
BasicDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
 
BasicDrawingPaneImpl - Class in org.knime.base.node.viz.plotter.basic
 
BasicDrawingPaneImpl() - Constructor for class org.knime.base.node.viz.plotter.basic.BasicDrawingPaneImpl
 
BasicEllipse - Class in org.knime.base.node.viz.plotter.basic
Represents an ellipse defined by two points, the lower-left and the upper-right corner, different from normal Java graphics behavior!
BasicEllipse(boolean) - Constructor for class org.knime.base.node.viz.plotter.basic.BasicEllipse
 
BasicLine - Class in org.knime.base.node.viz.plotter.basic
Represents a line by a list of points which are connected to one line.
BasicLine() - Constructor for class org.knime.base.node.viz.plotter.basic.BasicLine
 
BasicPlotter - Class in org.knime.base.node.viz.plotter.basic
Tha BasicPlotter provides means to add some simple, basic graphical forms to the drawing pane, which are automatically mapped to the drawing pane's dimension.
BasicPlotter(AbstractDrawingPane, AbstractPlotterProperties) - Constructor for class org.knime.base.node.viz.plotter.basic.BasicPlotter
Always provide a possibility to construct a customized plotter.
BasicPlotter() - Constructor for class org.knime.base.node.viz.plotter.basic.BasicPlotter
Constructs a plotter with a BasicDrawingPane and the AbstractPlotterProperties.
BasicPlotterImpl - Class in org.knime.base.node.viz.plotter.basic
 
BasicPlotterImpl(BasicDrawingPane, AbstractPlotterProperties) - Constructor for class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Create a new basis plotter implementation.
BasicPlotterImpl(BasicDrawingPane) - Constructor for class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
 
BasicPlotterImpl() - Constructor for class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
 
BasicRectangle - Class in org.knime.base.node.viz.plotter.basic
Represents a rectangle which is defined by two points, the upper-left and the lower-right corner as known from Java Graphics.
BasicRectangle(boolean) - Constructor for class org.knime.base.node.viz.plotter.basic.BasicRectangle
 
BasicText - Class in org.knime.base.node.viz.plotter.basic
Represents a textline, the startpoint has to be set with the #addDomainValue(DataCellPoint).
BasicText(String) - Constructor for class org.knime.base.node.viz.plotter.basic.BasicText
 
BasisFunctionAntisymmetricRowOverlap - Class in org.knime.base.node.mine.bfn
 
BasisFunctionAntisymmetricRowOverlap() - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionAntisymmetricRowOverlap
 
BasisFunctionFactory - Class in org.knime.base.node.mine.bfn
Factory class for BasisFunctionLearnerRow which automatically creates new basis functions of a certain type.
BasisFunctionFactory(DataTableSpec, String[], DataType, int) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionFactory
Creates new basisfunction factory with the given spec to extract min/max value for all numeric columns.
BasisFunctionFilterRow - Class in org.knime.base.node.mine.bfn
Inner class to separate an data input row into a new row which are the first n-1 double cells and returns the class label.
BasisFunctionFilterRow(BasisFunctionLearnerTable, DataRow, int[], int[], String[], BasisFunctionLearnerTable.MissingValueReplacementFunction) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
Create new basisfunction input data row with data and class columns.
BasisFunctionIterator - Class in org.knime.base.node.mine.bfn
Iterator over all BasisFunctionLearnerRows within the model.
BasisFunctionIterator(BasisFunctionLearnerTable) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionIterator
Creates a new basisfunction iterator.
BasisFunctionLearnerNodeDialogPane - Class in org.knime.base.node.mine.bfn
Abstract dialog pane used showing a column filter panel for class column selected and a panel for general learner options.
BasisFunctionLearnerNodeDialogPane() - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPane
Creates a new pane with basics and column filter panel.
BasisFunctionLearnerNodeDialogPanel - Class in org.knime.base.node.mine.bfn
Panel is used inside the basisfunction dialogs for general settings, such as distance function, shrink after commit, distance measure, missing value handling, and maximum number of epochs.
BasisFunctionLearnerNodeDialogPanel() - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPanel
Creates a new panel used to select select a target column which the class information and a column name for the basisfunction model column.
BasisFunctionLearnerNodeModel - Class in org.knime.base.node.mine.bfn
Abstract basisfunction model holding the trained rule table.
BasisFunctionLearnerNodeModel(PortType) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Creates a new model with one data in and out port, and model out-port.
BasisFunctionLearnerNodeView<T extends BasisFunctionLearnerNodeModel> - Class in org.knime.base.node.mine.bfn
View to display basisfunction rule models.
BasisFunctionLearnerNodeView(T) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeView
Create an empty bf view.
BasisFunctionLearnerRow - Class in org.knime.base.node.mine.bfn
General BasisFunctionLearnerRow prototype which provides functions to shrink, cover, and reset rules; and to be compared with others by its coverage.
BasisFunctionLearnerRow(RowKey, DataRow, DataCell) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Initialise a new basisfunction rule with one covered pattern since this rule is also covered by itself.
BasisFunctionLearnerTable - Class in org.knime.base.node.mine.bfn
This class implements the DDA-algorithm published by Berthold&Huber which iteratively introduces new basisfunctions and/or shrinks already existing ones of conflicting classes during the training algorithm.
BasisFunctionLearnerTable(BufferedDataTable, String[], String[], BasisFunctionFactory, BasisFunctionLearnerTable.MissingValueReplacementFunction, boolean, boolean, int, ExecutionMonitor) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Creates a new basis function learner and starts the training algorithm.
BasisFunctionLearnerTable(BufferedDataTable, String[], String[], BasisFunctionFactory, BasisFunctionLearnerTable.MissingValueReplacementFunction, boolean, boolean, int, int[], ExecutionMonitor) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Creates a new basisfunction learner and starts the training algorithm.
BasisFunctionLearnerTable.MissingValueReplacementFunction - Interface in org.knime.base.node.mine.bfn
General missing values replacement interface.
BasisFunctionModelContent - Class in org.knime.base.node.mine.bfn
 
BasisFunctionModelContent(ModelContentRO, BasisFunctionPortObject.Creator) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionModelContent
Loads a this basisfunction content from the given file directory.
BasisFunctionModelContent(DataTableSpec, Map<DataCell, List<BasisFunctionLearnerRow>>) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionModelContent
Creates a new basis function model object.
BasisFunctionPortObject - Class in org.knime.base.node.mine.bfn
 
BasisFunctionPortObject() - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPortObject
Creates a new abstract BasisFunctionPortObject.
BasisFunctionPortObject(BasisFunctionModelContent) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPortObject
Creates a new basis function model object.
BasisFunctionPortObject.Creator - Interface in org.knime.base.node.mine.bfn
Creator used to instantiate basisfunction predictor rows.
BasisFunctionPredictorCellFactory - Class in org.knime.base.node.mine.bfn
This predictor cell factory predicts the passed rows using the underlying basisfunction model.
BasisFunctionPredictorCellFactory(DataColumnSpec[], boolean) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
Create new predictor cell factory.
BasisFunctionPredictorCellFactory(DataTableSpec, DataColumnSpec[], int[], Map<DataCell, List<BasisFunctionPredictorRow>>, double, boolean, boolean) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
Appends one column to the given data to make a prediction for each row using the model which contains one BasisFunctionPredictorRow column.
BasisFunctionPredictorNodeDialog - Class in org.knime.base.node.mine.bfn
A dialog to apply data to basis functions.
BasisFunctionPredictorNodeDialog() - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
Creates a new predictor dialog to set a name for the applied column.
BasisFunctionPredictorNodeModel - Class in org.knime.base.node.mine.bfn
The basis function predictor model performing a prediction on the data from the first input and the radial basisfunction model from the second.
BasisFunctionPredictorNodeModel(PortType) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Creates a new basisfunction predictor model with two inputs, the first one which contains the data and the second with the model.
BasisFunctionPredictorRow - Class in org.knime.base.node.mine.bfn
Class presents a predictor row for basisfunctions providing method to apply unknown data (compose).
BasisFunctionPredictorRow(RowKey, DataCell, double) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Creates new predictor row.
BasisFunctionPredictorRow(ModelContentRO) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Creates new predictor row on model content.
BasisFunctionPredictorRowIterator - Class in org.knime.base.node.mine.bfn
Class wraps a row iterator in order to exents the given DataRow elements by on cell (resp.
BasisFunctionPredictorRowIterator(RowIterator, Map<RowKey, DataCell>) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorRowIterator
Creates a new row iterator used for the basisfunction predictor node which extends the input rows by a new, additional class label column.
BasisFunctionRowInclusion - Class in org.knime.base.node.mine.bfn
 
BasisFunctionRowInclusion() - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionRowInclusion
 
BasisFunctionSymmetricRowOverlap - Class in org.knime.base.node.mine.bfn
Class computes a overlapping value between two basis functions.
BasisFunctionSymmetricRowOverlap() - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionSymmetricRowOverlap
 
BatchExecutor - Class in org.knime.core.node.workflow
Simple utility class that takes a workflow, either in a directory or zipped into a single file, executes it and saves the results in the end.
BAYES_MODEL_PORT - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
The number of the Bayes model out put port.
beforeExecute() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Called right after the node has switched to the NodeContainer.State.PREEXECUTE state.
beforeSubmitting(In, long) - Method in class org.knime.core.util.MultiThreadWorker
Callback for subclasses to be informed about a new task submission.
BestGuessMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
"Best Guess" replacement which searches for the best value in the model or just takes the mean if not available.
BestGuessMissingValueReplacementFunction() - Constructor for class org.knime.base.node.mine.bfn.BestGuessMissingValueReplacementFunction
 
BigGroupByTable - Class in org.knime.base.node.preproc.groupby
A data table that groups a given input table by the given columns and calculates the aggregation values of the remaining rows.
BigGroupByTable(ExecutionContext, BufferedDataTable, List<String>, ColumnAggregator[], GlobalSettings, boolean, boolean, ColumnNamePolicy, boolean) - Constructor for class org.knime.base.node.preproc.groupby.BigGroupByTable
Constructor for class BigGroupByTable.
BIN_RENDERER - Static variable in class org.knime.core.data.renderer.BitVectorValueStringRenderer
Singleton for a binary (0/1) string renderer of bit vector values.
BIN_SURROUNDING_SPACE - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The thickness of a bin which is used to show the different bins.
BinaryCellFactory - Class in org.knime.base.node.preproc.columnTrans
Cell with value = 1 matches, others don't.
BinaryCellFactory(DataTableSpec, String, int[]) - Constructor for class org.knime.base.node.preproc.columnTrans.BinaryCellFactory
 
BinarySvmRunnable - Class in org.knime.base.node.mine.svm.util
Utility class to run a Binary SVM learning process.
BinarySvmRunnable(DoubleVector[], String, Kernel, double, ExecutionMonitor) - Constructor for class org.knime.base.node.mine.svm.util.BinarySvmRunnable
 
BinaryTree<T> - Class in org.knime.base.node.viz.plotter.dendrogram
 
BinaryTree(BinaryTreeNode<T>) - Constructor for class org.knime.base.node.viz.plotter.dendrogram.BinaryTree
 
BinaryTree.Traversal - Enum in org.knime.base.node.viz.plotter.dendrogram
Tree traversal methods.
BinaryTreeNode<T> - Class in org.knime.base.node.viz.plotter.dendrogram
A generic tree with a content, a reference to the parent node and with a left child and a right child.
BinaryTreeNode(T) - Constructor for class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
The content of a BinaryTreeNode is final and is set only once.
BinByDictionaryConfiguration - Class in org.knime.base.node.preproc.binnerdictionary
Configuration proxy to node.
BinByDictionaryConfiguration() - Constructor for class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
BinByDictionaryNodeDialogPane - Class in org.knime.base.node.preproc.binnerdictionary
Dialog to node.
BinByDictionaryNodeDialogPane() - Constructor for class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeDialogPane
 
BinByDictionaryNodeFactory - Class in org.knime.base.node.preproc.binnerdictionary
Factory for node classes.
BinByDictionaryNodeFactory() - Constructor for class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeFactory
 
BinByDictionaryNodeModel - Class in org.knime.base.node.preproc.binnerdictionary
Model to node.
BinByDictionaryNodeModel() - Constructor for class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
2 ins, 1 out.
BinDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This class represents one bin in the histogram.
BinDataModel(String, double, double) - Constructor for class org.knime.base.node.viz.histogram.datamodel.BinDataModel
Constructor for class BinDataModel.
BinDataModelComparator - Class in org.knime.base.node.viz.histogram.datamodel
Used to sort the bins in their natural order by their caption or boundaries.
BinDataModelComparator(int) - Constructor for class org.knime.base.node.viz.histogram.datamodel.BinDataModelComparator
Constructor for class BinDataModelComparator.
BinModelDrawingPane - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
The actual drawing pain, rendering the binned column model.
BinModelDrawingPane() - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelDrawingPane
Sets the background color to white.
BinModelNodeView - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
The view to visualize a binning model.
BinModelNodeView(CAIMDiscretizationNodeModel, AbstractPlotter) - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
The NodeView which sets the model and calls the right methods of the plotter.
BinModelNodeView(CAIMDiscretizationNodeModel, AbstractPlotter, String) - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
A generic NodeView which sets the model and calls the right methods of the abstract plotter.
BinModelPlotter - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
This plotter draws a DiscretizationModel.
BinModelPlotter() - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
Creates a bin model plotter.
BinnerColumnFactory - Class in org.knime.base.node.preproc.binner
Factory to generate binned string cells from a selected column which can be either replaced or appended.
BinnerColumnFactory(int, BinnerColumnFactory.Bin[], String, boolean) - Constructor for class org.knime.base.node.preproc.binner.BinnerColumnFactory
A binned column created by name and a number of bins.
BinnerColumnFactory - Class in org.knime.base.node.preproc.pmml.binner
Factory to generate binned string cells from a selected column which can be either replaced or appended.
BinnerColumnFactory(int, BinnerColumnFactory.Bin[], String, boolean) - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
A binned column created by name and a number of bins.
BinnerColumnFactory.Bin - Interface in org.knime.base.node.preproc.binner
General bin.
BinnerColumnFactory.Bin - Interface in org.knime.base.node.preproc.pmml.binner
General bin.
BinnerNodeDialogPane - Class in org.knime.base.node.preproc.binner
Binner dialog used to group numeric columns (int or double) into intervals.
BinnerNodeDialogPane() - Constructor for class org.knime.base.node.preproc.binner.BinnerNodeDialogPane
Creates a new binner dialog.
BinnerNodeDialogPane - Class in org.knime.base.node.preproc.pmml.binner
Binner dialog used to group numeric columns (int or double) into intervals.
BinnerNodeDialogPane() - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane
Creates a new binner dialog.
BinnerNodeDialogPane.IntervalItemPanel - Class in org.knime.base.node.preproc.binner
Creates a new panel holding one interval.
BinnerNodeDialogPane.IntervalItemPanel(BinnerNodeDialogPane.IntervalPanel, boolean, Double, boolean, Double, String, DataType) - Constructor for class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
 
BinnerNodeDialogPane.IntervalItemPanel(BinnerNodeDialogPane.IntervalPanel, Double, Double, String, DataType) - Constructor for class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
 
BinnerNodeDialogPane.IntervalItemPanel - Class in org.knime.base.node.preproc.pmml.binner
Creates a new panel holding one interval.
BinnerNodeDialogPane.IntervalItemPanel(BinnerNodeDialogPane.IntervalPanel, boolean, Double, boolean, Double, String, DataType) - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
BinnerNodeDialogPane.IntervalItemPanel(BinnerNodeDialogPane.IntervalPanel, Double, Double, String, DataType) - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
BinnerNodeDialogPane.IntervalPanel - Class in org.knime.base.node.preproc.binner
Creates new panel holding one bin column.
BinnerNodeDialogPane.IntervalPanel(String, String, Component, DataType) - Constructor for class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalPanel
Create new interval panel.
BinnerNodeDialogPane.IntervalPanel - Class in org.knime.base.node.preproc.pmml.binner
Creates new panel holding one bin column.
BinnerNodeDialogPane.IntervalPanel(String, String, Component, DataType) - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalPanel
Create new interval panel.
BinnerNodeFactory - Class in org.knime.base.node.preproc.binner
 
BinnerNodeFactory() - Constructor for class org.knime.base.node.preproc.binner.BinnerNodeFactory
 
BinnerNodeFactory - Class in org.knime.base.node.preproc.pmml.binner
 
BinnerNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory
 
BinnerNodeModel - Class in org.knime.base.node.preproc.binner
Bins numeric columns into intervals which are then returned as string-type columns.
BinnerNodeModel() - Constructor for class org.knime.base.node.preproc.binner.BinnerNodeModel
Creates a new binner.
BinnerNodeModel - Class in org.knime.base.node.preproc.pmml.binner
Bins numeric columns into intervals which are then returned as string-type columns.
BinnerNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Creates a new binner.
BinningCellFactory - Class in org.knime.base.node.preproc.autobinner.apply
 
BinningCellFactory(String, int, PMMLDiscretize) - Constructor for class org.knime.base.node.preproc.autobinner.apply.BinningCellFactory
 
BinningUtil - Class in org.knime.base.node.viz.histogram.util
This class provides methods to create the bins of numerical bars.
binNominal(DataColumnSpec, int) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
 
BinRuler - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
A BinRuler is the visual representation of a column binning.
BinRuler(Point, int, int[], String[], String) - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
Creates a BinRuler from its left starting point, the width of the ruler, its binning boundary positions and the value labels for the boundaries.
BitString2BitVectorCellFactory - Class in org.knime.base.data.bitvector
 
BitString2BitVectorCellFactory(DataColumnSpec, int) - Constructor for class org.knime.base.data.bitvector.BitString2BitVectorCellFactory
Create new cell factory that provides one column given by newColSpec.
BitVectorAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
AttributeModel implementation that can handle BitVectorValues.
BitVectorAttributeModel(String, boolean) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Constructor for class BitVectorAttributeModel.
BitVectorAttributeModel(String, boolean, int, Config) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Constructor for class BitVectorAttributeModel.
BitVectorCell - Class in org.knime.base.data.bitvector
Deprecated. 
BitVectorCell(String) - Constructor for class org.knime.base.data.bitvector.BitVectorCell
Deprecated. Create new BitVectorCell with a predefined value, read from a string which holds a hexadecimal representation.
BitVectorCell(BitSet, int) - Constructor for class org.knime.base.data.bitvector.BitVectorCell
Deprecated. Creates a new BitVectorCell based on a BitSet and a fixed length for the bits.
BitVectorCellFactory - Class in org.knime.base.data.bitvector
Base class for all cell factories converting strings to bitvectors.
BitVectorCellFactory(DataColumnSpec) - Constructor for class org.knime.base.data.bitvector.BitVectorCellFactory
 
BitVectorColumnCellFactory - Class in org.knime.base.data.bitvector
 
BitVectorColumnCellFactory(DataColumnSpec, int) - Constructor for class org.knime.base.data.bitvector.BitVectorColumnCellFactory
Create new cell factory that provides one column given by newColSpec.
BitVectorGeneratorNodeDialog - Class in org.knime.base.node.mine.subgroupminer
The dialog for the BitvectorGeneratorNode.
BitVectorGeneratorNodeDialog() - Constructor for class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeDialog
Creates an instance of the BitVectorGeneratorNodeDialog, containing an adjustable threshold.
BitVectorGeneratorNodeFactory - Class in org.knime.base.node.mine.subgroupminer
The factory for the BitVectorGenerator Node.
BitVectorGeneratorNodeFactory() - Constructor for class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
 
BitVectorGeneratorNodeModel - Class in org.knime.base.node.mine.subgroupminer
The BitvectorGenerator translates all values above or equal to a given threshold to a set bit, values below that threshold to bits set to zero.
BitVectorGeneratorNodeModel() - Constructor for class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Creates an instance of the BitVectorGeneratorNodeModel with one inport and one outport.
BitVectorGeneratorNodeModel.STRING_TYPES - Enum in org.knime.base.node.mine.subgroupminer
Represents the string types that can be parsed.
BitVectorGeneratorView - Class in org.knime.base.node.mine.subgroupminer
The BitvectorGeneratorView provides information about the generation of the bitsets out of the data.
BitVectorGeneratorView(BitVectorGeneratorNodeModel) - Constructor for class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorView
Creates the view instance or the BitVectorGeneratorNode with the BitVectorGeneratorNodeModel as the underlying model.
BitVectorUtil - Class in org.knime.core.data.vector.bitvector
A utility class providing methods to apply set operations like "AND", "OR", and "XOR" on different kind of BitVectorValues, such as SparseBitVectorCells or DenseBitVectorCells in a convenient way.
BitVectorValue - Interface in org.knime.base.data.bitvector
Deprecated. use the BitVectorValue in the core plug-in instead.
BitVectorValue - Interface in org.knime.core.data.vector.bitvector
Implementing DataCells store '0's and '1's at specific positions in a vector.
BitVectorValue.BitVectorUtilityFactory - Class in org.knime.base.data.bitvector
Deprecated. Utility Factory for Bit Vector values.
BitVectorValue.BitVectorUtilityFactory() - Constructor for class org.knime.base.data.bitvector.BitVectorValue.BitVectorUtilityFactory
Deprecated.  
BitVectorValue.BitVectorUtilityFactory - Class in org.knime.core.data.vector.bitvector
Implementations of the meta information of this value class.
BitVectorValue.BitVectorUtilityFactory() - Constructor for class org.knime.core.data.vector.bitvector.BitVectorValue.BitVectorUtilityFactory
Only subclasses are allowed to instantiate this class.
BitVectorValuePixelRenderer - Class in org.knime.base.data.bitvector
Deprecated. use the BitVectorValuePixelRenderer from the core plug-in instead
BitVectorValuePixelRenderer() - Constructor for class org.knime.base.data.bitvector.BitVectorValuePixelRenderer
Deprecated.  
BitVectorValuePixelRenderer - Class in org.knime.core.data.renderer
Paints BitVectorValue elements.
BitVectorValuePixelRenderer() - Constructor for class org.knime.core.data.renderer.BitVectorValuePixelRenderer
 
BitVectorValueStringRenderer - Class in org.knime.base.data.bitvector
Deprecated. use the BitVectorValueStringRenderer from the core plug-in instead.
BitVectorValueStringRenderer(BitVectorValueStringRenderer.Type) - Constructor for class org.knime.base.data.bitvector.BitVectorValueStringRenderer
Deprecated. Constructs new renderer.
BitVectorValueStringRenderer - Class in org.knime.core.data.renderer
 
BitVectorValueStringRenderer(BitVectorValueStringRenderer.Type) - Constructor for class org.knime.core.data.renderer.BitVectorValueStringRenderer
Constructs new renderer.
BitVectorValueStringRenderer.Type - Enum in org.knime.base.data.bitvector
Deprecated. Possible types for string representation.
BitVectorValueStringRenderer.Type - Enum in org.knime.core.data.renderer
Possible types for string representation.
BlobDataCell - Class in org.knime.core.data.container
Abstract Binary large object cell used to handle potentially large cells.
BlobDataCell() - Constructor for class org.knime.core.data.container.BlobDataCell
 
BlobDataCell.BlobAddress - Class in org.knime.core.data.container
Utility class that holds information where the blob is located.
BlobDataCell.BlobAddress(int, int, boolean) - Constructor for class org.knime.core.data.container.BlobDataCell.BlobAddress
Create new address object.
BlobSupportDataCellIterator - Interface in org.knime.core.data.collection
Iterator on a collection of DataCell objects, permitting the access on underlying BlobWrapperDataCell if applicable.
BlobSupportDataCellList - Class in org.knime.core.data.collection
A list of DataCell objects, which special treatment for BlobDataCell.
BlobSupportDataCellList(Collection<? extends DataCell>) - Constructor for class org.knime.core.data.collection.BlobSupportDataCellList
Creates new instance based on a collection of data cells.
BlobSupportDataCellSet - Class in org.knime.core.data.collection
A list of DataCell objects, which special treatment for BlobDataCell.
BlobSupportDataCellSet(Collection<? extends DataCell>) - Constructor for class org.knime.core.data.collection.BlobSupportDataCellSet
Rather use one of the factory methods to create a new set.
BlobSupportDataRow - Class in org.knime.core.data.container
Special row implementation that supports to access the wrapper cells of BlobDataCell.
BlobSupportDataRow(RowKey, DataCell[]) - Constructor for class org.knime.core.data.container.BlobSupportDataRow
 
BlobSupportDataRow(RowKey, DataRow) - Constructor for class org.knime.core.data.container.BlobSupportDataRow
Creates a new data row with a new row ID.
BlobSupportDataRow(String, DataRow) - Constructor for class org.knime.core.data.container.BlobSupportDataRow
Creates a new data row with a new row ID.
BlobWrapperDataCell - Class in org.knime.core.data.container
Wrapper for BlobDataCell.
BlobWrapperDataCell(Buffer, BlobDataCell.BlobAddress, CellClassInfo) - Constructor for class org.knime.core.data.container.BlobWrapperDataCell
Keeps references.
BlobWrapperDataCell(BlobDataCell) - Constructor for class org.knime.core.data.container.BlobWrapperDataCell
Create a new wrapper cell for a blob object.
BlockableInputStream - Class in org.knime.core.data.container
Input Stream that wraps a given input stream and searches for terminated end blocks.
BlockableInputStream(InputStream) - Constructor for class org.knime.core.data.container.BlockableInputStream
Inits the Stream.
BlockableOutputStream - Class in org.knime.core.data.container
Output stream that allows to set block marks.
BlockableOutputStream(OutputStream) - Constructor for class org.knime.core.data.container.BlockableOutputStream
Constructor that simply memorizes the stream to write to.
BooleanCell - Class in org.knime.core.data.def
A data cell implementation holding a boolean value by storing this value in a private boolean member.
BooleanValue - Interface in org.knime.core.data
Interface supporting generic boolean values.
booleanValue() - Method in class org.knime.core.util.MutableBoolean
Returns the value of this object as a boolean primitive.
BooleanValue.BooleanUtilityFactory - Class in org.knime.core.data
Implementations of the meta information of this value class.
BooleanValue.BooleanUtilityFactory() - Constructor for class org.knime.core.data.BooleanValue.BooleanUtilityFactory
Only subclasses are allowed to instantiate this class.
BooleanValueRenderer - Class in org.knime.core.data.renderer
Boolean renderer.
BORDER - Static variable in class org.knime.core.data.property.ColorAttr
The color for border as Color.DARK_GRAY.
BOTH - Static variable in class org.knime.base.node.switches.manualif.ManualIfNodeDialog
 
BOTTOM - Static variable in class org.knime.base.node.switches.manualif.ManualIfNodeDialog
 
BOTTOM_SPACE - Static variable in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Constant for the space at the bottom between margin and axes.
BoundaryScheme - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
A boundary scheme holds the boundaries as linked doubles and the number of boundaries (number of linked doubles).
BoundaryScheme(LinkedDouble, int) - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BoundaryScheme
Creates a boundary scheme from the linked double list and the number of doubles.
boundColumn(int) - Method in class org.knime.core.node.tableview.TableContentModel
Checks if given argument is in range and throws an exception if it is not.
BoundedValue - Interface in org.knime.core.data
A DataCell should implement this interface to indicate that its objects can be reasonably ordered.
boundRow(int) - Method in class org.knime.core.node.tableview.TableContentModel
Checks if given argument is in range and throws an exception if it is not.
boundsChanged() - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
Called when user changes the values for the lower or upper bounds.
Box - Class in org.knime.base.node.viz.plotter.box
 
Box(int, int, int, int, int, int, double[]) - Constructor for class org.knime.base.node.viz.plotter.box.Box
The graphical representation of a box in a box plot.
BoxPlotAppearanceTab - Class in org.knime.base.node.viz.plotter.props
Provides a checkbox if the visualization of the data should be normalized or not.
BoxPlotAppearanceTab() - Constructor for class org.knime.base.node.viz.plotter.props.BoxPlotAppearanceTab
Creates a box with a checkbox (normalize).
BoxPlotDataProvider - Interface in org.knime.base.node.viz.plotter.box
 
BoxPlotDrawingPane - Class in org.knime.base.node.viz.plotter.box
Paints the Boxes, the dots from the DotInfoArray (since it derives from ScatterPlotterDrawingPane) and the labels for the boxes and outliers.
BoxPlotDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
 
BoxPlotNodeFactory - Class in org.knime.base.node.viz.plotter.box
 
BoxPlotNodeFactory() - Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
 
BoxPlotNodeModel - Class in org.knime.base.node.viz.plotter.box
The input data is sorted for each numeric column and the necessary parameters are determined: minimum, lower whisker (in case of outliers it is the first non-outlier), lower quartile, median, upper quartile, upper whisker and maximum.
BoxPlotNodeModel() - Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
One input for the data one output for the parameters (median, quartiles and inter-quartile range(IQR).
BoxPlotNodeView - Class in org.knime.base.node.viz.plotter.box
 
BoxPlotNodeView(BoxPlotNodeModel, BoxPlotter) - Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotNodeView
 
BoxPlotter - Class in org.knime.base.node.viz.plotter.box
The BoxPlotter calculates, based on the statistical parameters determined by the BoxPlotNodeModel, the Boxes to draw in the updateSize method.
BoxPlotter() - Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotter
 
BoxPlotter(BoxPlotterProperties) - Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotter
 
BoxPlotterProperties - Class in org.knime.base.node.viz.plotter.box
Tab to select whether to normalize the drawing or not.
BoxPlotterProperties() - Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotterProperties
 
BREAK - Static variable in class org.knime.core.node.interrupt.InterruptControlPanel
The identifier for the event to break and pause the execution of the InterruptibleNodeModel.
Buffer - Class in org.knime.core.data.container
A buffer writes the rows from a DataContainer to a file.
Buffer(int, int, Map<Integer, ContainerTable>, Map<Integer, ContainerTable>) - Constructor for class org.knime.core.data.container.Buffer
Creates new buffer for writing.
Buffer(File, File, DataTableSpec, InputStream, int, Map<Integer, ContainerTable>) - Constructor for class org.knime.core.data.container.Buffer
Creates new buffer for reading.
Buffer.FromFileIterator - Class in org.knime.core.data.container
Super class of all file iterators.
Buffer.FromFileIterator() - Constructor for class org.knime.core.data.container.Buffer.FromFileIterator
 
BufferedDataContainer - Class in org.knime.core.node
DataContainer to be used during a NodeModel's execution.
BufferedDataContainer(DataTableSpec, boolean, Node, SingleNodeContainer.MemoryPolicy, boolean, int, Map<Integer, ContainerTable>, Map<Integer, ContainerTable>) - Constructor for class org.knime.core.node.BufferedDataContainer
Creates new container.
BufferedDataTable - Class in org.knime.core.node
DataTable implementation that is passed along the KNIME workflow.
BufferedDataTable(ContainerTable, int) - Constructor for class org.knime.core.node.BufferedDataTable
Creates a new buffered data table based on a container table (caching everything).
BufferedDataTable(RearrangeColumnsTable) - Constructor for class org.knime.core.node.BufferedDataTable
Creates a new buffered data table based on a changed columns table (only memorize columns that changed).
BufferedDataTable(TableSpecReplacerTable) - Constructor for class org.knime.core.node.BufferedDataTable
Creates a new buffered data table based on a changed spec table (only keep new spec).
BufferedDataTable(WrappedTable) - Constructor for class org.knime.core.node.BufferedDataTable
Creates a new buffered data table based on a wrapped table.
BufferedDataTable(ConcatenateTable) - Constructor for class org.knime.core.node.BufferedDataTable
Creates a new buffered data table based on a concatenation of BufferedDataTables.
BufferedDataTable(JoinedTable) - Constructor for class org.knime.core.node.BufferedDataTable
Creates a new buffered data table based on a join of BufferedDataTables.
BufferedDataTable(ExtensionTable) - Constructor for class org.knime.core.node.BufferedDataTable
Creates a new BufferedDataTable for an extended table type.
BufferedDataTable.KnowsRowCountTable - Interface in org.knime.core.node
Internally used interface.
BufferedDataTableHolder - Interface in org.knime.core.node
Interface which allows a NodeModel to hold (and keep) internal BufferedDataTables.
BufferedDataTableView - Class in org.knime.core.node.workflow
 
BufferedDataTableView(DataTable) - Constructor for class org.knime.core.node.workflow.BufferedDataTableView
A view showing the data stored in the specified output port.
BufferedFileReader - Class in org.knime.base.node.util
A reader that counts the number of bytes read.
BufferedFileReader.ByteCountingStream - Class in org.knime.base.node.util
Wraps an input stream and counts the number of bytes read from the stream.
BufferedFileReader.ByteCountingStream(InputStream) - Constructor for class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
 
BufferFromFileIteratorVersion1x - Class in org.knime.core.data.container
(Obsolete) File iterator to read files written by a Buffer.
BufferFromFileIteratorVersion1x(Buffer) - Constructor for class org.knime.core.data.container.BufferFromFileIteratorVersion1x
Inits the iterator by opening the input stream.
BufferFromFileIteratorVersion20 - Class in org.knime.core.data.container
File iterator to read stream written by a Buffer.
BufferFromFileIteratorVersion20(Buffer) - Constructor for class org.knime.core.data.container.BufferFromFileIteratorVersion20
Inits iterator, opens input stream.
BufferFromFileIteratorVersion20.DataCellStreamReader - Class in org.knime.core.data.container
Utility class that separates the logic of reading DataCells from the stream.
BufferFromFileIteratorVersion20.DataCellStreamReader(Buffer) - Constructor for class org.knime.core.data.container.BufferFromFileIteratorVersion20.DataCellStreamReader
Only memorizes the buffer.
BUILD - Static variable in class org.knime.core.node.KNIMEConstants
KNIME's build id.
BUILD_DATE - Static variable in class org.knime.core.node.KNIMEConstants
The build date, is set automatically by the build scripts.
buildChooser() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
buildTree() - Method in class org.knime.base.util.kdtree.KDTreeBuilder
Builds a k-d tree using all the patterns that have been added to the builder so far.
buildTree(int, ExecutionMonitor) - Method in class org.knime.base.util.kdtree.KDTreeBuilder
Builds a k-d tree using all the patterns that have been added to the builder so far.
buildTree(ExecutionMonitor) - Method in class org.knime.base.util.kdtree.KDTreeBuilder
Builds a k-d tree using all the patterns that have been added to the builder so far.
buildTree(int) - Method in class org.knime.base.util.kdtree.KDTreeBuilder
Builds a k-d tree using all the patterns that have been added to the builder so far.
ButtonGroupEnumInterface - Interface in org.knime.core.node.util
Used to create a ButtonGroup in the DialogComponentButtonGroup class.
BWElimFilterNodeDialog - Class in org.knime.base.node.meta.feature.backwardelim
This class is the dialog for the feature filter node.
BWElimFilterNodeDialog() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeDialog
Creates a new dialog.
BWElimFilterNodeFactory - Class in org.knime.base.node.meta.feature.backwardelim
This factory creates all necessary classes for the feature elimination filter node.
BWElimFilterNodeFactory() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
 
BWElimFilterNodeModel - Class in org.knime.base.node.meta.feature.backwardelim
This class is the model for the feature elimination filter node.
BWElimFilterNodeModel() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
Creates a new model with one input and two output ports.
BWElimFilterSettings - Class in org.knime.base.node.meta.feature.backwardelim
This class contains the settings for the feature elimination filter node.
BWElimFilterSettings() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
 
BWElimLoopEndNodeDialog - Class in org.knime.base.node.meta.feature.backwardelim
This class is the dialog for the elimination loop's tail node.
BWElimLoopEndNodeDialog() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeDialog
Creates a new dialog.
BWElimLoopEndNodeFactory - Class in org.knime.base.node.meta.feature.backwardelim
This factory creates all necessary classes for the elimination loop's tail node.
BWElimLoopEndNodeFactory() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
 
BWElimLoopEndNodeModel - Class in org.knime.base.node.meta.feature.backwardelim
This class is the model for the elimination loop's tail node.
BWElimLoopEndNodeModel() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Creates a new model having one table input port, one table output port and a model output port.
BWElimLoopEndSettings - Class in org.knime.base.node.meta.feature.backwardelim
This class contains th settings for the elimination loop's tail node.
BWElimLoopEndSettings() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
 
BWElimLoopStart1NodeFactory - Class in org.knime.base.node.meta.feature.backwardelim
This factory creates all necessary classes for the backward elimination head node.
BWElimLoopStart1NodeFactory() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
 
BWElimLoopStart2NodeFactory - Class in org.knime.base.node.meta.feature.backwardelim
 
BWElimLoopStart2NodeFactory() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
 
BWElimLoopStartNodeModel - Class in org.knime.base.node.meta.feature.backwardelim
This class is the model for the backward elimination head node.
BWElimLoopStartNodeModel(int) - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
Creates a new model with one input and one output port.
BWElimLoopStartSettings - Class in org.knime.base.node.meta.feature.backwardelim
This class contains the settings for the backward elimination head node.
BWElimLoopStartSettings() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartSettings
 
BWElimModel - Class in org.knime.base.node.meta.feature.backwardelim
This the model that holds the result of a backward elimination loop.
BWElimModel(String) - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimModel
Creates a new model.
BYTE_ROW_SEPARATOR - Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
Separator for different rows.
BYTE_TYPE_MISSING - Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
The char for missing cells.
BYTE_TYPE_SERIALIZATION - Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
The char for cell whose type needs serialization.
BYTE_TYPE_START - Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
The first used char for the map char --> type.
bytesRead() - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
 
ByteVectorValue - Interface in org.knime.core.data.vector.bytevector
Implementations are vectors of fixed length storing byte counts at specific positions.
ByteVectorValue.ByteVectorUtilityFactory - Class in org.knime.core.data.vector.bytevector
Implementations of the meta information of this value class.
ByteVectorValue.ByteVectorUtilityFactory() - Constructor for class org.knime.core.data.vector.bytevector.ByteVectorValue.ByteVectorUtilityFactory
Only subclasses are allowed to instantiate this class.
ByteVectorValuePixelRenderer - Class in org.knime.core.data.renderer
Paints ByteVectorValue elements.
ByteVectorValuePixelRenderer() - Constructor for class org.knime.core.data.renderer.ByteVectorValuePixelRenderer
 
ByteVectorValueStringRenderer - Class in org.knime.core.data.renderer
Renderer for byte vector values showing the string representation.

C

cache(DataTable, ExecutionMonitor, int) - Static method in class org.knime.core.data.container.DataContainer
Convenience method that will buffer the entire argument table.
cache(DataTable, ExecutionMonitor) - Static method in class org.knime.core.data.container.DataContainer
Convenience method that will buffer the entire argument table.
CACHE_SIZE - Static variable in class org.knime.core.node.tableview.TableContentModel
Default size of the ring buffer (500).
CacheNodeFactory - Class in org.knime.base.node.util.cache
 
CacheNodeFactory() - Constructor for class org.knime.base.node.util.cache.CacheNodeFactory
 
CacheNodeModel - Class in org.knime.base.node.util.cache
Creates a model that caches the entire input data.
CacheNodeModel() - Constructor for class org.knime.base.node.util.cache.CacheNodeModel
Creates a new cache model.
cacheSpec(DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Store the spec and index position to speedup subsequent evaluations.
CAIMDiscretization2NodeFactory - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
The Factory for the CAIM Discretizer.
CAIMDiscretization2NodeFactory() - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
 
CAIMDiscretizationNodeDialog - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
Dialog for the CAIM discretization algorithm.
CAIMDiscretizationNodeDialog() - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeDialog
Constructor: create NodeDialog with one column filter panel.
CAIMDiscretizationNodeModel - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
Implements the CAIM discretization algorithm.
CAIMDiscretizationNodeModel() - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Initializes a new CAIM model with one data in- and one data output port.
calcDistance(DataRow, DataRow, int[]) - Method in interface org.knime.base.node.mine.cluster.hierarchical.distfunctions.DistanceFunction
Calculates the distance between two data rows.
calcDistance(DataRow, DataRow, int[]) - Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.EuclideanDist
Calculates the distance between two data rows based on the Euclidean distance.
calcDistance(DataRow, DataRow, int[]) - Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.ManhattanDist
Calculates the distance between two data rows based on the Manhatten distance.
calcDistance(DataRow, DataRow, int[]) - Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.MinkowskiDist
Calculates the distance between two data rows based on the Minkowski distance.
calcDomainBoundsIfNeccessary(BufferedDataTable, ExecutionContext, List<String>) - Method in class org.knime.base.node.preproc.autobinner.AutoBinner
Determines the per column min/max values of the given data if not already present in the domain.
calculate(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
 
calculateAllMoments(ExecutionMonitor) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Calculates all the statistical moments in one pass .
calculateAllMoments(double, ExecutionMonitor) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Calculates all the statistical moments in one pass .
calculateBorderArc(Arc2D, BasicStroke) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Calculates the size of the arc with the given stroke.
calculateBorderRect(Rectangle2D, BasicStroke) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Calculates the size of the rectangle with the given stroke.
calculateCaim() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.QuantaMatrix2D
Calculates the current caim value for the quanta matrix.
calculateCoordinates(DotInfoArray) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Given the actual size of the drawing pane, the actual zoom factor, and min/max values it calculates the screen coordinates for each dot info in the array passed in.
calculateDots() - Method in class org.knime.base.node.viz.plotter.line.LinePlotter
Calculates the screen coordinates (dots) for the lines and puts them in a large DotInfoArray, which is passed to the LinePlotterDrawingPane.
calculateDotSize(int, double) - Static method in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
Returns one side of the square making up a dot.
calculateHilitedShape(HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
Calculates the hilite rectangle or resets the hilite rectangle to null if no rows are hilited.
calculateHiliteShape(HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
Overwrite this method to support hiliting.
calculateHiliteShape(AggregationValModel<AggregationValSubModel<S, H>, S, H>) - Method in interface org.knime.base.node.viz.aggregation.HiliteShapeCalculator
 
calculateHiliteShape(AggregationValSubModel<S, H>) - Method in interface org.knime.base.node.viz.aggregation.HiliteShapeCalculator
 
calculateHiliteShape(AggregationValModel<AggregationValSubModel<Rectangle2D, Rectangle2D>, Rectangle2D, Rectangle2D>) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
calculateHiliteShape(AggregationValSubModel<Rectangle2D, Rectangle2D>) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
calculateHiliteShape(AggregationValModel<AggregationValSubModel<Arc2D, Arc2D>, Arc2D, Arc2D>) - Method in class org.knime.base.node.viz.pie.datamodel.PieHiliteCalculator
calculateHiliteShape(AggregationValSubModel<Arc2D, Arc2D>) - Method in class org.knime.base.node.viz.pie.datamodel.PieHiliteCalculator
calculateIntegerMaxNoOfBins(int, DataColumnSpec) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Calculates the maximum number of bins for the given column spec if it is an integer column or returns the given number of bins.
calculateMappedValue(DataCell, double, double, double) - Method in class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
Calculates the mapped value.
calculateMappedValue(DataCell, double) - Method in class org.knime.base.util.coordinate.Coordinate
Returns the mapping of a domain value for this coordinate axis.
calculateMappedValue(DataCell, double, boolean) - Method in class org.knime.base.util.coordinate.Coordinate
Deprecated. Use Coordinate.calculateMappedValue(DataCell, double) instead.
calculateMappedValue(DataCell, double, double, double) - Method in class org.knime.base.util.coordinate.PolicyStrategy
Calculates the mapped value.
calculateMappedValue(DataCell, double, double, double, double, double) - Method in class org.knime.base.util.coordinate.PolicyStrategy
Calculates the mapped value.
calculateMappedValueInternal(DataCell, double) - Method in class org.knime.base.util.coordinate.Coordinate
Returns the mapping of a domain value for this coordinate axis.
calculateMappedValueInternal(DataCell, double) - Method in class org.knime.base.util.coordinate.DoubleCoordinate
Calculates a numeric mapping assuming a DoubleCell.
calculateMappedValueInternal(DataCell, double) - Method in class org.knime.base.util.coordinate.IntegerCoordinate
Calculates a numeric mapping assuming a DoubleCell.
calculateMappedValueInternal(DataCell, double) - Method in class org.knime.base.util.coordinate.NominalCoordinate
Calculates a numeric mapping assuming a column with a given number of possible values.
calculateMappedValueInternal(DataCell, double) - Method in class org.knime.base.util.coordinate.NumericCoordinate
Calculates a numeric mapping assuming a DoubleCell.
calculateMidAngle(Arc2D) - Static method in class org.knime.base.node.viz.pie.util.GeometryUtil
Calculated the mid angle of the given arc.
calculateMomentInSubClass(DataRow) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Derived classes may do additional calculations here.
calculatePartialExtent(Arc2D, double) - Static method in class org.knime.base.node.viz.pie.util.GeometryUtil
 
calculateSubArc(Arc2D, double) - Static method in class org.knime.base.node.viz.pie.util.GeometryUtil
Calculates a sub arc that lies in the given arc.
calculateSurroundingRectangle(Rectangle2D, int, int) - Static method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
Calculates a surrounding rectangle with the given thickness for the given rectangle.
callCloseView() - Method in class org.knime.core.node.AbstractNodeView
Called from AbstractNodeView.closeView() to close the view and release all allocated resources.
callCloseView() - Method in class org.knime.core.node.ExternalApplicationNodeView
Called from AbstractNodeView.closeView() to close the view and release all allocated resources.
callCloseView() - Method in class org.knime.core.node.NodeView
Called by the node when it is deleted or by the "close" button.
callCreateNodeModel(NodeCreationContext) - Method in class org.knime.core.node.NodeFactory
Access method for createNodeModel().
callModelChanged() - Method in class org.knime.core.node.AbstractNodeView
Called from the model that something has changed.
callModelChanged() - Method in class org.knime.core.node.NodeView
Called from the model that something has changed.
callOpenView(String) - Method in class org.knime.core.node.AbstractNodeView
Direct(!) subclasses override this method and open the view or frame.
callOpenView(String) - Method in class org.knime.core.node.ExternalApplicationNodeView
Direct(!) subclasses override this method and open the view or frame.
callOpenView(String) - Method in class org.knime.core.node.NodeView
Direct(!) subclasses override this method and open the view or frame.
canAddConnection(NodeID, int, NodeID, int) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if a new connection can be added.
canBeFurtherUsed() - Method in class org.knime.base.node.mine.decisiontree2.learner.Split
Returns true if it makes sense to use this split's attribute further in deeper levels, false if not.
canBeFurtherUsed() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitContinuous
For numeric splits it makes sense to use the corresponding atribute in deeper levels.
canBeFurtherUsed() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
Binary nominal splits can be further used.
canBeFurtherUsed() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalNormal
For normal nominal splits it makes no sense to be used in deeper levels.
canCancelNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if a node can be cancelled individually.
cancel() - Method in class org.knime.core.node.exec.LocalNodeExecutionJob
Called when the execution is to be canceled.
cancel() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Called when the execution is to be canceled.
cancel() - Method in class org.knime.core.util.KNIMETimer
Do not call this method, it won't let you cancel this timer, but instead throw an UnsupportedOperationException at you.
cancel(boolean) - Method in class org.knime.core.util.MultiThreadWorker
Cancels an ongoing execution.
cancelChunkExecution() - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContentMaster
Trigger cancelation of chunk execution
CanceledExecutionException - Exception in org.knime.core.node
This exception is used in the ExecutionMonitor when a node's execution has been canceled.
CanceledExecutionException() - Constructor for exception org.knime.core.node.CanceledExecutionException
Creates a new exception of this type with an error message.
CanceledExecutionException(String) - Constructor for exception org.knime.core.node.CanceledExecutionException
Constructs an CancelExecutionException with the specified detail message.
cancelExecution() - Method in class org.knime.core.node.workflow.NodeContainer
Cancel execution of a marked, queued, or executing node.
cancelExecution() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Cancel execution of a marked, queued, or executing node.
cancelExecution() - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContent
Cancel execution.
cancelExecution() - Method in class org.knime.core.node.workflow.WorkflowManager
Cancel execution of a marked, queued, or executing node.
cancelExecution(NodeContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
Cancel execution of the given NodeContainer.
cancelRowCountingInBackground() - Method in class org.knime.core.node.tableview.TableContentModel
Cancels the potential row counter thread invoked by TableContentModel.countRowsInBackground().
cancelRowCountingInBackground() - Method in class org.knime.core.node.tableview.TableContentView
Delegate method to cancel row counting.
cancelRowCountingInBackground() - Method in class org.knime.core.node.tableview.TableView
Delegate method to cancel row counting.
canCollapseNodesIntoMetaNode(NodeID[]) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if we can collapse selected set of nodes into a metanode.
canDisconnect(NodeExecutionJob) - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
Returns true, if a executing job continues running even after closing the workflow - and if this manager can reconnect to this job after re-opening the workflow again.
canDisconnect(NodeExecutionJob) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Returns true, if a executing job continues running even after closing the workflow - and if this manager can reconnect to this job after re-opening the workflow again.
canEditImmediately(EventObject) - Method in class org.knime.core.node.config.ConfigEditTreeEditor
canExecuteNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if a node can be executed directly.
canExpandMetaNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if we can expand the selected metanode into a set of nodes in this WFM.
canPerformReset() - Method in class org.knime.core.node.workflow.NodeContainer
 
canPerformReset() - Method in class org.knime.core.node.workflow.SingleNodeContainer
canPerformReset() - Method in class org.knime.core.node.workflow.WorkflowManager
canReadPMMLVersion(String) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated. Checks whether the PMML version is supported.
canReadVersion(String) - Static method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
canReadVersion(String) - Static method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
 
canRemoveConnection(ConnectionContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if a connection can safely be removed.
canRemoveNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if specific node can be removed (i.e.
canResetNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if a node can be reset, meaning that it is executed and all of its successors are idle or executed as well.
canSaveInternals() - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
canSaveInternals() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
 
canSetJobManager(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Is the node with the given ID ready to take a new job manager.
canUpdateMetaNodeLink(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Returns true if the argument node is a valid meta node link and is not executing and has no successor in execution.
cardinality() - Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
Returns the number of set bits (bits with value '1') in the vector.
cardinality() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Number of bits set in this bit vector.
cardinality() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Returns the number of set bits (bits with value '1') in the vector.
cardinality() - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Number of bits set in this bit vector.
cardinality() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Returns the number of set bits (bits with value '1') in the vector.
cardinality() - Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
Returns the number of counts larger than zero stored in this vector.
cardinality() - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns the number of counts larger than zero stored in this vector.
cardinality() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Returns the number of counts larger than zero stored in this vector.
cardinality() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns the number of counts larger than zero stored in this vector.
cardinality() - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Returns the number of counts larger than zero stored in this vector.
CASE_SENSITIVE_STRING - Static variable in class org.knime.base.node.io.listfiles.ListFilesSettings
Key to store the case sensitive settings.
CaseConvertNodeDialog - Class in org.knime.base.node.preproc.caseconvert
Dialog for the CaseConvertNodeModel.
CaseConvertNodeDialog() - Constructor for class org.knime.base.node.preproc.caseconvert.CaseConvertNodeDialog
Constructor.
CaseConvertNodeFactory - Class in org.knime.base.node.preproc.caseconvert
NodeFactory for the CaseConverter Node.
CaseConvertNodeFactory() - Constructor for class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
 
CaseConvertNodeModel - Class in org.knime.base.node.preproc.caseconvert
NodeModel for the CaseConverter Node.
CaseConvertNodeModel() - Constructor for class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
Constructor with one inport and one outport.
caseSensitive() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Returns if the pattern should match case sensitive or not.
caseSensitive(boolean) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Sets if the pattern should match case sensitive or not.
caseSensitiveMatch() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.  
castNodeModel(NodeID, Class<T>) - Method in class org.knime.core.node.workflow.WorkflowManager
Retrieves the node with the given ID, fetches the underlying NodeModel and casts it to the argument class.
CDATA - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Constant for CDATA.
CDATA - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for CDATA.
CDATA - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated. Constant for CDATA.
CDATA - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated. Constant for CDATA.
Cell - Class in org.knime.base.node.io.tablecreator.table
A single cell in a spreadsheet.
Cell(String, DataType, String) - Constructor for class org.knime.base.node.io.tablecreator.table.Cell
 
CellClassCounter - Class in org.knime.base.node.mine.sota.logic
 
CellClassCounter() - Constructor for class org.knime.base.node.mine.sota.logic.CellClassCounter
Creates new instance of CellClassCounter.
CellClassInfo - Class in org.knime.core.data.container
Pair of cell class and possibly a DataType that represents the collection element type (only if cell class is a collection).
CellFactory - Interface in org.knime.core.data.container
Factory for a ColumnRearranger to provide new columns which are, e.g.
CellRenderer - Class in org.knime.base.node.io.tablecreator.table
The cell renderer used for the spreadsheet table.
CellRenderer(SpreadsheetTableModel) - Constructor for class org.knime.base.node.io.tablecreator.table.CellRenderer
Creates a new instance.
CellReplacerNodeDialog - Class in org.knime.base.node.preproc.cellreplace
NodeDialog for the "CellReplacer" Node.
CellReplacerNodeDialog() - Constructor for class org.knime.base.node.preproc.cellreplace.CellReplacerNodeDialog
New pane for configuring the CellReplacer node.
CellReplacerNodeFactory - Class in org.knime.base.node.preproc.cellreplace
NodeFactory for the "CellReplacer" Node.
CellReplacerNodeFactory() - Constructor for class org.knime.base.node.preproc.cellreplace.CellReplacerNodeFactory
 
CellReplacerNodeModel - Class in org.knime.base.node.preproc.cellreplace
This is the model implementation of CellReplacer.
CellReplacerNodeModel() - Constructor for class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
Constructor for the node model.
CellReplacerNodeModel.NoMatchPolicy - Enum in org.knime.base.node.preproc.cellreplace
What should be done when no matching dictionary entry is available.
CellSplitterByPosCellFactory - Class in org.knime.base.node.preproc.cellsplitbypos
Creates the data cells for the new columns of the cell splitter.
CellSplitterByPosCellFactory(DataTableSpec, String, int[], String[]) - Constructor for class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosCellFactory
Le Constucteur.
CellSplitterByPosNodeDialog - Class in org.knime.base.node.preproc.cellsplitbypos
Dialog for the CellSplitterByPos node.
CellSplitterByPosNodeDialog() - Constructor for class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeDialog
The constructor.
CellSplitterByPosNodeFactory - Class in org.knime.base.node.preproc.cellsplitbypos
NodeFactory for the CellSplitterByPos node.
CellSplitterByPosNodeFactory() - Constructor for class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
 
CellSplitterByPosNodeModel - Class in org.knime.base.node.preproc.cellsplitbypos
This is the model implementation of CellSplitterByPosition.
CellSplitterByPosNodeModel() - Constructor for class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
The constructor
CellSplitterCellFactory - Class in org.knime.base.node.preproc.cellsplit
Creates the data cells for the new columns of the cell splitter.
CellSplitterCellFactory(DataTableSpec, CellSplitterSettings) - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterCellFactory
Constructor.
CellSplitterNodeDialogPane - Class in org.knime.base.node.preproc.cellsplit
 
CellSplitterNodeDialogPane() - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterNodeDialogPane
Creates a new panel for the dialog and inits all components.
CellSplitterNodeFactory - Class in org.knime.base.node.preproc.cellsplit
 
CellSplitterNodeFactory() - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
 
CellSplitterNodeModel - Class in org.knime.base.node.preproc.cellsplit
Model of the node that splits one column into many, based on a user specified delimiter.
CellSplitterNodeModel() - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
The constructor.
CellSplitterSettings - Class in org.knime.base.node.preproc.cellsplit
Extends the user settings object to a general splitter settings object.
CellSplitterSettings() - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
Creates a new settings object with no (or default) settings.
CellSplitterSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
Creates a new settings object with the value from the specified settings object.
CellSplitterUserSettings - Class in org.knime.base.node.preproc.cellsplit
Holds all user settings needed for the cell splitter.
CellSplitterUserSettings() - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
Creates a new settings object with no (or default) settings.
CellSplitterUserSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
Creates a new settings object with the value from the specified settings object.
CFG_ANTIALIAS - Static variable in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Config key for dis- or enabling antialiasing.
CFG_APPEND_COLUMN - Static variable in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Config key for new appended column (if any).
CFG_APPEND_SUFFIX - Static variable in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
NodeSettings key if to append suffix (boolean).
CFG_APPEND_SUFFIX - Static variable in class org.knime.base.node.switches.endcase.EndcaseNodeModel
NodeSettings key if to append suffix.
CFG_APPEND_SUFFIX - Static variable in class org.knime.base.node.switches.endif.EndifNodeModel
NodeSettings key if to append suffix.
CFG_ASSOCIATION_RULES - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key if association rules should be output.
CFG_BOTTOM - Static variable in class org.knime.base.node.preproc.split.SplitNodeModel
DataCell Array of column names that build the bottom table.
CFG_CALC_ERROR - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Key for flag if to compute error on training data.
CFG_CEIL - Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Key for the ceiling (next bigger) the integer.
CFG_CLASS - Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
NodeSettings key for target column.
CFG_CLASS_PROPS - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
Config key if class probabilities should be appended to the table.
CFG_CLASSCOL - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Key to store the class column in the NodeSettings.
CFG_CLASSIFYCOLUMN_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Key to store the classification column in the settings.
CFG_CLUSTERING_COLUMN - Static variable in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Config identifier: column name in clustering table.
CFG_COL1 - Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Config key of the first set column.
CFG_COL2 - Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Config key of the second set column.
CFG_COLNAME - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
NodeSettings key: write column name (only for individual columns).
CFG_COLUMN_NAME_POLICY - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key for the aggregation column name policy.
CFG_COLUMNS - Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Config key for the used columns.
CFG_COLUMNS - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Config identifier: Included columns.
CFG_COLUMNS - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Config key for the columns 2 be transformed.
CFG_COLUMNSUSED - Static variable in class org.knime.base.node.mine.cluster.assign.Prototype
Key to store the columns used for clustering in the PredParams.
CFG_CONFIDENCE - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key for the confidence of the association rules.
CFG_CREATED_BY - Static variable in class org.knime.core.node.workflow.WorkflowManager
Version of KNIME that has written the workflow.
CFG_DATA_DIR_NAME - Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
The name of the directory which holds the optional data of the different histogram implementations.
CFG_DATA_DIR_NAME - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
The name of the directory which holds the optional data of the different histogram implementations.
CFG_DATA_FILE - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_DATA_FILE_DIR - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_DECIMALSEP - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Key for the decimal separator in the NodeSettings.
CFG_DECIMALSEP - Static variable in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Key for the decimal separator in the NodeSettings.
CFG_DEFAULT_LABEL - Static variable in class org.knime.base.node.rules.RuleEngineSettings
 
CFG_DELIMITER_IN_DICT - Static variable in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Config key for delimiter in dictionary.
CFG_DELIMITER_STRING - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Config identifier: delimiter string.
CFG_DICT_LOCATION - Static variable in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Config key for dictionary location.
CFG_DISTANCE - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionFactory
Key for the distance function.
CFG_DONT_KNOW_IGNORE - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
Config key if don't know should be ignored.
CFG_ENABLE_HILITE - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key for the enable hilite option.
CFG_ENABLE_HILITE - Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
Configuration key for the enable hilite option.
CFG_ENABLE_HILITE - Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Configuration key for the enable hilite option.
CFG_END - Static variable in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Config key for the last displayed row.
CFG_FAIL_ON_DUPLICATES - Static variable in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
NodeSettings key flag if to fail on duplicate ids .
CFG_FILENAME - Static variable in class org.knime.base.node.io.table.read.ReadTableNodeModel
Identifier for the node settings object.
CFG_FILENAME - Static variable in class org.knime.base.node.io.table.write.WriteTableNodeModel
Config identifier for the settings object.
CFG_FIXVAL - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
NodeSettings key: write fixed value replacement (if any).
CFG_FLOOR - Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Key for the flooring (cutting) the integer.
CFG_FROM_STRING - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Config key if a StringCell should be parsed.
CFG_FROMROW - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Settings object key for the starting row.
CFG_GROUP_BY_COLUMNS - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key of the selected group by columns.
CFG_HAS_SPEC_FILE - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_HILITING - Static variable in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
NodeSettings key: enable hiliting.
CFG_HILITING - Static variable in class org.knime.base.node.switches.endcase.EndcaseNodeModel
NodeSettings key: enable hiliting.
CFG_HILITING - Static variable in class org.knime.base.node.switches.endif.EndifNodeModel
NodeSettings key: enable hiliting.
CFG_IN_MEMORY - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key for the in memory option.
CFG_INCL_PROBABILITYVALS_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
The settings key for the include probability values boolean.
CFG_INCLUDE_PROBABILITIES - Static variable in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
Key for whether to include probabilities in the output.
CFG_INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
Key for the included columns in the NodeSettings.
CFG_INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
Key for the included columns in the NodeSettings.
CFG_INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
Key for the included columns in the NodeSettings.
CFG_INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Key for the included columns in the NodeSettings.
CFG_INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Key for the included columns in the NodeSettings.
CFG_INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Key for the included columns in the NodeSettings.
CFG_INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Key for the included columns in the NodeSettings.
CFG_INDIVIDUAL - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
NodeSettings branch identifier for individual settings.
CFG_INTERSECT_COLUMNS - Static variable in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
NodeSettings key: Use only the intersection of columns.
CFG_IS_QUOTING - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Config identifier: if to use quoting.
CFG_IS_QUOTING_ALWAYS - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Config identifier: if is to quote always.
CFG_ISCONFIGURED - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_ISEXECUTED - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_ITEMSET_TYPE - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key for the itemset type (free, closed or maximal).
CFG_KERNELPARAM - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Key to store kernel parameters in the NodeSettings ATTENTION: this key name is used together with an index.
CFG_KERNELTYPE - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Key to store the kernel type in the NodeSettings.
CFG_KEY_CLASSCOL_INDEX - Static variable in class org.knime.base.node.mine.sota.SotaPortObject
The configuration key for the index of the class column.
CFG_KEY_COL_FILTER - Static variable in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
Config key for included columns.
CFG_KEY_DIST - Static variable in class org.knime.base.node.mine.sota.SotaPortObject
The configuration key for the distance to use.
CFG_KEY_FILTERED_COLS - Static variable in class org.knime.base.node.mine.sota.predictor.SotaPredictorConfigKeys
The configuration key for the filtered columns.
CFG_KEY_INDATA_SIZE - Static variable in class org.knime.base.node.mine.sota.SotaPortObject
The configuration key for the size of the in data container.
CFG_KEY_MAX_FUZZY_LEVEL - Static variable in class org.knime.base.node.mine.sota.SotaPortObject
The configuration key for the maximal fuzzy hierarchy level.
CFG_KEY_MAX_VARIANCE - Static variable in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
Config key for variance threshold.
CFG_KEY_ORIGDATA_SIZE - Static variable in class org.knime.base.node.mine.sota.SotaPortObject
The configuration key for the size of the original data container.
CFG_KEY_SELECTIONOPTION - Static variable in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
Config for the force include/exclude flag.
CFG_KEY_SPEC - Static variable in class org.knime.base.node.mine.sota.SotaPortObject
The configuration key for the object spec.
CFG_KEY_USE_FUZZY_HIERARCHY - Static variable in class org.knime.base.node.mine.sota.SotaPortObject
The configuration key for the usage of hierarchical fuzzy data.
CFG_KNN - Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
NodeSettings key for kNN parameter.
CFG_LAPLACE_CORRECTOR_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
The settings key for the laplace corrector.
CFG_MAX_ITEMSET_LENGTH - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key for the maximal itemset length.
CFG_MAX_ITERATIONS - Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Config key for the maximal number of iterations.
CFG_MAX_NO_OF_NOMINAL_VALS_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Key to store the maximum number of nominal values in the settings.
CFG_MAX_NOMINAL - Static variable in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Config key for the maximal number of nominal values.
CFG_MAX_POSS_VALUES - Static variable in class org.knime.base.node.preproc.domain.DomainNodeModel
Config identifier for columns for which min and max values must be determined.
CFG_MAX_UNIQUE_VALUES - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key for the maximum none numerical values.
CFG_MEAN_THRESHOLD - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Config key for the mean percentage.
CFG_MEMORY_POLICY - Static variable in interface org.knime.core.node.NodePersistor
Config key: What memory policy to use for a node outport.
CFG_MEMORY_POLICY - Static variable in class org.knime.core.node.workflow.SingleNodeContainer
Config key: What memory policy to use for a node outport.
CFG_META - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
NodeSettings branch identifier for meta settings.
CFG_META_DOUBLE - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
NodeSettings branch identifier for meta setting, Double.
CFG_META_INT - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
NodeSettings branch identifier for meta setting, Int.
CFG_META_OTHER - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
NodeSettings branch identifier for meta setting, Other.
CFG_META_STRING - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
NodeSettings branch identifier for meta setting, String (Individual columns have their name as identifier).
CFG_METHOD - Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
NodeSettings key for method.
CFG_METHOD - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
NodeSettings key: write method.
CFG_MIN_MAX_COLS - Static variable in class org.knime.base.node.preproc.domain.DomainNodeModel
Config identifier for columns for which min and max values must be determined.
CFG_MIN_MAX_RETAIN_UNSELECTED - Static variable in class org.knime.base.node.preproc.domain.DomainNodeModel
Config identifier whether min/max values should be retained for non-selected columns (will otherwise be dropped).
CFG_MIN_SUPPORT - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key for the minimum support.
CFG_MISC_SETTINGS - Static variable in class org.knime.core.node.Node
Config for node (and node container) settings which are shown in the dialog.
CFG_MODEL - Static variable in class org.knime.core.node.Node
The sub settings entry where the model can save its setup.
CFG_MODEL_FILES - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_MODEL_NAME - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
The config key under which the model is stored.
CFG_MODEL_SPEC - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionFactory
Key for the model spec.
CFG_NAME - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_NEW_COLNAME - Static variable in class org.knime.base.node.preproc.rename.RenameColumnSetting
Config identifier for the new column name (if any).
CFG_NEW_COLTYPE - Static variable in class org.knime.base.node.preproc.rename.RenameColumnSetting
Config identifier for the index of the new type.
CFG_NEW_COLUMN_NAME - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Config identifier: Name of new column.
CFG_NEW_ORDER - Static variable in class org.knime.base.node.preproc.colsort.ColumnResorterNodeModel
Settings key for the new order after resorting.
CFG_NODE_MESSAGE - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_NR_OF_CLUSTERS - Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Config key for the number of clusters.
CFG_OLD_COLNAME - Static variable in class org.knime.base.node.preproc.rename.RenameColumnSetting
Config identifier for the original column name, used for sanity check.
CFG_OP - Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Config key of the set operation.
CFG_OUTPUT_PREFIX - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_OVERWRITE_OK - Static variable in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
Config identifier for overwrite OK.
CFG_OVERWRITE_OK - Static variable in class org.knime.base.node.io.table.write.WriteTableNodeModel
Config identifier for overwrite OK.
CFG_PARAMC - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Key to store the parameter c in the NodeSettings.
CFG_PARSETYPE - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Key for the parsing type in the NodeSettings.
CFG_PARSETYPE - Static variable in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Key for the parsing type in the NodeSettings.
CFG_PIVOT_COLUMNS - Static variable in class org.knime.base.node.preproc.pivot.Pivot2NodeModel
Configuration key of the selected group by columns.
CFG_POSSVAL_COLS - Static variable in class org.knime.base.node.preproc.domain.DomainNodeModel
Config identifier for columns for which possible values must be determined.
CFG_POSSVAL_RETAIN_UNSELECTED - Static variable in class org.knime.base.node.preproc.domain.DomainNodeModel
Config identifier whether possible value domain should be retained for non-selected columns (will otherwise be dropped).
CFG_PROTOTYPE - Static variable in class org.knime.base.node.mine.cluster.assign.Prototype
Name of the config-object, where the Prototypes should be stored.
CFG_QUOTE_CHAR - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Config identifier: quote character.
CFG_RATE - Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
NodeSettings key for oversampling rate.
CFG_REFERENCE_COLUMN - Static variable in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Config identifier: column name in reference table.
CFG_REPLACE - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Flag whether column(s) should be replaced or not.
CFG_REPLACE_DELIMITER_STRING - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Config identifier: delimiter replacement string.
CFG_RETAIN_ORDER - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key for the retain order option.
CFG_ROUND - Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Key for rounding the integer.
CFG_ROWCNT - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Settings object key for the number of row to display.
CFG_SEED - Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
NodeSettings key for random seed string.
CFG_SEED - Static variable in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
Config identifier for seed field.
CFG_SELECTED_ATTR - Static variable in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
Config key for the possible values to include.
CFG_SELECTED_COL - Static variable in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
Config key for the selected column.
CFG_SKIP_MISSING - Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Config key for ignore missing option.
CFG_SKIP_MISSING_VALUES - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Key to store if the missing values should be skipped during learning.
CFG_SORT_BY - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key for the sorting method.
CFG_SORT_IN_MEMORY - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key for the sort in memory option.
CFG_SORT_IN_MEMORY - Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Config key for sort in memory.
CFG_SPEC_FILES - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_SQL_TYPES - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
Config key for column to SQL-type mapping.
CFG_STATEMENT - Static variable in class org.knime.core.node.port.database.DatabaseConnectionSettings
Config for SQL statement.
CFG_STRING_TYPE - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Config key for the type of string (Hex, Id, Bit).
CFG_STRINGTODOUBLE - Static variable in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
Key for the selected mode in the NodeSettings.
CFG_SUB_CONFIG - Static variable in class org.knime.base.node.preproc.rename.RenameNodeModel
Config identifier for the NodeSettings object contained in the NodeSettings which contains the settings.
CFG_SUFFIX - Static variable in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
NodeSettings key: suffix to append.
CFG_SUFFIX - Static variable in class org.knime.base.node.switches.endcase.EndcaseNodeModel
NodeSettings key: suffix to append.
CFG_SUFFIX - Static variable in class org.knime.base.node.switches.endif.EndifNodeModel
NodeSettings key: suffix to append.
CFG_TABLESPEC - Static variable in class org.knime.core.data.container.DataContainer
Used in write/readFromZip: Config entry: The spec of the table.
CFG_TARGET - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Key for the target column, used for dialog settings.
CFG_TARGET - Static variable in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
Key for the target column, used for dialog settings.
CFG_TARGET - Static variable in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
Key for the target column, used for dialog settings.
CFG_TARGET_COLUMN - Static variable in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Config key for target column selection.
CFG_THOUSANDSSEP - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Key for the thousands separator in the NodeSettings.
CFG_THOUSANDSSEP - Static variable in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Key for the thousands separator in the NodeSettings.
CFG_THRESHOLD - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Config key for the threshold.
CFG_THRESHOLD - Static variable in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeModel
Config key for threshold.
CFG_TOP - Static variable in class org.knime.base.node.preproc.split.SplitNodeModel
DataCell Array of column names that build the top table.
CFG_TRANSACTION_COL - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key for the column containing the transactions.
CFG_TYPE - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
NodeSettings key: write column type.
CFG_TYPE_OF_ROUND - Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Key for the type of rounding.
CFG_UNDERLYING_STRUCT - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key for the algorithm to use.
CFG_UPPERCASE - Static variable in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
Key for the uppercase mode in the NodeSettings.
CFG_URL - Static variable in class org.knime.base.node.io.csvreader.CSVReaderConfig
Config key for the URL property.
CFG_URL - Static variable in class org.knime.base.node.io.linereader.LineReaderConfig
Config key for URL.
CFG_USE_ALL_NUMERIC - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Key to store if all numeric columns are used for normalization.
CFG_USE_MEAN - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Config key whether the threshold is used for the mean.
CFG_VALUE_DELIMITER - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key for the value delimiter option.
CFG_VARIABLES - Static variable in class org.knime.core.node.Node
The sub settings entry containing the flow variable settings.
CFG_VARIATES - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Key for the included columns, used for dialog settings.
CFG_VARIATES - Static variable in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
Key for the included columns, used for dialog settings.
CFG_VARIATES_USE_ALL - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Key for whether to include all appropriate columns by default.
CFG_VARIATES_USE_ALL - Static variable in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
Key for whether to include all appropriate columns by default.
CFG_VERSION - Static variable in class org.knime.core.node.workflow.WorkflowManager
Workflow version, indicates the "oldest" version that is compatible to the current workflow format.
CFGFILTER - Static variable in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
key for storing settings in config object.
CFGFILTER - Static variable in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
key for storing settings in config object.
CFGKEY_AGGR_COLNAME - Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Settings name of the aggregation column name.
CFGKEY_AGGR_COLNAME - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
Settings name of the aggregation column name.
CFGKEY_AGGR_METHOD - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
Settings name of the aggregation method.
CFGKEY_ALL_ROWS - Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Settings name for the take all rows select box.
CFGKEY_ALL_ROWS - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
Settings name for the take all rows select box.
CFGKEY_CLASSCOL - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the specification of the calls column.
CFGKEY_CLUSCOUNT - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
configuration key: cluster count (int[]).
CFGKEY_COLS - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for columns to use.
CFGKEY_DATAURL - Static variable in class org.knime.base.node.io.filereader.FileReaderSettings
Key used to store data file location in a config object.
CFGKEY_DEV - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
configuration key: standard deviation.
CFGKEY_DISTANCE - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for the distance.
CFGKEY_EPOCHS - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for the epochs.
CFGKEY_FILE - Static variable in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
CFGKEY_FILENAME - Static variable in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
The key used to store the filename in the model spec.
CFGKEY_FILEURL - Static variable in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Key used to store the ARFF file location in the settings object.
CFGKEY_FIXED_COLS - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionConfigKeys
The configuration key for fixed columns to use.
CFGKEY_HIERARCHICAL_FUZZY_DATA - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the use of hierarchical fuzzy data.
CFGKEY_HIERARCHICAL_FUZZY_LEVEL - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the use of hierarchical fuzzy level.
CFGKEY_KEEPALL - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Config key to keep all columns in include list.
CFGKEY_LEARNINGRATE - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for the learning rate.
CFGKEY_LR_ANCESTOR - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the learningrate of the ancestor.
CFGKEY_LR_SISTER - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the learningrate of the sister.
CFGKEY_LR_WINNER - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the learningrate of the winnner.
CFGKEY_MIN_ERROR - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the minimal error.
CFGKEY_NO_OF_BINS - Static variable in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
The number of bins configuration key.
CFGKEY_NO_OF_ROWS - Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Settings name of the number of rows.
CFGKEY_NO_OF_ROWS - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
Settings name of the number of rows.
CFGKEY_NOISE - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
configuration key: noise fraction.
CFGKEY_OUTDIMS - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for output dimension.
CFGKEY_OVERWRITE_OK - Static variable in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
The key used to store the Overwrite OK in the model spec.
CFGKEY_PATCOUNT - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
configuration key: overall pattern count.
CFGKEY_PATTERN - Static variable in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
 
CFGKEY_PIE_COLNAME - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
Used to store the attribute column name in the settings.
CFGKEY_PROJECT_ONLY - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionConfigKeys
The configuration key for fixed columns to use.
CFGKEY_RESOURCE - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the resource.
CFGKEY_ROWPREFIX - Static variable in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Key used to store the row prefix in the settings object.
CFGKEY_ROWS - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for the number of rows to use.
CFGKEY_SEED - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for columns to use.
CFGKEY_SEED - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
configuration key: random seed.
CFGKEY_SPARSE - Static variable in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
The key used to store the filename in the model spec.
CFGKEY_UNISIZE - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
configuration key: universe size (int[]).
CFGKEY_USE_CLASS_DATA - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the specification of the usage of the class column.
CFGKEY_USE_DISTANCE - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the distance to use.
CFGKEY_USE_ROWS - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for the usage of the number of max rows.
CFGKEY_USE_VARIABILITY - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the flag of the usage of variability.
CFGKEY_VARIABILITY - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the variability.
CFGKEY_X_COLNAME - Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Used to store the attribute column name in the settings.
changeAggregationMethod(String) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Changes the aggregation method of all selected rows to the method with the given label.
changeColumnName(String) - Method in class org.knime.base.node.io.filereader.ColProperty
Sets a new column name for this column.
changeColumnType(DataType) - Method in class org.knime.base.node.io.filereader.ColProperty
Sets a new column type for this column.
changeDomain(DataColumnDomain) - Method in class org.knime.base.node.io.filereader.ColProperty
Replaces the list of possible values for this columns.
changeRenderer(int, String) - Method in class org.knime.core.node.tableview.TableContentView
Changes the renderer in a given column.
changeRenderer(DataType, String) - Method in class org.knime.core.node.tableview.TableContentView
Changes the renderer in all columns whose type is equal to type.
changeRowKey(BufferedDataTable, ExecutionContext, String, boolean, DataColumnSpec, boolean, boolean, boolean, boolean) - Method in class org.knime.base.node.preproc.rowkey.RowKeyUtil
Replaces the row key by the values of the column with the given name and appends a new column with the old key values if the newColName variable is a non empty String.
changeValuePosition(DataCell, int) - Method in class org.knime.base.util.coordinate.NominalCoordinate
Changes the position of a nominal value on the axis.
characters(char[], int, int) - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated. 
characters(char[], int, int) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBinContentHandler
characters(char[], int, int) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeContentHandler
characters(char[], int, int) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLIntervalContentHandler
characters(char[], int, int) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize.PMMLPreprocDiscretizeContentHandler
characters(char[], int, int) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated. 
characters(char[], int, int) - Method in class org.knime.core.node.port.pmml.XMLTreeCreator
CharsetNamePanel - Class in org.knime.base.node.io.filereader
Implements the tab panel for the character set settings (in the advanced settings dialog).
CharsetNamePanel(FileReaderSettings) - Constructor for class org.knime.base.node.io.filereader.CharsetNamePanel
Creates a panel to select the character set name and initializes it from the passed object.
check4MissingCols(DataTableSpec) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Checks if the model contains attributes which are not present in the given table specification which could influence the prediction result.
check4UnknownCols(DataTableSpec) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Checks if the given table specification contains columns which are not covered by the learned model.
checkCanceled() - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
checkCanceled() - Method in class org.knime.core.node.DefaultNodeProgressMonitor
Checks if the execution was canceled.
checkCanceled() - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Delegates to parent.
checkCanceled() - Method in class org.knime.core.node.ExecutionMonitor
 
checkCanceled() - Method in interface org.knime.core.node.NodeProgressMonitor
 
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentLabel
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumber
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentString
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Will be called before the new values are loaded from the NodeSettings object.
checkDomainRange(DataCell, DataColumnSpec) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Checks if the given cell is in the domain range of the given DataColumnSpec.
checkError() - Method in class org.knime.base.util.NullPrintStream
checkForDuplicates() - Method in class org.knime.core.util.DuplicateChecker
Checks for duplicates in all added keys.
checkGroupCols(DataTableSpec, List<String>) - Static method in class org.knime.base.node.preproc.groupby.GroupByTable
 
checkInterrupted() - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
Throws an exception if the execution was interrupted.
checkLabelSpace(Set<String>, FontMetrics, int) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Checks for all labels if the string length is smaller than the distance between two parallel axes.
checkMemory() - Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Checks the memory footprint.
checkSettings() - Method in class org.knime.base.node.io.filereader.CharsetNamePanel
Checks if the settings in the panel are good for applying them.
checkSettings() - Method in class org.knime.base.node.io.filereader.DecSepPanel
Checks if the settings in the panel are good for applying them.
checkSettings() - Method in class org.knime.base.node.io.filereader.IgnoreDelimsPanel
Checks the current values in the panel.
checkSettings() - Method in class org.knime.base.node.io.filereader.LimitRowsPanel
Checks the current values in the panel.
checkSettings() - Method in class org.knime.base.node.io.filereader.MissingValuePanel
Checks if the settings in the panel are good for applying them.
checkSettings() - Method in class org.knime.base.node.io.filereader.QuotePanel
Checks the current values in the panel.
checkSettings() - Method in class org.knime.base.node.io.filereader.ShortLinesPanel
Checks the current values in the panel.
checkSettings() - Method in class org.knime.base.node.io.filereader.UniquifyPanel
Checks the current values in the panel.
checkSettings(DataTableSpec) - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Checks if the node settings are valid, i.e.
checkUpdateMetaNodeLink(NodeID, WorkflowLoadHelper) - Method in class org.knime.core.node.workflow.WorkflowManager
Query the template to the linked meta node with the given ID and check whether a newer version is available.
children() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
children() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
children() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
 
chmod(File, Boolean, Boolean, Boolean, boolean) - Static method in class org.knime.core.util.FileUtil
Sets the permissions on a given file or directory.
CHUNK_SIZE - Static variable in class org.knime.core.node.tableview.TableContentModel
Number of rows being read at a time (50).
CIRCLE - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the circle.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.BooleanCellEntry
BooleanCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.ComplexNumberCellEntry
ComplexNumberCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.DateAndTimeCellEntry
DateAndTimeCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.DoubleCellEntry
DoubleCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.FuzzyIntervalCellEntry
FuzzyIntervalCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.FuzzyNumberCellEntry
FuzzyNumberCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.IntCellEntry
IntCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.LongCellEntry
LongCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.MissingCellEntry
DataType.getMissingCell().getClass().
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.StringCellEntry
StringCell.class.
CLASS_COLUMN - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionFactory
Name of the basisfunction class column.
CLASS_COLUMN_NAMES - Static variable in class org.knime.core.data.DataTableSpec
Columns used to guess class column in the order they are specified.
ClassAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
This AttributeModel implementation holds the class attribute information like the number of rows per class value.
ClassAttributeModel(String, boolean, int) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Constructor for class ClassRowValue.
ClassAttributeModel(String, int, boolean, Config) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Constructor for class ClassModel.
CLASSCOL_KEY - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Key to store the class column.
classColumn() - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Returns the class column's name for stratified sampling.
classColumn(String) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Sets the class column's name for stratified sampling.
classColumn() - Method in class org.knime.base.node.mine.knn.KnnSettings
Returns the name of the column with the class labels.
classColumn(String) - Method in class org.knime.base.node.mine.knn.KnnSettings
sets the name of the column with the class labels.
classColumn(String) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Sets the class column whose distribution should be retained when using stratified sampling.
classColumn() - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Returns the class column whose distribution should be retained when using stratified sampling.
CLASSIFICATION_MODE - Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
Indicates whether the MLP does classification with multiple output neurons, one neuron for each class.
CLASSVALUE_KEY - Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
Key to store the class value of a neuron in the ModelContent.
ClassValueDataRow - Class in org.knime.base.node.mine.decisiontree2.learner
A data row represented as a double array.
ClassValueDataRow(double[], int) - Constructor for class org.knime.base.node.mine.decisiontree2.learner.ClassValueDataRow
Constructs a data row.
cleanOutPorts() - Method in class org.knime.core.node.Node
 
cleanOutPorts() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Cleans outports, i.e.
cleanOutputPortsInWFMConnectedToInPorts(Set<Integer>) - Method in class org.knime.core.node.workflow.WorkflowManager
Clean outports of nodes connected to set of input ports.
cleanup() - Method in class org.knime.core.node.Node
Deletes any temporary resources associated with this node.
cleanup() - Method in class org.knime.core.node.workflow.ConnectionContainer
Removes all registered listeners in order to release references on this object.
cleanup() - Method in class org.knime.core.node.workflow.NodeContainer
Method that's called when the node is discarded.
cleanup() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Method that's called when the node is discarded.
cleanup() - Method in class org.knime.core.node.workflow.WorkflowManager
Method that's called when the node is discarded.
cleanupChunks() - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContentMaster
Clean up chunks (and containing WFM).
clear() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
Clears all bars and rows from this bin.
clear() - Method in class org.knime.core.data.container.Buffer
Clears the temp file.
clear() - Method in class org.knime.core.data.container.ConcatenateTable
Internal use.
clear() - Method in class org.knime.core.data.container.ContainerTable
Do not call this method! It's used internally to delete temp files.
clear() - Method in class org.knime.core.data.container.JoinedTable
Does nothing.
clear() - Method in class org.knime.core.data.container.RearrangeColumnsTable
Do not call this method! It's used internally to delete temp files.
clear() - Method in class org.knime.core.data.container.TableSpecReplacerTable
Do not call this method! It's used internally.
clear() - Method in class org.knime.core.data.container.WrappedTable
Clears any allocated temporary files.
clear(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Sets the bit at the specified index to one.
clear(long, long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Clears all bits in the specified range.
clear(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Clears the bit with the specified index in the vector.
clear(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Sets the bit at the specified index to one.
clear(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Clears the bit with the specified index in the vector.
clear(int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Sets the count at the specified index to zero.
clear(int, int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Resets the count at all positions from startIdx (inclusive) to endIdx (exclusive).
clear(long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Resets the count at the specified index (sets it to zero).
clear(Node) - Method in class org.knime.core.node.BufferedDataTable
Clears any associated storage, for instance temp files.
clear() - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
Clears any allocated temporary files.
clear() - Method in class org.knime.core.util.DuplicateChecker
Clears the checker, i.e.
CLEAR_HILITE - Static variable in class org.knime.core.node.property.hilite.HiLiteHandler
Constant for the menu entry 'Clear HiLite'.
clearBuffers() - Method in class org.knime.base.node.util.exttool.CommandExecution
Clears the std err and out buffers.
clearCache() - Method in class org.knime.core.node.tableview.TableContentModel
Clears cache, instantiates new Iterator.
clearClient(NodeContainer) - Method in class org.knime.core.node.workflow.CredentialsStore
Clear any access history of the given client on any of the credentials.
clearClientHistory() - Method in class org.knime.core.node.workflow.CredentialsProvider
Remove history of get invocations associated with this client.
clearDesiredValues() - Method in class org.knime.base.util.coordinate.Coordinate
Clears the desired values.
clearError(JTextField) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
Sets the foreground and background colors of the specified component back to the normal default colors.
clearError(JComboBox) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Sets the coloring of the specified component back to normal.
clearFocusedCell() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
reset the focused cell.
clearFocusedCell() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
Resets focused row and focused column
clearHilite() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Unhilite all nodes.
clearHilite() - Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
Clears the current hilited objects.
clearHilite() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
Clears all hilite information.
clearHilite() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
Clears the hilite counter.
clearHilite() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
Clears the hilite information.
clearIteratorInstance(Buffer.FromFileIterator, boolean) - Method in class org.knime.core.data.container.Buffer
Clear the argument iterator (free the allocated resources.
clearLoopContext() - Method in class org.knime.core.node.Node
 
clearLoopContext() - Method in class org.knime.core.node.NodeModel
 
clearPlot() - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
Removes all drawing elements.
clearRules() - Method in class org.knime.base.node.rules.RuleEngineSettings
Removes all rules.
clearSelection() - Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
Clears the current selection.
clearSelection() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
 
clearSelection() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
Clears all selections.
clearSelection() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
Clear all selections.
clearSelection() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
clears current selection.
clearText() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
removes all output from the view.
clearThousandsSeparator() - Method in class org.knime.base.node.io.filereader.DataCellFactory
After a call to this method no grouping of thousands in floating point numbers is supported.
clearWaitingLoopList() - Method in class org.knime.core.node.workflow.NodeContainer
clears the list of waiting loops.
clone() - Method in class org.knime.base.data.aggregation.ColumnAggregator
clone() - Method in class org.knime.base.node.io.filereader.ColProperty
Returns a new ColProperty object containing a deep copy of this one.
clone() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityMeasure
clone() - Method in interface org.knime.base.node.mine.sota.logic.SotaCell
Clones the SotaCell instance and returns the clone.
clone() - Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
Clones the SotaCell instance and returns the clone.
clone() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
Clones the SotaCell instance and returns the clone.
clone() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
clone() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
clone() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
clone() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
clone() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
clone() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
clone() - Method in class org.knime.base.node.preproc.sample.RandomFractionRowFilter
clone() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
clone() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
clone() - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
clone() - Method in class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
clone() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
clone() - Method in class org.knime.core.node.workflow.ConnectionUIInformation
UIInformation objects are cloneable without further restriction.
clone() - Method in class org.knime.core.node.workflow.Credentials
clone() - Method in class org.knime.core.node.workflow.FlowObject
clone() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
clone() - Method in class org.knime.core.node.workflow.NodeUIInformation
UIInformation objects are cloneable without further restriction.
clone() - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
clone() - Method in interface org.knime.core.node.workflow.UIInformation
UIInformation objects are cloneable without further restriction.
clone() - Method in class org.knime.core.node.workflow.WorkflowAnnotation
UIInformation objects are cloneable without further restriction.
clone() - Method in class org.knime.core.node.workflow.WorkflowAnnotation.StyleRange
cloneAndOverwrite(Map<String, String>) - Method in class org.knime.core.data.DataColumnProperties
Creates a new instance which carries all properties from this object and adds the newProperties.
cloneAndUnsetOwner() - Method in class org.knime.core.node.workflow.FlowLoopContext
cloneAndUnsetOwner() - Method in class org.knime.core.node.workflow.FlowObject
 
cloneChangePreferredValue(DataType, Class<? extends DataValue>) - Static method in class org.knime.core.data.DataType
Clones the given DataType but changes its preferred value class to the passed preferred value.
close() - Method in class org.knime.base.data.filter.column.CloseableFilterColumnRowIterator
Closes this iterator.
close() - Method in class org.knime.base.node.mine.smote.Smoter
Closes this controller.
close() - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer
Close container.
close() - Method in class org.knime.base.node.preproc.joiner.JoinContainer
Close this container.
close() - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
close() - Method in class org.knime.base.node.util.BufferedFileReader
close() - Method in class org.knime.base.util.NullPrintStream
close() - Method in class org.knime.base.util.NullWriter
close() - Method in class org.knime.core.data.container.BlockableInputStream
close() - Method in class org.knime.core.data.container.BlockableOutputStream
Delegates to output stream.
close(DataTableSpec) - Method in class org.knime.core.data.container.Buffer
Flushes and closes the stream.
close() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
Closes this iterator.
close() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20
Closes this iterator.
close() - Method in class org.knime.core.data.container.CloseableRowIterator
Closes this iterator.
close() - Method in class org.knime.core.data.container.DataContainer
Closes container and creates table that can be accessed by getTable().
close() - Method in class org.knime.core.data.container.DCObjectInputStream
close() - Method in class org.knime.core.data.container.DCObjectInputVersion2
Closes the underlying streams.
close() - Method in class org.knime.core.data.container.DCObjectOutputVersion2
Closes the underlying streams.
close() - Method in class org.knime.core.data.container.JoinTableIterator
Closes this iterator.
close() - Method in class org.knime.core.data.container.LongUTFDataInputStream
close() - Method in class org.knime.core.data.container.LongUTFDataOutputStream
close() - Method in class org.knime.core.data.util.NonClosableInputStream
Does NOT delegate to wrapped input stream, ignores call.
close() - Method in class org.knime.core.data.util.NonClosableInputStream.Zip
Closes the currently open zip entry.
close() - Method in class org.knime.core.data.util.NonClosableOutputStream
close() - Method in class org.knime.core.data.util.NonClosableOutputStream.Zip
Closes the currently open zip entry.
close() - Method in interface org.knime.core.data.xml.io.XMLCellReader
Closes any resources need for the read process.
close() - Method in interface org.knime.core.data.xml.io.XMLCellWriter
Close resources used for writing the xml cell.
close() - Method in class org.knime.core.data.xml.io.XMLDOMCellReader
Closes any resources need for the read process.
close() - Method in class org.knime.core.data.xml.io.XMLMultiCellWriter
Close resources used for writing the xml cell.
close() - Method in class org.knime.core.data.xml.io.XMLXpathCellReader
Closes any resources need for the read process.
CloseableFilterColumnRowIterator - Class in org.knime.base.data.filter.column
Filter column row iterator needed to wrap the filter column's original row iterator.
CloseableFilterColumnRowIterator(CloseableRowIterator, int[]) - Constructor for class org.knime.base.data.filter.column.CloseableFilterColumnRowIterator
Creates a new filter iterator using the original row iterator and an array of column indices.
CloseableRowIterator - Class in org.knime.core.data.container
A row iterator that can be closed in order to save resources.
CloseableRowIterator() - Constructor for class org.knime.core.data.container.CloseableRowIterator
 
closeAllJobManagerViews() - Method in class org.knime.core.node.workflow.NodeContainer
 
closeAllViews() - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
Close all open views.
closeAllViews() - Method in class org.knime.core.node.Node
Closes all views.
closeAllViews() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Close all open views.
closeCurrentGroup() - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Closes the current group.
closeDialog() - Method in class org.knime.core.node.NodeDialog
Closes the dialog: visible false and dispose.
closedViaOk() - Method in class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
After the dialog closes this will return true if the user okayed the dialog and settings should be taken over.
closedViaReadXML() - Method in class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
After the dialog closes this will return true if the user closed the dialog with the (confirmed) "read from XML file" button).
closeOnESC() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeDialog
Controls the behavior of the dialog when the ESC key is pressed.
closeOnESC() - Method in class org.knime.core.node.NodeDialogPane
Controls the behavior of the dialog when the ESC key is pressed.
closeSourceStream() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
Deprecated. Closes the stream the tokenizer reads from.
closeSourceStream() - Method in class org.knime.core.util.tokenizer.Tokenizer
Closes the stream the tokenizer reads from.
closeView() - Method in class org.knime.core.node.AbstractNodeView
Closes the view and disposes all allocated resources.
closeView() - Method in class org.knime.core.node.ExternalApplicationNodeView
To be called by client code when the external view is closed.
closeView() - Method in class org.knime.core.node.NodeView
Deprecated. Will be removed without replacement in future versions of KNIME. Sub-classes should not be required to programmatically close views.
CLUSTER - Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Constant for the RowKey generation and identification in the view.
CLUSTER_COUNT - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
For each "universe" a number of clusters.
CLUSTER_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key for the Cluster Columns in the output DataTable.
ClusterAssignerNodeFactory - Class in org.knime.base.node.mine.cluster.assign
 
ClusterAssignerNodeFactory() - Constructor for class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
 
ClusterAssignerNodeModel - Class in org.knime.base.node.mine.cluster.assign
 
ClusterAssignerNodeModel() - Constructor for class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
 
ClusterMembershipFactory - Class in org.knime.base.node.mine.cluster.fuzzycmeans
This CellFactory produces appended cells: for each DataRow the memberships to the cluster prototypes and the winner cluster in the last column.
ClusterMembershipFactory(FCMAlgorithm) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.ClusterMembershipFactory
Constructor.
ClusterNode - Class in org.knime.base.node.mine.cluster.hierarchical
Represents a Node in the hierarchy tree (Dendrogram) of a hierarchical clustering.
ClusterNode(DataRow, int) - Constructor for class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Constructs a new leaf node from a data row.
ClusterNode(ClusterNode, ClusterNode, double) - Constructor for class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Constructs a new parent node from two child nodes.
ClusterNodeDialog - Class in org.knime.base.node.mine.cluster.kmeans
Dialog for ClusterNodeModel - allows to adjust number of clusters and other properties.
ClusterNodeDialog() - Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterNodeDialog
Constructor - set name of k-means cluster node.
ClusterNodeFactory - Class in org.knime.base.node.mine.cluster.kmeans
Create classes for k-means Clustering NodeModel, NodeView and NodeDialogPane.
ClusterNodeFactory() - Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
 
ClusterNodeModel - Class in org.knime.base.node.mine.cluster.kmeans
Generate a clustering using a fixed number of cluster centers and the k-means algorithm.
ClusterNodeModel() - Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Constructor, remember parent and initialize status.
ClusterNodeView - Class in org.knime.base.node.mine.cluster.kmeans
 
ClusterNodeView(ClusterNodeModel) - Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
Constructor - set name of view and NodeModel.
coding(Object) - Method in class org.knime.core.node.NodeLogger
Writes CODING PROBLEM plus this message into this logger as error.
coding(Object, Throwable) - Method in class org.knime.core.node.NodeLogger
Writes CODING PROBLEM plus this message, as well as the the message of the throwable into this logger as error and debug.
CoefficientTable - Class in org.knime.base.node.mine.regression.polynomial.learner
This is the view that shows the coefficients in a table and the squared error per row in a line below the table.
CoefficientTable(PolyRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner.CoefficientTable
Creates a new coefficient table.
COL_NAME_COUNT - Static variable in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
This name is used for the y axis if the aggregation method is count.
ColCombineNodeDialog - Class in org.knime.base.node.preproc.colcombine
NodeDialog for the "ColCombine" Node.
ColCombineNodeDialog() - Constructor for class org.knime.base.node.preproc.colcombine.ColCombineNodeDialog
Inits GUI.
ColCombineNodeFactory - Class in org.knime.base.node.preproc.colcombine
NodeFactory for the "ColCombine" Node.
ColCombineNodeFactory() - Constructor for class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
 
ColCombineNodeModel - Class in org.knime.base.node.preproc.colcombine
This is the model implementation of ColCombine.
ColCombineNodeModel() - Constructor for class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Constructor for the node model.
ColConvertNodeDialog - Class in org.knime.base.node.preproc.colconvert
Dialog for the ColConvertNodeModel.
ColConvertNodeDialog() - Constructor for class org.knime.base.node.preproc.colconvert.ColConvertNodeDialog
Constructor, Dialog initialization.
ColConvertNodeFactory - Class in org.knime.base.node.preproc.colconvert
NodeFactory for the ColConverter Node.
ColConvertNodeFactory() - Constructor for class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
 
ColConvertNodeModel - Class in org.knime.base.node.preproc.colconvert
NodeModel for the ColConverter Node.
ColConvertNodeModel() - Constructor for class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
Constructor with one inport and one outport.
colHeadersSettingsChanged() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Reads the settings of the 'fileHasColHeaders' checkbox and transfers them into the internal settings object.
colHeadersSettingsChanged() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Reads the settings of the 'fileHasColHeaders' checkbox and transfers them into the internal settings object.
CollapseBranchAction<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
An action to collapse the branch starting from the selected node in a HierarchicalGraphView.
CollapseBranchAction(HierarchicalGraphView<K>) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.CollapseBranchAction
 
collapseNodesIntoMetaNode(NodeID[], String) - Method in class org.knime.core.node.workflow.WorkflowManager
Collapse selected set of nodes into a metanode.
CollapsiblePanel - Class in org.knime.base.node.mine.decisiontree2.view
A JPanel which is a container for a single component.
CollapsiblePanel(String, JPanel) - Constructor for class org.knime.base.node.mine.decisiontree2.view.CollapsiblePanel
 
collectionCell2SortedArray(CollectionDataValue, Comparator<DataCell>) - Static method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
 
CollectionCellFactory - Class in org.knime.core.data.collection
Factory class used to create DataCells that contain a collection of DataCells.
CollectionCreateNodeDialogPane - Class in org.knime.base.collection.list.create
 
CollectionCreateNodeDialogPane() - Constructor for class org.knime.base.collection.list.create.CollectionCreateNodeDialogPane
 
CollectionCreateNodeFactory - Class in org.knime.base.collection.list.create
 
CollectionCreateNodeFactory() - Constructor for class org.knime.base.collection.list.create.CollectionCreateNodeFactory
 
CollectionCreateNodeModel - Class in org.knime.base.collection.list.create
 
CollectionCreateNodeModel() - Constructor for class org.knime.base.collection.list.create.CollectionCreateNodeModel
 
CollectionDataValue - Interface in org.knime.core.data.collection
Special interface that is implemented by DataCells that represent collection of cells.
CollectionDataValue.CollectionUtilityFactory - Class in org.knime.core.data.collection
Implementations of the meta information of this value class.
CollectionDataValue.CollectionUtilityFactory() - Constructor for class org.knime.core.data.collection.CollectionDataValue.CollectionUtilityFactory
Only subclasses are allowed to instantiate this class.
CollectionSplitNodeDialogPane - Class in org.knime.base.collection.list.split
 
CollectionSplitNodeDialogPane() - Constructor for class org.knime.base.collection.list.split.CollectionSplitNodeDialogPane
 
CollectionSplitNodeFactory - Class in org.knime.base.collection.list.split
 
CollectionSplitNodeFactory() - Constructor for class org.knime.base.collection.list.split.CollectionSplitNodeFactory
 
CollectionSplitNodeModel - Class in org.knime.base.collection.list.split
NodeModel for the collection split node.
CollectionSplitNodeModel() - Constructor for class org.knime.base.collection.list.split.CollectionSplitNodeModel
One input, one output.
CollectionSplitSettings - Class in org.knime.base.collection.list.split
Settings object to keep paramaters for split operation.
CollectionSplitSettings() - Constructor for class org.knime.base.collection.list.split.CollectionSplitSettings
 
CollectionSplitSettings.CountElementsPolicy - Enum in org.knime.base.collection.list.split
Different ways of identifying how many elements there are in a column.
COLOR_BACKGROUND - Static variable in class org.knime.core.node.NodeView
Default background color.
ColorAppender2NodeDialogPane - Class in org.knime.base.node.viz.property.color
Dialog to select column to apply colors to.
ColorAppender2NodeDialogPane() - Constructor for class org.knime.base.node.viz.property.color.ColorAppender2NodeDialogPane
Create new color appender dialog.
ColorAppender2NodeFactory - Class in org.knime.base.node.viz.property.color
Factory to create Color Appender node.
ColorAppender2NodeFactory() - Constructor for class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
 
ColorAppender2NodeModel - Class in org.knime.base.node.viz.property.color
Node model to append color settings to a column selected in the dialog.
ColorAppender2NodeModel() - Constructor for class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
Create a new color appender model.
ColorAttr - Class in org.knime.core.data.property
This class holds a Color value as property for view objects and supports colors for selection, hilite, selection-hilite, border, and background.
ColorColumn - Class in org.knime.base.node.viz.histogram.util
Holds the color for a given column name.
ColorColumn(Color, String) - Constructor for class org.knime.base.node.viz.histogram.util.ColorColumn
Constructor for class ColorColumn.
ColorHandler - Class in org.knime.core.data.property
Final ColorHandler implementation as container which forwards color requests for a DataCell to its underlying ColorHandler.ColorModel.
ColorHandler(ColorHandler.ColorModel) - Constructor for class org.knime.core.data.property.ColorHandler
Create new color handler with the given ColorModel.
ColorHandler.ColorModel - Interface in org.knime.core.data.property
Interface allowing requests for ColorAttr by DataCell.
ColorHandlerPortObject - Class in org.knime.core.node.port.viewproperty
PortObject implementation for ColorHandlerPortObject which are part of a DataTableSpec.
ColorHandlerPortObject() - Constructor for class org.knime.core.node.port.viewproperty.ColorHandlerPortObject
Public no arg constructor required by super class.
ColorHandlerPortObject(DataTableSpec, String) - Constructor for class org.knime.core.node.port.viewproperty.ColorHandlerPortObject
Constructor used to instantiate this object during a node's execute method.
ColorLegendTab - Class in org.knime.base.node.viz.plotter.props
Implements a color legend with a "change" button for each entry which opens a color chooser dialog.
ColorLegendTab() - Constructor for class org.knime.base.node.viz.plotter.props.ColorLegendTab
 
ColorManager2DialogNominal - Class in org.knime.base.node.viz.property.color
A dialog panel used to set color for nominal values.
ColorManager2DialogNominal() - Constructor for class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
Creates an empty nominal dialog.
ColorManager2DialogRange - Class in org.knime.base.node.viz.property.color
Dialog pane used to specify colors by minimum and maximum bounds.
ColorManager2DialogRange() - Constructor for class org.knime.base.node.viz.property.color.ColorManager2DialogRange
Creates a new empty dialog pane.
ColorManager2Icon - Class in org.knime.base.node.viz.property.color
Constructs a new icon with its specific Color and size.
ColorManager2Icon(DataCell, Color) - Constructor for class org.knime.base.node.viz.property.color.ColorManager2Icon
Creates new squared color icon.
ColorManager2Icon(DataCell, String, Color) - Constructor for class org.knime.base.node.viz.property.color.ColorManager2Icon
Creates new squared color icon.
ColorManager2IconRenderer - Class in org.knime.base.node.viz.property.color
Constructs a new column values renderer with is specific Color.
ColorManager2IconRenderer() - Constructor for class org.knime.base.node.viz.property.color.ColorManager2IconRenderer
 
ColorManager2NodeDialogPane - Class in org.knime.base.node.viz.property.color
Color manager dialog which shows all columns of the input data and its corresponding values inside two combo boxes divided by range and nominal ones.
ColorManager2NodeDialogPane() - Constructor for class org.knime.base.node.viz.property.color.ColorManager2NodeDialogPane
Creates a new color manager dialog; all color settings are empty.
ColorManager2NodeFactory - Class in org.knime.base.node.viz.property.color
The color manager factory which creates a ColorManager2NodeDialogPane.
ColorManager2NodeFactory() - Constructor for class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
 
ColorManager2NodeModel - Class in org.knime.base.node.viz.property.color
Model used to set colors either based on the nominal values or ranges (bounds) retrieved from the DataColumnSpec.
ColorManager2NodeModel() - Constructor for class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Creates a new model for mapping colors.
ColorManager2RangeIcon - Class in org.knime.base.node.viz.property.color
An icon which background is painted in colors which are linear interpolated between the two borders.
ColorManager2RangeIcon() - Constructor for class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
Creates a new icon with default colors.
ColorManager2RangeIcon(Color, Color) - Constructor for class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
Creates a new icon with the given colors.
ColorModelNominal - Class in org.knime.core.data.property
Color model which maps a set of DataCell objects to Color.
ColorModelNominal(Map<DataCell, ColorAttr>) - Constructor for class org.knime.core.data.property.ColorModelNominal
Creates new ColorHandler based on a mapping.
ColorModelRange - Class in org.knime.core.data.property
Computes colors based on a range of minimum and maximum values assigned to certain colors which are interpolated between a min and maximum color.
ColorModelRange(double, Color, double, Color) - Constructor for class org.knime.core.data.property.ColorModelRange
Creates new ColorHandler based on a mapping.
ColProperty - Class in org.knime.base.node.io.filereader
Stores the properties for one column.
ColProperty() - Constructor for class org.knime.base.node.io.filereader.ColProperty
Creates an empty column properties object.
ColProperty(NodeSettingsRO) - Constructor for class org.knime.base.node.io.filereader.ColProperty
Creates a new column properties object initializing its settings from the passed configuration object.
ColPropertyDialog - Class in org.knime.base.node.io.filereader
 
ColPropertyDialog - Class in org.knime.base.node.io.tablecreator.prop
 
ColSetting - Class in org.knime.base.node.preproc.missingval
An object that holds some the properties how to handle missing values in an individual column (called individual) or in columns of one type (called meta).
ColSetting(int) - Constructor for class org.knime.base.node.preproc.missingval.ColSetting
Constructor for meta column setting.
ColSetting(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.missingval.ColSetting
Constructor for individual column.
COLUMN_FILTER_IDX - Static variable in class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
The index for the column filter tab.
ColumnAggregator - Class in org.knime.base.data.aggregation
Class that defines the AggregationMethod for a column.
ColumnAggregator(DataColumnSpec, AggregationMethod, boolean) - Constructor for class org.knime.base.data.aggregation.ColumnAggregator
Constructor for class ColumnAggregator.
ColumnComparatorNodeDialogPane - Class in org.knime.base.node.preproc.colcompare
Comparator node dialog pane to select two columns for comparison, replacement value or missing, and a new column name to append.
ColumnComparatorNodeDialogPane() - Constructor for class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
Create new dialog pane with default components.
ColumnComparatorNodeDialogPane.ComparatorMethod - Enum in org.knime.base.node.preproc.colcompare
Comparator methods.
ColumnComparatorNodeFactory - Class in org.knime.base.node.preproc.colcompare
Factory for the Column Comparator node.
ColumnComparatorNodeFactory() - Constructor for class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
 
ColumnComparatorNodeModel - Class in org.knime.base.node.preproc.colcompare
The comparator node model which compares two columns by it values within one row, and appends a new column with the value of the first column if both are equals, or a replacement value if not.
ColumnComparatorNodeModel() - Constructor for class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
Creates a new node model with one in- and outport.
ColumnDestination - Class in org.knime.base.node.parallel.appender
 
ColumnDestination() - Constructor for class org.knime.base.node.parallel.appender.ColumnDestination
Avoid that classes outside this package can subclass this class.
ColumnFilter - Interface in org.knime.core.node.util
This interface is used in the #update(org.knime.core.data.DataTableSpec, String) and #update(org.knime.core.data.DataTableSpec, String, boolean) method to filter all given columns.
ColumnFilterPanel - Class in org.knime.core.node.util
Panel is used to select/filter a certain number of columns.
ColumnFilterPanel() - Constructor for class org.knime.core.node.util.ColumnFilterPanel
Deprecated. Use the constructor ColumnFilterPanel.ColumnFilterPanel(boolean) instead
ColumnFilterPanel(boolean) - Constructor for class org.knime.core.node.util.ColumnFilterPanel
Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
ColumnFilterPanel(boolean, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnFilterPanel
Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
ColumnFilterPanel(Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnFilterPanel
Deprecated. Use the constructor ColumnFilterPanel.ColumnFilterPanel(boolean, Class...) instead
ColumnFilterPanel(ColumnFilter) - Constructor for class org.knime.core.node.util.ColumnFilterPanel
Deprecated. Use the constructor ColumnFilterPanel.ColumnFilterPanel(boolean, ColumnFilter) instead
ColumnFilterPanel(boolean, ColumnFilter) - Constructor for class org.knime.core.node.util.ColumnFilterPanel
Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
ColumnFilterPanel.ValueClassFilter - Class in org.knime.core.node.util
Class that filters all columns based on a given set of compatible DataValue classes.
ColumnFilterPanel.ValueClassFilter(Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnFilterPanel.ValueClassFilter
Creates a new value class filter.
ColumnFilterRefNodeDialogPane - Class in org.knime.base.node.preproc.filter.columnref
The dialog pane to filter column which offers options to include or exclude column and two check column type compatibility.
ColumnFilterRefNodeDialogPane() - Constructor for class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeDialogPane
Creates a new dialog pane with the option to include or exclude column and to optionally check to column compatibility.
ColumnFilterRefNodeFactory - Class in org.knime.base.node.preproc.filter.columnref
Factory to create a Reference Column Filter node.
ColumnFilterRefNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
 
ColumnFilterRefNodeModel - Class in org.knime.base.node.preproc.filter.columnref
 
ColumnFilterRefNodeModel() - Constructor for class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
Creates a new node model of the Reference Column Filter node with two inputs and one output.
ColumnHeaderExtractorNodeDialog - Class in org.knime.base.node.preproc.columnheaderextract
NodeDialog for the "ColumnHeaderExtractor" Node.
ColumnHeaderExtractorNodeDialog() - Constructor for class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeDialog
New pane for configuring the ColumnHeaderExtractor node.
ColumnHeaderExtractorNodeFactory - Class in org.knime.base.node.preproc.columnheaderextract
NodeFactory for the "ColumnHeaderExtractor" Node.
ColumnHeaderExtractorNodeFactory() - Constructor for class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeFactory
 
ColumnHeaderExtractorNodeModel - Class in org.knime.base.node.preproc.columnheaderextract
This is the model implementation of ColumnHeaderExtractor.
ColumnHeaderExtractorNodeModel() - Constructor for class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
Constructor for the node model.
ColumnHeaderExtractorNodeModel.ColType - Enum in org.knime.base.node.preproc.columnheaderextract
Selected column type.
ColumnHeaderInsertConfig - Class in org.knime.base.node.preproc.columnheaderinsert
 
ColumnHeaderInsertConfig() - Constructor for class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
ColumnHeaderInsertNodeDialogPane - Class in org.knime.base.node.preproc.columnheaderinsert
 
ColumnHeaderInsertNodeDialogPane() - Constructor for class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeDialogPane
 
ColumnHeaderInsertNodeFactory - Class in org.knime.base.node.preproc.columnheaderinsert
 
ColumnHeaderInsertNodeFactory() - Constructor for class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeFactory
 
ColumnHeaderInsertNodeModel - Class in org.knime.base.node.preproc.columnheaderinsert
 
ColumnHeaderInsertNodeModel() - Constructor for class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
Two ins, one out.
ColumnHeaderRenderer - Class in org.knime.core.node.tableview
Renderer to be used to display the column header of a table.
ColumnHeaderRenderer() - Constructor for class org.knime.core.node.tableview.ColumnHeaderRenderer
 
ColumnListLoopStartNodeDialog - Class in org.knime.base.node.meta.looper.columnlist
This is the dialog for the column list loop start node where the user can select the column over which the loop should iterate.
ColumnListLoopStartNodeDialog() - Constructor for class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeDialog
Creates a new dialog.
ColumnListLoopStartNodeFactory - Class in org.knime.base.node.meta.looper.columnlist
This is the factory for the column list loop start node that creates all necessary objects.
ColumnListLoopStartNodeFactory() - Constructor for class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeFactory
 
ColumnListLoopStartNodeModel - Class in org.knime.base.node.meta.looper.columnlist
This is the model for the column list loop start node that does the real work.
ColumnListLoopStartNodeModel() - Constructor for class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
Creates a new model with one data out- and inport, respectively.
ColumnListLoopStartSettings - Class in org.knime.base.node.meta.looper.columnlist
This class holds the settings for the column list loop start node.
ColumnListLoopStartSettings() - Constructor for class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
 
ColumnMergerConfiguration - Class in org.knime.base.node.preproc.columnmerge
Configuration to column merger node.
ColumnMergerConfiguration() - Constructor for class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
 
ColumnMergerConfiguration.OutputPlacement - Enum in org.knime.base.node.preproc.columnmerge
Policy how to place output.
ColumnMergerNodeDialogPane - Class in org.knime.base.node.preproc.columnmerge
Dialog to node.
ColumnMergerNodeDialogPane() - Constructor for class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeDialogPane
Creates controls, does layout.
ColumnMergerNodeFactory - Class in org.knime.base.node.preproc.columnmerge
Factory to column merger node.
ColumnMergerNodeFactory() - Constructor for class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeFactory
 
ColumnMergerNodeModel - Class in org.knime.base.node.preproc.columnmerge
Model to column merger.
ColumnMergerNodeModel() - Constructor for class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
One in, one out.
columnName() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Returns the name of the column that should be processed.
columnName(String) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Sets the name of the column that should be processed.
columnName(String) - Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
Sets the column name.
columnName() - Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
Returns the column name.
ColumnNamePolicy - Enum in org.knime.base.node.preproc.groupby
This enum defines the different aggregation column name versions.
ColumnPairsSelectionPanel - Class in org.knime.base.node.preproc.joiner
A Component used to define a list of column pairs.
ColumnPairsSelectionPanel() - Constructor for class org.knime.base.node.preproc.joiner.ColumnPairsSelectionPanel
Creates a new instance.
ColumnRearranger - Class in org.knime.core.data.container
Meta object to describe in which way a table shall be modified (column-based) to create a new table.
ColumnRearranger(DataTableSpec) - Constructor for class org.knime.core.data.container.ColumnRearranger
Creates new object based on the spec of the table underlying the newly created table.
ColumnRearranger.SpecAndFactoryObject - Class in org.knime.core.data.container
Utility class that helps us with internal data structures.
ColumnRenameRegexConfiguration - Class in org.knime.base.node.preproc.columnrenameregex
Settings proxy for the node.
ColumnRenameRegexConfiguration() - Constructor for class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
ColumnRenameRegexNodeDialogPane - Class in org.knime.base.node.preproc.columnrenameregex
Dialog to node.
ColumnRenameRegexNodeDialogPane() - Constructor for class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeDialogPane
Create new dialog.
ColumnRenameRegexNodeFactory - Class in org.knime.base.node.preproc.columnrenameregex
Factory to node.
ColumnRenameRegexNodeFactory() - Constructor for class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeFactory
 
ColumnRenameRegexNodeModel - Class in org.knime.base.node.preproc.columnrenameregex
Model to node.
ColumnRenameRegexNodeModel() - Constructor for class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
One in, one out.
ColumnResorterNodeDialog - Class in org.knime.base.node.preproc.colsort
 
ColumnResorterNodeDialog() - Constructor for class org.knime.base.node.preproc.colsort.ColumnResorterNodeDialog
Creates a new dialog for the column resorter node.
ColumnResorterNodeFactory - Class in org.knime.base.node.preproc.colsort
 
ColumnResorterNodeFactory() - Constructor for class org.knime.base.node.preproc.colsort.ColumnResorterNodeFactory
 
ColumnResorterNodeModel - Class in org.knime.base.node.preproc.colsort
 
ColumnResorterNodeModel() - Constructor for class org.knime.base.node.preproc.colsort.ColumnResorterNodeModel
Creates a new ColumnResorterNodeModel.
ColumnRowFilterPanel - Class in org.knime.base.node.preproc.filter.row
 
ColumnRowFilterPanel(RowFilterNodeDialogPane, DataTableSpec) - Constructor for class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
Craetes a new panel for column content filter settings.
COLUMNS_KEY - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Key to store the columns to use.
columnsChanged() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
Synchronizes the available aggregation column list and the selected group columns.
ColumnSelectionComboxBox - Class in org.knime.core.node.util
Class extends a JComboxBox to choose a column of a certain type retrieved from the DataTableSpec.
ColumnSelectionComboxBox(Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnSelectionComboxBox
Creates new Panel that will filter columns for particular value classes.
ColumnSelectionComboxBox(String) - Constructor for class org.knime.core.node.util.ColumnSelectionComboxBox
Creates a new column selection panel with the given border title; all column are included in the combox box.
ColumnSelectionComboxBox(String, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnSelectionComboxBox
Creates new Panel that will filter columns for particular value classes.
ColumnSelectionComboxBox(Border, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnSelectionComboxBox
Creates new Panel that will filter columns for particular value classes.
ColumnSelectionComboxBox(Border, ColumnFilter) - Constructor for class org.knime.core.node.util.ColumnSelectionComboxBox
Creates new Panel that will filter columns for particular value classes.
ColumnSelectionList - Class in org.knime.core.node.util
This class show columns from a DataTableSpec inside a JList.
ColumnSelectionList() - Constructor for class org.knime.core.node.util.ColumnSelectionList
Creates a new column selection list.
ColumnSelectionPanel - Class in org.knime.core.node.util
Class implements a panel to choose a column of a certain type retrieved from the DataTableSpec.
ColumnSelectionPanel(Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates new Panel that will filter columns for particular value classes.
ColumnSelectionPanel(String) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates a new column selection panel with the given border title; all column are included in the combox box.
ColumnSelectionPanel(String, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates new Panel that will filter columns for particular value classes.
ColumnSelectionPanel(Border, ColumnFilter) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates new Panel that will filter columns using the given ColumnFilter.
ColumnSelectionPanel(Border, ColumnFilter, boolean) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates new Panel that will filter columns using the given ColumnFilter.
ColumnSelectionPanel(Border, ColumnFilter, boolean, boolean) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates new Panel that will filter columns using the given ColumnFilter.
ColumnSelectionPanel(Border, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates new Panel that will filter columns for particular value classes.
ColumnSelectionPanel(JLabel, ColumnFilter) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates a column selection panel with a label instead of a border which preserves the minimum size to either the label width or the combo box width.
ColumnSelectionPanel(JLabel, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates a column selection panel with a label instead of a border which preserves the minimum size to either the label width or the combo box width.
ColumnSpecListRenderer - Class in org.knime.base.node.preproc.joiner
This class renders a list with DataColumnSpecs and strings.
ColumnSpecListRenderer() - Constructor for class org.knime.base.node.preproc.joiner.ColumnSpecListRenderer
 
ColumnToGridConfiguration - Class in org.knime.base.node.preproc.columntogrid
Configuration to the node, contains grid count column number and included columns.
ColumnToGridConfiguration(DataTableSpec) - Constructor for class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
Creates new config, auto-guessing defaults if possible (prefers unknown type columns over string columns).
ColumnToGridConfiguration() - Constructor for class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
Default constructor, inits field empty.
ColumnToGridNodeDialogPane - Class in org.knime.base.node.preproc.columntogrid
Dialog to Column-to-Grid node.
ColumnToGridNodeDialogPane() - Constructor for class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeDialogPane
Sets up dialog.
ColumnToGridNodeFactory - Class in org.knime.base.node.preproc.columntogrid
Factory for Grid-to-Grid node.
ColumnToGridNodeFactory() - Constructor for class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeFactory
 
ColumnToGridNodeModel - Class in org.knime.base.node.preproc.columntogrid
Model for Column-to-Grid node.
ColumnToGridNodeModel() - Constructor for class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
Constructor, one in, one out.
ColValFilterOldObsolete - Class in org.knime.base.node.preproc.filter.row.rowfilter
Deprecated. This filter contains too much functionality (which can be used only one at a time anyway). We have split it into three filter classes: MissingValueRowFilter, StringCompareRowFilter, RangeRowFilter.
This filter is used by the previous row filter node implementation. If you want to remove it, you must move the old code in the deprecated package.
ColValFilterOldObsolete(String, String, boolean, boolean, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated. Creates a new filter which matches the string representation of the specified column against a given regular expression.
ColValFilterOldObsolete(DataValueComparator, DataCell, DataCell, String, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated. Creates a new filter that tests the value of the specified cell against the specified range.
ColValFilterOldObsolete(String, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated. Creates a new filter that filters missing values of the specified column.
ColValFilterOldObsolete() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated. Default constructor.
Combinations - Class in org.knime.base.util.math
This class comes in handy if you want to compute combinations and process them in some way.
Combinations(int, int) - Constructor for class org.knime.base.util.math.Combinations
Create a combination object.
Combinations.Callback - Interface in org.knime.base.util.math
Callback interface used by the various visit methods.
combineConsecutiveDelims() - Method in class org.knime.base.node.io.filetokenizer.Delimiter
Deprecated.  
combineConsecutiveDelims() - Method in class org.knime.core.util.tokenizer.Delimiter
 
CombinedColumnFilter - Class in org.knime.core.node.util
This ColumnFilter implementation filters all columns which are filter by at least one of the given filters.
CombinedColumnFilter(ColumnFilter...) - Constructor for class org.knime.core.node.util.CombinedColumnFilter
Constructor for class CombinedColumnFilter.
CombinedTable - Class in org.knime.base.node.parallel.appender
Simples helper table whose iterator just concatenates all the tables passed in the constructor.
CombinedTable(DataTable...) - Constructor for class org.knime.base.node.parallel.appender.CombinedTable
Creates a new combined table.
combinesMultipleRowDelimiters(String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Returns true if the file reader combines multiple consecutive row delimiters with this pattern (i.e.
CommandExecution - Class in org.knime.base.node.util.exttool
Wraps a Java runtime process.
CommandExecution(String...) - Constructor for class org.knime.base.node.util.exttool.CommandExecution
Creates new instance with the given command to execute.
CommandExecution(String) - Constructor for class org.knime.base.node.util.exttool.CommandExecution
Creates new instance with the given command to execute.
CommandExecution.CheckCanceledRunnable - Class in org.knime.base.node.util.exttool
 
CommandExecution.CheckCanceledRunnable(Process, MutableBoolean, ExecutionMonitor) - Constructor for class org.knime.base.node.util.exttool.CommandExecution.CheckCanceledRunnable
Creates a new runnable for a thread that should check periodically for user cancellations in the specified exec context.
CommandExecution.StdErrCatchRunnable - Class in org.knime.base.node.util.exttool
 
CommandExecution.StdErrCatchRunnable(Process, ExecutionMonitor, LinkedList<String>) - Constructor for class org.knime.base.node.util.exttool.CommandExecution.StdErrCatchRunnable
A runnable for a thread that picks up the error output from the specified process.
CommandExecution.StdOutCatchRunnable - Class in org.knime.base.node.util.exttool
 
CommandExecution.StdOutCatchRunnable(Process, ExecutionMonitor, LinkedList<String>) - Constructor for class org.knime.base.node.util.exttool.CommandExecution.StdOutCatchRunnable
A runnable for a thread that picks up the output from the specified process.
Comment - Class in org.knime.base.node.io.filetokenizer
Deprecated. use Comment instead. Will be removed in Ver3.0.
Comment(String, String, boolean, boolean) - Constructor for class org.knime.base.node.io.filetokenizer.Comment
Deprecated. Creates a new Comment object.
Comment(NodeSettingsRO) - Constructor for class org.knime.base.node.io.filetokenizer.Comment
Deprecated. Creates a new Comment object and sets its parameters from the config object.
Comment - Class in org.knime.core.util.tokenizer
Created for each comment pattern of the FileTokenizer keeping its specifics.
Comment(String, String, boolean, boolean) - Constructor for class org.knime.core.util.tokenizer.Comment
Creates a new Comment object.
Comment(NodeSettingsRO) - Constructor for class org.knime.core.util.tokenizer.Comment
Creates a new Comment object and sets its parameters from the config object.
CommentPanel - Class in org.knime.base.node.io.csvwriter
 
CommentPanel() - Constructor for class org.knime.base.node.io.csvwriter.CommentPanel
 
commentSettingsChanged() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Called whenever the Java-Style comment box is clickered.
commentSettingsChanged() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Called whenever the Java-Style comment box is clickered.
commit(RowKey, DataCell, DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
Returns a new row initialised by a DataRow as its initial center vector and a class label.
commit(RowKey, DataCell, DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionFactory
Creates and returns a new row initialised with a class label and a center vector.
commit(RowKey, DataCell, DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
Creates and returns a new RadialBasisFunctionLearnerRow initialized with a center vector and a class label.
commit() - Method in class org.knime.core.node.config.ConfigEditTreeNodePanel
Write the currently edited values to the underlying model.
commitSelectedToHistory() - Method in class org.knime.core.node.util.StringHistoryPanel
Adds the currently selected element to the string history.
compare(DataCell, DataCell) - Method in enum org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane.ComparatorMethod
Compares both cell values using the comparator method.
compare(DataCell) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
compare(DataRow, DataRow) - Method in class org.knime.base.node.preproc.setoperator.SingleColRowComparator
compare(DataCell, DataCell, Comparator<DataCell>) - Static method in class org.knime.base.node.preproc.setoperator.SingleColRowComparator
 
compare(AggregationValModel, AggregationValModel) - Method in class org.knime.base.node.viz.aggregation.util.AggrValModelComparator
compare(String, String) - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties.PropertyComparator
compare(BinDataModel, BinDataModel) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModelComparator
compare(Color, Color) - Method in class org.knime.base.node.viz.histogram.datamodel.HSBColorComparator
compare(DataRow, DataRow) - Method in class org.knime.base.node.viz.histogram.impl.interactive.RowByColumnComparator
 
compare(DataCell, DataCell) - Method in class org.knime.core.data.DataValueComparator
This final implementation checks and handles DataCells representing missing values, before it delegates the actual comparison to the derived class, by calling DataValueComparator.compareDataValues(DataValue, DataValue).
compare(double) - Method in class org.knime.core.data.def.IntervalCell
Determines if the given double value is contained in this interval, to the left or to the right.
compare(DoubleValue) - Method in class org.knime.core.data.def.IntervalCell
Determines if the given double value is contained in this interval, to the left or to the right.
compare(double) - Method in interface org.knime.core.data.IntervalValue
Determines if the given double value is contained in this interval, to the left or to the right.
compare(DoubleValue) - Method in interface org.knime.core.data.IntervalValue
Determines if the given double value is contained in this interval, to the left or to the right.
COMPARE_BOUNDARIES - Static variable in class org.knime.base.node.viz.histogram.datamodel.BinDataModelComparator
This method compares the boundaries of a bin and orders from lowest upper bound to highest upper bound.
COMPARE_CAPTION - Static variable in class org.knime.base.node.viz.histogram.datamodel.BinDataModelComparator
This method compares the caption of two bins and orders them in natural order.
compareCoverage(BasisFunctionLearnerRow, DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Compares coverage of this and another row.
compareCoverage(BasisFunctionLearnerRow, DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Compares this basisfunction with the another one by the fuzzy rule's number of covered pattern.
compareCoverage(BasisFunctionLearnerRow, DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Compares this basis function with the other one by its standard deviation if the number of covered pattern is equal otherwise use this identification.
compareDataValues(DataValue, DataValue) - Method in class org.knime.base.node.preproc.setoperator.GeneralDataValueComparator
Do not call this function, rather call the DataValueComparator.compare(DataCell, DataCell) method, which handles missing cells.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.ComplexNumberValueComparator
Compares to ComplexNumberValue based on their real part.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.DataValueComparator
Do not call this function, rather call the DataValueComparator.compare(DataCell, DataCell) method, which handles missing cells.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.date.DateAndTimeComparator
Do not call this function, rather call the DataValueComparator.compare(DataCell, DataCell) method, which handles missing cells.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.DoubleValueComparator
Compares two DoubleValues based on their generic double.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.FuzzyIntervalValueComparator
The compare function called by the abstract DataValueComparator class.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.FuzzyNumberValueComparator
Compares two FuzzyNumberValues based in their core value, min support value, or their max support value (in this order if the comparison returns 0).
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.image.png.PNGImageValueComparator
Do not call this function, rather call the DataValueComparator.compare(DataCell, DataCell) method, which handles missing cells.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.IntervalValueComparator
The compare function called by the abstract DataValueComparator class.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.IntValueComparator
Compares two IntValues based on their int.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.LongValueComparator
Do not call this function, rather call the DataValueComparator.compare(DataCell, DataCell) method, which handles missing cells.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.model.PortObjectValueComparator
Do not call this function, rather call the DataValueComparator.compare(DataCell, DataCell) method, which handles missing cells.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.StringValueComparator
Compares two StringValues based on their lexicographical order.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.TimestampValue.TimestampValueComparator
Deprecated. Compares two TimestampValues based on their Date value.
compareLeftBoundToLeft(Interval) - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
Compares the left bound of this interval to the left bound of the given interval.
compareLeftBoundToRight(Interval) - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
Compares the left bound of this interval to the right bound of the given interval.
compareRightBoundToLeft(Interval) - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
Compares the right bound of this interval to the left bound of the given interval.
compareRightBoundToRight(Interval) - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
Compares the right bound of this interval to the right bound of the given interval.
compareTo(AggregationMethod) - Method in class org.knime.base.data.aggregation.AggregationOperator
compareTo(SpreadsheetTableModel.IntPair) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel.IntPair
compareTo(AttributeModel) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
compareTo(EigenValue) - Method in class org.knime.base.node.mine.pca.EigenValue
compareTo(TIDItem) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
 
compareTo(InputDataRow) - Method in class org.knime.base.node.preproc.joiner.InputDataRow
compareTo(SubsetMatcher) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
Compares two SubsetMatcher objects based on the item they match using their comparator.
compareTo(NearestNeighbour<T>) - Method in class org.knime.base.util.kdtree.NearestNeighbour
compareValue(DataCell, DataCell) - Method in enum org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane.ComparatorMethod
Compares both cell values using the most common's super type comparator.
compGetColumnMethods(DataTableSpec, List<String>, ConfigRO) - Static method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Compatibility method used for compatibility to versions prior Knime 2.0.
compGetColumnNamePolicy(NodeSettingsRO) - Static method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Compatibility method used for compatibility to versions prior Knime 2.0.
compile() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
Compiles the pattern with the current settings.
ComplexNumberCell - Class in org.knime.core.data.def
A data cell implementation holding a complex number value by storing this value in two double member variables.
ComplexNumberCell(double, double) - Constructor for class org.knime.core.data.def.ComplexNumberCell
Creates a new cell for a complex number.
ComplexNumberValue - Interface in org.knime.core.data
Interface supporting generic complex number values.
ComplexNumberValue.ComplexNumberUtilityFactory - Class in org.knime.core.data
Meta information to the complex number value.
ComplexNumberValue.ComplexNumberUtilityFactory() - Constructor for class org.knime.core.data.ComplexNumberValue.ComplexNumberUtilityFactory
Only subclasses are allowed to instantiate this class.
ComplexNumberValueComparator - Class in org.knime.core.data
Comparator returned by the ComplexNumberValue.
ComplexNumberValueComparator() - Constructor for class org.knime.core.data.ComplexNumberValueComparator
 
ComplexNumberValueRenderer - Class in org.knime.core.data.renderer
Render to display a complex number value using a given NumberFormat.
ComplexNumberValueRenderer(NumberFormat, String) - Constructor for class org.knime.core.data.renderer.ComplexNumberValueRenderer
Instantiates a new object using a given format.
COMPONENT_WIDTH - Static variable in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
Layout constant (combobox width, etc).
COMPONENT_WIDTH - Static variable in class org.knime.base.node.viz.plotter.props.PropertiesTab
Layout constant (combobox width, etc).
componentHidden(ComponentEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
componentHidden(ComponentEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
componentMoved(ComponentEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
componentMoved(ComponentEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
ComponentNodeWidget<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
A NodeWidget consisting of single JComponent.
ComponentNodeWidget(HierarchicalGraphView<K>, K) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
Creates a new instance.
componentResized(ComponentEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
componentResized(ComponentEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Resizes the axes and calls AbstractPlotter.updateSize(), the drawing pane is adapted to the new space only if the size is increased.
componentShown(ComponentEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
componentShown(ComponentEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
compose(DataRow, double) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Composes the activation of the given array and of the calculated one based on the given row.
compose(DataRow, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Composes the degree of membership by using the disjunction of the tco-norm operator.
compose(DataRow, double) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
Sum of the given activation plus the newly calculated one for the given row.
compute(DataCell) - Method in class org.knime.base.data.aggregation.AggregationOperator
 
compute(DataRow, DataRow) - Method in class org.knime.base.node.mine.bfn.Distance
Computes the Euclidean distance between two normalized rows.
compute(DoubleValue[], DataRow) - Method in class org.knime.base.node.mine.bfn.Distance
Computes the Euclidean distance between two normalized vectors.
compute(double[], DataRow) - Method in class org.knime.base.node.mine.bfn.Distance
Computes the Euclidean distance between two normalized vectors.
compute(double[], double[]) - Method in class org.knime.base.node.mine.bfn.Distance
Computes the Euclidean distance between two normalized vectors.
compute(double[], DoubleValue[]) - Method in class org.knime.base.node.mine.bfn.Distance
Computes the Euclidean distance between two normalized vectors.
compute(DoubleValue[], DoubleValue[]) - Method in class org.knime.base.node.mine.bfn.Distance
Computes the Euclidean distance between the two normalized arrays.
compute(DataCell, DataCell, DataCell, DataCell, boolean) - Method in enum org.knime.base.node.preproc.setoperator.SetOperation
 
compute(In, long) - Method in class org.knime.core.util.MultiThreadWorker
Performs the computation for a given input.
computeActivation(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Computes activation for a given row using this basis function.
computeActivation(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Computes the activation based on the given row for this basisfunction.
computeActivation(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Computes activation for a given row using this basis function.
computeActivation(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Returns the compute activation of this input vector.
computeActivation(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Computes activation for a given row using this basis function.
computeActivation(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
Calculates the current activation of this basis function given a input row which is always between 0.0 and 1.0 using the the hereinafter called distance function.
computeCoverage(BasisFunctionLearnerRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Computes the intersection of instances covered by this and the other basisfunction - its fraction to the total number of instances is returned.
computeDistance(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
 
computeDistance(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
computeDistance(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
Computes the distance between this prototype's center vector and the given row.
computeFuzzyCovarianceMatrix(int) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
Computes the fuzzy cobariance matrix of a cluster.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.AggregationOperator
 
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.booleancell.FalseCountOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.booleancell.TrueCountOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.collection.AndElementOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.collection.ElementCountOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.collection.OrElementOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.collection.XORElementOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.date.DateMeanOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.date.MedianDateOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
Deprecated. 
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateOperator
Deprecated. 
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateWithCountOperator
Deprecated. 
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.ConcatenateOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.CountOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.FirstOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.LastOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.ListCellOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.MaxOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.MinOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.MissingValueCountOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.ModeOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.SetCellOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateWithCountOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.UniqueCountOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.MedianOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.ProductOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.RangeOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.SumOperator
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.VarianceOperator
computeJoinTable(BufferedDataTable, BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.preproc.joiner.Joiner
Joins the leftTable and the rightTable.
computeSpread() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Returns a value for the spread of this rule.
computeSpread() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Returns the aggregated spread of the core.
computeSpread() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Returns the aggregated spread of the core.
computeSpread() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
Returns the standard deviation of this radial basisfunction.
computeSquaredEuclidean(double[], double[]) - Method in class org.knime.base.node.mine.bfn.Distance
Computes the Euclidean distance between two normalized vectors.
computeTCoNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.LukaNorm
Computes the TCo-Norm as min(a+b,1).
computeTCoNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.MinMaxNorm
Computes the TCo-Norm as max(a,b).
computeTCoNorm(double, double) - Method in interface org.knime.base.node.mine.bfn.fuzzy.norm.Norm
Computes fuzzy conjunction.
computeTCoNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.ProdNorm
Computes the TCo-Norm as a+b-a*b.
computeTCoNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.YagerNorm
 
computeTNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.LukaNorm
Computes the T-Norm as max(0,a+b-1).
computeTNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.MinMaxNorm
Computes the T-Norm as min(a,b).
computeTNorm(double, double) - Method in interface org.knime.base.node.mine.bfn.fuzzy.norm.Norm
Computes the fuzzy disjunction.
computeTNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.ProdNorm
Computes the T-Norm as a*b.
computeTNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.YagerNorm
 
computeValues(BufferedDataTable, ExecutionMonitor) - Static method in class org.knime.base.data.nominal.NominalTable
Wraps the given table into a new table by computing all possible values for all columns.
computeValues(BufferedDataTable, ExecutionMonitor, String...) - Static method in class org.knime.base.data.nominal.NominalTable
Computes all possible values based in the given table and column name.
computeValues(BufferedDataTable, ExecutionMonitor, int...) - Static method in class org.knime.base.data.nominal.NominalTable
Finds all possible values based on a table and a number of given column indices by iterating through the table.
concatenate(DenseBitVector) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Creates and returns a new bit vector that contains copies of both (this and the argument vector).
concatenate(SparseBitVector) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Creates and returns a new bit vector that contains copies of both (this and the argument vector).
concatenate(DenseByteVector) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Appends the argument at the end of this vector.
concatenate(DenseByteVectorCell) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Appends the argument at the end of the vector currently stored in the factory.
concatenate(SparseByteVector) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Creates and returns a new byte vector that contains copies of both (this and the argument vector).
concatenate(SparseByteVectorCell) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
Appends the argument at the end of the vector currently stored in the factory.
ConcatenateJoinedRowKeyFactory - Class in org.knime.base.node.preproc.joiner
This implementation composes the joined row key by concatenating the left and the right row key with the given separator in the middle.
ConcatenateJoinedRowKeyFactory(String) - Constructor for class org.knime.base.node.preproc.joiner.ConcatenateJoinedRowKeyFactory
 
ConcatenateOperator - Class in org.knime.base.data.aggregation.deprecated
Deprecated. changed in version 2.4 to return missing cell if group contains only missing cells
ConcatenateOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
Deprecated. Constructor for class Concatenate.
ConcatenateOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
Deprecated. Constructor for class ConcatenateOperator.
ConcatenateOperator - Class in org.knime.base.data.aggregation.general
Returns the all values concatenated per group.
ConcatenateOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.ConcatenateOperator
Constructor for class Concatenate.
ConcatenateOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.ConcatenateOperator
Constructor for class ConcatenateOperator.
ConcatenateTable - Class in org.knime.core.data.container
 
CONDENSED_COL_NAME - Static variable in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
The name of the settings tag which holds the new name of the condensed column the user has entered in the dialog as String.
ConditionalBoxPlotNodeDialog - Class in org.knime.base.node.viz.condbox
This class provides the configuration dialog for the conditional box plot node.
ConditionalBoxPlotNodeDialog() - Constructor for class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeDialog
Creates the configuration dialog.
ConditionalBoxPlotNodeFactory - Class in org.knime.base.node.viz.condbox
This class creates a ConditionalBoxPlotNode.
ConditionalBoxPlotNodeFactory() - Constructor for class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
 
ConditionalBoxPlotNodeModel - Class in org.knime.base.node.viz.condbox
Class for the model of a conditional box plot.
ConditionalBoxPlotNodeModel() - Constructor for class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Creates a conditional box plot node model.
ConditionalBoxPlotNodeView - Class in org.knime.base.node.viz.condbox
Class for a view of the conditional box plot.
ConditionalBoxPlotNodeView(ConditionalBoxPlotNodeModel) - Constructor for class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeView
Creates a view for the conditional box plot.
ConditionalBoxPlotSettings - Class in org.knime.base.node.viz.condbox
Settings for conditional box plot.
ConditionalBoxPlotSettings() - Constructor for class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
 
ConditionalBoxPlotter - Class in org.knime.base.node.viz.plotter.box
 
ConditionalBoxPlotter() - Constructor for class org.knime.base.node.viz.plotter.box.ConditionalBoxPlotter
 
Config - Class in org.knime.core.node.config
Supports a mechanism to save settings by their type and a key.
Config(String) - Constructor for class org.knime.core.node.config.Config
Creates a new, empty config object with the given key.
Config.DataCellEntry - Interface in org.knime.core.node.config
Interface for all registered DataCell objects.
Config.DataCellEntry.BooleanCellEntry - Class in org.knime.core.node.config
BooleanCell entry.
Config.DataCellEntry.BooleanCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.BooleanCellEntry
 
Config.DataCellEntry.ComplexNumberCellEntry - Class in org.knime.core.node.config
ComplexNumberCell entry.
Config.DataCellEntry.ComplexNumberCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.ComplexNumberCellEntry
 
Config.DataCellEntry.DateAndTimeCellEntry - Class in org.knime.core.node.config
DateAndTimeCell entry.
Config.DataCellEntry.DateAndTimeCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.DateAndTimeCellEntry
 
Config.DataCellEntry.DoubleCellEntry - Class in org.knime.core.node.config
DoubleCell entry.
Config.DataCellEntry.DoubleCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.DoubleCellEntry
 
Config.DataCellEntry.FuzzyIntervalCellEntry - Class in org.knime.core.node.config
FuzzyIntervalCell entry.
Config.DataCellEntry.FuzzyIntervalCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.FuzzyIntervalCellEntry
 
Config.DataCellEntry.FuzzyNumberCellEntry - Class in org.knime.core.node.config
FuzzyNumberCell entry.
Config.DataCellEntry.FuzzyNumberCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.FuzzyNumberCellEntry
 
Config.DataCellEntry.IntCellEntry - Class in org.knime.core.node.config
IntCell entry.
Config.DataCellEntry.IntCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.IntCellEntry
 
Config.DataCellEntry.LongCellEntry - Class in org.knime.core.node.config
LongCell entry.
Config.DataCellEntry.LongCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.LongCellEntry
 
Config.DataCellEntry.MissingCellEntry - Class in org.knime.core.node.config
Entry for missing DataCell.
Config.DataCellEntry.MissingCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.MissingCellEntry
 
Config.DataCellEntry.StringCellEntry - Class in org.knime.core.node.config
StringCell entry.
Config.DataCellEntry.StringCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.StringCellEntry
 
ConfigEditJTree - Class in org.knime.core.node.config
A tree implementation that allows one to overwrite certain node settings using flow variables.
ConfigEditJTree() - Constructor for class org.knime.core.node.config.ConfigEditJTree
Constructor for empty tree.
ConfigEditJTree(ConfigEditTreeModel) - Constructor for class org.knime.core.node.config.ConfigEditJTree
Shows given tree model.
configEditTreeChanged(ConfigEditTreeEvent) - Method in interface org.knime.core.node.config.ConfigEditTreeEventListener
Called when a node in a ConfigEditTreeModel has changed its state.
ConfigEditTreeEditor - Class in org.knime.core.node.config
Editor component for ConfigEditJTree implementation.
ConfigEditTreeEditor(ConfigEditJTree, ConfigEditTreeRenderer) - Constructor for class org.knime.core.node.config.ConfigEditTreeEditor
Constructs new tree editor.
ConfigEditTreeEvent - Class in org.knime.core.node.config
Event that is fired when the settings associated with the nodes in a ConfigEditTreeModel change.
ConfigEditTreeEvent(Object, String[], String, String) - Constructor for class org.knime.core.node.config.ConfigEditTreeEvent
Creates new event.
ConfigEditTreeEventListener - Interface in org.knime.core.node.config
Listener interface for ConfigEditTreeEvent.
ConfigEditTreeModel - Class in org.knime.core.node.config
Config editor that keeps a mask of variables to overwrite existing settings.
ConfigEditTreeModel.ConfigEditTreeNode - Class in org.knime.core.node.config
Single Tree node implementation.
ConfigEditTreeModel.ConfigEditTreeNode(AbstractConfigEntry) - Constructor for class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
Constructs new tree node based on a representative config entry.
ConfigEditTreeNodePanel - Class in org.knime.core.node.config
Panel that displays a single line/element of a ConfigEditJTree.
ConfigEditTreeNodePanel(boolean) - Constructor for class org.knime.core.node.config.ConfigEditTreeNodePanel
Constructs new panel.
ConfigEditTreeRenderer - Class in org.knime.core.node.config
Renderer implementation of a ConfigEditJTree.
ConfigEditTreeRenderer() - Constructor for class org.knime.core.node.config.ConfigEditTreeRenderer
Only creates fields.
ConfigRO - Interface in org.knime.core.node.config
Interface implements only access functions for Config objects.
configure(DataTableSpec[]) - Method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.image.ImageToTableNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.image.writepng.WritePNGNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBQueryNodeModel
Deprecated. Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBQueryNodeModel2
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBRowFilterNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
The standard table can always provide a table spec, that's why it is also executable: returns true (so to say).
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Number of columns in the output table is not deterministic.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Returns true always and passes the current input spec to the output spec which is identical to the input specification - after all, we are building cluster centers in the original feature space.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
The number of the class column must be > 0 and < number of input columns.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.mds.MDSNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
The additional columns are created based on the model which is loaded in the execute-method.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
returns null.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.pca.PCANodeModel
All IntCell columns are converted to DoubleCell columns.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.sota.SotaNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Assume to get numeric data only.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.binner.BinnerNodeModel
Passes the input spec to the output.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
The number of the class columns must be > 0 and < number of input columns.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
Excludes a number of columns from the input spec and generates a new output spec.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated. The column value filter grabs the comparator from the table spec (if available) and checks settings against the latest spec.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
All IntCell columns are converted to DoubleCell columns.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.partition.PartitionNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Passes the input spec to the output.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataColumnSpec) - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
Called by configure in NodeModel to compute the new column spec.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.sample.RandomFractionRowFilter
Throws exception, not supported.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.sample.RandomNumberRowFilter
Throws exception, not supported.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.sample.SamplingNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
Check if the values of the include list also exist in the DataTableSpec at the inport.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.split.SplitNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.rules.RuleEngineNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.emtpytablereplacer.EmptyTableReplacerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.endmodelcase.EndmodelcaseNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.util.cache.CacheNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
All nominal columns without possible values or with more than 60 possible values are ignored.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
 
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
 
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.roc.ROCNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Output table is like the input table.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.table.TableNodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[], PortObjectSpec[]) - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
In case the executor modifies the result of the underlying node it can create the appropriate output specs.
configure(PortObjectSpec[]) - Method in class org.knime.core.node.Node
Sets all (new) incoming DataTableSpec elements in the model, calls the model to create output table specs and propagates these new specs to the connected successors.
configure(PortObjectSpec[], NodePostConfigure) - Method in class org.knime.core.node.Node
Allows passing an object that may modify the specs created by the NodeModel, for example in case the node is wrapped and the output is modified.
configure(PortObjectSpec[]) - Method in class org.knime.core.node.NodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.core.node.NodeModel
This function is called whenever the derived model should re-configure its output DataTableSpecs.
configure(PortObjectSpec[], PortObjectSpec[]) - Method in interface org.knime.core.node.NodePostConfigure
Modifies the output table specs calculated by the NodeModel.configure(PortObjectSpec[]) method.
configure(PortObjectSpec[], PortObjectSpec[]) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
In case the executor modifies the result of the underlying node it can create the appropriate output specs.
configure(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Configure underlying node and update state accordingly.
configure(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectInNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectOutNodeModel
Configure method for general port types.
configureModel(PortObjectSpec[]) - Method in class org.knime.core.node.NodeModel
This function is called when something changes that could affect the output DataTableSpec elements.
configureQualitySlider(JSpinner) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
ConfigWO - Interface in org.knime.core.node.config
Write-only interface for Config objects providing only access functions.
ConfusionTableModel - Class in org.knime.base.node.mine.scorer.accuracy
A table model representing a confusion matrix.
ConfusionTableModel(int[][], String[], String, String) - Constructor for class org.knime.base.node.mine.scorer.accuracy.ConfusionTableModel
Constructs confusion table model from the score count and the headers.
connect(String, Properties) - Method in class org.knime.base.node.io.database.WrappedDriver
connectedInPorts(int) - Method in class org.knime.core.node.workflow.Workflow
Determine inports which are connected (directly or indirectly) to the given outport in this workflow.
connectedOutPorts(int) - Method in class org.knime.core.node.workflow.Workflow
Determine outports which are connected (directly or indirectly) to the given inport in this workflow.
ConnectionContainer - Class in org.knime.core.node.workflow
Holds all information related to one connection between specific ports of two nodes.
ConnectionContainer(NodeID, int, NodeID, int, ConnectionContainer.ConnectionType) - Constructor for class org.knime.core.node.workflow.ConnectionContainer
Creates new connection.
ConnectionContainer.ConnectionType - Enum in org.knime.core.node.workflow
 
ConnectionID - Class in org.knime.core.node.workflow
 
ConnectionID(NodeID, int) - Constructor for class org.knime.core.node.workflow.ConnectionID
A connection is identified by its destination node and port index.
ConnectionProgress - Class in org.knime.core.node.workflow
Contained in a ConnectionProgressEvent which is fired when the progress information has changed.
ConnectionProgress(boolean, String) - Constructor for class org.knime.core.node.workflow.ConnectionProgress
Create a progress event based on progress value and message.
ConnectionProgressEvent - Class in org.knime.core.node.workflow
This event is fired in order to update the UI with connection statistics and provide animation.
ConnectionProgressEvent(ConnectionContainer, ConnectionProgress) - Constructor for class org.knime.core.node.workflow.ConnectionProgressEvent
 
ConnectionProgressListener - Interface in org.knime.core.node.workflow
Listener for ConnectionProgressEvent fired when the progress information has changed.
ConnectionUIInformation - Class in org.knime.core.node.workflow
Default implementation of a connection extra info.
ConnectionUIInformation() - Constructor for class org.knime.core.node.workflow.ConnectionUIInformation
Constructs a ConnectionUIInformation.
connectionUIInformationChanged(ConnectionUIInformationEvent) - Method in interface org.knime.core.node.workflow.ConnectionUIInformationListener
Invoked when the ui information has changed.
ConnectionUIInformationEvent - Class in org.knime.core.node.workflow
Event that's fired by a ConnectionContainer when its UI information changes.
ConnectionUIInformationEvent(ConnectionContainer, ConnectionUIInformation) - Constructor for class org.knime.core.node.workflow.ConnectionUIInformationEvent
 
ConnectionUIInformationListener - Interface in org.knime.core.node.workflow
Listener for ui information changes on ConnectionContainer.
considerAttribute(int) - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns true if the given attribute should be considered during learning, false if not.
constructPossibleTypes(DataType) - Static method in class org.knime.base.node.preproc.rename.RenameColumnSetting
Construct a set with all types a given type can be cast to.
ContainerTable - Class in org.knime.core.data.container
Class implementing the DataTable interface and using a buffer from a DataContainer as data source.
ContainerTable(Buffer) - Constructor for class org.knime.core.data.container.ContainerTable
Create new Table based on a Buffer.
ContainerTable(CopyOnAccessTask, DataTableSpec) - Constructor for class org.knime.core.data.container.ContainerTable
Constructor when table is read from file.
contains(double) - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
Checks if the given value is located within this interval or not.
contains(DataCell) - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
Returns true if the set contains the specified cell.
contains(DataCell) - Method in class org.knime.core.data.collection.SetCell
Returns true if the collection contains the specified cell.
contains(DataCell) - Method in interface org.knime.core.data.collection.SetDataValue
Returns true if the collection contains the specified cell.
contains(String) - Method in class org.knime.core.node.workflow.CredentialsStore
Checks, if a CredentialsStore is contained in this store under the given name.
containsBlobCells() - Method in class org.knime.core.data.container.Buffer
True if any row containing blob cells is contained in this buffer.
containsBlobWrapperCells() - Method in class org.knime.core.data.collection.BlobSupportDataCellList
 
containsBlobWrapperCells() - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
 
containsBlobWrapperCells() - Method in interface org.knime.core.data.collection.CollectionDataValue
Get whether the collection contains special BlobWrapperDataCell (framework use).
containsBlobWrapperCells() - Method in class org.knime.core.data.collection.ListCell
Get whether the collection contains special BlobWrapperDataCell (framework use).
containsBlobWrapperCells() - Method in class org.knime.core.data.collection.SetCell
Get whether the collection contains special BlobWrapperDataCell (framework use).
containsBlobWrapperCells() - Method in class org.knime.core.data.collection.SparseListCell
Get whether the collection contains special BlobWrapperDataCell (framework use).
containsCompatibleType(Class<? extends DataValue>) - Method in class org.knime.core.data.DataTableSpec
Checks if this spec contains a column with a type compatible to the given DataValue class.
containsConfusionMatrixKeys(int, int, Set<RowKey>) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Checks if the specified confusion matrix cell contains at least one of the given keys.
containsEmptyBins() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
containsExecutedNode() - Method in class org.knime.core.node.workflow.WorkflowManager
 
containsInactiveObjects(PortObject[]) - Static method in class org.knime.core.node.Node
Iterates the argument array and returns true if any element is instance of InactiveBranchPortObject.
containsMissingValueBin() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
containsName(String) - Method in class org.knime.core.data.DataTableSpec
Checks if the given column name occurs in this spec.
containsNodeContainer(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Does the workflow contain a node with the argument id?
containsNodeKey(NodeID) - Method in class org.knime.core.node.workflow.Workflow
 
containsNotPresentableBin() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
containsProperty(String) - Method in class org.knime.core.data.DataColumnProperties
Tests if this properties object contains a given key.
containsSkippedAttributes() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
 
containsValsChanged() - Method in class org.knime.base.node.io.filereader.DomainDialog
Called when the state of the "contains nominal values" box changes.
containsValsChanged() - Method in class org.knime.base.node.io.tablecreator.prop.DomainDialog
Called when the state of the "contains nominal values" box changes.
ContextAwareNodeFactory<T extends NodeModel> - Class in org.knime.core.node
This extension of NodeFactory is used in order to create a new node in a certain context.
ContextAwareNodeFactory() - Constructor for class org.knime.core.node.ContextAwareNodeFactory
 
continueExecutionOnLoad(PortObject[], NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainer
Called upon load when the node has been saved as remotely executing.
continueExecutionOnLoad(NodeContainer, NodeContainerPersistor) - Method in class org.knime.core.node.workflow.WorkflowManager
 
continueLoop() - Method in class org.knime.core.node.NodeModel
Informs WorkflowManager after execute to continue the loop.
ConvenienceMethods - Class in org.knime.core.node.util
Collection of methods that are useful in different contexts.
ConvenientComboBoxRenderer - Class in org.knime.core.node.util
 
ConvenientComboBoxRenderer() - Constructor for class org.knime.core.node.util.ConvenientComboBoxRenderer
 
convertInputRow(Matrix, DataRow, double[], int[], int, boolean) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
reduce a single input row to the principal components.
convertInputRow(Matrix, DataRow, double[], int[], int) - Static method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
reduce a single input row to the principal components.
convertToUrl(String) - Static method in class org.knime.core.node.util.MultipleURLList
Creates an URL from the "file"name entered in the dialog.
Coordinate - Class in org.knime.base.util.coordinate
The abstract class for all coordinate classes.
Coordinate(DataColumnSpec) - Constructor for class org.knime.base.util.coordinate.Coordinate
Creates a coordinate from a data column spec.
CoordinateFactory - Interface in org.knime.base.util.coordinate
Interface for a coordinate factory.
CoordinateMapping - Class in org.knime.base.util.coordinate
Abstract class describing a coordinate mapping.
CoordinateMapping(String, double) - Constructor for class org.knime.base.util.coordinate.CoordinateMapping
Constructs a coordinate mapping from a string representation of the domain value and its mapping value.
copy(WorkflowCopyContent) - Method in class org.knime.core.node.workflow.WorkflowManager
Copy the given content.
copy(boolean, WorkflowCopyContent) - Method in class org.knime.core.node.workflow.WorkflowManager
Copy the nodes with the given ids.
copy(File, File, ExecutionMonitor) - Static method in class org.knime.core.util.FileUtil
Copies a file.
copy(InputStream, OutputStream) - Static method in class org.knime.core.util.FileUtil
Copies the bytes as read from input to the output stream destination.
copy(Reader, Writer) - Static method in class org.knime.core.util.FileUtil
Copies the chars as read from source to the writer destination.
copy(File, File) - Static method in class org.knime.core.util.FileUtil
Copies a file.
CopyAction - Class in org.knime.base.node.io.tablecreator.table
The swing action for copying the selected cells to the system clipboard.
CopyAction(JTable) - Constructor for class org.knime.base.node.io.tablecreator.table.CopyAction
Creates a new instance.
copyDir(File, File) - Static method in class org.knime.core.util.FileUtil
Copies the given source (either a file or a directory) into the given target.
copyFrom(WorkflowAnnotation, boolean) - Method in class org.knime.core.node.workflow.WorkflowAnnotation
Copy content, styles, position from the argument and notify listeners.
copyFromAndPasteHere(WorkflowManager, WorkflowCopyContent) - Method in class org.knime.core.node.workflow.WorkflowManager
Copies the nodes with the given ids from the argument workflow manager into this wfm instance.
CopyNodeContainerMetaPersistor - Class in org.knime.core.node.workflow
 
CopyNodeContainerMetaPersistor(NodeContainer, boolean, boolean) - Constructor for class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
Create copy persistor.
CopyNodePersistor - Class in org.knime.core.node
A persistor cloning a node's settings.
CopyNodePersistor(Node) - Constructor for class org.knime.core.node.CopyNodePersistor
Create a new persistor.
CopyOnAccessTask - Class in org.knime.core.data.container
Opens (on demand) a zip file from the workspace location and copies the binary data content to temp for further reading.
CopyOnAccessTask(ReferencedFile, DataTableSpec, int, Map<Integer, ContainerTable>, DataContainer.BufferCreator) - Constructor for class org.knime.core.data.container.CopyOnAccessTask
Keeps reference, nothing else.
copyPortObject(PortObject, ExecutionMonitor) - Static method in class org.knime.core.node.Node
Copies the PortObject so that the copy can be given to the node model implementation (and potentially modified).
CopySingleNodeContainerPersistor - Class in org.knime.core.node.workflow
 
CopySingleNodeContainerPersistor(SingleNodeContainer, boolean, boolean) - Constructor for class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
Create copy persistor.
copyTo(ConfigWO) - Method in class org.knime.core.node.NodeSettings
Makes a deep copy of this Config and all sub-configs.
copyTo(ConfigWO) - Method in interface org.knime.core.node.NodeSettingsRO
Copies this NodeSettings instance into a write-only ConfigWO.
copyValueConfigurationFrom(V) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
CopyWorkflowPersistor - Class in org.knime.core.node.workflow
 
CopyWorkflowPersistor(WorkflowManager, HashMap<Integer, ContainerTable>, boolean, boolean) - Constructor for class org.knime.core.node.workflow.CopyWorkflowPersistor
Create copy persistor.
CorePlugin - Class in org.knime.core.internal
Plugin class that is initialized when the plugin project is started.
CorePlugin() - Constructor for class org.knime.core.internal.CorePlugin
 
COS_DIST - Static variable in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
Flag for cosinus distance.
COS_DIST - Static variable in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
Flag for cosinus distance.
CosinusDistanceManager - Class in org.knime.base.node.mine.mds.distances
 
CosinusDistanceManager(double, boolean) - Constructor for class org.knime.base.node.mine.mds.distances.CosinusDistanceManager
Creates new instance of CosinusDistanceManager with given offset and fuzzy flag.
CosinusDistanceManager - Class in org.knime.base.node.mine.sota.distances
 
CosinusDistanceManager(double, boolean) - Constructor for class org.knime.base.node.mine.sota.distances.CosinusDistanceManager
Creates new instance of CosinusDistanceManager with given offset and fuzzy flag.
couldBeUsefulPartitioned() - Method in class org.knime.base.node.mine.decisiontree2.learner.Partitioner
Whether a useful partition could be created.
count() - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Returns the absolute number of rows in the output table.
count(int) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Sets the absolute number of rows in the output table.
countData(BufferedDataTable, int, int) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.QuantaMatrix2D
Counts the distribution of the given column of the input table and stores it into the quanta matrix.
countMethod() - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Returns the method use for sampling the rows.
countMethod(SamplingNodeSettings.CountMethods) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Sets the method use for sampling the rows.
CountOperator - Class in org.knime.base.data.aggregation.general
Returns the count per group.
CountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.CountOperator
Constructor for class CountOperator.
CountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.CountOperator
Constructor for class CountOperator.
countRowsInBackground() - Method in class org.knime.core.node.tableview.TableContentModel
Starts a new internal thread that will iterate over the table and count the rows in it.
countRowsInBackground() - Method in class org.knime.core.node.tableview.TableContentView
Delegate method to start row counting.
countRowsInBackground() - Method in class org.knime.core.node.tableview.TableView
Delegate method to start row counting.
covariance(double[][]) - Static method in class org.knime.base.util.math.StatisticUtils
Calculates the covariance matrix for the given input matrix.
cover(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Called if a row covers a new DataRow.
cover(DataRow, DataCell) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
If the same class as this basisfunction is assigned to, the number of correctly covered pattern is increased, otherwise the number of wrong covered ones.
cover(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
This basis function covers the given row.
cover(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Method is empty.
coveredColors() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
coveredPattern() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
coveredPattern() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
 
coveredPattern() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
coveredPattern() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated. 
coveredPattern() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated. 
coveredPattern() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated. 
coveredPattern() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
coverIntern(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Covers a new row and decrease covered counter.
covers(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns true if the input row is covered by this row, otherwise false.
covers(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Returns true if the given row is covered by this prototype, that is, if FuzzyBasisFunctionLearnerRow.computeActivation(DataRow) returns a degree greater than MINACT.
covers(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Checks if the given row is covered by this basis function.
covers(DataCell) - Method in class org.knime.base.node.preproc.autobinner.apply.NumericBin
 
covers(DataCell) - Method in interface org.knime.base.node.preproc.binner.BinnerColumnFactory.Bin
 
covers(DataCell) - Method in class org.knime.base.node.preproc.binner.NumericBin
 
covers(DataCell) - Method in interface org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory.Bin
 
covers(DataCell) - Method in class org.knime.base.node.preproc.pmml.binner.NumericBin
 
create(String) - Static method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
create(Collection<? extends DataCell>) - Static method in class org.knime.core.data.collection.BlobSupportDataCellList
Factory method to create a list based on a collection.
create(DataRow, int[]) - Static method in class org.knime.core.data.collection.BlobSupportDataCellList
Create new list based on selected cell from a DataRow.
create(Collection<? extends DataCell>) - Static method in class org.knime.core.data.collection.BlobSupportDataCellSet
Factory method to create a set of data cells based on a collection.
create(DataRow, int[]) - Static method in class org.knime.core.data.collection.BlobSupportDataCellSet
Create new set containing selected cells from a DataRow.
create(ExecutionMonitor, BufferedDataTable...) - Static method in class org.knime.core.data.container.ConcatenateTable
Creates a new table from argument tables.
create(BufferedDataTable, BufferedDataTable, ExecutionMonitor) - Static method in class org.knime.core.data.container.JoinedTable
Creates new join table, does the sanity checks.
create(ColumnRearranger, BufferedDataTable, ExecutionMonitor, ExecutionContext) - Static method in class org.knime.core.data.container.RearrangeColumnsTable
This factory method is intended to be used immediately before the BufferedDataTable is created.
create(String) - Static method in class org.knime.core.data.xml.PMMLCellFactory
Factory method to create DataCell representing Document.
create(Document) - Static method in class org.knime.core.data.xml.PMMLCellFactory
Factory method to create DataCell representing Document.
create(InputStream) - Static method in class org.knime.core.data.xml.PMMLCellFactory
Factory method to create DataCell representing Document.
create(String) - Static method in class org.knime.core.data.xml.XMLCellFactory
Factory method to create DataCell representing Document.
create(Document) - Static method in class org.knime.core.data.xml.XMLCellFactory
Factory method to create DataCell representing Document.
create(InputStream) - Static method in class org.knime.core.data.xml.XMLCellFactory
Factory method to create DataCell representing Document.
create(XMLValue) - Static method in class org.knime.core.data.xml.XMLCellFactory
Factory method to create DataCell representing Document.
create(ConfigBase, ConfigBase) - Static method in class org.knime.core.node.config.ConfigEditTreeModel
Factory method that parses the settings tree and constructs a new object of this class.
create(ConfigBase) - Static method in class org.knime.core.node.config.ConfigEditTreeModel
Parses a settings tree and creates an empty mask (for later modification).
create(ExecutionContext) - Method in class org.knime.core.node.ExtensionTable
Create the actual buffered data table.
createAbstractNodeView(int, T) - Method in class org.knime.core.node.NodeFactory
Generalization of NodeFactory.createNodeView(int, NodeModel) to allow for creation of a more flexible AbstractNodeView.
createAddTableSpec(DataTableSpec, int) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
create part of table spec to be added to the input table.
createAddTableSpec(DataTableSpec, String[]) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
create part of table spec to be added to the input table.
createAggregateModel() - Static method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
 
createAlgorithmModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
 
createAndAddNode(NodeFactory<?>) - Method in class org.knime.core.node.workflow.WorkflowManager
Uses given Factory to create a new node and then adds new node to the workflow manager.
createAndAddProject(String) - Method in class org.knime.core.node.workflow.WorkflowManager
Create new project - which is the same as creating a new subworkflow at this level with no in- or outports.
createAndAddSubWorkflow(PortType[], PortType[], String) - Method in class org.knime.core.node.workflow.WorkflowManager
Creates new meta node.
createAppendColumnModel() - Static method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
 
createAppendColumnNameModel(SettingsModelBoolean) - Static method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
 
createAppendSetListColModel() - Static method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
 
createAssociationRuleFlagModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
 
createBackwardsBreadthFirstSortedList(Set<Integer>) - Method in class org.knime.core.node.workflow.Workflow
Return map of node ids to set of port indices based on list of output ports.
createBar(String, Color) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
Creates a new BarDataModel with the given color.
createBar(String, Color) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
Creates a new BarDataModel with the given color.
createBarName(boolean, double, double) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Creates the name of the bin depending on the given boundaries.
createBinInterval(double, double, int, boolean) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
 
createBins(DataColumnSpec, int) - Method in class org.knime.base.node.viz.histogram.util.IntervalBinCreator
 
createBinStart(double, double, boolean) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Called to calculate the left start value of the binning.
createBitVectorColumnModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
 
createBlobDirNameForTemp(File) - Static method in class org.knime.core.data.container.Buffer
Guesses a "good" blob directory for a given binary temp file.
createBreadthFirstSortedList(Set<NodeID>, boolean) - Method in class org.knime.core.node.workflow.Workflow
Return map of node ids to set of port indices based on argument list of node ids.
createBuffer() - Method in class org.knime.core.data.container.CopyOnAccessTask
Called to start the copy process.
createBuffer(InputStream) - Method in class org.knime.core.data.container.CopyOnAccessTask
Called to start the copy process.
createBuffer(File, File, DataTableSpec, InputStream, int, Map<Integer, ContainerTable>) - Method in class org.knime.core.data.container.DataContainer.BufferCreator
Creates buffer for reading.
createBuffer(int, int, Map<Integer, ContainerTable>, Map<Integer, ContainerTable>) - Method in class org.knime.core.data.container.DataContainer.BufferCreator
Creates buffer for writing (adding of rows).
createBufferedDataTable(DataTable, ExecutionMonitor) - Method in class org.knime.core.node.ExecutionContext
Caches the table argument and returns a reference to a BufferedDataTable wrapping the content.
createBufferedDataTables(DataTable[], ExecutionMonitor) - Method in class org.knime.core.node.ExecutionContext
Performs the creation of buffered datatables for an array of DataTables.
createButtonGroup(ButtonGroupEnumInterface[], ActionListener) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createButtonGroup(ButtonGroupEnumInterface[], ButtonGroupEnumInterface, ActionListener) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createButtonGroupBox(ButtonGroup, boolean, String, boolean) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createCell() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new instance of Cell with the factorys dimension and returns it.
createCell(int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new instance of Cell with the factorys dimension and the given level and returns it.
createCell(SotaCell[], int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new instance of Cell with given data and level and returns it.
createCell(double[], int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new instance of Cell with given data and level and returns it.
createCell(FuzzyIntervalValue[], int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new insatnce of Cell with given FuzzyIntervalValue data and level and returns it.
createCell(double[], double[], double[], double[], int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new insatnce of Cell with given min, max Core and Support data and level and returns it.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.BooleanCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.ComplexNumberCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in interface org.knime.core.node.config.Config.DataCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.DateAndTimeCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.DoubleCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.FuzzyIntervalCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.FuzzyNumberCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.IntCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.LongCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.MissingCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.StringCellEntry
Create DataCell on given Config.
createChildAt(int) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Creates an empty child for the item specified by pos.
createChildren(int) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Creates emtpy children for all items, whose support is greater or equal to minSupport.
createChoiceModel() - Static method in class org.knime.base.node.switches.manualif.ManualIfNodeDialog
 
createChoiceModel() - Static method in class org.knime.base.node.switches.startcase.StartcaseNodeDialog
 
createChunkSizeModel() - Static method in class org.knime.base.node.preproc.transpose.TransposeTableNodeDialogPane
 
createClass(String) - Static method in class org.knime.core.eclipseUtil.GlobalClassCreator
Deprecated. return Class specified name - using either normal classloader or special one if it was given before.
createClassColModel() - Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
 
createClone() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
createClone() - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
createClone() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
 
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleBounded
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelIntegerBounded
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLongBounded
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOddIntegerBounded
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
createCloneWithValidatedValue(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Creates a new settings model with identical values for everything except the stored value (also except the list of listeners).
createColCountModel() - Static method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
 
createColFilterModel() - Static method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
 
createColNameSettingsModel() - Static method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
 
createColorMapping(Set<DataCell>) - Static method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
Create default color mapping for the given set of possible DataCell values.
createColPrefixModel() - Static method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
 
createColSelectSettingsModel() - Static method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
 
createColTypeFilter() - Static method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
 
createColTypeModel() - Static method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
 
createColumName(ColumnAggregator) - Method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
 
createColumnFilterModel() - Static method in class org.knime.base.node.io.database.DBColumnFilterNodeDialogPane
 
createColumnFilterModel() - Static method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
 
createColumnFilterModel() - Static method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
 
createColumnFilterOrderColumns() - Static method in class org.knime.base.node.preproc.unpivot.UnpivotNodeDialogPane
Return settings model for retained output columns.
createColumnFilterValueColumns() - Static method in class org.knime.base.node.preproc.unpivot.UnpivotNodeDialogPane
Return settings model for value columns.
createColumnModel() - Static method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
 
createColumnModel() - Static method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
 
createColumnModel() - Static method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
 
createColumnModel() - Static method in class org.knime.base.node.viz.property.color.ColorAppender2NodeDialogPane
 
createColumnModel() - Static method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeDialogPane
 
createColumnModel() - Static method in class org.knime.base.node.viz.property.size.SizeAppenderNodeDialogPane
 
createColumnModel() - Static method in class org.knime.base.node.viz.property.size.SizeManager2NodeDialogPane
 
createColumnRearranger(DataTableSpec, String, DataType) - Static method in class org.knime.base.node.preproc.rowkey.RowKeyUtil
Creates the ColumnRearranger that appends a new column with the values of the row id to a data table.
createColumnRearrangeTable(BufferedDataTable, ColumnRearranger, ExecutionMonitor) - Method in class org.knime.core.node.ExecutionContext
Creates a new BufferedDataTable based on a given input table (in) whereby only some of the columns of in have changed.
createColumnSelectionModel() - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
createColumnSpec(String, DataColumnSpec) - Method in interface org.knime.base.data.aggregation.AggregationMethod
 
createColumnSpec(String, DataColumnSpec) - Method in class org.knime.base.data.aggregation.AggregationOperator
createColumnSpec(PMMLPortObjectSpec, DataTableSpec, boolean) - Static method in class org.knime.base.node.mine.regression.logistic.predict.LogRegPredictor
Creates the spec of the output if possible.
createColumnSpecs(String[], DataType[]) - Static method in class org.knime.core.data.DataTableSpec
Static helper method to create a DataColumnSpec array from the given names and types.
createComparatorMethod() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createComponent() - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
Creates the component.
createComponent() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
Creates the component.
createConcatenateTable(ExecutionMonitor, BufferedDataTable...) - Method in class org.knime.core.node.ExecutionContext
Creates a new BufferedDataTable, which is row-wise concatenation of the argument tables.
createConfidenceModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
 
createConnection() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Deprecated. use DatabaseConnectionSettings.createConnection(CredentialsProvider)
createConnection(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Create a database connection based on this settings.
createConnectionModel() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Create connection model with all settings used to create a database connection.
createConnectionModel() - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
Create connection model with all settings used to create a database connection.
createController() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
Create and return a controller that shows the label and description together with the actual value represented by this quickform configuration.
createCoordinate(DataColumnSpec) - Static method in class org.knime.base.util.coordinate.Coordinate
Factory method to create a coordinate for a given column spec.
createCoordinate(DataColumnSpec) - Method in interface org.knime.base.util.coordinate.CoordinateFactory
Factory method for creating a Coordinate according to a DataColumnSpec.
createCoordinate(DataColumnSpec) - Method in class org.knime.base.util.coordinate.DoubleCoordinateFactory
Factory method for creating a Coordinate according to a DataColumnSpec.
createCoordinate(DataColumnSpec) - Method in class org.knime.base.util.coordinate.IntegerCoordinateFactory
Factory method for creating a Coordinate according to a DataColumnSpec.
createCoordinate(DataColumnSpec) - Method in class org.knime.base.util.coordinate.NominalCoordinateFactory
Factory method for creating a Coordinate according to a DataColumnSpec.
createCopyPersistor() - Method in class org.knime.core.node.Node
Create a persistor that is used to paste a copy of this node into the same or a different workflow.
createCorrelationMatrix(ExecutionContext) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Creates the correlation table, used in the view and as output table.
createCovarianceMatrixSpec(String[]) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
 
createCovarianceTable(ExecutionContext, double[][], String[]) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
create data table from covariance matrix.
createDataCell(Object) - Method in class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated. Factory method to get DataCells from basic types.
createDataCell(double) - Method in class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated. Creates new DoubleCell for a double.
createDataCell(float) - Method in class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated. Creates new DoubleCell for a float.
createDataCell(int) - Method in class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated. Creates new IntCell for an int.
createDataCell(byte) - Method in class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated. Creates new IntCell for a byte.
createDataCell(boolean) - Method in class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated. Creates new IntCell for a boolean having value 1 if b==true or 0 if b==false.
createDataCell() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Creates a DataCell from the currently stored bit vector.
createDataCell() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Creates a DataCell from the currently stored bit vector.
createDataCell() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Creates a DataCell from the currently stored byte vector.
createDataCell() - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
Creates a DataCell from the currently stored byte vector.
createDataCellOfType(DataType, String) - Method in class org.knime.base.node.io.filereader.DataCellFactory
Creates a DataCell of the specified type from the data passed.
createDataContainer(DataTableSpec) - Method in class org.knime.core.node.ExecutionContext
Creates a container to which rows can be added.
createDataContainer(DataTableSpec, boolean) - Method in class org.knime.core.node.ExecutionContext
Creates a container to which rows can be added.
createDataContainer(DataTableSpec, boolean, int) - Method in class org.knime.core.node.ExecutionContext
Creates a container to which rows can be added, overwriting the node's memory policy.
createDataFileDirName(int) - Static method in class org.knime.core.node.NodePersistorVersion1xx
 
createDataRow(int, int, int, DataRow, OutputDataRow.Settings) - Static method in class org.knime.base.node.preproc.joiner.OutputDataRow
Create a DataRow that stores information of a inner or outer joins.
createDataRow(int, int, int, OutputDataRow.Settings) - Static method in class org.knime.base.node.preproc.joiner.OutputDataRow
Create a DataRow that stores information of a right outer join.
createDataTableColModel() - Static method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
 
createDataTableSpec() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Derives a DataTableSpec from the current settings.
createDataTableSpec(DataTableSpec, int) - Static method in class org.knime.base.node.mine.mds.MDSNodeModel
Creates the DataTableSpec of the output data table.
createDataTableSpec(DataTableSpec, int) - Static method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
Creates the DataTableSpec of the output data table.
createDataTableSpec(DataTableSpec) - Static method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
Creates the outgoing DataTableSpec by adding a column to the incoming DataTableSpec which contains the predicted class.
createDataTableSpecFromARFFfile(URL, ExecutionMonitor) - Static method in class org.knime.base.node.io.arffreader.ARFFTable
Reads in the header of the specified ARFF file and returns a corresponding table spec object.
createDBQueryConnection(DatabasePortObjectSpec, String) - Method in class org.knime.base.node.io.database.DBNodeModel
Creates a new query connection based on the connection settings, that is, either create a new table or wrap the SQL statement.
createDecompositionOutputTable(ExecutionContext, EigenvalueDecomposition, String[]) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
create a table containing the given spectral decomposition.
createDecompositionTableSpec(String[]) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
create table spec for output of spectral decomposition.
createDefaultColumnProperty(SortedMap<Integer, ColProperty>) - Static method in class org.knime.base.node.io.tablecreator.table.PropertyColumnsAction
Generates a ColProperty object with default settings.
createDefaultMissingSection(boolean) - Static method in class org.knime.base.node.viz.pie.datamodel.PieDataModel
Creates the default missing section.
createDerivedFieldName(String) - Method in class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
Creates a new unique derived field name and stores the mapping.
createDescriptionPane() - Static method in class org.knime.base.data.aggregation.AggregationMethods
Creates a JScrollPane that lists all available aggregation methods and a short description of each method.
createDialogPanel() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeDialog
createDialogPanel() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeDialogPane
 
createDictInputColModel() - Static method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
 
createDictOutputColModel() - Static method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
 
createDistanceManager(String, boolean, double, boolean) - Static method in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
Creates a new instance extending the DistanceManager interface.
createDistanceManager(String) - Static method in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
Creates a new instance extending the DistanceManager interface.
createDistanceManager(String, boolean) - Static method in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
Creates a new instance extending the DistanceManager interface.
createDistanceManager(String, boolean, boolean) - Static method in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
Creates a new instance extending the DistanceManager interface.
createDistanceManager(String, boolean, double) - Static method in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
Creates a new instance extending the DistanceManager interface.
createDistanceManager(String) - Static method in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
Creates a new instance extending the DistanceManager interface.
createDistanceManager(String, boolean) - Static method in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
Creates a new instance extending the DistanceManager interface.
createDomain() - Method in class org.knime.core.data.DataColumnDomainCreator
Creates a read-only DataColumnDomain based on the internal values.
createElement(Color) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
createElement(Color) - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
createElement(Color) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBarDataModel
createElement(Color) - Method in class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel
createEmptyTIDItemSet(String, int) - Static method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
Creates an empty TIDItemSet with no items but, since it is an empty set, present in all transactions.
createEnableHiliteModel() - Static method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
 
createExecutionContext() - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
createExecutionResult(ExecutionMonitor) - Method in class org.knime.core.node.workflow.NodeContainer
Saves all internals that are necessary to mimic the computed result into a new execution result object.
createExecutionResult(ExecutionMonitor) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Saves all internals that are necessary to mimic the computed result into a new execution result object.
createExecutionResult(ExecutionMonitor) - Method in class org.knime.core.node.workflow.WorkflowManager
Saves all internals that are necessary to mimic the computed result into a new execution result object.
createFactorModel() - Static method in class org.knime.base.node.viz.property.size.SizeManager2NodeDialogPane
 
createFileChooserModel() - Static method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeDialog
 
createFileModel() - Static method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeDialog
 
createFileOutSettings() - Static method in class org.knime.base.node.image.writepng.WritePNGNodeModel
Create settings for file output path.
createFilter(boolean) - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
createFilter(boolean) - Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
 
createFilter(boolean) - Method in class org.knime.base.node.preproc.filter.row.RowIDRowFilterPanel
createFilter(boolean) - Method in class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
createFilterTableSpec(DataTableSpec, String...) - Static method in class org.knime.base.data.filter.column.FilterColumnTable
Calls FilterColumnTable.createFilterTableSpec(DataTableSpec, int[]) arguments with the correct values in the int[] argument, i.e.
createFilterTableSpec(DataTableSpec, boolean, int...) - Static method in class org.knime.base.data.filter.column.FilterColumnTable
This function constructs a spec for this filter table.
createFilterTableSpec(DataTableSpec, int...) - Static method in class org.knime.base.data.filter.column.FilterColumnTable
This function constructs a spec for this filter table.
createFinalSpec(DataTableSpec) - Static method in class org.knime.base.node.mine.smote.Smoter
Creates the out spec when smoting the table with inSpec.
createFirstColumnModel() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createFlowVariableModel(String, FlowVariable.Type) - Method in class org.knime.core.node.NodeDialogPane
Create model and register a new variable for a specific settings entry (in a non-hierarchical settings object).
createFlowVariableModel(String[], FlowVariable.Type) - Method in class org.knime.core.node.NodeDialogPane
Create model and register a new variable for a specific settings entry for a hierarchical settings object.
createFlowVariableModel(SettingsModelFlowVariableCompatible) - Method in class org.knime.core.node.NodeDialogPane
Create model and register a new variable for a specific settings object.
createFrame(String) - Method in class org.knime.core.node.NodeView
Deprecated. This method will be removed without replacement in future versions of KNIME as client code should not be required to open views.
createFrom(NodeSettingsRO) - Static method in class org.knime.base.node.preproc.rename.RenameColumnSetting
Factory method used in NodeModel#validate and #loadSettingsFrom.
createFuzzyIntervalCell() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Returns a DataCell, either missing if undefined, or a FuzzyIntervalCell using the membership function properties.
createGeneralRegressionContent() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Creates a new PMML General Regression Content from this logistic regression model.
createGraphNode(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidgetFactory
Create a NodeWidget which is a visual representation of the given object.
createGraphNode(K) - Method in interface org.knime.base.node.mine.decisiontree2.view.graph.NodeWidgetFactory
Create a NodeWidget which is a visual representation of the given object.
createGridColCountModel() - Static method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
 
createGridColumnModel() - Static method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
 
createGroupBySpec(DataTableSpec, List<String>) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Generate table spec based on the input spec and the selected columns for grouping.
createGroupByTable(ExecutionContext, BufferedDataTable, DataTableSpec, int[]) - Method in class org.knime.base.node.preproc.groupby.BigGroupByTable
createGroupByTable(ExecutionContext, BufferedDataTable, List<String>) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Create group-by table.
createGroupByTable(ExecutionContext, BufferedDataTable, DataTableSpec, int[]) - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
createGroupByTable(ExecutionContext, BufferedDataTable, DataTableSpec, int[]) - Method in class org.knime.base.node.preproc.groupby.MemoryGroupByTable
createGroupByTableSpec(DataTableSpec, List<String>, ColumnAggregator[], ColumnNamePolicy) - Static method in class org.knime.base.node.preproc.groupby.GroupByTable
 
createHeaderView(JTable) - Static method in class org.knime.core.node.tableview.TableRowHeaderView
Factory method that creates a row header view for a given table.
createHiLiteMenu() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
createHiLiteMenu() - Method in class org.knime.core.node.tableview.TableView
Get a new menu to control hiliting for this view.
createHiLiteMenuItems() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
Helper function to create new JMenuItems that are in the hilite menu.
createHiLiteMenuItems() - Method in class org.knime.core.node.tableview.TableView
Helper function to create new JMenuItems that are in the hilite menu.
createHiLiteModel() - Static method in class org.knime.base.node.preproc.unpivot.UnpivotNodeDialogPane
Create model to enable/disable hiliting.
createHistogramModel(ExecutionContext, int, BufferedDataTable) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
This method should use the given information to create the internal histogram data model.
createHistogramModel(ExecutionContext, int, BufferedDataTable) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
This method should use the given information to create the internal histogram data model.
createHistogramModel(ExecutionContext, int, BufferedDataTable) - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
This method should use the given information to create the internal histogram data model.
createHTMLDetailData(List<? extends AggregationValModel>) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createHTMLDetailData(List<? extends AggregationValModel>, double[]) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createHTMLTable(String, String, String, int, Map<String, ? extends Object>, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
 
createHTMLTotalData(double[]) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createIncludeColsModel() - Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
 
createInExcludeModel() - Static method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeDialogPane
 
createInExcludeModel() - Static method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
 
createInMemoryTable(ExecutionContext) - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTableCreator
Creates the InMemoryTable.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.AggregationOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.booleancell.FalseCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.booleancell.TrueCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.collection.AndElementCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.collection.AndElementOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.collection.ElementCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.collection.OrElementCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.collection.OrElementOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.collection.XORElementCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.collection.XORElementOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.date.DateMeanOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.date.DayRangeOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.date.MedianDateOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
Deprecated. Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateOperator
Deprecated. Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateWithCountOperator
Deprecated. Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.ConcatenateOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.CountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.FirstOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.LastOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.ListCellOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.MaxOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.MinOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.MissingValueCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.ModeOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.PercentOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.SetCellOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.SortedListCellOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateWithCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.UniqueCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.MedianOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.ProductOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.RangeOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.StdDeviationOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.SumOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.VarianceOperator
Creates a new instance of this operator.
createInteractiveIntervalBins(DataColumnSpec, int) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Creates the given number of interval bins for the given column specification.
createInteractiveNominalBins(DataColumnSpec) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Creates interactive nominal bins for the given column specification.
createInternalBufferID() - Method in class org.knime.core.data.container.DataContainer
Get an internal id for the buffer being used.
createInternalBufferID() - Method in class org.knime.core.node.BufferedDataContainer
Get an internal id for the buffer being used.
createIntervalBins(DataColumnSpec, int) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Creates the given number of interval bins for the given column specification.
createIntervalWidthModel() - Static method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Creates the model for the interval width.
createItemsetLengthModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
 
createItemSetTypeModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
 
createJoinedKey(RowKey, RowKey) - Method in class org.knime.base.node.preproc.joiner.ConcatenateJoinedRowKeyFactory
Creates a row key of the joined row.
createJoinedKey(RowKey, RowKey) - Method in interface org.knime.base.node.preproc.joiner.JoinedRowKeyFactory
Creates a row key of the joined row.
createJoinedKey(RowKey, RowKey) - Method in class org.knime.base.node.preproc.joiner.UseSingleRowKeyFactory
Creates a row key of the joined row.
createJoinedTable(BufferedDataTable, BufferedDataTable, ExecutionMonitor) - Method in class org.knime.core.node.ExecutionContext
Creates a new BufferedDataTable that is a column based join of the argument tables.
createKernelParams() - Static method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
creates the kernel parameter SettingsModels.
createLabel(double, int, AggregationMethod) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createLabel(double, int, AggregationMethod, ValueScale) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createLabel(PieSectionDataModel) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
createLabel(PieSectionDataModel, PieSubSectionDataModel) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
createLastDisplayedRowModel(int) - Static method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
 
createLink(URI) - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
Create a new link template info based on this template, which is supposed to be accessible under the argument URI.
createList(int) - Method in class org.knime.base.node.viz.histogram.util.FixedIntervalBinCreator
createList(int) - Method in class org.knime.base.node.viz.histogram.util.InteractiveIntervalBinCreator
createList(int) - Method in class org.knime.base.node.viz.histogram.util.IntervalBinCreator
 
createListCell(Collection<? extends DataCell>) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Factory method to create a ListCell based on a collection.
createListCell(DataRow, int[]) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Creates a new ListCell based on selected cells from a DataRow.
createLoadPersistor(File, WorkflowLoadHelper) - Static method in class org.knime.core.node.workflow.WorkflowManager
 
createLocalCloneForWriting() - Method in class org.knime.core.data.container.Buffer
Creates a clone of this buffer for writing the content to a stream that is of the current version.
createLocalCloneForWriting() - Method in class org.knime.core.data.container.NoKeyBuffer
Creates a clone of this buffer for writing the content to a stream that is of the current version.
createLowerBoundCheckBoxModel() - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
createLowerBoundModel() - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
createLowerBoundTextfieldModel() - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
createMappingModel() - Static method in class org.knime.base.node.viz.property.size.SizeManager2NodeDialogPane
 
createMatchOption() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createMatchValue() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createMaxNominalValuesModel() - Static method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
 
createMedianModel() - Static method in class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
 
createMinSupportModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
 
createMismatchOption() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createMismatchValue() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createMissingCells(DataTableSpec) - Static method in class org.knime.base.data.join.JoinedTable
Fills an array with missing values according to the spec.
createMissingValueHandlingTable(DataTable, ColSetting[], ExecutionContext, StringBuffer) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
Does missing value handling to the argument table given the col settings in an array and also reports progress.
createMissingValueModel() - Static method in class org.knime.base.node.preproc.unpivot.UnpivotNodeDialogPane
Create model to ignore missing values.
createModel(ExecutionContext, DataColumnSpec, DataColumnSpec, BufferedDataTable, int, boolean) - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
Called prior #addDataRow(...) method to allow the implementing class the specific model creation.
createModel(ExecutionContext, DataColumnSpec, DataColumnSpec, BufferedDataTable, int, boolean) - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
Called prior #addDataRow(...) method to allow the implementing class the specific model creation.
createModel(ExecutionContext, DataColumnSpec, DataColumnSpec, BufferedDataTable, int, boolean) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Called prior #addDataRow(...) method to allow the implementing class the specific model creation.
createModelFileName(int) - Static method in class org.knime.core.node.NodePersistorVersion1xx
 
createModelSpec(DataTableSpec, String[], String[], DataType) - Static method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
Creates a model spec based on the data input spec by extracting all DoubleCell columns and the specified target column.
createNavigationMenu() - Method in class org.knime.core.node.tableview.TableView
Create the navigation menu for this table view.
createNewColumn() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Returns if a new column should be created instead of overriding the values in the target column.
createNewColumn(boolean) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Sets if a new column should be created instead of overriding the values in the target column.
createNewColumnName() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createNewColumnTypes(BufferedDataTable, CellSplitterUserSettings, ExecutionContext) - Static method in class org.knime.base.node.preproc.cellsplit.CellSplitterCellFactory
Analyzes the values in the user selected column and tries to figure out how many columns are needed to hold the splitted values and of which type the new resulting column have to be.
createNewGroup(String) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Creates a new dialog component group and closes the current one.
createNewInputReader() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
createNewMenu(Container) - Static method in class org.knime.core.node.NodeViewExport
Convenience method that create a menu entry containing all available export options.
createNewNode(Node, DataCellStringMapper) - Static method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Create new node from XML-information.
createNewPossValueCounterModel() - Static method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
Factory method to create the bounded range model for the possible values count.
createNewReader(URL) - Static method in class org.knime.base.node.util.BufferedFileReader
Creates a new reader from the specified location with the default character set from the Java VM.
createNewReader(URL, String) - Static method in class org.knime.base.node.util.BufferedFileReader
Creates a new reader from the specified location with the default character set from the Java VM.
createNewReader(InputStream) - Static method in class org.knime.base.node.util.BufferedFileReader
Same as the method above (BufferedFileReader.createNewReader(URL)), but with an input stream as argument.
createNewSettingsObject() - Static method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
Factory method to instantiate a default settings object, used in constructor and in dialog.
createNewTab(String) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Creates a new tab in the dialog.
createNewTabAt(String, int) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Creates a new tab in the dialog.
createNewTemplate() - Static method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
 
createNewWithOffsetPosition(int[]) - Method in class org.knime.core.node.workflow.ConnectionUIInformation
Changes the position by setting the bend points according to the given moving distance.
createNewWithOffsetPosition(int[]) - Method in class org.knime.core.node.workflow.NodeUIInformation
Changes the position by setting the bounds left top corner according to the given moving distance.
createNode() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new instance of Cell with the factorys dimension and returns it.
createNode(int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new instance of Cell with the factorys dimension and given level and returns it.
createNode(SotaCell[], int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new instance of Cell with given data and level and returns it.
createNodeDialogPane() - Method in class org.knime.base.collection.list.create.CollectionCreateNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.image.ImageToTableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.image.writepng.WritePNGNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory
Deprecated. Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBReaderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBWriterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.linereader.LineReaderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.listfiles.ListFilesNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.table.write.WriteTableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopEndNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.knn.KnnNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.mds.MDSNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.pca.PCANodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.binner.BinnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.split.SplitNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.rules.RuleEngineNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.switches.emtpytablereplacer.EmptyTableReplacerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.switches.endcase.EndcaseNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.switches.endif.EndifNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.switches.endmodelcase.EndmodelcaseNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.switches.manualif.ManualIfNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.switches.startcase.StartcaseNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.util.cache.CacheNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.util.sampledata.SampleDataNodeFactory
Throws exception so far.
createNodeDialogPane() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.roc.ROCNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
This node has no dialog.
createNodeDialogPane() - Method in class org.knime.base.node.viz.table.TableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.core.node.NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectInNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectOutNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeExecutionResult(ExecutionMonitor) - Method in class org.knime.core.node.Node
Creates an execution result containing all calculated values in a execution.
createNodeFromPredictorParams(ModelContentRO, DecisionTreeNode) - Static method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Creates a new DecisionTreeNode (and all it's children!) based on an model content object.
createNodeModel() - Method in class org.knime.base.collection.list.create.CollectionCreateNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.image.ImageToTableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.image.writepng.WritePNGNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel(NodeCreationContext) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
Creates a new node model.
createNodeModel() - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory
Deprecated. Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBReaderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBWriterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel(NodeCreationContext) - Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
Creates a new node model.
createNodeModel() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.linereader.LineReaderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.listfiles.ListFilesNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel(NodeCreationContext) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
Creates a new node model.
createNodeModel() - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel(NodeCreationContext) - Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
Creates a new node model.
createNodeModel() - Method in class org.knime.base.node.io.table.write.WriteTableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.LoopEndNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.knn.KnnNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.mds.MDSNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.pca.PCANodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsWithOptionalInNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.binner.BinnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.split.SplitNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.rules.RuleEngineNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.switches.emtpytablereplacer.EmptyTableReplacerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.switches.endcase.EndcaseNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.switches.endif.EndifNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.switches.endmodelcase.EndmodelcaseNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.switches.manualif.ManualIfNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.switches.startcase.StartcaseNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.util.cache.CacheNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.util.sampledata.SampleDataNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.roc.ROCNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.table.TableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel(NodeCreationContext) - Method in class org.knime.core.node.ContextAwareNodeFactory
Creates a new node model.
createNodeModel() - Method in class org.knime.core.node.NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel(NodeCreationContext) - Method in class org.knime.core.node.NodeFactory
 
createNodeModel() - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectInNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectOutNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodePersistor() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
 
createNodePersistor() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
createNodeView(int, CollectionCreateNodeModel) - Method in class org.knime.base.collection.list.create.CollectionCreateNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CollectionSplitNodeModel) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AppendVariableToTableNodeModel) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ExtractVariablesNodeModel) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, InjectVariablesNodeModel) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, TableToVariableNodeModel) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopStartVariableNodeModel) - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, VariableToTableNodeModel) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ImageToTableNodeModel) - Method in class org.knime.base.node.image.ImageToTableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ReadPNGFromURLNodeModel) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, WritePNGNodeModel) - Method in class org.knime.base.node.image.writepng.WritePNGNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CSVReaderNodeModel) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DatabaseLoopingNodeModel) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBColumnFilterNodeModel) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBConnectionNodeModel) - Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBConnectionWriterNodeModel) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBQueryNodeModel) - Method in class org.knime.base.node.io.database.DBQueryNodeFactory
Deprecated. Creates and returns a new node view for the given index.
createNodeView(int, DBQueryNodeModel2) - Method in class org.knime.base.node.io.database.DBQueryNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, DBReaderConnectionNodeModel) - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBReaderNodeModel) - Method in class org.knime.base.node.io.database.DBReaderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBRowFilterNodeModel) - Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBWriterNodeModel) - Method in class org.knime.base.node.io.database.DBWriterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ReadSysPropertyNodeModel) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, FileReaderNodeModel) - Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, VariableFileReaderNodeModel) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LineReaderNodeModel) - Method in class org.knime.base.node.io.linereader.LineReaderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ListFilesNodeModel) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PMMLReaderNodeModel) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PMMLWriterNodeModel) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PortObjectReaderNodeModel) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PortObjectWriterNodeModel) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ReadTableNodeModel) - Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.io.table.write.WriteTableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, TableCreator2NodeModel) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, BWElimFilterNodeModel) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, BWElimLoopEndNodeModel) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, BWElimLoopStartNodeModel) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, BWElimLoopStartNodeModel) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopStartChunkNodeModel) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnListLoopStartNodeModel) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopEndConditionNodeModel) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopStartGenericNodeModel) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopEnd2NodeModel) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopEndJoinNodeModel) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopEndNodeModel) - Method in class org.knime.base.node.meta.looper.LoopEndNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopStartCountNodeModel) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopStartIntervalNodeModel) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AggregateOutputNodeModel) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, XValidatePartitionModel) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
Creates and returns a new node view for the given index.
createNodeView(int, NaiveBayesLearnerNodeModel) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NaiveBayesPredictorNodeModel) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, FuzzyBasisFunctionLearnerNodeModel) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, FuzzyBasisFunctionPredictorNodeModel) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RadialBasisFunctionLearnerNodeModel) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RadialBasisFunctionPredictorNodeModel) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ClusterAssignerNodeModel) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, FuzzyClusterNodeModel) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ClusterNodeModel) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DecisionTreeLearnerNodeModel) - Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DecTreePredictorNodeModel) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.mine.knn.KnnNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, MDSNodeModel) - Method in class org.knime.base.node.mine.mds.MDSNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, MDSProjectionNodeModel) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, MLPPredictorNodeModel) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RPropNodeModel) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PCAApplyNodeModel) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PCAComputeNodeModel) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PCANodeModel) - Method in class org.knime.base.node.mine.pca.PCANodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PCAReverseNodeModel) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LinRegLearnerNodeModel) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LogRegLearnerNodeModel) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, GeneralRegressionPredictorNodeModel) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PolyRegLearnerNodeModel) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RegressionPredictorNodeModel) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AccuracyScorerNodeModel) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EntropyNodeModel) - Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SotaPredictorNodeModel) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SotaNodeModel) - Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, BitVectorGeneratorNodeModel) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SubgroupMinerModel2) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory2
Creates and returns a new node view for the given index.
createNodeView(int, SVMLearnerNodeModel) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SVMPredictorNodeModel) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AddEmptyRowsNodeModel) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AppendedRowsNodeModel) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AutoBinnerApplyNodeModel) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AutoBinnerLearnNodeModel) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.binner.BinnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, BinByDictionaryNodeModel) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CellReplacerNodeModel) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColCombineNodeModel) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnComparatorNodeModel) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, StringToNumberNodeModel) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnResorterNodeModel) - Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnHeaderExtractorNodeModel) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnHeaderInsertNodeModel) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnMergerNodeModel) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnRenameRegexNodeModel) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnToGridNodeModel) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PMCCFilterNodeModel) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PMCCNodeModel) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CreateTableStructureNodeModel) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DiscretizationApplyNodeModel) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CAIMDiscretizationNodeModel) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DoubleToIntNodeModel) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EqualSizeSamplingNodeModel) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, FilterColumnNodeModel) - Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnFilterRefNodeModel) - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, HiLiteCollectorNodeModel) - Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, HiliteFilterNodeModel) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RowFilter2PortNodeModel) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RowFilterRefNodeModel) - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, GroupByNodeModel) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SubsetMatcherNodeModel) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, MissingValueHandlingNodeModel) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NormalizerApplyNodeModel) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NormalizerNodeModel) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, Pivot2NodeModel) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NormalizerApplyNodeModel) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NormalizerPMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, StringToNumberNodeModel) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RegexSplitNodeModel) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RowKeyNodeModel) - Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SamplingNodeModel) - Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SetOperatorNodeModel) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.split.SplitNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, TransposeTableNodeModel) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, UngroupNodeModel) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, UnpivotNodeModel) - Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RuleEngineNodeModel) - Method in class org.knime.base.node.rules.RuleEngineNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EmptyTableReplacerNodeModel) - Method in class org.knime.base.node.switches.emtpytablereplacer.EmptyTableReplacerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EndcaseNodeModel) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EndifNodeModel) - Method in class org.knime.base.node.switches.endif.EndifNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EndmodelcaseNodeModel) - Method in class org.knime.base.node.switches.endmodelcase.EndmodelcaseNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ManualIfNodeModel) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, StartcaseNodeModel) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.util.cache.CacheNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CreateTempDirectoryNodeModel) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeFactory
Throws exception as there is no view to create.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CrosstabNodeModel) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EnrichmentPlotterModel) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
Creates and returns a new node view for the given index.
createNodeView(int, FixedColumnHistogramNodeModel) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, HistogramNodeModel) - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LiftChartNodeModel) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, FixedPieNodeModel) - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, InteractivePieNodeModel) - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, M) - Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColorAppender2NodeModel) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColorManager2NodeModel) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ShapeAppenderNodeModel) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ShapeManagerNodeModel) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SizeAppenderNodeModel) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SizeManager2NodeModel) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.viz.roc.ROCNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, Statistics2NodeModel) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
The view offers statistical information on the input table.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.viz.table.TableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, T) - Method in class org.knime.core.node.NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, VirtualPortObjectInNodeModel) - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectInNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, VirtualPortObjectOutNodeModel) - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectOutNodeFactory
Creates and returns a new node view for the given index.
createNoMatchPolicyModel() - Static method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
 
createNominalBins(DataColumnSpec) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Creates interactive nominal bins for the given column specification.
createNominalFilterModel() - Static method in class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
 
createNominalValuesModel() - Static method in class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
 
createNominalValuesModelOutput() - Static method in class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
 
createNominalValueTable(List<String>) - Method in class org.knime.base.data.statistics.Statistics2Table
Create nominal value table containing all possible values together with their occurrences.
createNominalXCoordinate(Set<DataCell>) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Creates a nominal x axis.
createNominalYCoordinate(Set<DataCell>) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Creates a nominal y axis.
createNormalizedCoordinates(Map<DataColumnSpec, double[]>) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
 
createNormalizedCoordinates(Map<DataColumnSpec, double[]>) - Method in class org.knime.base.node.viz.plotter.box.ConditionalBoxPlotter
createNoValuesModel() - Static method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
 
createOperator(GlobalSettings, OperatorColumnSettings) - Method in interface org.knime.base.data.aggregation.AggregationMethod
Creates a new instance of this operator and returns it.
createOperator(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.AggregationOperator
Creates a new instance of this operator and returns it.
createOperatorModel() - Static method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
 
createOptionArray(Collection<String>) - Static method in class org.knime.core.node.util.DefaultStringIconOption
Helper method to create a StringIconOption array from a String Collection.
createOutFlowObjectStack() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Creates a copy of the stack held by the Node and modifies the copy by pushing all outgoing flow variables onto it.
createOutlineView() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Creates an outline view, which is a birds eye view on the graph.
createOutputSpec(DataTableSpec, ExtendedCellFactory) - Static method in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
Returns the output spec based on the input spec and the cell factory.
createOutSpec(String[]) - Static method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Creates output spec for correlation table.
createOutSpecNominal(DataTableSpec, List<String>) - Static method in class org.knime.base.data.statistics.Statistics2Table
Create spec containing only nominal columns in same order as the input spec.
createOutSpecNumeric(DataTableSpec) - Static method in class org.knime.base.data.statistics.Statistics2Table
Create spec containing only numeric columns in same order as the input spec.
createOverwriteOKModel() - Static method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeDialog
 
createOverwriteOKSettings() - Static method in class org.knime.base.node.image.writepng.WritePNGNodeModel
Create settings for overwrite OK flag.
createParallelAxis(DataColumnSpec) - Static method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
Factory method to get an instance of a ParallelAxis.
createPortObject(BasisFunctionModelContent) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Creates a new basisfunction port object given the model content.
createPortObject(BasisFunctionModelContent) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
Create a new basisfunction port object given the model content.
createPortObject(BasisFunctionModelContent) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
Creates a new basisfunction port object given the model content.
createPortObject(BasisFunctionModelContent) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject
Create a new basisfunction port object given the model content.
createPortObject(BasisFunctionModelContent) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
Creates a new basisfunction port object given the model content.
createPortObject(BasisFunctionModelContent) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject
Create a new basisfunction port object given the model content.
createPortObject(PMMLPortObject, DataTableSpec, DataTableSpec) - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Creates a new PMML regression port object from this linear regression model.
createPortObjectSpec(PMMLPortObjectSpec, DataTableSpec, DataTableSpec) - Static method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Creates a PMML port object spec based on all columns in the given data table spec.
createPredictorRow(ModelContentRO) - Method in interface org.knime.base.node.mine.bfn.BasisFunctionPortObject.Creator
Return specific predictor row for the given ModelContent.
createPredictorRow(ModelContentRO) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject.FuzzyCreator
Return specific predictor row for the given ModelContent.
createPredictorRow(ModelContentRO) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject.RadialCreator
Return specific predictor row for the given ModelContent.
createProbabilityColumnModel() - Static method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Creates the model for selecting the column with predicted values.
createQueryModel() - Static method in class org.knime.base.node.io.database.DBQueryNodeDialogPane
Deprecated. Create model to enter SQL statement on input database view.
createRangeFilter(DataTable, double, ExecutionMonitor) - Static method in class org.knime.base.node.preproc.sample.Sampler
Creates a filter that to filter the first 100 * fraction rows from a table.
createRangeFilter(int) - Static method in class org.knime.base.node.preproc.sample.Sampler
Creates a filter that passes only the first count rows.
createRearranger(DataTableSpec, String[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Creates a column rearranger based on the data spec.
createReferenceTableColModel() - Static method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
 
createRemoveCollectionColModel() - Static method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
 
createReplaceColHeader() - Static method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
 
createResponseColumnModel() - Static method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Creates the model for selecting the column with response values.
createResponseLabelModel() - Static method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Creates the model for the response label.
createResult() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
Creates a result object for the current configuration.
createResultColSpec(DataColumnSpec, DataColumnSpec) - Method in enum org.knime.base.node.preproc.setoperator.SetOperation
 
createResultColSpecs(NaiveBayesModel, DataTableSpec, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Creates the column specification of the result columns and returns them in the order they should be appended to the original table specification.
createResultColSpecs(DataColumnSpec, DataTableSpec, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Creates the column specification of the result columns and returns them in the order they should be appended to the original table specification.
createResultTable(ExecutionContext, BufferedDataTable, DiscretizationModel) - Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Creates BufferedDataTable from a given input table and an appropriate DiscretizationScheme.
createResultTableSpec(SetOperation, DataColumnSpec, DataColumnSpec) - Static method in class org.knime.base.node.preproc.setoperator.SetOperationTable
 
createRowComparator() - Static method in class org.knime.base.node.preproc.joiner.OutputDataRow
Creates a comparator which can be used to order DataRows created by the factory methods of this class.
createRowFilter(NodeSettingsRO) - Static method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilterFactory
 
createRowIDSpec(String) - Static method in class org.knime.base.node.preproc.setoperator.SetOperationTable
 
createRowKey(int) - Static method in class org.knime.core.data.RowKey
Factory method to create "default" row IDs based on the row index.
createSampleFilter(double) - Static method in class org.knime.base.node.preproc.sample.Sampler
Creates row filter that randomly samples about 100 * fraction percent from a table.
createSampleFilter(DataTable, double, ExecutionMonitor) - Static method in class org.knime.base.node.preproc.sample.Sampler
Creates row filter that samples precisely a given fraction of rows.
createSampleFilter(DataTable, double, Random, ExecutionMonitor) - Static method in class org.knime.base.node.preproc.sample.Sampler
Creates row filter that samples precisely a given fraction of rows.
createSampleFilter(DataTable, int, ExecutionMonitor) - Static method in class org.knime.base.node.preproc.sample.Sampler
Creates row filter that samples arbitrary count rows from table.
createSampleFilter(DataTable, int, Random, ExecutionMonitor) - Static method in class org.knime.base.node.preproc.sample.Sampler
Creates row filter that samples arbitrary count rows from table.
createSampler(int, EqualSizeSamplingConfiguration.SamplingMethod, Random) - Method in class org.knime.base.node.preproc.equalsizesampling.OccurrenceCounter
 
createSamplingTable(DataTable, RowFilter) - Static method in class org.knime.base.node.preproc.sample.Sampler
Convenience method that creates a new DataTable that samples rows according to a given row filter.
createSecondColumnModel() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createSecretKey(String) - Static method in class org.knime.core.util.KnimeEncryption
Generates a SecretKey based on the given key phrase.
createSetCell(Collection<? extends DataCell>) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Factory method to create a SetCell that contains a data cell set based on a collection.
createSetCell(DataRow, int[]) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Create new SetCell containing a set based on selected cell from a DataRow.
createSetColNameModel() - Static method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
 
createSetIDColNameModel() - Static method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
 
createSettingsBinaryNominalSplit() - Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
 
createSettingsCacheKeys() - Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
 
createSettingsClassColumn() - Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
 
createSettingsColumns() - Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
 
createSettingsConfidenceValue() - Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
 
createSettingsDistanceFunction() - Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
 
createSettingsFrom(Map<String, FlowVariable>) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
Creates a clone from this object replacing the dataURL location by the value from stack.
createSettingsIgnoreDomain() - Static method in class org.knime.base.node.preproc.pivot.Pivot2NodeDialog
 
createSettingsLinkageType() - Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
 
createSettingsMaxNominalValues() - Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
 
createSettingsMinNumRecords() - Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
 
createSettingsMissingValues() - Static method in class org.knime.base.node.preproc.pivot.Pivot2NodeDialog
 
createSettingsModel() - Static method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
Create settings model collection create node.
createSettingsModelColumnName() - Static method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
Creates settings model holding the name of the new column.
createSettingsModelRemoveCols() - Static method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
Create settings model for flag to remove aggregated columns.
createSettingsModelSetOrList() - Static method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
Create settings model for flag to create SetCell or ListCell.
createSettingsNumberOfClusters() - Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
 
createSettingsNumberRecordsForView() - Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
 
createSettingsNumProcessors() - Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
 
createSettingsPruningMethod() - Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
 
createSettingsQualityMeasure() - Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
 
createSettingsSplitPoint() - Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
 
createSettingsTotal() - Static method in class org.knime.base.node.preproc.pivot.Pivot2NodeDialog
 
createSilentSubExecutionContext(double) - Method in class org.knime.core.node.ExecutionContext
Creates a new execution context with a different max progress value and swallowing any report messages.
createSilentSubProgress(double) - Method in class org.knime.core.node.ExecutionMonitor
Creates an execution monitor with a partial progress range, which ignores any message set.
createSilentSubProgressMonitor(double) - Method in class org.knime.core.node.ExecutionMonitor
Factory method to create a new silent sub progress monitor.
createSingleNodeContainerPersistorLoad(ReferencedFile) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
createSingleNodeContainerPersistorLoad(ReferencedFile) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
createSingleNodeContainerPersistorLoad(ReferencedFile) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
createskipMissingValModel() - Static method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
 
createSkippedGroupName(DataCell[]) - Static method in class org.knime.base.node.preproc.groupby.GroupByTable
 
createSortedList(double[][], double[]) - Static method in class org.knime.base.node.mine.pca.EigenValue
create list of EigenValues sorted by absolute value
createSortInMemModel() - Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
 
createSotaCell(String) - Static method in class org.knime.base.node.mine.sota.logic.SotaCellFactory
Creates a new zeroed SotaCell.
createSparseListCell(DataRow, int[], DataCell) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Creates a new ListCell based on selected cells from a DataRow.
createSparseListCell(Collection<? extends DataCell>, DataCell) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Factory method to create a SparseListCell based on a collection.
createSpec(DataTableSpec, DataTableSpec) - Static method in class org.knime.base.data.join.JoinedTable
Creates a new DataTableSpec as an result of merging a left and a right table.
createSpec(DataTableSpec, DataTableSpec, String, String) - Static method in class org.knime.base.data.join.JoinedTable
Creates a new DataTableSpec as an result of merging a left and a right table.
createSpec(DataTableSpec, ModelContentRO) - Static method in class org.knime.base.data.normalize.AffineTransTable
Reads the meta information from the settings object and constructs the DataTableSpec, which would be the outcome when a table complying with spec were fet to the load method.
createSpec(DataTableSpec, DataTableSpec, int) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Creates the output model spec.
createSpec() - Static method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
Create the data table spec of the table return by getTable().
createSpec() - Method in class org.knime.core.data.container.ColumnRearranger
Creates the data table spec on the current set of columns.
createSpec(DataTableSpec...) - Static method in class org.knime.core.data.container.ConcatenateTable
Creates merged table spec.
createSpec() - Method in class org.knime.core.data.DataColumnSpecCreator
Creates and returns a new DataColumnSpec using the internal properties of this creator.
createSpec() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Creates a new PMMLPortObjectSpec based on the internal attributes of this creator.
createSpecReplacerTable(BufferedDataTable, DataTableSpec) - Method in class org.knime.core.node.ExecutionContext
Creates a new BufferedDataTable based on a given input table (in) whereby only the table spec of it has changed.
createSplitPointSettingsModel() - Static method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
 
createStatisticMomentsTable() - Method in class org.knime.base.data.statistics.Statistics2Table
Creates a table of statistic moments such as minimum, maximum, mean, standard deviation, variance, overall sum, no.
createStringColModel() - Static method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
 
createStringModel() - Static method in class org.knime.base.node.image.ImageToTableNodeDialog
 
createSubExecutionContext(double) - Method in class org.knime.core.node.ExecutionContext
Creates a new execution context with a different max progress value.
createSubPool() - Method in class org.knime.core.util.ThreadPool
Creates a sub pool that shares the threads with this (parent) pool.
createSubPool(int) - Method in class org.knime.core.util.ThreadPool
Creates a sub pool that shares the threads with this (parent) pool.
createSubProgress(double) - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
Creates an execution monitor with a partial progress range.
createSubProgress(double) - Method in class org.knime.core.node.ExecutionMonitor
Creates an execution monitor with a partial progress range.
createSubProgressMonitor(double) - Method in class org.knime.core.node.ExecutionMonitor
Factory method to create a new sub progress monitor.
createSubsetColNameModel() - Static method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
 
createSubWorkflow(WorkflowPersistor, NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Creates new meta node from a persistor instance.
createTable(ExecutionContext, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
Read data from database.
createTable(int, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
Called from the database port to read the first n-number of rows.
createTableHeader(String, List<String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
 
createTableNameModel() - Static method in class org.knime.base.node.io.database.DBConnectionWriterDialogPane
Create model for table name.
createTablePortObject(ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Creates a BufferedDataTable with the
createTableSpec(DataTableSpec, DataColumnSpec, int) - Static method in class org.knime.base.data.replace.ReplacedColumnsTable
Creates a new table spec with one replaced column.
createTableSpec(DataTableSpec, DataColumnSpec[], int[]) - Static method in class org.knime.base.data.replace.ReplacedColumnsTable
Creates a new table spec with several replaced columns.
createTableSpec(DataTableSpec, ColSetting[]) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
Get the DataTableSpec that is created when creating a MissingValueHandling with the settings sets.
createTableSpec(DataTableSpec, String...) - Static method in class org.knime.base.node.preproc.rowkey.RowKeyUtil
 
CreateTableStructureNodeDialog - Class in org.knime.base.node.preproc.createtablestructure
NodeDialog for the "CreateTableStructure" Node.
CreateTableStructureNodeDialog() - Constructor for class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeDialog
New pane for configuring the CreateTableStructure node.
CreateTableStructureNodeFactory - Class in org.knime.base.node.preproc.createtablestructure
NodeFactory for the "CreateTableStructure" Node.
CreateTableStructureNodeFactory() - Constructor for class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeFactory
 
CreateTableStructureNodeModel - Class in org.knime.base.node.preproc.createtablestructure
This is the model implementation of CreateTableStructure.
CreateTableStructureNodeModel() - Constructor for class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
Constructor for the node model.
CreateTableStructureNodeModel.ColType - Enum in org.knime.base.node.preproc.createtablestructure
Output column type.
createTargetColModel() - Static method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
 
createTempDir(String) - Static method in class org.knime.core.util.FileUtil
Creates a temporary directory that is automatically deleted when the JVM shuts down.
createTempDir(String, File) - Static method in class org.knime.core.util.FileUtil
Creates a temporary directory that is automatically deleted when the JVM shuts down.
CreateTempDirectoryConfiguration - Class in org.knime.base.node.util.createtempdir
 
CreateTempDirectoryConfiguration() - Constructor for class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
CreateTempDirectoryConfiguration.VarNameFileNamePair - Class in org.knime.base.node.util.createtempdir
 
CreateTempDirectoryConfiguration.VarNameFileNamePair(String, String) - Constructor for class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration.VarNameFileNamePair
 
CreateTempDirectoryNodeDialogPane - Class in org.knime.base.node.util.createtempdir
 
CreateTempDirectoryNodeDialogPane() - Constructor for class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeDialogPane
 
CreateTempDirectoryNodeFactory - Class in org.knime.base.node.util.createtempdir
 
CreateTempDirectoryNodeFactory() - Constructor for class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeFactory
 
CreateTempDirectoryNodeModel - Class in org.knime.base.node.util.createtempdir
 
CreateTempDirectoryNodeModel() - Constructor for class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
 
createTempFile() - Static method in class org.knime.core.data.container.DataContainer
Creates a temp file called "knime_container_date_xxxx.zip" and marks it for deletion upon exit.
createToolTip() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
createTransformerHandlerForSave(OutputStream) - Static method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObjectSpec
 
createTransformerHandlerForSave(OutputStream) - Static method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.  
createTreeCellEditor() - Method in class org.knime.core.node.config.ConfigEditTreeEditor
createTypeModel() - Static method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeDialogPane
 
createUI(JComponent) - Static method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
Creates the UI component.
createUnifyHeaderPrefix(SettingsModelBoolean) - Static method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
 
createUpperBoundCheckBoxModel() - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
createUpperBoundModel() - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
createUpperBoundTextfieldModel() - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
createValidateModel() - Static method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeDialog
 
createValueConfiguration() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
createValueModel() - Static method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
 
createViewMenu() - Method in class org.knime.core.node.tableview.TableView
Get a new menu with view controllers (row height, etc.) for this view.
createViewModel(DendrogramNode) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Converts the cluster node into a view model, where cluster nodes are points and leaf nodes are dots.
createWorkflowPersistorLoad(ReferencedFile) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
createWorkflowPersistorLoad(ReferencedFile) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
createWrappedTable(BufferedDataTable) - Method in class org.knime.core.node.ExecutionContext
Creates a new BufferedDataTable that simply wraps the argument table.
createXCoordinate(double, double) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Recalculates the domain of the x axis.
createXCoordinate(int, int) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Recalculates the domain of the x axis.
createXMLCellReader(InputStream) - Static method in class org.knime.core.data.xml.io.XMLCellReaderFactory
Creates a @link{XMLCellReader} to read a single cell from given
createXMLCellWriter(OutputStream) - Static method in class org.knime.core.data.xml.io.XMLCellWriterFactory
Create writer to write xml cells.
createXMLCellWriter(OutputStream, boolean) - Static method in class org.knime.core.data.xml.io.XMLCellWriterFactory
Create writer to write xml cells.
createXMLMultiCellWriter(OutputStream, QName, Map<QName, String>) - Static method in class org.knime.core.data.xml.io.XMLCellWriterFactory
Create writer to write xml cells enclosed in the given root element.
createXPathXMLCellReader(InputStream, LimitedXPathMatcher) - Static method in class org.knime.core.data.xml.io.XMLCellReaderFactory
Creates a @link{XMLCellReader} to read nodes matching the given limited XPath.
createYCoordinate(double, double) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Recalculates the domain of the y axis.
createZoomMenu() - Method in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel
 
Credentials - Class in org.knime.core.node.workflow
The credentials implementation.
Credentials(String) - Constructor for class org.knime.core.node.workflow.Credentials
Create new credentials for a given name.
Credentials(String, String, String) - Constructor for class org.knime.core.node.workflow.Credentials
Create new credentials for a given name, initializing defaults.
CredentialsProvider - Class in org.knime.core.node.workflow
Provides available credential variables for a workflow.
CredentialsProvider(NodeContainer, CredentialsStore) - Constructor for class org.knime.core.node.workflow.CredentialsProvider
Creates new provider for a given node container and a store to read from.
CredentialsStore - Class in org.knime.core.node.workflow
Container for credentials defined on a workflow.
CredentialsStore(WorkflowManager) - Constructor for class org.knime.core.node.workflow.CredentialsStore
Create new credential store for a workflow.
CredentialsStore(WorkflowManager, List<Credentials>) - Constructor for class org.knime.core.node.workflow.CredentialsStore
Create new credential store for a workflow.
criticalMemoryFootprint() - Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Returns whether the memory footprint is critical.
CROSS - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the cross.
CrosstabNodeDialog - Class in org.knime.base.node.viz.crosstable
This is the dialog for the Crosstab node.
CrosstabNodeDialog() - Constructor for class org.knime.base.node.viz.crosstable.CrosstabNodeDialog
Creates a new dialog.
CrosstabNodeFactory - Class in org.knime.base.node.viz.crosstable
This is the factory for the Crosstab node.
CrosstabNodeFactory() - Constructor for class org.knime.base.node.viz.crosstable.CrosstabNodeFactory
 
CrosstabNodeModel - Class in org.knime.base.node.viz.crosstable
This is the model for the Crosstab node.
CrosstabNodeModel() - Constructor for class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Creates a new model with no input port and one output port.
CrosstabNodeModel.CrosstabTotals - Class in org.knime.base.node.viz.crosstable
Container class holding the row count totals, the column count totals and the total count of the cross tabulation.
CrosstabNodeModel.CrosstabTotals(Map<DataCell, Double>, Map<DataCell, Double>, double) - Constructor for class org.knime.base.node.viz.crosstable.CrosstabNodeModel.CrosstabTotals
 
CrosstabNodeSettings - Class in org.knime.base.node.viz.crosstable
The settings object for the crosstab node.
CrosstabNodeSettings() - Constructor for class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
CrosstabNodeView - Class in org.knime.base.node.viz.crosstable
View for the cross tabulation node.
CrosstabNodeView(CrosstabNodeModel) - Constructor for class org.knime.base.node.viz.crosstable.CrosstabNodeView
New instance.
CrosstabProperties - Class in org.knime.base.node.viz.crosstable
This class defines names and position of the columns in the output table of crosstab node.
CrosstabProperties.PropertyComparator - Class in org.knime.base.node.viz.crosstable
Compare to properties by their weights or by the lexical order if the weights are equal.
CrosstabProperties.PropertyComparator() - Constructor for class org.knime.base.node.viz.crosstable.CrosstabProperties.PropertyComparator
 
CrosstabStatisticsCalculator - Class in org.knime.base.node.viz.crosstable
Compute statistics for the crosstab node.
CrosstabStatisticsCalculator(BufferedDataTable, int, int, int, CrosstabNodeModel.CrosstabTotals, CrosstabProperties) - Constructor for class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator
 
CrosstabStatisticsCalculator.CrosstabStatistics - Class in org.knime.base.node.viz.crosstable
Container for the test statistics.
CrosstabStatisticsCalculator.CrosstabStatistics(double, int, double, double) - Constructor for class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
 
CrosstabStatisticsCalculator.CrosstabStatistics(BufferedDataTable) - Constructor for class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
Retrieve statistics from the given table.
CSVFilesHistoryPanel - Class in org.knime.base.node.io.csvwriter
Panel that contains an editable Combo Box showing the file to write to and a button to trigger a file chooser.
CSVFilesHistoryPanel() - Constructor for class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
Creates new instance, sets properties, for instance renderer, accordingly.
CSVFilesHistoryPanel(FlowVariableModel) - Constructor for class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
Creates new instance, sets properties, for instance renderer, accordingly.
CSVReaderConfig - Class in org.knime.base.node.io.csvreader
Config for CSV reader.
CSVReaderConfig() - Constructor for class org.knime.base.node.io.csvreader.CSVReaderConfig
Creates a new CSVReaderConfig with default values for all settings except the url.
CSVReaderNodeDialog - Class in org.knime.base.node.io.csvreader
Dialog to CSV Reader node.
CSVReaderNodeDialog() - Constructor for class org.knime.base.node.io.csvreader.CSVReaderNodeDialog
Create new dialog, init layout.
CSVReaderNodeFactory - Class in org.knime.base.node.io.csvreader
Factory for CSV Reader node.
CSVReaderNodeFactory() - Constructor for class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
 
CSVReaderNodeModel - Class in org.knime.base.node.io.csvreader
Model for CSV Reader node.
CSVReaderNodeModel() - Constructor for class org.knime.base.node.io.csvreader.CSVReaderNodeModel
No input, one output.
CSVReaderNodeModel(NodeCreationContext) - Constructor for class org.knime.base.node.io.csvreader.CSVReaderNodeModel
 
CSVWriter - Class in org.knime.base.node.io.csvwriter
Class to write a DataTable to an output stream.
CSVWriter(Writer) - Constructor for class org.knime.base.node.io.csvwriter.CSVWriter
Creates a new writer with default settings.
CSVWriter(Writer, FileWriterSettings) - Constructor for class org.knime.base.node.io.csvwriter.CSVWriter
Creates new instance which writes tables to the given writer class.
CSVWriterNodeDialog - Class in org.knime.base.node.io.csvwriter
Dialog to choose a file for csv output.
CSVWriterNodeDialog() - Constructor for class org.knime.base.node.io.csvwriter.CSVWriterNodeDialog
Creates a new CSV writer dialog.
CSVWriterNodeFactory - Class in org.knime.base.node.io.csvwriter
Factory to create a CSV (comma separated) writer node.
CSVWriterNodeFactory() - Constructor for class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
Creates new factory proposing a default file in the user's home directory as target.
CSVWriterNodeModel - Class in org.knime.base.node.io.csvwriter
NodeModel to write a DataTable to a CSV (comma separated value) file.
CSVWriterNodeModel() - Constructor for class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
Constructor, sets port count.
currentPool() - Static method in class org.knime.core.util.ThreadPool
If the current thread is taken out of a thread pool, this method will return the thread pool.
CutAction - Class in org.knime.base.node.io.tablecreator.table
The swing action for the combination to copy selected cells to the system clipboard and delete those cells afterwards.
CutAction(JTable) - Constructor for class org.knime.base.node.io.tablecreator.table.CutAction
Creates a new instance.
cutLabel(String, int, FontMetrics) - Static method in class org.knime.base.node.viz.plotter.LabelPaintUtil
Cuts the passed label until it fits into the desired length by cutting out the middle of the label.

D

DATA_DICT - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for DataDictionary.
DATA_DICT - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
DATA_DICT - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
DATA_FIELD - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for DataField.
DATA_FILE_DIR - Static variable in interface org.knime.core.node.NodePersistor
Directory name to save and load the data.
DATA_FILE_PREFIX - Static variable in interface org.knime.core.node.NodePersistor
 
DATA_IN_PORT - Static variable in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
The port were the model expects the in data.
DATA_IN_PORT - Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
The port were the model expects the in data.
DATA_INPORT - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Index of input data port.
DATA_INPORT - Static variable in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Index of input data port.
DATA_INPORT - Static variable in class org.knime.base.node.mine.pca.PCAComputeNodeModel
Index of input data port.
DATA_INPORT - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
Index of input data port.
DATA_INPORT - Static variable in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Index of input data port.
DATA_INPORT - Static variable in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
index of the port receiving data.
DATA_INPORT - Static variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
index of the port receiving data.
DATA_INPORT - Static variable in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Keeps index of the input port which is 0.
DATA_OUT_PORT - Static variable in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
The port which the model uses to return the data.
DATA_OUT_PORT - Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
The port which the model uses to return the data.
DATA_OUTPORT - Static variable in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Index of input data port.
DATA_OUTPORT - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
Index of input data port.
DATA_OUTPORT - Static variable in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Index of input data port.
DATA_OUTPORT - Static variable in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
index of the port providing output data.
DATA_OUTPORT - Static variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
index of the port providing output data.
DataArray - Interface in org.knime.base.node.util
Can be used to locally store a certain number of rows.
DATABASE_URLS - Static variable in class org.knime.core.node.port.database.DatabaseConnectionSettings
Keeps the history of all database URLs.
DatabaseConnectionSettings - Class in org.knime.core.node.port.database
 
DatabaseConnectionSettings() - Constructor for class org.knime.core.node.port.database.DatabaseConnectionSettings
Create a default settings connection object.
DatabaseConnectionSettings(String, String, String, String, String) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionSettings
Create a default database connection object.
DatabaseConnectionSettings(DatabaseConnectionSettings) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionSettings
Creates a new DBConnection based on the given connection object.
DatabaseDriverLoader - Class in org.knime.core.node.port.database
Utility class to load additional drivers from jar and zip to the DriverManager.
DatabaseDriverLoaderTest - Class in org.knime.core.node.port.database
 
DatabaseLoopingNodeDialogPane - Class in org.knime.base.node.io.database
 
DatabaseLoopingNodeDialogPane() - Constructor for class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
Creates a new dialog for the Database Looping node.
DatabaseLoopingNodeFactory - Class in org.knime.base.node.io.database
 
DatabaseLoopingNodeFactory() - Constructor for class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
 
DatabaseLoopingNodeModel - Class in org.knime.base.node.io.database
 
DatabaseLoopingNodeModel() - Constructor for class org.knime.base.node.io.database.DatabaseLoopingNodeModel
 
DatabasePortObject - Class in org.knime.core.node.port.database
Class used as database port object holding a BufferedDataTable and a ModelContentRO to create a database connection.
DatabasePortObject(DatabasePortObjectSpec) - Constructor for class org.knime.core.node.port.database.DatabasePortObject
Creates a new database port object.
DatabasePortObject.DatabaseOutPortPanel - Class in org.knime.core.node.port.database
Override this panel in order to set the CredentialsProvider into this class.
DatabasePortObject.DatabaseOutPortPanel(LayoutManager) - Constructor for class org.knime.core.node.port.database.DatabasePortObject.DatabaseOutPortPanel
Create new database provider.
DatabasePortObjectSpec - Class in org.knime.core.node.port.database
Class used as database port object holding a DataTableSpec and a ModelContentRO to create a database connection.
DatabasePortObjectSpec(DataTableSpec, ModelContentRO) - Constructor for class org.knime.core.node.port.database.DatabasePortObjectSpec
Creates a new database port object spec.
DatabaseQueryConnectionSettings - Class in org.knime.core.node.port.database
 
DatabaseQueryConnectionSettings(ConfigRO, CredentialsProvider) - Constructor for class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
Create a new connection with an empty query object.
DatabaseQueryConnectionSettings(DatabaseConnectionSettings, String) - Constructor for class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
Creates a new connection based in the given connection and the query string.
DatabaseReaderConnection - Class in org.knime.core.node.port.database
Creates a connection to read from database.
DatabaseReaderConnection(DatabaseQueryConnectionSettings) - Constructor for class org.knime.core.node.port.database.DatabaseReaderConnection
Creates a empty handle for a new connection.
DatabaseWriterConnection - Class in org.knime.core.node.port.database
Creates a connection to write to database.
DataCell - Class in org.knime.core.data
Abstract base class of all DataCells, which acts as a container for arbitrary values and defines the common abilities all cells must provide, that is: retrieve the cell type, a string representation of the value, find out if this cell is missing, and test whether it is equal to another one.
DataCell() - Constructor for class org.knime.core.data.DataCell
 
DataCellDataInput - Interface in org.knime.core.data
Extended DataInput, which enables de-serialization of DataCell objects.
DataCellDataOutput - Interface in org.knime.core.data
Extended DataOutput, which also allows the serialization of DataCell objects.
DataCellFactory - Class in org.knime.base.node.io.filereader
Helper class for the file reader node.
DataCellFactory() - Constructor for class org.knime.base.node.io.filereader.DataCellFactory
Creates a new factory that can be used to create DataCells from a string representation of data.
DataCellHeaderRenderer - Class in org.knime.core.node.tableview
Class to render a DataCell in a row header of a JTable.
DataCellPoint - Class in org.knime.base.node.viz.plotter.basic
A DataCellPoint consists of two DataCells, one for the x and one for the y axis.
DataCellPoint(DataCell, DataCell) - Constructor for class org.knime.base.node.viz.plotter.basic.DataCellPoint
A point represented by two data cells.
DataCellSerializer<T extends DataCell> - Interface in org.knime.core.data
Interface for classes that can read or write specific DataCell implementations.
DataCellStringMapper - Class in org.knime.base.data.util
Allow a mapping of arbitrary DataCells to unique, well-behaved strings, for example for usage with external executables that may frown upon parsing arbitrary strings.
DataCellStringMapper() - Constructor for class org.knime.base.data.util.DataCellStringMapper
Public constructor.
dataCellToString(DataCell) - Method in class org.knime.base.data.util.DataCellStringMapper
 
DataColumnDomain - Class in org.knime.core.data
Final DataColumnDomain object holding meta infos about one column, that are, possible values and/or upper and lower bounds - if available.
DataColumnDomain(DataCell, DataCell, Set<DataCell>) - Constructor for class org.knime.core.data.DataColumnDomain
Create new column domain with lower and upper bounds, and set of possible values.
DataColumnDomainCreator - Class in org.knime.core.data
A column domain creator is used to initialize possible values and lower and upper bounds using DataCell objects.
DataColumnDomainCreator(DataColumnDomain) - Constructor for class org.knime.core.data.DataColumnDomainCreator
Creates a new domain creator by copying the information from an other column domain.
DataColumnDomainCreator() - Constructor for class org.knime.core.data.DataColumnDomainCreator
Creates a new domain creator with no meta-info defined.
DataColumnDomainCreator(Set<? extends DataCell>) - Constructor for class org.knime.core.data.DataColumnDomainCreator
Creates a new domain creator with a Set of possible values.
DataColumnDomainCreator(DataCell[]) - Constructor for class org.knime.core.data.DataColumnDomainCreator
Creates a new domain creator with the given array of values.
DataColumnDomainCreator(DataCell, DataCell) - Constructor for class org.knime.core.data.DataColumnDomainCreator
Creates a new domain creator with the given lower and upper bound.
DataColumnDomainCreator(DataCell[], DataCell, DataCell) - Constructor for class org.knime.core.data.DataColumnDomainCreator
Creates a new domain creator with an array of possible values, and a lower and upper bound.
DataColumnDomainCreator(Set<? extends DataCell>, DataCell, DataCell) - Constructor for class org.knime.core.data.DataColumnDomainCreator
Creates a new domain creator with a Set of possible values, and a lower and upper bound.
DataColumnProperties - Class in org.knime.core.data
Property map that contains annotations assigned to a column.
DataColumnProperties() - Constructor for class org.knime.core.data.DataColumnProperties
Creates an empty DataColumnProperties object.
DataColumnProperties(Map<String, String>) - Constructor for class org.knime.core.data.DataColumnProperties
Creates a properties object containing the (key, value) pairs from the argument.
DataColumnPropertiesView - Class in org.knime.core.node.workflow
 
DataColumnPropertiesView(DataTableSpec) - Constructor for class org.knime.core.node.workflow.DataColumnPropertiesView
 
DataColumnSpec - Class in org.knime.core.data
A DataColumnSpec describes one column in a DataTable.
DataColumnSpec(String, String[], DataType, DataColumnDomain, DataColumnProperties, SizeHandler, ColorHandler, ShapeHandler) - Constructor for class org.knime.core.data.DataColumnSpec
Constructor taking all properties of this column spec as arguments.
DataColumnSpecCreator - Class in org.knime.core.data
A factory class to create a DataColumnSpec (as the only way from outside this package).
DataColumnSpecCreator(String, DataType) - Constructor for class org.knime.core.data.DataColumnSpecCreator
Initializes the creator with the given column name and type.
DataColumnSpecCreator(DataColumnSpec) - Constructor for class org.knime.core.data.DataColumnSpecCreator
Initializes the creator with a given DataColumnSpec.
DataColumnSpecListCellRenderer - Class in org.knime.core.node.util
Renderer that checks if the value being renderer is of type DataColumnSpec if so it will renderer the name of the column spec and also the type's icon.
DataColumnSpecListCellRenderer() - Constructor for class org.knime.core.node.util.DataColumnSpecListCellRenderer
 
DataColumnSpecTableCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
Renderer that checks if the value being renderer is of type DataColumnSpec if so it will renderer the name of the column spec and also the type's icon.
DataColumnSpecTableCellRenderer() - Constructor for class org.knime.base.data.aggregation.dialogutil.DataColumnSpecTableCellRenderer
 
DataContainer - Class in org.knime.core.data.container
Buffer that collects DataRow objects and creates a DataTable on request.
DataContainer(DataTableSpec) - Constructor for class org.knime.core.data.container.DataContainer
Opens the container so that rows can be added by addRowToTable(DataRow).
DataContainer(DataTableSpec, boolean) - Constructor for class org.knime.core.data.container.DataContainer
Opens the container so that rows can be added by addRowToTable(DataRow).
DataContainer(DataTableSpec, boolean, int) - Constructor for class org.knime.core.data.container.DataContainer
Opens the container so that rows can be added by addRowToTable(DataRow).
DataContainer.BufferCreator - Class in org.knime.core.data.container
Helper class to create a Buffer instance given a binary file and the data table spec.
DataContainer.BufferCreator() - Constructor for class org.knime.core.data.container.DataContainer.BufferCreator
 
DataContainerException - Exception in org.knime.core.data.container
Exception that may be thrown by a DataContainer if the data is invalid.
DataContainerException(String) - Constructor for exception org.knime.core.data.container.DataContainerException
Creates new exception without specific cause.
DataContainerException(String, Throwable) - Constructor for exception org.knime.core.data.container.DataContainerException
Creates new exception with a given cause.
DataHiliteOutputContainer - Class in org.knime.base.node.preproc.joiner
This is a facade for a DataContainer which is used to create the final joined table.
DataHiliteOutputContainer(DataTableSpec, boolean, BufferedDataTable, int[], int[], JoinedRowKeyFactory) - Constructor for class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer
 
DataHiliteOutputContainer.Missing - Class in org.knime.base.node.preproc.joiner
An InputDataRow with solely missing data cells, needed for left and right outer join.
DataHiliteOutputContainer.Missing(int) - Constructor for class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer.Missing
 
DataPoint - Class in org.knime.base.node.mine.mds
Represents a data point consisting of a values for each dimension.
DataPoint(int) - Constructor for class org.knime.base.node.mine.mds.DataPoint
Creates a new instance of DataPoint with given dimension.
DataProvider - Interface in org.knime.base.node.viz.plotter
The plotters rely on a DataProvider to get the data to visualize.
DataRow - Interface in org.knime.core.data
Container interface for a vector of DataCells and a row key for unique identification.
DataRowWeighted - Class in org.knime.base.node.mine.decisiontree2.learner
A data row represented as a double array.
DataRowWeighted(ClassValueDataRow, double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner.DataRowWeighted
Constructs a weighted data row.
DataRowWeighted(DataRowWeighted, double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner.DataRowWeighted
Constructs a weighted data row from another one and sets the weight to the given value.
DataTable - Interface in org.knime.core.data
Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec - Class in org.knime.core.data
DataTableSpecs specify the structure of a DataTable.
DataTableSpec() - Constructor for class org.knime.core.data.DataTableSpec
Creates an empty DataTableSpec with no columns defined and default as name.
DataTableSpec(DataColumnSpec...) - Constructor for class org.knime.core.data.DataTableSpec
Creates a new DataTableSpec, which is built from an array of DataColumnSpec elements.
DataTableSpec(DataTableSpec, DataTableSpec) - Constructor for class org.knime.core.data.DataTableSpec
Constructor for a new DataTableSpec based on two existing specifications that are to be concatenated.
DataTableSpec(String) - Constructor for class org.knime.core.data.DataTableSpec
Creates an empty DataTableSpec with no columns defined.
DataTableSpec(String, DataColumnSpec...) - Constructor for class org.knime.core.data.DataTableSpec
Creates a new DataTableSpec, which is built from an array of DataColumnSpec elements.
DataTableSpec(String, DataTableSpec, DataTableSpec) - Constructor for class org.knime.core.data.DataTableSpec
Constructor for a new DataTableSpec based on two existing specifications that are to be concatenated.
DataTableSpec(String, String[], DataType[]) - Constructor for class org.knime.core.data.DataTableSpec
Creates a new DataTableSpec based on a list of names and types.
DataTableSpec(String[], DataType[]) - Constructor for class org.knime.core.data.DataTableSpec
Creates a new DataTableSpec based on a list of names and types.
DataTableSpecView - Class in org.knime.core.node.workflow
 
DataTableSpecView(DataTableSpec) - Constructor for class org.knime.core.node.workflow.DataTableSpecView
 
DataType - Class in org.knime.core.data
Type description associated with a certain implementation of a DataCell.
DATATYPE - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
DATATYPE - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
DataTypeListCellRenderer - Class in org.knime.core.node.util
Renderer that checks if the value being renderer is a DataType to render the name of the type and its icon.
DataTypeListCellRenderer() - Constructor for class org.knime.core.node.util.DataTypeListCellRenderer
 
DataTypeNameRenderer - Class in org.knime.base.node.preproc.rename
Renderer used in the combo box where the user can pick different DataValue class.
DataTypeNameRenderer() - Constructor for class org.knime.base.node.preproc.rename.DataTypeNameRenderer
 
DataValue - Interface in org.knime.core.data
The interface all value interfaces of DataCells are derived from.
DataValue.UtilityFactory - Class in org.knime.core.data
Implementation of the meta information to a DataValue.
DataValue.UtilityFactory() - Constructor for class org.knime.core.data.DataValue.UtilityFactory
Only subclasses are allowed to instantiate this class.
DataValueColumnFilter - Class in org.knime.core.node.util
This ColumnFilter implementation filters all value which are not compatible to the provided DataValue classes.
DataValueColumnFilter(Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.DataValueColumnFilter
Constructor for class DataValueColumnFilter.
DataValueComparator - Class in org.knime.core.data
The comparator used to compare two DataValue objects.
DataValueComparator() - Constructor for class org.knime.core.data.DataValueComparator
Create a new DataValue comparator.
DataValueRenderer - Interface in org.knime.core.data.renderer
General interface for classes that are able to render special derivatives of DataValue.
DataValueRendererFamily - Interface in org.knime.core.data.renderer
Container for different DataValueRenderers which can be used to render one particular kind of DataValue.
DATE_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
dd.MMM.yyyy.
DATE_TIME_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
dd.MMM.yyyy HH:mm:ss.
DATE_TIME_MILLIS_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
dd.MMM.yyyy HH:mm:ss.SSS.
DateAndTimeCell - Class in org.knime.core.data.date
Cell storing a time and/or date.
DateAndTimeCell(int, int, int) - Constructor for class org.knime.core.data.date.DateAndTimeCell
A date timestamp without time.
DateAndTimeCell(int, int, int, int) - Constructor for class org.knime.core.data.date.DateAndTimeCell
A timestamp without date.
DateAndTimeCell(int, int, int, int, int, int) - Constructor for class org.knime.core.data.date.DateAndTimeCell
 
DateAndTimeCell(int, int, int, int, int, int, int) - Constructor for class org.knime.core.data.date.DateAndTimeCell
 
DateAndTimeCell(long, boolean, boolean, boolean) - Constructor for class org.knime.core.data.date.DateAndTimeCell
For internal use only!
DateAndTimeCellSerializer - Class in org.knime.core.data.date
Serializes a DateAndTimeCell by writing the long representing the UTC time and the booleans whether date, time, or milliseconds are available.
DateAndTimeCellSerializer() - Constructor for class org.knime.core.data.date.DateAndTimeCellSerializer
 
DateAndTimeComparator - Class in org.knime.core.data.date
Compares to DateAndTimeValues by comparing their UTC time.
DateAndTimeComparator() - Constructor for class org.knime.core.data.date.DateAndTimeComparator
 
DateAndTimeRenderUtil - Class in org.knime.core.data.date
Utility class for rendering times and dates.
DateAndTimeUtility - Class in org.knime.core.data.date
The DataValue.UtilityFactory for the DateAndTimeValue providing access to the icon, the renderer and the comparator.
DateAndTimeUtility() - Constructor for class org.knime.core.data.date.DateAndTimeUtility
 
DateAndTimeValue - Interface in org.knime.core.data.date
Interface supporting the representation of time and date independent of the user's time zone and location.
DateAndTimeValueRenderer - Class in org.knime.core.data.date
Renders the a DateAndTimeValue.
DateAndTimeValueRenderer(SimpleDateFormat, SimpleDateFormat, SimpleDateFormat, SimpleDateFormat, SimpleDateFormat) - Constructor for class org.knime.core.data.date.DateAndTimeValueRenderer
 
DateMeanOperator - Class in org.knime.base.data.aggregation.date
Date operator that calculates the mean date per group.
DateMeanOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.date.DateMeanOperator
Constructor for class DateMeanOperator.
DateMeanOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.date.DateMeanOperator
Constructor for class DateMeanOperator.
DayRangeOperator - Class in org.knime.base.data.aggregation.date
Date operator that returns the range between the last and first date per group in days.
DayRangeOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.date.DayRangeOperator
Constructor for class DayRangeOperator.
DBColumnFilterNodeDialogPane - Class in org.knime.base.node.io.database
 
DBColumnFilterNodeDialogPane() - Constructor for class org.knime.base.node.io.database.DBColumnFilterNodeDialogPane
Create query dialog with text box to enter table name.
DBColumnFilterNodeFactory - Class in org.knime.base.node.io.database
 
DBColumnFilterNodeFactory() - Constructor for class org.knime.base.node.io.database.DBColumnFilterNodeFactory
 
DBColumnFilterNodeModel - Class in org.knime.base.node.io.database
 
DBColumnFilterNodeModel() - Constructor for class org.knime.base.node.io.database.DBColumnFilterNodeModel
Creates a new database reader.
DBConnectionNodeFactory - Class in org.knime.base.node.io.database
 
DBConnectionNodeFactory() - Constructor for class org.knime.base.node.io.database.DBConnectionNodeFactory
 
DBConnectionNodeModel - Class in org.knime.base.node.io.database
 
DBConnectionNodeModel() - Constructor for class org.knime.base.node.io.database.DBConnectionNodeModel
Creates a new database connection reader.
DBConnectionWriterDialogPane - Class in org.knime.base.node.io.database
Dialog pane of the database connection writer.
DBConnectionWriterDialogPane() - Constructor for class org.knime.base.node.io.database.DBConnectionWriterDialogPane
Creates new dialog.
DBConnectionWriterNodeFactory - Class in org.knime.base.node.io.database
 
DBConnectionWriterNodeFactory() - Constructor for class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
 
DBConnectionWriterNodeModel - Class in org.knime.base.node.io.database
 
DBConnectionWriterNodeModel() - Constructor for class org.knime.base.node.io.database.DBConnectionWriterNodeModel
Creates a new database connection reader.
DBDialogPane - Class in org.knime.base.node.io.database
 
DBDialogPane() - Constructor for class org.knime.base.node.io.database.DBDialogPane
Creates new dialog.
DBNodeModel - Class in org.knime.base.node.io.database
Abstract class derives the general NodeModel for all database node implementations.
DBNodeModel(PortType[], PortType[]) - Constructor for class org.knime.base.node.io.database.DBNodeModel
Creates a new database reader.
DBQueryNodeDialogPane - Class in org.knime.base.node.io.database
Deprecated. 
DBQueryNodeDialogPane() - Constructor for class org.knime.base.node.io.database.DBQueryNodeDialogPane
Deprecated. Create query dialog with text box to enter table name.
DBQueryNodeFactory - Class in org.knime.base.node.io.database
Deprecated. 
DBQueryNodeFactory() - Constructor for class org.knime.base.node.io.database.DBQueryNodeFactory
Deprecated.  
DBQueryNodeFactory2 - Class in org.knime.base.node.io.database
 
DBQueryNodeFactory2() - Constructor for class org.knime.base.node.io.database.DBQueryNodeFactory2
 
DBQueryNodeModel - Class in org.knime.base.node.io.database
Deprecated. 
DBQueryNodeModel() - Constructor for class org.knime.base.node.io.database.DBQueryNodeModel
Deprecated. Creates a new database reader.
DBQueryNodeModel2 - Class in org.knime.base.node.io.database
 
DBQueryNodeModel2() - Constructor for class org.knime.base.node.io.database.DBQueryNodeModel2
Creates a new database reader.
DBReaderConnectionNodeFactory - Class in org.knime.base.node.io.database
 
DBReaderConnectionNodeFactory() - Constructor for class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
 
DBReaderConnectionNodeModel - Class in org.knime.base.node.io.database
 
DBReaderConnectionNodeModel() - Constructor for class org.knime.base.node.io.database.DBReaderConnectionNodeModel
Creates a new database reader.
DBReaderDialogPane - Class in org.knime.base.node.io.database
 
DBReaderDialogPane(boolean) - Constructor for class org.knime.base.node.io.database.DBReaderDialogPane
Creates new dialog.
DBReaderNodeFactory - Class in org.knime.base.node.io.database
 
DBReaderNodeFactory() - Constructor for class org.knime.base.node.io.database.DBReaderNodeFactory
 
DBReaderNodeModel - Class in org.knime.base.node.io.database
 
DBReaderNodeModel(int, int) - Constructor for class org.knime.base.node.io.database.DBReaderNodeModel
Creates a new database reader with one data out-port.
DBRowFilterNodeDialogPane - Class in org.knime.base.node.io.database
 
DBRowFilterNodeDialogPane() - Constructor for class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
Create query dialog with text box to enter table name.
DBRowFilterNodeFactory - Class in org.knime.base.node.io.database
 
DBRowFilterNodeFactory() - Constructor for class org.knime.base.node.io.database.DBRowFilterNodeFactory
 
DBRowFilterNodeModel - Class in org.knime.base.node.io.database
 
DBRowFilterNodeModel() - Constructor for class org.knime.base.node.io.database.DBRowFilterNodeModel
Creates a new database reader.
DBSQLTypesPanel - Class in org.knime.base.node.io.database
Panel which allows to specify an SQL type for each column.
DBSQLTypesPanel() - Constructor for class org.knime.base.node.io.database.DBSQLTypesPanel
Creates new empty panel.
DBVariableSupportNodeModel - Interface in org.knime.base.node.io.database
Interface for all database model implementations.
DBVariableSupportNodeModel.Resolver - Class in org.knime.base.node.io.database
Resolver providing methods to parse queries and wrap certain variables.
DBWriterDialogPane - Class in org.knime.base.node.io.database
Dialog pane of the database writer.
DBWriterDialogPane() - Constructor for class org.knime.base.node.io.database.DBWriterDialogPane
Creates new dialog.
DBWriterNodeFactory - Class in org.knime.base.node.io.database
 
DBWriterNodeFactory() - Constructor for class org.knime.base.node.io.database.DBWriterNodeFactory
 
DBWriterNodeModel - Class in org.knime.base.node.io.database
Database writer model which creates a new table and adds the entire table to it.
DBWriterNodeModel() - Constructor for class org.knime.base.node.io.database.DBWriterNodeModel
Creates a new model with one data input.
DCObjectInputStream - Class in org.knime.core.data.container
Obsolete input stream to read Files written with Buffer objects in KNIME 1.x (and 2.0TechPreview).
DCObjectInputStream(InputStream) - Constructor for class org.knime.core.data.container.DCObjectInputStream
Creates new input stream that reads from in.
DCObjectInputVersion2 - Class in org.knime.core.data.container
Class interpreting the file format as written by the Buffer class.
DCObjectInputVersion2(InputStream, BufferFromFileIteratorVersion20.DataCellStreamReader) - Constructor for class org.knime.core.data.container.DCObjectInputVersion2
Creates new input stream that reads from in.
DCObjectOutputVersion2 - Class in org.knime.core.data.container
Object writing the binary stream of a Buffer.
DCObjectOutputVersion2(OutputStream, Buffer) - Constructor for class org.knime.core.data.container.DCObjectOutputVersion2
Setups a new output stream.
debug(Object) - Method in class org.knime.core.node.NodeLogger
Write debugging message into this logger.
debug(Object, Throwable) - Method in class org.knime.core.node.NodeLogger
Write debugging message and throwable into this logger.
dec() - Method in class org.knime.core.util.MutableDouble
Decrements this double by one.
dec() - Method in class org.knime.core.util.MutableInteger
Decrements this integer by one.
DECIMALSCALING_MODE - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
DECIMAL SCALING mode.
DecimalSeparatorPanel - Class in org.knime.base.node.io.csvwriter
Panel of the CSV writer dialog for specifying the decimal separator.
DecimalSeparatorPanel() - Constructor for class org.knime.base.node.io.csvwriter.DecimalSeparatorPanel
 
decimalSeparatorUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Tells whether the decimal separator is set by the user or guessed by the analyzer (or still at its default).
DecisionTree - Class in org.knime.base.node.mine.decisiontree2.model
A Wrapper for a decision tree, allowing for save/load to ModelContent objects.
DecisionTree(DecisionTreeNode, String, PMMLMissingValueStrategy, PMMLNoTrueChildStrategy) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Create DecisionTree based on a root node to which the remainder of the tree is already attached.
DecisionTree(DecisionTreeNode, String, PMMLMissingValueStrategy) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Create DecisionTree based on a root node to which the remainder of the tree is already attached.
DecisionTree(DecisionTreeNode, String) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Create DecisionTree based on a root node to which the remainder of the tree is already attached.
DecisionTree(ModelContentRO) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Create Decision Tree based on an ModelContent object.
DecisionTreeLearnerNodeDialog - Class in org.knime.base.node.mine.decisiontree2.learner
Dialog for a decision tree learner node.
DecisionTreeLearnerNodeDialog() - Constructor for class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
Constructor: create NodeDialog with one column selectors and two other properties.
DecisionTreeLearnerNodeFactory - Class in org.knime.base.node.mine.decisiontree2.learner
The Factory for the DecisionTreeLearnerNodeModel algorithm.
DecisionTreeLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeFactory
 
DecisionTreeLearnerNodeModel - Class in org.knime.base.node.mine.decisiontree2.learner
Implements a decision tree induction algorithm based on C4.5 and SPRINT.
DecisionTreeLearnerNodeModel() - Constructor for class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Inits a new Decision Tree model with one data in- and one model output port.
DecisionTreeNode - Class in org.knime.base.node.mine.decisiontree2.model
The base abstract implementations of a node of a decision tree.
DecisionTreeNode() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Empty Constructor visible only within package.
DecisionTreeNode(Node, DataCellStringMapper) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Constructor of base class.
DecisionTreeNode(int, DataCell, LinkedHashMap<DataCell, Double>) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Constructor of base class.
DecisionTreeNodeLeaf - Class in org.knime.base.node.mine.decisiontree2.model
The Leaf of a decision tree.
DecisionTreeNodeLeaf() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Empty Constructor visible only within package.
DecisionTreeNodeLeaf(Node, DataCellStringMapper) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Constructor of derived class.
DecisionTreeNodeLeaf(int, DataCell, LinkedHashMap<DataCell, Double>) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Constructor of base class.
DecisionTreeNodeRenderer - Class in org.knime.base.node.mine.decisiontree2.model
Renderer for a DecisionTreeNode within a JTree.
DecisionTreeNodeRenderer() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeRenderer
 
DecisionTreeNodeSplit - Class in org.knime.base.node.mine.decisiontree2.model
An abstract implementation of an inner node of a decision tree, i.e.
DecisionTreeNodeSplit() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Empty Constructor visible only within package.
DecisionTreeNodeSplit(Node, DataCellStringMapper) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Constructor of derived class.
DecisionTreeNodeSplit(int, DataCell, LinkedHashMap<DataCell, Double>, String) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Constructor of base class.
DecisionTreeNodeSplitContinuous - Class in org.knime.base.node.mine.decisiontree2.model
Deprecated. 
DecisionTreeNodeSplitContinuous() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated. Empty Constructor visible only within package.
DecisionTreeNodeSplitContinuous(Node, DataCellStringMapper) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated. Constructor of derived class.
DecisionTreeNodeSplitContinuous(int, DataCell, LinkedHashMap<DataCell, Double>, String, DecisionTreeNode[], double) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated. Constructor of base class.
DecisionTreeNodeSplitNominal - Class in org.knime.base.node.mine.decisiontree2.model
Deprecated. 
DecisionTreeNodeSplitNominal() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated. Empty Constructor visible only within package.
DecisionTreeNodeSplitNominal(Node, DataCellStringMapper) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated. Constructor of derived class.
DecisionTreeNodeSplitNominal(int, DataCell, LinkedHashMap<DataCell, Double>, String, DataCell[], DecisionTreeNode[]) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated. Constructor of base class.
DecisionTreeNodeSplitNominalBinary - Class in org.knime.base.node.mine.decisiontree2.model
Deprecated. 
DecisionTreeNodeSplitNominalBinary() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated. Empty Constructor visible only within package.
DecisionTreeNodeSplitNominalBinary(Node, DataCellStringMapper) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated. Constructor of derived class.
DecisionTreeNodeSplitNominalBinary(int, DataCell, LinkedHashMap<DataCell, Double>, String, DataCell[], int[], int[], DecisionTreeNode[]) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated. Constructor for a nominal split in binary format.
DecisionTreeNodeSplitPMML - Class in org.knime.base.node.mine.decisiontree2.model
Decision tree split node that supports PMML predicates to partition the data.
DecisionTreeNodeSplitPMML() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
 
DecisionTreeNodeSplitPMML(int, DataCell, LinkedHashMap<DataCell, Double>, String, PMMLPredicate[], DecisionTreeNode[]) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Constructor of base class.
DecisionTreeNodeSplitPMML(int, DataCell, LinkedHashMap<DataCell, Double>, String, PMMLPredicate[], DecisionTreeNode[], int) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Constructor of base class.
DecisionTreeNodeView - Class in org.knime.base.node.mine.decisiontree2.model
Provides view on internals of a DecisionTreeNode.
DecisionTreeNodeView(DecisionTreeNode) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView
Constructor.
DecisionTreeNodeView.ClassPieChart - Class in org.knime.base.node.mine.decisiontree2.model
Paints pie chart showing class distribution in this node.
DecisionTreeNodeView.ClassPieChart() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView.ClassPieChart
 
DecisionTreeNodeView.HistoChart - Class in org.knime.base.node.mine.decisiontree2.model
Paints "histogram" showing how many patterns of the parent node this node covers.
DecisionTreeNodeView.HistoChart() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView.HistoChart
 
decrementNumThreads() - Method in class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
Decrements the current number of threads in use by 1.
decrypt(String) - Static method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
Decrypts password.
decrypt(String) - Static method in class org.knime.core.util.KnimeEncryption
Decrypts password.
decrypt(SecretKey, String) - Static method in class org.knime.core.util.KnimeEncryption
Decrypts password with the given SecrectKey.
DecSepPanel - Class in org.knime.base.node.io.filereader
Implements the tab panel for the decimal separator settings (in the advaced settings dialog).
DecSepPanel(FileReaderSettings) - Constructor for class org.knime.base.node.io.filereader.DecSepPanel
Creates a panel to set the decimal separator and initializes it from the passed object.
DecTreeGraphView - Class in org.knime.base.node.mine.decisiontree2.view
A hierarchical graph for decision trees.
DecTreeGraphView(DecisionTreeNode, String) - Constructor for class org.knime.base.node.mine.decisiontree2.view.DecTreeGraphView
 
DecTreeLearnerGraphView - Class in org.knime.base.node.mine.decisiontree2.learner
 
DecTreeLearnerGraphView(DecisionTreeLearnerNodeModel) - Constructor for class org.knime.base.node.mine.decisiontree2.learner.DecTreeLearnerGraphView
Default constructor, taking the model as argument.
DecTreeNodeView - Class in org.knime.base.node.mine.decisiontree2.learner
This node view is exactly the same as the one for the c4.5 encapsulating view.
DecTreeNodeView(DecisionTreeLearnerNodeModel) - Constructor for class org.knime.base.node.mine.decisiontree2.learner.DecTreeNodeView
Default constructor, taking the model as argument.
DecTreeNodeWidget - Class in org.knime.base.node.mine.decisiontree2.view
A view for a DecisionTreeNode.
DecTreeNodeWidget(HierarchicalGraphView<DecisionTreeNode>, DecisionTreeNode, String, boolean, boolean) - Constructor for class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
 
DecTreeNodeWidgetFactory - Class in org.knime.base.node.mine.decisiontree2.view
 
DecTreeNodeWidgetFactory(DecTreeGraphView) - Constructor for class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidgetFactory
Creates a new instance.
DecTreePredictorGraphView - Class in org.knime.base.node.mine.decisiontree2.predictor
 
DecTreePredictorGraphView(DecTreePredictorNodeModel) - Constructor for class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
Default constructor, taking the model as argument.
DecTreePredictorNodeFactory - Class in org.knime.base.node.mine.decisiontree2.predictor
 
DecTreePredictorNodeFactory() - Constructor for class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
 
DecTreePredictorNodeModel - Class in org.knime.base.node.mine.decisiontree2.predictor
 
DecTreePredictorNodeModel() - Constructor for class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Creates a new predictor for PMMLDecisionTreePortObject models as input and one additional data input, and the scored data as output.
DecTreePredictorNodeView - Class in org.knime.base.node.mine.decisiontree2.predictor
 
DecTreePredictorNodeView(DecTreePredictorNodeModel) - Constructor for class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeView
Default constructor, taking the model as argument.
DEF_DISTANCE - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The default value of the distance to use.
DEF_EPOCHS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The default value of the epochs.
DEF_GZIP_COMPRESSION - Static variable in class org.knime.core.data.container.DataContainer
Whether compression is enabled by default.
DEF_LEARNINGRATE - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The default value of the learning rate.
DEF_MAX_CELLS_IN_MEMORY - Static variable in class org.knime.core.data.container.DataContainer
The default number of cells to be held in memory.
DEF_MIN_BLOB_SIZE_IN_BYTES - Static variable in class org.knime.core.data.xml.PMMLCellFactory
Minimum size for blobs in bytes.
DEF_MIN_BLOB_SIZE_IN_BYTES - Static variable in class org.knime.core.data.xml.XMLCellFactory
Minimum size for blobs in bytes.
DEF_MINDIST_THRESHOLD - Static variable in class org.knime.base.node.mine.mds.MDSManager
The default value of the minimum distance threshold.
DEF_NO_ROWS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The default number of rows to use.
DEF_OUTPUTDIMS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The default value of the output dimension.
DEF_PROJECT_ONLY - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
The default projection setting.
DEF_ROWPREFIX - Static variable in class org.knime.base.node.io.filereader.FileReaderSettings
This will be used if the file has not row headers and no row prefix is set.
DEF_USE_MAX_ROWS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The default settings of the usage of the number of max rows.
DEFAULT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
Renders the datetime as dd.MMM.yyyy hh:mm:ss.SSS.
DEFAULT - Static variable in class org.knime.core.data.property.ColorAttr
The default color attribute value, used when no color attribute set.
DEFAULT - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the default shape.
DEFAULT_ABSOLUTE_TICK_DIST - Static variable in class org.knime.base.util.coordinate.Coordinate
The default tick distance in pixel.
DEFAULT_BG - Static variable in class org.knime.core.node.defaultnodesettings.DialogComponent
default background color for editable components.
DEFAULT_BG - Static variable in class org.knime.core.node.util.FileSelectionPanel
default background color for editable components.
DEFAULT_BINARY_NOMINAL_SPLIT_MODE - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
The default binary split mode (off).
DEFAULT_BUCKET_SIZE - Static variable in class org.knime.base.util.kdtree.KDTreeBuilder
The default number of patterns inside a terminal node.
DEFAULT_CLASS - Static variable in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Default cell class.
DEFAULT_CONFIDENCE - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Default value for the confidence.
DEFAULT_DECIMAL_SEPARATOR - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
The default decimal separator.
DEFAULT_DECIMAL_SEPARATOR - Static variable in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
The default decimal separator.
DEFAULT_DOT_SIZE - Static variable in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties
the default initial dot size.
DEFAULT_EXPLODE_AREA_MARGIN - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The margin of the explode are in percent of the label are rectangle.
DEFAULT_FG - Static variable in class org.knime.core.node.defaultnodesettings.DialogComponent
default foreground color for editable components.
DEFAULT_FG - Static variable in class org.knime.core.node.util.FileSelectionPanel
default foreground color for editable components.
DEFAULT_HEIGHT - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
The height of the default component.
DEFAULT_LABEL - Static variable in class org.knime.base.node.rules.RuleEngineNodeDialog
Default default label.
DEFAULT_MAX_BIN_NOMINAL_SPLIT_COMPUTATION - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
The default for the maximum number of nominal values for which all subsets are calculated (results in the optimal binary split); this parameter is only use if binaryNominalSplits is true; if the number of nominal values is higher, a heuristic is applied.
DEFAULT_MAX_ITEMSET_LENGTH - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Default value for the maximal itemset length.
DEFAULT_MAX_THREAD_COUNT - Static variable in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
The default maximum number of threads for each threaded node.
DEFAULT_MAX_THREAD_COUNT - Static variable in class org.knime.base.node.parallel.ThreadedNodeModel
Deprecated. The default maximum number of threads for each threaded node.
DEFAULT_MEMORY_OPTION - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
The default build option (memory or on disk).
DEFAULT_MIN_NUM_RECORDS_PER_NODE - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
The minimum number records expected per node.
DEFAULT_MIN_SUPPORT - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Default value for the minimum support.
DEFAULT_NO_OF_BINS - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The default number of bars which get created if the createBinnedBars method is called with a number smaller then 1.
DEFAULT_NO_OF_ROWS - Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Default number of rows to use.
DEFAULT_NO_OF_ROWS - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
Default number of rows to use.
DEFAULT_NR_NOMINAL_VALUES - Static variable in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Per default columns with nominal values more than this value are ignored.
DEFAULT_NUM_PROCESSORS - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
The default number of records stored for the view.
DEFAULT_NUMBER_RECORDS_FOR_VIEW - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
The default number of records stored for the view.
DEFAULT_PARAMC - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Default c parameter.
DEFAULT_PIE_SIZE - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The percentage of the drawing space that should be used for drawing.
DEFAULT_PRUNING_CONFIDENCE_THRESHOLD - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
The default confidence threshold for pruning.
DEFAULT_PRUNING_METHOD - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
The default pruning method.
DEFAULT_ROWKEY - Static variable in class org.knime.base.node.image.ImageToTableNodeDialog
Default row key, if no key is entered.
DEFAULT_SEED - Static variable in class org.knime.base.node.mine.mds.MDSManager
The default random seed.
DEFAULT_SEED - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The default random seed.
DEFAULT_SIZE - Static variable in class org.knime.core.data.property.SizeHandler
Deprecated. use SizeHandler.DEFAULT_SIZE_FACTOR instead
DEFAULT_SIZE_FACTOR - Static variable in class org.knime.core.data.property.SizeHandler
The default size factor in case no SizeHandler exist, which is one, that is no scaling is done.
DEFAULT_SPLIT_AVERAGE - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
The default whether to use the average as the split point is false.
DEFAULT_SPLIT_QUALITY_MEASURE - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
The default split quality measure.
DEFAULT_THOUSANDS_SEPARATOR - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
The default thousands separator.
DEFAULT_THOUSANDS_SEPARATOR - Static variable in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
The default thousands separator.
DEFAULT_THRESHOLD - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Default value for the threshold.
DEFAULT_USE_OUTDATA - Static variable in class org.knime.base.node.mine.sota.SotaNodeModel
The default value for the usage of out data.
DEFAULT_WIDTH - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
The width of the default component.
DEFAULT_ZOOM_FACTOR - Static variable in class org.knime.base.node.viz.plotter.AbstractPlotter
The default zoom factor.
DefaultAlphaColorPanel - Class in org.knime.base.node.viz.property.color
A default panel to adjust the alpha color value.
DefaultAlphaColorPanel() - Constructor for class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
 
DefaultAppendedCellFactory - Class in org.knime.base.data.append.column
A default factory that generates cells based on an underlying Map.
DefaultAppendedCellFactory(Map<RowKey, DataCell>) - Constructor for class org.knime.base.data.append.column.DefaultAppendedCellFactory
Creates new factory.
DefaultBlobSupportDataCellIterator - Class in org.knime.core.data.collection
Default implementation to BlobSupportDataCellIterator.
DefaultBlobSupportDataCellIterator(Iterator<DataCell>) - Constructor for class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
Create new instance by wrapping an existing iterator.
DefaultCellIterator - Class in org.knime.core.data.def
Default implementation of an iterator over the DataCells of a DataRow.
DefaultCellIterator(DataRow) - Constructor for class org.knime.core.data.def.DefaultCellIterator
Creates a new iterator over a given DataRow.
DefaultDataArray - Class in org.knime.base.node.util
Can be used to locally store a certain number of rows.
DefaultDataArray(DataTable, int, int) - Constructor for class org.knime.base.node.util.DefaultDataArray
Constructs a random access container holding a certain number of rows from the data table passed in.
DefaultDataArray(DataTable, int, int, ExecutionMonitor) - Constructor for class org.knime.base.node.util.DefaultDataArray
Same, but allows for user cancellation from a progress monitor, while the container is filled.
DefaultDataValueRenderer - Class in org.knime.core.data.renderer
Default implementation for a renderer for DataValue objects.
DefaultDataValueRenderer() - Constructor for class org.knime.core.data.renderer.DefaultDataValueRenderer
Creates new instance given a null column spec.
DefaultDataValueRenderer(DataColumnSpec) - Constructor for class org.knime.core.data.renderer.DefaultDataValueRenderer
Creates new renderer and memorizes the column spec.
DefaultDataValueRendererFamily - Class in org.knime.core.data.renderer
Default container for DataValueRenderer.
DefaultDataValueRendererFamily() - Constructor for class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Constructor that uses a single default renderer with a default description, i.e.
DefaultDataValueRendererFamily(DataValueRenderer...) - Constructor for class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Constructs a renderer family given a set of renders and their description.
DEFAULTHIDDENLAYERS - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
The default number of iterations.
DefaultHiLiteHandler - Class in org.knime.core.node.property.hilite
Default implementation of a HiLiteHandler.
DefaultHiLiteHandler() - Constructor for class org.knime.core.node.property.hilite.DefaultHiLiteHandler
Creates an new default hilite handler.
DefaultHiLiteMapper - Class in org.knime.core.node.property.hilite
A default mapper for hilite translation which holds a map from RowKey to a set of RowKeys as value.
DefaultHiLiteMapper(Map<RowKey, Set<RowKey>>) - Constructor for class org.knime.core.node.property.hilite.DefaultHiLiteMapper
Creates a new default hilite mapper.
DEFAULTITERATIONS - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
The default number of iterations.
DefaultNamespaceContext - Class in org.knime.core.data.xml.util
A default implementation of NamespaceContext.
DefaultNamespaceContext(String[], String[]) - Constructor for class org.knime.core.data.xml.util.DefaultNamespaceContext
The context with the mapping prefixes[i] matches namespaces[i]
DEFAULTNEURONSPERLAYER - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
The default number of iterations.
DefaultNodeProgressMonitor - Class in org.knime.core.node
The default node progress monitor which keep a progress value between 0 and 1, and a progress message.
DefaultNodeProgressMonitor() - Constructor for class org.knime.core.node.DefaultNodeProgressMonitor
Creates a new progress monitor with an empty set of listeners.
DefaultNodeProgressMonitor(NodeProgressListener) - Constructor for class org.knime.core.node.DefaultNodeProgressMonitor
Creates a new node progress monitor, with the cancel requested false, and no progress.
DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor - Class in org.knime.core.node
Silent progress monitor which does only forward changed of the progress value rather than progress message.
DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor(NodeProgressMonitor, double) - Constructor for class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
 
DefaultNodeProgressMonitor.SubNodeProgressMonitor - Class in org.knime.core.node
Progress monitor that is used by "sub-progresses", it doesn't have the range [0, 1] but only [0, b] where b is user-defined.
DefaultNodeProgressMonitor.SubNodeProgressMonitor(NodeProgressMonitor, double) - Constructor for class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Creates new sub progress monitor.
DefaultNodeSettingsPane - Class in org.knime.core.node.defaultnodesettings
Default implementation for a NodeDialogPane that allows to add standard DialogComponents which will be displayed in a standard way and automatically stored and retrieved in the node settings objects.
DefaultNodeSettingsPane() - Constructor for class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Constructor for DefaultNodeDialogPane.
defaultReadObject() - Method in class org.knime.core.data.container.DCObjectInputStream
DefaultRow - Class in org.knime.core.data.def
Default row for DataCells which keeps a row identifier and an array of DataCell objects.
DefaultRow(RowKey, DataCell...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row key and an array of DataCells.
DefaultRow(String, DataCell...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row id and an array of DataCells.
DefaultRow(String, List<DataCell>) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row id and an array of DataCells.
DefaultRow(RowKey, List<DataCell>) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row id and an array of DataCells.
DefaultRow(RowKey, double...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row key and an array of double values.
DefaultRow(String, double...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row ID and an array of double values.
DefaultRow(String, int...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row id and an array of int values.
DefaultRow(RowKey, int...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row key and an array of int values.
DefaultRow(String, String...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row id and an array of String values.
DefaultRow(RowKey, String...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row key and an array of String values.
DefaultRow(String, DataRow) - Constructor for class org.knime.core.data.def.DefaultRow
Creates an new row, using the data of the specified row, and overwrites the row key with the given new one.
DefaultRow(RowKey, DataRow) - Constructor for class org.knime.core.data.def.DefaultRow
Creates an new row, using the data of the specified row, and overwrites the row key with the given new one.
DefaultRowIterator - Class in org.knime.core.data.def
Specific implementation for a RowIterator that iterates over a generic DataTable.
DefaultRowIterator(Iterable<DataRow>) - Constructor for class org.knime.core.data.def.DefaultRowIterator
Constructs a new iterator based on an Iterable.
DefaultRowIterator(DataRow...) - Constructor for class org.knime.core.data.def.DefaultRowIterator
Constructs a new iterator that traverses an array of DataRow.
DefaultStringIconOption - Class in org.knime.core.node.util
Default implementation of the StringIconOption interface which is used in the default dialog components itself.
DefaultStringIconOption(String) - Constructor for class org.knime.core.node.util.DefaultStringIconOption
Constructor for class DialogComponentStringSelection.StringOption without icon.
DefaultStringIconOption(String, Icon) - Constructor for class org.knime.core.node.util.DefaultStringIconOption
Constructor for class DialogComponentStringSelection.StringOption.
DefaultTab - Class in org.knime.base.node.viz.plotter.props
This is the default tab added by the AbstractPlotterProperties that makes the current mouse mode selectable, provides a "fit to screen" button (which fits the drawing pane into the viewport) and a "change background color" button.
DefaultTab() - Constructor for class org.knime.base.node.viz.plotter.props.DefaultTab
Default Tab with mouse mode selection, fit to screen button and background color chooser.
DefaultTable - Class in org.knime.core.data.def
Deprecated. DefaultTable will hold the entire data in main memory and should therefore not be used anymore. Instead, you should consider to use a DataContainer (or in a Node's execute method a BufferedDataTable to create DataTables).
DefaultTable(DataRow[], DataTableSpec) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated. Creates a new table object from an array of DataRow objects, and an array of column names and types.
DefaultTable(DataRow[], String[], DataType[]) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated. Creates a new table object from an array of DataRow objects, and an array of column names and types.
DefaultTable(Object[][], String[], String[], ObjectToDataCellConverter) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated. Generates a new instance from an Object[][].
DefaultTable(Object[][], String[], String[]) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated. Generates a new instance from an Object[][] using the default DataCell factory.
DefaultTable(Object[][]) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated. Calls this(data, (String[])null, (String[])null);.
DefaultTable(int[][], String[], String[]) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated. Generates a new instance from an int[][] using the default DataCell factory.
DefaultTable(int[][]) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated. Calls this(data, (String[])null, (String[])null);.
DefaultTable(double[][], String[], String[]) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated. Generates a new instance from an double[][] using the default DataCell factory.
DefaultTable(double[][]) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated. Calls this(data, (String[])null, (String[])null);.
DefaultTableNodeFactory - Class in org.knime.base.node.io.def
Its the factory for a DefaultTableNodeModel.
DefaultTableNodeFactory(DataRow[], String[], DataType[]) - Constructor for class org.knime.base.node.io.def.DefaultTableNodeFactory
We provide the same constructors as the DefaultTable.
DefaultTableNodeFactory(DataRow[], DataTableSpec) - Constructor for class org.knime.base.node.io.def.DefaultTableNodeFactory
Also this constructor is available in DefaultTable.
DefaultTableNodeFactory(Object[][], String[], String[]) - Constructor for class org.knime.base.node.io.def.DefaultTableNodeFactory
We provide the same constructors as the DefaultTable.
DefaultTableNodeModel - Class in org.knime.base.node.io.def
This is the model for the DefaultTable node.
DefaultTableNodeModel(DataRow[], String[], DataType[]) - Constructor for class org.knime.base.node.io.def.DefaultTableNodeModel
 
DefaultTableNodeModel(DataRow[], DataTableSpec) - Constructor for class org.knime.base.node.io.def.DefaultTableNodeModel
Also this constructor is available in DefaultTable.
DefaultTableNodeModel(Object[][], String[], String[]) - Constructor for class org.knime.base.node.io.def.DefaultTableNodeModel
 
DefaultVisualizationNodeDialog - Class in org.knime.base.node.viz.plotter.node
Lets the user define the maximum number of rows to be displayed.
DefaultVisualizationNodeDialog() - Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeDialog
Creates a new default visualization dialog with the maximum number of rows to display as defined in DataProvider.END.
DefaultVisualizationNodeDialog(int) - Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeDialog
Creates a new default visualization dialog with the maximum number of rows to display as defined by the passed parameter.
DefaultVisualizationNodeModel - Class in org.knime.base.node.viz.plotter.node
Implementation of a NodeModel which provides all functionality that is needed for a default plotter implementation.
DefaultVisualizationNodeModel() - Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Creates a NodeModel with one data inport and no outport.
DefaultVisualizationNodeModel(int, int) - Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Constructor for extending classes to define an arbitrary number of in- and outports.
DefaultVisualizationNodeView - Class in org.knime.base.node.viz.plotter.node
Convenient implementation of a NodeView that can display one or more plotter implementations.
DefaultVisualizationNodeView(NodeModel, AbstractPlotter) - Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
A generic NodeView which sets the model and calls the right methods of the plotters.
DefaultVisualizationNodeView(NodeModel, AbstractPlotter, String) - Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
A generic NodeView which sets the model and calls the right methods of the plotters the title is the title of the according tab.
DegreeOfAffinity - Interface in org.knime.base.node.mine.bfn
 
delegateAddHiLiteListener(HiLiteListener) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates the listener to the hilite handler.
delegateGetHiLitKeys() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates to the hilite handler.
delegateHiLite(RowKey...) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates to the hilite handler.
delegateHiLite(Set<RowKey>) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates to the hilite handler.
delegateIsHiLit(RowKey...) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
delegates to the hilite handler.
delegateIsHiLit(Set<RowKey>) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates to the hilite handler.
delegatePeekFlowVariableDouble(String) - Method in class org.knime.base.node.io.database.DBQueryNodeModel2
Delegate access to flow variable of type DOUBLE.
delegatePeekFlowVariableDouble(String) - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
Delegate access to flow variable of type DOUBLE.
delegatePeekFlowVariableDouble(String) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
Delegate access to flow variable of type DOUBLE.
delegatePeekFlowVariableDouble(String) - Method in interface org.knime.base.node.io.database.DBVariableSupportNodeModel
Delegate access to flow variable of type DOUBLE.
delegatePeekFlowVariableInt(String) - Method in class org.knime.base.node.io.database.DBQueryNodeModel2
Delegate access to flow variable of type INTEGER.
delegatePeekFlowVariableInt(String) - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
Delegate access to flow variable of type INTEGER.
delegatePeekFlowVariableInt(String) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
Delegate access to flow variable of type INTEGER.
delegatePeekFlowVariableInt(String) - Method in interface org.knime.base.node.io.database.DBVariableSupportNodeModel
Delegate access to flow variable of type INTEGER.
delegatePeekFlowVariableString(String) - Method in class org.knime.base.node.io.database.DBQueryNodeModel2
Delegate access to flow variable of type STRING.
delegatePeekFlowVariableString(String) - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
Delegate access to flow variable of type STRING.
delegatePeekFlowVariableString(String) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
Delegate access to flow variable of type STRING.
delegatePeekFlowVariableString(String) - Method in interface org.knime.base.node.io.database.DBVariableSupportNodeModel
Delegate access to flow variable of type STRING.
delegateRemoveAllHiLiteListeners() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates to the hilite handler.
delegateRemoveHiLiteListener(HiLiteListener) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
delegateUnHiLite(RowKey...) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates to the hilite handler.
delegateUnHiLite(Set<RowKey>) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates to the hilite handler.
delegateUnHiLiteAll() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates the unhilite all command to the hilite handler.
DeleteAction - Class in org.knime.base.node.io.tablecreator.table
The swing action to delete the selected cells of the spreadsheet.
DeleteAction(JTable) - Constructor for class org.knime.base.node.io.tablecreator.table.DeleteAction
Creates a new instance.
deleteChild(int) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Deletes the child for the item specified by its position pos.
deleteColumns(int[]) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Deletes the columns.
DeleteColumnsAction - Class in org.knime.base.node.io.tablecreator.table
The swing action to delete the selected columns of the spreadsheet.
DeleteColumnsAction(JTable) - Constructor for class org.knime.base.node.io.tablecreator.table.DeleteColumnsAction
Creates a new instance.
deleteObsoleteNodeDirs() - Method in class org.knime.core.node.workflow.WorkflowManager
Delete directories of removed nodes.
deleteRecursively(File) - Static method in class org.knime.core.util.FileUtil
Deletes a given directory recursively.
deleteRows(int[]) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Delete rows.
DeleteRowsAction - Class in org.knime.base.node.io.tablecreator.table
The swing action to delete the selected rows of the spreadsheet.
DeleteRowsAction(SpreadsheetTable) - Constructor for class org.knime.base.node.io.tablecreator.table.DeleteRowsAction
Creates a new instance.
Delimiter - Class in org.knime.base.node.io.filetokenizer
Deprecated. use Delimiter instead. Will be removed in Ver3.0.
Delimiter(String, boolean, boolean, boolean) - Constructor for class org.knime.base.node.io.filetokenizer.Delimiter
Deprecated. Creates a new delimiter object.
Delimiter(NodeSettingsRO) - Constructor for class org.knime.base.node.io.filetokenizer.Delimiter
Deprecated. Creates a new Delimiter object and sets its parameters from the config object.
Delimiter - Class in org.knime.core.util.tokenizer
Created for each delimiter for the FileTokenizer keeping its specifics.
Delimiter(String, boolean, boolean, boolean) - Constructor for class org.knime.core.util.tokenizer.Delimiter
Creates a new delimiter object.
Delimiter(NodeSettingsRO) - Constructor for class org.knime.core.util.tokenizer.Delimiter
Creates a new Delimiter object and sets its parameters from the config object.
delimSettingsChanged() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Reads the settings of the column delimiter box and transfers them into the internal settings object.
delimSettingsChanged() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Reads the settings of the column delimiter box and transfers them into the internal settings object.
DELTAVALUE_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store the delta value in the config.
DendrogramDrawingPane - Class in org.knime.base.node.viz.plotter.dendrogram
Interprets the BinaryTree of DendrogramPoints such that the leaf nodes (the data points) are painted and the cluster nodes are drawn with a horizontal line between the contained subnodes and vertical lines to that subnodes.
DendrogramDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
Inititalizes the tooltip.
DendrogramNode - Interface in org.knime.base.node.viz.plotter.dendrogram
This interface describes a node depicted in a dendrogram plot.
DendrogramPlotter - Class in org.knime.base.node.viz.plotter.dendrogram
Converts a DendrogramNode into a BinaryTree of DendrogramPoints, which is the visual representation of a hierachical clustering result stored in the DendrogramNode.
DendrogramPlotter() - Constructor for class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Default constructor.
DendrogramPlotter(DendrogramDrawingPane, DendrogramPlotterProperties) - Constructor for class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Constructor for extending classes.
DendrogramPlotterProperties - Class in org.knime.base.node.viz.plotter.dendrogram
In addition to the AbstractPlotterProperties a LinePlotterAppearanceTab is added, to adjust the dot size and line thickness and to show or hide the dots.
DendrogramPlotterProperties() - Constructor for class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotterProperties
Normal properties with an appearance tab to show/hide dots, dot size and line thickness.
DendrogramPoint - Class in org.knime.base.node.viz.plotter.dendrogram
Represents a point in the dendrogram with the contained rows, the distance of the cluster, the point in the drawing pane and the visual properties hilited, selected, relative size, color and shape.
DendrogramPoint(Point, double) - Constructor for class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
Creates a DendrogramPoint with a mapped point and the original distance.
denormalizeMatrix(double[][], double[], double[]) - Static method in class org.knime.base.util.math.MathUtils
Denormalizes the matrix relativ to the mean of the input data and to the standard deviation.
denormalizeMatrix(double[][], double[]) - Static method in class org.knime.base.util.math.MathUtils
Denormalizes the matrix relativ to the mean of the input data.
denormalizeVector(double[], double, double) - Static method in class org.knime.base.util.math.MathUtils
Denormalizes the vector relative to the mean of the input data and to the standard deviation.
denormalizeVector(double[], double) - Static method in class org.knime.base.util.math.MathUtils
Denormalizes the vector relative to the mean of the input data.
DenseBitVector - Class in org.knime.core.data.vector.bitvector
Stores Zeros and Ones in a vector, i.e.
DenseBitVector(long) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVector
Creates a new vector of the specified length, with no bits set.
DenseBitVector(long[], long) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVector
Creates a new instance taking over the initialization of the bits from the passed array.
DenseBitVector(String) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVector
Initializes the created bit vector from the hex representation in the passed string.
DenseBitVector(DenseBitVector) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVector
Creates a new instance as copy of the passed argument.
DenseBitVectorCell - Class in org.knime.core.data.vector.bitvector
Stores Zeros and Ones in a vector, i.e.
DenseBitVectorCell(DenseBitVector) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Use the DenseBitVectorCellFactory to create instances of this cell.
DenseBitVectorCellFactory - Class in org.knime.core.data.vector.bitvector
Used to created DataCells holding a DenseBitVector.
DenseBitVectorCellFactory(long) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Initializes the factory to the specified length, all bits cleared.
DenseBitVectorCellFactory(long[], long) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Initializes the factory to the specified length, initializing the bits from the passed array.
DenseBitVectorCellFactory(DenseBitVector) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
A copy of the specified vector is stored in the created bit vector cell.
DenseBitVectorCellFactory(DenseBitVectorCell, long, long) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Initializes the vector from a subsequence of the specified cell.
DenseBitVectorCellFactory(String) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Initializes the created bit vector from the hex representation in the passed string.
DenseByteVector - Class in org.knime.core.data.vector.bytevector
A vector of fixed length holding byte counts at specific positions.
DenseByteVector(int) - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVector
Creates a new instance with the specified length.
DenseByteVector(byte[]) - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVector
Creates a new vector initialized by the passed counts.
DenseByteVector(DenseByteVector) - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVector
Creates a new vector initialized by the passed vector.
DenseByteVectorCell - Class in org.knime.core.data.vector.bytevector
 
DenseByteVectorCell(DenseByteVector) - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Use the DenseBitVectorCellFactory to create instances of this cell.
DenseByteVectorCellFactory - Class in org.knime.core.data.vector.bytevector
Used to created DataCells holding a DenseByteVector.
DenseByteVectorCellFactory(int) - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Initializes the factory to the specified length, all counts set to zero.
DenseByteVectorCellFactory(DenseByteVector) - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
A copy of the specified vector is stored in the created byte vector cell.
DenseByteVectorCellFactory(DenseByteVectorCell, int, int) - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Initializes the vector from a subsequence of the specified cell.
DERIVED_FIELD - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
DERIVED_FIELD - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
DerivedFieldMapper - Class in org.knime.core.node.port.pmml.preproc
Creates a map of data column names to PMML derived field names for a PMML document and vice versa.
DerivedFieldMapper(PMMLDocument) - Constructor for class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
DerivedFieldMapper(PMMLPortObject) - Constructor for class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
DerivedFieldMapper(DerivedFieldDocument.DerivedField[]) - Constructor for class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
DescendingNumericTickPolicyStrategy - Class in org.knime.base.util.coordinate
 
DescendingNumericTickPolicyStrategy() - Constructor for class org.knime.base.util.coordinate.DescendingNumericTickPolicyStrategy
Creates a policy strategy for descending order.
DescendingNumericTickPolicyStrategy(String) - Constructor for class org.knime.base.util.coordinate.DescendingNumericTickPolicyStrategy
Creates a policy strategy for descending order.
DESCRIPTION - Static variable in class org.knime.core.data.renderer.DoubleBarRenderer
Description that's returned in DoubleBarRenderer.getDescription().
DESCRIPTION - Static variable in class org.knime.core.data.renderer.DoubleGrayValueRenderer
Description that's returned in DoubleGrayValueRenderer.getDescription().
deselectSubtree() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Deselects cell and all its children and subchildren recursively.
deserialize(DataCellDataInput) - Static method in class org.knime.core.data.collection.BlobSupportDataCellList
Static deserializer for a list.
deserialize(DataCellDataInput) - Static method in class org.knime.core.data.collection.BlobSupportDataCellSet
Static deserializer for a datacell set.
deserialize(DataInput) - Static method in class org.knime.core.data.container.BlobDataCell.BlobAddress
Reads blob address from stream.
deserialize(DataCellDataInput) - Method in interface org.knime.core.data.DataCellSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.date.DateAndTimeCellSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Static method in class org.knime.core.data.image.png.PNGImageContent
Deserialize method for DataCell implementation.
detailsAvailable() - Method in class org.knime.base.node.viz.pie.datamodel.PieDataModel
 
detailsAvailable() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
detectOutliers(DataTable, double, double[], Map<Double, Set<RowKey>>, Map<Double, Set<RowKey>>, double[], int) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Detects mild (= < 3 * IQR) and extreme (= > 3 * IQR) outliers.
determineColValues(BufferedDataTable, int, int, ExecutionMonitor) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Called to determine all possible values in the respective columns.
DialogComponent - Class in org.knime.core.node.defaultnodesettings
Abstract implementation of a component handling a standard type in a NodeDialog.
DialogComponent(SettingsModel) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponent
Abstract constructor expecting the model for this component.
DialogComponent.EmptySettingsModel - Class in org.knime.core.node.defaultnodesettings
------------------------------------------------------------------------- Components deriving from DialogComponent can use this model if they don't need or want to store any value (but are only displaying stuff).
DialogComponent.EmptySettingsModel() - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Creates an empty settings model, that will not hold any value.
DialogComponentBoolean - Class in org.knime.core.node.defaultnodesettings
Provides a standard component for a dialog that allows to edit a boolean value.
DialogComponentBoolean(SettingsModelBoolean, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
Constructor puts a checkbox with the specified label into the panel.
DialogComponentButton - Class in org.knime.core.node.defaultnodesettings
Provides a component containing a button.
DialogComponentButton(String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButton
Creates new instance of DialogComponentButton with given text to set as button label.
DialogComponentButtonGroup - Class in org.knime.core.node.defaultnodesettings
A standard component to display radio buttons.
DialogComponentButtonGroup(SettingsModelString, String, boolean, ButtonGroupEnumInterface[]) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
Constructor for class DialogComponentButtonGroup.
DialogComponentButtonGroup(SettingsModelString, String, boolean, String[], String[]) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
Constructor for class DialogComponentButtonGroup.
DialogComponentButtonGroup(SettingsModelString, String, boolean, String[], String[], String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
Deprecated. use DialogComponentButtonGroup.DialogComponentButtonGroup(SettingsModelString, String, boolean, String[], String[]) instead
DialogComponentButtonGroup(SettingsModelString, boolean, String, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
Constructor for class DialogComponentButtonGroup.
DialogComponentButtonGroup(SettingsModelString, String, boolean, String, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
Deprecated. use #DialogComponentButtonGroup(SettingsModelString, boolean, String, String...) instead
DialogComponentButtonLabel - Class in org.knime.core.node.defaultnodesettings
Provides a component containing a button and a label.
DialogComponentButtonLabel(String, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
Creates new instance of DialogComponentButtonLabel with given text to set as button text and label text.
DialogComponentChoiceConfig - Class in org.knime.base.node.mine.pca
dialog component for dimension selection in PCA configuration, used for SettingsModelPCADimensions
DialogComponentChoiceConfig(SettingsModelPCADimensions, boolean) - Constructor for class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
 
DialogComponentColumnFilter - Class in org.knime.core.node.defaultnodesettings
Provides a component for column filtering.
DialogComponentColumnFilter(SettingsModelFilterString, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Deprecated. Use the constructor DialogComponentColumnFilter.DialogComponentColumnFilter( SettingsModelFilterString, int, boolean) instead.
DialogComponentColumnFilter(SettingsModelFilterString, int, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Creates a new filter column panel with three components which are the include list, button panel to shift elements between the two lists, and the exclude list.
DialogComponentColumnFilter(SettingsModelFilterString, int, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Deprecated. Use the constructor DialogComponentColumnFilter.DialogComponentColumnFilter( SettingsModelFilterString, int, boolean, Class...) instead
DialogComponentColumnFilter(SettingsModelFilterString, int, boolean, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
DialogComponentColumnFilter(SettingsModelFilterString, int, ColumnFilter) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Deprecated. Use the constructor DialogComponentColumnFilter.DialogComponentColumnFilter( SettingsModelFilterString, int, boolean, ColumnFilter) instead
DialogComponentColumnFilter(SettingsModelFilterString, int, boolean, ColumnFilter) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
DialogComponentColumnNameSelection - Class in org.knime.core.node.defaultnodesettings
Provides a standard component for a dialog that allows to select a column in a given DataTableSpec.
DialogComponentColumnNameSelection(SettingsModelString, String, int, ColumnFilter) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Constructor that puts label and combobox into the panel.
DialogComponentColumnNameSelection(SettingsModelString, String, int, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Constructor that puts label and combobox into the panel.
DialogComponentColumnNameSelection(SettingsModelString, String, int, boolean, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Constructor that puts label and combobox into the panel.
DialogComponentColumnNameSelection(SettingsModelString, String, int, boolean, boolean, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Constructor that puts label and combobox into the panel.
DialogComponentColumnNameSelection(SettingsModelString, String, int, boolean, ColumnFilter) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Constructor that puts label and combobox into the panel.
DialogComponentColumnNameSelection(SettingsModelString, String, int, boolean, boolean, ColumnFilter) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Constructor that puts label and combobox into the panel.
DialogComponentDoubleRange - Class in org.knime.core.node.defaultnodesettings
Allows the user to enter a floating point number range.
DialogComponentDoubleRange(SettingsModelDoubleRange, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
Deprecated. use DialogComponentDoubleRange.DialogComponentDoubleRange( SettingsModelDoubleRange, double, double, double, String) or this DialogComponentDoubleRange.DialogComponentDoubleRange(SettingsModelDoubleRange, double, double, double, double, double, double, String) constructor instead.
DialogComponentDoubleRange(SettingsModelDoubleRange, double, double, double, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
Creates two spinner to enter the lower and upper value of the range.
DialogComponentDoubleRange(SettingsModelDoubleRange, double, double, double, double, double, double, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
Finegrain constructor to specify minimum and maximum values for the lower and upper bound and different step sizes for each spinner.
DialogComponentFileChooser - Class in org.knime.core.node.defaultnodesettings
A standard component allowing to choose a location(directory) and/or file name.
DialogComponentFileChooser(SettingsModelString, String, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Constructor that creates a file chooser with an JFileChooser.OPEN_DIALOG that filters files according to the given extensions.
DialogComponentFileChooser(SettingsModelString, String, int, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Constructor that creates a file/directory chooser of the given type without a file filter.
DialogComponentFileChooser(SettingsModelString, String, int, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Constructor that creates a file chooser of the given type that filters the files according to the given extensions.
DialogComponentFileChooser(SettingsModelString, String, int, boolean, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Constructor that creates a file or directory chooser of the given type that filters the files according to the given extensions.
DialogComponentFileChooser(SettingsModelString, String, int, boolean, FlowVariableModel, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Constructor that creates a file or directory chooser of the given type that filters the files according to the given extensions.
DialogComponentLabel - Class in org.knime.core.node.defaultnodesettings
Provides a component containing a label.
DialogComponentLabel(String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentLabel
Creates new instance of DialogComponentLabel with given label to set.
DialogComponentMultiLineString - Class in org.knime.core.node.defaultnodesettings
 
DialogComponentMultiLineString(SettingsModelString, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
Constructor put label and JTextArea into panel.
DialogComponentMultiLineString(SettingsModelString, String, boolean, int, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
Constructor put label and JTextArea into panel.
DialogComponentNumber - Class in org.knime.core.node.defaultnodesettings
Provide a standard component for a dialog that allows to edit number value.
DialogComponentNumber(SettingsModelNumber, String, Number) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumber
Constructor puts a label and spinner (with default width) into a panel.
DialogComponentNumber(SettingsModelNumber, String, Number, FlowVariableModel) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumber
Puts a label and spinner with default width into panel, offers also the registration of a FlowVariableModel.
DialogComponentNumber(SettingsModelNumber, String, Number, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumber
Constructor puts label and spinner into panel.
DialogComponentNumber(SettingsModelNumber, String, Number, int, FlowVariableModel) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumber
Constructor puts label and spinner into panel and allows to specify width (in #characters) of component.
DialogComponentNumberEdit - Class in org.knime.core.node.defaultnodesettings
Provides a standard component for a dialog that allows to edit a number value.
DialogComponentNumberEdit(SettingsModelNumber, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
Constructor that puts label and JTextField into panel.
DialogComponentNumberEdit(SettingsModelNumber, String, FlowVariableModel) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
Constructor that puts label and JTextField into panel.
DialogComponentNumberEdit(SettingsModelNumber, String, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
Constructor that puts label and JTextField into panel.
DialogComponentNumberEdit(SettingsModelNumber, String, int, FlowVariableModel) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
Constructor that puts label and JTextField into panel.
DialogComponentPasswordField - Class in org.knime.core.node.defaultnodesettings
Provide a standard component for a dialog that allows to edit a text field.
DialogComponentPasswordField(SettingsModelString, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
Constructor put label and JTextField into panel.
DialogComponentPasswordField(SettingsModelString, String, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
Constructor put label and JTextField into panel.
DialogComponentString - Class in org.knime.core.node.defaultnodesettings
Provide a standard component for a dialog that allows to edit a text field.
DialogComponentString(SettingsModelString, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentString
Constructor put label and JTextField into panel.
DialogComponentString(SettingsModelString, String, boolean, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentString
Constructor put label and JTextField into panel.
DialogComponentStringListSelection - Class in org.knime.core.node.defaultnodesettings
Provide a standard component for a dialog that allows to select one or more strings from a list of strings.
DialogComponentStringListSelection(SettingsModelStringArray, String, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Constructor that puts label and select box into panel.
DialogComponentStringListSelection(SettingsModelStringArray, String, Collection<String>, boolean, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Constructor that puts label and select box into panel.
DialogComponentStringListSelection(SettingsModelStringArray, String, Collection<String>, int, boolean, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Constructor that puts label and select box into panel.
DialogComponentStringListSelection(SettingsModelStringArray, String, StringIconOption[], int, boolean, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Constructor that puts label and select box into panel.
DialogComponentStringSelection - Class in org.knime.core.node.defaultnodesettings
Provide a standard component for a dialog that allows to select a string from a list of strings.
DialogComponentStringSelection(SettingsModelString, String, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Constructor that puts label and combobox into panel.
DialogComponentStringSelection(SettingsModelString, String, Collection<String>) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Constructor that puts label and combobox into panel.
DialogComponentStringSelection(SettingsModelString, String, Collection<String>, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Constructor that puts label and combobox into panel.
DialogComponentStringSelection(SettingsModelString, String, Collection<String>, boolean, FlowVariableModel) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Constructor that puts label and combobox into panel.
DialogComponentStringSelection(SettingsModelString, String, StringIconOption[]) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Constructor that puts label and combobox into panel.
DialogComponentStringSelection(SettingsModelString, String, StringIconOption[], FlowVariableModel) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Constructor that puts label and combobox into panel.
DIAMOND - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the diamond.
DIMENSIONS_SELECTION - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
config String for selecting whether the number of dimensions or the minimum quality is configured.
disconnect(NodeExecutionJob) - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
Disconnects the running job.
disconnect(NodeExecutionJob) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Disconnects the running job.
Discretization2ApplyNodeFactory - Class in org.knime.base.node.preproc.discretization.caim2.modelapply
The Factory for the Discretization Applier.
Discretization2ApplyNodeFactory() - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
 
DiscretizationApplyNodeModel - Class in org.knime.base.node.preproc.discretization.caim2.modelapply
This node takes a discretization model and applies it to the given input data table.
DiscretizationApplyNodeModel() - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
Inits a new discretization applier model with one data in-, one model in- and one data output port.
DiscretizationModel - Class in org.knime.base.node.preproc.discretization.caim2
Contains the DiscretizationSchemes for a given columns.
DiscretizationModel(ModelContentRO, DataTableSpec) - Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Creates a DiscretizationModel from a ModelContentRO object.
DiscretizationModel() - Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Creates an empty and invalid model! Don't use the created instance until loading content.
DiscretizationModel(DiscretizationScheme[], DataTableSpec) - Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Creates a new model taking over the schemes (copying them) and storing the included columns.
DiscretizationScheme - Class in org.knime.base.node.preproc.discretization.caim2
Represents a discretization scheme.
DiscretizationScheme(Interval) - Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
Creates a discretization scheme from an initial interval.
DiscretizationScheme(DiscretizationScheme) - Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
Creates a discretization scheme from a given one.
DiscretizationScheme(Config) - Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
Creates a DiscretizationScheme from a Config object.
disparityTransformation(double) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Computes the disparity value for the given distance value.
dispose() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewRowIterator
Call this before releasing the last reference to this iterator.
dispose() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
Call this before releasing the last reference to this table and all its iterators.
dispose() - Method in class org.knime.base.node.io.filereader.FileRowIterator
Call this before releasing the last reference to this iterator.
dispose() - Method in class org.knime.base.node.io.filereader.FileTable
Call this before releasing the last reference to this table and all its iterators.
dispose() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Notifies the plotter that it is not needed any more and can clean up all data and references it holds.
dispose() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Notifies the plotter that it is not needed any more and can clean up all data and references it holds.
dispose() - Method in class org.knime.core.node.workflow.BufferedDataTableView
Rest internal data table and reset data out-port view.
dispose() - Method in class org.knime.core.node.workflow.ModelContentOutPortView
Removes all nodes from the tree and sets the model to null.
disposePortView() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Dispose the view (if any) associated with this port.
disposePortView() - Method in interface org.knime.core.node.workflow.NodeOutPort
Dispose the view (if any) associated with this port.
disposePortView() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Dispose the view (if any) associated with this port.
DisretizeConfiguration - Class in org.knime.base.node.preproc.autobinner.pmml
 
DisretizeConfiguration() - Constructor for class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
 
DisretizeConfiguration(List<String>, Map<String, PMMLDiscretize>) - Constructor for class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
 
DISTANCE - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Key for choice of distance measure.
Distance - Class in org.knime.base.node.mine.bfn
Computes the Euclidean distance between two vectors.
distance(DoubleVector) - Method in class org.knime.base.node.mine.svm.Svm
Computes the distance from the hyperplane in the kernel induced hyperspace.
distance(DotInfo) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
Computes the euclidian distance between given dot and itself.
DISTANCE_FUNCTIONS - Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
An array with the available distance functions names.
DistanceFunction - Interface in org.knime.base.node.mine.cluster.hierarchical.distfunctions
The interface a distance function must implement.
DistanceFunction.Names - Enum in org.knime.base.node.mine.cluster.hierarchical.distfunctions
The name sof the implemented distance functions.
DistanceManager - Interface in org.knime.base.node.mine.mds.distances
 
DistanceManager - Interface in org.knime.base.node.mine.sota.distances
 
DistanceManagerFactory - Class in org.knime.base.node.mine.mds.distances
 
DistanceManagerFactory - Class in org.knime.base.node.mine.sota.distances
 
DistancePlotProperties - Class in org.knime.base.node.mine.cluster.hierarchical
 
DistancePlotProperties() - Constructor for class org.knime.base.node.mine.cluster.hierarchical.DistancePlotProperties
Creates properties with the default tab (zooming, moving) and an appearance tab to show hide dots, line thickness and dot size.
DISTANCES - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
An array of possible distance measures.
Distances - Class in org.knime.base.node.mine.mds.distances
 
Distances - Class in org.knime.base.node.mine.sota.distances
 
distanceSq(DotInfo) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
Computes the squared euclidian distance between given dot and itself.
DISTFUNCTION_KEY - Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Key to store the distance function in the settings.
dlgLoadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
This is the method called from the default dialog component to load the model specific settings from the settings object.
dlgSaveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
This method is called by the default dialog to save the model specific settings into the settings object.
doAfterExecution(NodeContainer, NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.WorkflowManager
Cleanup a node after execution.
doBeforeExecution(NodeContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
Call-back from NodeContainer called before node is actually executed.
doBeforePostExecution(NodeContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
Callback from NodeContainer to request a safe transition into the NodeContainer.State.POSTEXECUTE state.
doBeforePreExecution(NodeContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
Callback from NodeContainer to request a safe transition into the NodeContainer.State.PREEXECUTE state.
doCycle() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Computes one cycle of the sota algorithm, does the spilt afterwards and returns the variability.
doDecimalScaling(ExecutionMonitor) - Method in class org.knime.base.data.normalize.Normalizer
Does the decimal scaling.
doEpoch(int, ExecutionMonitor) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Computing one epoch if the iterative mds.
doEpoch() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Computes one epoch of the sota algorithm and retunrs the error of the tree after this epoch.
doesTypeAccept(FlowVariable.Type, FlowVariable.Type) - Static method in class org.knime.core.node.config.ConfigEditTreeModel
Determines whether a flow variable at hand (represented by its actual type) can be converted into a desired type.
DomainDialog - Class in org.knime.base.node.io.filereader
 
DomainDialog(JDialog, ColProperty) - Constructor for class org.knime.base.node.io.filereader.DomainDialog
Creates a new dialog for user domain settings of one column.
DomainDialog - Class in org.knime.base.node.io.tablecreator.prop
 
DomainDialog(JDialog, ColProperty) - Constructor for class org.knime.base.node.io.tablecreator.prop.DomainDialog
Creates a new dialog for user domain settings of one column.
DomainNodeDialogPane - Class in org.knime.base.node.preproc.domain
 
DomainNodeDialogPane() - Constructor for class org.knime.base.node.preproc.domain.DomainNodeDialogPane
Inits members, does nothing else.
DomainNodeFactory - Class in org.knime.base.node.preproc.domain
 
DomainNodeFactory() - Constructor for class org.knime.base.node.preproc.domain.DomainNodeFactory
 
DomainNodeModel - Class in org.knime.base.node.preproc.domain
 
DomainNodeModel() - Constructor for class org.knime.base.node.preproc.domain.DomainNodeModel
Constructor, inits one input, one output.
doMapping(DataCell) - Method in class org.knime.base.util.coordinate.LogarithmicMappingMethod
Maps the value according to its task.
doMapping(DataCell) - Method in interface org.knime.base.util.coordinate.MappingMethod
Maps the value according to its task.
doMapping(DataCell) - Method in class org.knime.base.util.coordinate.SquareRootMappingMethod
Maps the value according to its task.
doMinMaxNorm(double, double, ExecutionMonitor) - Method in class org.knime.base.data.normalize.Normalizer
Does the Min-Max Normalization.
done() - Method in class org.knime.core.util.MultiThreadWorker.ComputationTask
DONT_KNOW_PROP - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
Key for don't know probability for the unknown class.
doOneIteration(ExecutionContext) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
Does one iteration in the Fuzzy c-means algorithm.
doOneIteration(ExecutionContext) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Does one iteration in the Fuzzy c-means algorithm.
DOT_SIZE - Static variable in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Constant for the dot size.
DOT_SIZE - Static variable in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter
The dot size for the scatter matrix dots.
DotInfo - Class in org.knime.base.node.viz.plotter.scatter
This is a helper class for the ScatterPlotView.
DotInfo(int, int, RowKey, boolean, ColorAttr, double, int) - Constructor for class org.knime.base.node.viz.plotter.scatter.DotInfo
Creates a new object storing the characteristics of one dot.
DotInfoArray - Class in org.knime.base.node.viz.plotter.scatter
Class that holds all DotInfos.
DotInfoArray(int) - Constructor for class org.knime.base.node.viz.plotter.scatter.DotInfoArray
Creates a new empty container for DotInfos.
DotInfoArray(DotInfo[]) - Constructor for class org.knime.base.node.viz.plotter.scatter.DotInfoArray
Creates a new array container for DotInfos.
doTraining() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Trains the tree as many cycles as it takes to reduce the variability value to the given minimum and returns the variability value.
DOUBLE_TYPE - Static variable in class org.knime.base.node.mine.sota.logic.SotaCellFactory
The type specifying a SotaDoubleCell.
DoubleBarRenderer - Class in org.knime.core.data.renderer
Renderer for double cells that paints the whole range in a bar according to the cell's value.
DoubleBarRenderer(DataColumnSpec) - Constructor for class org.knime.core.data.renderer.DoubleBarRenderer
Creates new instance given a column spec.
DoubleCell - Class in org.knime.core.data.def
A data cell implementation holding a double value by storing this value in a private double member.
DoubleCell(double) - Constructor for class org.knime.core.data.def.DoubleCell
Creates a new cell for a generic double value.
DoubleCellFilterRowGenerator - Class in org.knime.base.data.filter.row
This class implements the FilterRowGenerator interface for DoubleCell objects and checks if they are within a certain interval.
DoubleCellFilterRowGenerator(int, DoubleValue, int) - Constructor for class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
 
DoubleCellFilterRowGenerator(int, double, int) - Constructor for class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
Creates a new single border row filter.
DoubleCellFilterRowGenerator(int, DoubleValue, int, DoubleValue, int) - Constructor for class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
 
DoubleCellFilterRowGenerator(int, double, int, double, int) - Constructor for class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
 
DoubleCoordinate - Class in org.knime.base.util.coordinate
This class represents a numeric coordinate defined by a given DataColumnSpec.
DoubleCoordinate(DataColumnSpec) - Constructor for class org.knime.base.util.coordinate.DoubleCoordinate
Constructs a Coordinate according to the given column spec and predefined default values for the coordinatePrefix, coordinatePostfix and the absoluteTickDistance.
DoubleCoordinate(DataColumnSpec, double, double, double, String, int) - Constructor for class org.knime.base.util.coordinate.DoubleCoordinate
Constructs a coordinate from the given parameters.
DoubleCoordinateFactory - Class in org.knime.base.util.coordinate
 
DoubleCoordinateFactory() - Constructor for class org.knime.base.util.coordinate.DoubleCoordinateFactory
 
DoubleCoordinateMapping - Class in org.knime.base.util.coordinate
Holds the original value according to the domain and its mapping.
DoubleCoordinateMapping(String, double, double) - Constructor for class org.knime.base.util.coordinate.DoubleCoordinateMapping
Constructs a coordinate mapping.
DoubleFormat - Class in org.knime.base.node.util
Convenience class that allows to format a double to a string.
DoubleGrayValueRenderer - Class in org.knime.core.data.renderer
Renderer for double cells that paints the whole range in gray color according to the cell's value.
DoubleGrayValueRenderer(DataColumnSpec) - Constructor for class org.knime.core.data.renderer.DoubleGrayValueRenderer
Creates new instance given a column spec.
DoubleToIntNodeDialog - Class in org.knime.base.node.preproc.double2int
Dialog for the double to integer Node.
DoubleToIntNodeDialog() - Constructor for class org.knime.base.node.preproc.double2int.DoubleToIntNodeDialog
Constructor.
DoubleToIntNodeFactory - Class in org.knime.base.node.preproc.double2int
NodeFactory for the Number to String Node that converts double to integer values.
DoubleToIntNodeFactory() - Constructor for class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
 
DoubleToIntNodeModel - Class in org.knime.base.node.preproc.double2int
The NodeModel for the Number to String Node that converts doubles to integers.
DoubleToIntNodeModel() - Constructor for class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Constructor with one inport and one outport.
DoubleValue - Interface in org.knime.core.data
Interface supporting generic double values.
doubleValue() - Method in class org.knime.core.util.MutableDouble
doubleValue() - Method in class org.knime.core.util.MutableInteger
DoubleValue.DoubleUtilityFactory - Class in org.knime.core.data
Implementations of the meta information of this value class.
DoubleValue.DoubleUtilityFactory() - Constructor for class org.knime.core.data.DoubleValue.DoubleUtilityFactory
Only subclasses are allowed to instantiate this class.
DoubleValueComparator - Class in org.knime.core.data
Comparator returned by the DoubleValue interface.
DoubleValueComparator() - Constructor for class org.knime.core.data.DoubleValueComparator
 
DoubleValueRenderer - Class in org.knime.core.data.renderer
Render to display a double value using a given NumberFormat.
DoubleValueRenderer(NumberFormat, String) - Constructor for class org.knime.core.data.renderer.DoubleValueRenderer
Instantiates a new object using a given format.
DoubleVector - Class in org.knime.base.node.mine.svm.util
This class is used to represent a vector (in the sense of input data sample).
DoubleVector(RowKey, ArrayList<Double>, String) - Constructor for class org.knime.base.node.mine.svm.util.DoubleVector
Default constructor.
DoubleVector(ArrayList<Double>, String) - Constructor for class org.knime.base.node.mine.svm.util.DoubleVector
Default constructor with no associated RowKey.
DoubleVector(ModelContentRO, String) - Constructor for class org.knime.base.node.mine.svm.util.DoubleVector
Loads a vector from a predParams object.
doZScoreNorm(ExecutionMonitor) - Method in class org.knime.base.data.normalize.Normalizer
Does the Z-Score Normalization.
drawAntialias() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
drawArc(Graphics2D, Arc2D, Paint, BasicStroke) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Draws the outline of the given arc.
drawAxes(Graphics) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Draws the parallel axes and, if missing values are displayed explicitly, the horizontal line at the bottom.
drawBlock(Graphics2D, Shape, Paint) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Draws a filled rectangle without a border and default transparency.
drawBlock(Graphics2D, Shape, Paint, float) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Draws a filled shape without a border.
DrawingUtils - Class in org.knime.base.node.viz.aggregation
Utility class that eases the drawing of different shapes.
drawLabel(String, Graphics2D, Rectangle, LabelPaintUtil.Position, boolean) - Static method in class org.knime.base.node.viz.plotter.LabelPaintUtil
Draws the label, and if the available space is to small it rotates the label depending on the LabelPaintUtil.Position where to draw it.
drawLabels(Graphics) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
drawLines(Graphics, List<LineInfo>) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Draws the lines / rows.
drawMessage(Graphics2D, Font, String, Rectangle2D) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Draws the given message in the center of the given rectangle.
drawNominalAxis(Graphics, NominalParallelAxis) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Draws a nominal axis with the labels of all possible values.
drawNumericAxis(Graphics, NumericParallelAxis) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Draws a numeric axis with the min value at the bottom and the max value at the top.
drawOutline(Graphics2D, Shape, Paint, Stroke) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Draws the outline of the shape.
drawRectangle(Graphics2D, Rectangle2D, Color, BasicStroke) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Draws an empty rectangle.
drawSectionOutline() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
DRIVER_ORDER - Static variable in class org.knime.core.node.port.database.DatabaseConnectionSettings
Keeps the history of all loaded driver and its order.
DROP_DIR_NAME - Static variable in class org.knime.core.node.workflow.SingleNodeContainer
Name of the sub-directory containing node-local files.
DUMMY_ROW_KEY - Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
The key being returned by a NoKeyBuffer.
dumpBits() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Returns a multi-line dump of the internal storage.
DuplicateChecker - Class in org.knime.core.util
This class checks for duplicates in an (almost) arbitrary number of strings.
DuplicateChecker() - Constructor for class org.knime.core.util.DuplicateChecker
Creates a new duplicate checker with default parameters.
DuplicateChecker(int, int) - Constructor for class org.knime.core.util.DuplicateChecker
Creates a new duplicate checker.
DuplicateKeyException - Exception in org.knime.core.util
This exception is thrown by the DuplicateChecker if a duplicate key has been detected.
DuplicateKeyException(String) - Constructor for exception org.knime.core.util.DuplicateKeyException
Creates a new exception with predefined message.
DuplicateKeyException(String, String) - Constructor for exception org.knime.core.util.DuplicateKeyException
Creates a new exception.
DuplicateKeyException(DuplicateKeyException) - Constructor for exception org.knime.core.util.DuplicateKeyException
Creates new exception based on a reference exception (which may have been generated by a different thread).
DuplicateOperatorException - Exception in org.knime.base.data.aggregation
Indicates that an operator with the name already exists.
DuplicateOperatorException(String, AggregationOperator) - Constructor for exception org.knime.base.data.aggregation.DuplicateOperatorException
Constructor for class DuplicateOperatorException.

E

EigenValue - Class in org.knime.base.node.mine.pca
This class describes an eigenvalue - eigenvector pair, comparable by absolute of eigenvalue.
EigenValue(int, double, Matrix) - Constructor for class org.knime.base.node.mine.pca.EigenValue
Create pair.
EigenvalueDecomposition - Class in org.knime.base.util.math
Eigenvalues and eigenvectors of a real matrix.
EigenvalueDecomposition(double[][]) - Constructor for class org.knime.base.util.math.EigenvalueDecomposition
Check for symmetry, then construct the eigenvalue decomposition.
ElementCountOperator - Class in org.knime.base.data.aggregation.collection
Collection operator that counts the elements of all member collections.
ElementCountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.ElementCountOperator
Constructor for class ElementCountOperator.
ElementCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.ElementCountOperator
Constructor for class ElementCountOperator.
EmptyNodeDialogPane - Class in org.knime.core.node
An empty dialog, which is used to create dialogs with only miscellaneous tabs (such as memory policy and job selector panel).
EmptyNodeDialogPane() - Constructor for class org.knime.core.node.EmptyNodeDialogPane
 
EmptyTableReplacerNodeFactory - Class in org.knime.base.node.switches.emtpytablereplacer
 
EmptyTableReplacerNodeFactory() - Constructor for class org.knime.base.node.switches.emtpytablereplacer.EmptyTableReplacerNodeFactory
Create factory, that instantiates nodes.
EmptyTableReplacerNodeModel - Class in org.knime.base.node.switches.emtpytablereplacer
Node which replaces an empty table with an inactive branch object.
EmptyTableReplacerNodeModel() - Constructor for class org.knime.base.node.switches.emtpytablereplacer.EmptyTableReplacerNodeModel
One input, two outputs.
ENABLE_ZOOM - Static variable in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel
Popup menue entry constant.
enableAggrMethodGroup(boolean) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
enableMissingSectionOption(boolean) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
enableReplaceOptions() - Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeDialog
 
enableReplaceOptions() - Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
 
enableShowDetailsOption(boolean) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
encrypt(char[]) - Static method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
Encrypts password.
encrypt(char[]) - Static method in class org.knime.core.util.KnimeEncryption
Enrypts password.
encrypt(SecretKey, char[]) - Static method in class org.knime.core.util.KnimeEncryption
Enrypts password with the given SecrectKey.
EncryptionKeySupplier - Interface in org.knime.core.util
An object that implements this interface can register at KnimeEncryption.
END - Static variable in interface org.knime.base.node.viz.plotter.DataProvider
Default end row for DataArray creation.
endBlock() - Method in class org.knime.core.data.container.BlockableInputStream
Finishes the current block, i.e.
endBlock() - Method in class org.knime.core.data.container.BlockableOutputStream
Writes a terminate character to the underlying stream.
endBlock() - Method in class org.knime.core.data.container.DCObjectInputVersion2
Pushes the stream forth until a mark is encountered.
endBlock() - Method in class org.knime.core.data.container.DCObjectOutputVersion2
Marks the end of the block.
EndcaseNodeDialog - Class in org.knime.base.node.switches.endcase
Dialog for the node collecting data from two - potentially inactive - branches.
EndcaseNodeDialog() - Constructor for class org.knime.base.node.switches.endcase.EndcaseNodeDialog
Constructor to init the gui and set a title.
EndcaseNodeFactory - Class in org.knime.base.node.switches.endcase
 
EndcaseNodeFactory() - Constructor for class org.knime.base.node.switches.endcase.EndcaseNodeFactory
Create factory, that instantiates nodes.
EndcaseNodeModel - Class in org.knime.base.node.switches.endcase
End of an IF Statement.
EndcaseNodeModel() - Constructor for class org.knime.base.node.switches.endcase.EndcaseNodeModel
Two inputs, one output.
endDocument() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated. 
endDocument() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBinContentHandler
endDocument() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeContentHandler
endDocument() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLIntervalContentHandler
endDocument() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize.PMMLPreprocDiscretizeContentHandler
endDocument() - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated. 
endElement(String, String, String) - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated. 
endElement(String, String, String) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBinContentHandler
endElement(String, String, String) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeContentHandler
endElement(String, String, String) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLIntervalContentHandler
endElement(String, String, String) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize.PMMLPreprocDiscretizeContentHandler
endElement() - Method in class org.knime.core.data.xml.io.LimitedXPathMatcher
Called in the XMLStreamConstants.START_ELEMENT call back of the XMLStreamReader.
endElement(String, String, String) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated. 
endElement(String, String, String) - Method in class org.knime.core.node.port.pmml.XFilter
endElement(String, String, String) - Method in class org.knime.core.node.port.pmml.XMLTreeCreator
EndifNodeDialog - Class in org.knime.base.node.switches.endif
Dialog for the node collecting data from two - potentially inactive - branches.
EndifNodeDialog() - Constructor for class org.knime.base.node.switches.endif.EndifNodeDialog
Constructor to init the gui and set a title.
EndifNodeFactory - Class in org.knime.base.node.switches.endif
 
EndifNodeFactory() - Constructor for class org.knime.base.node.switches.endif.EndifNodeFactory
Create factory, that instantiates nodes.
EndifNodeModel - Class in org.knime.base.node.switches.endif
End of an IF Statement.
EndifNodeModel() - Constructor for class org.knime.base.node.switches.endif.EndifNodeModel
Two inputs, one output.
EndmodelcaseNodeFactory - Class in org.knime.base.node.switches.endmodelcase
 
EndmodelcaseNodeFactory() - Constructor for class org.knime.base.node.switches.endmodelcase.EndmodelcaseNodeFactory
Create factory, that instantiates nodes.
EndmodelcaseNodeModel - Class in org.knime.base.node.switches.endmodelcase
End of a CASE Statement.
EndmodelcaseNodeModel() - Constructor for class org.knime.base.node.switches.endmodelcase.EndmodelcaseNodeModel
One + 3 optional inputs, one output.
EndOfTableException - Exception in org.knime.base.node.preproc.filter.row.rowfilter
Used by RowFilters to tell that no more rows will fulfill their criteria and the RowFilterTable iterator can flag the end of table.
EndOfTableException() - Constructor for exception org.knime.base.node.preproc.filter.row.rowfilter.EndOfTableException
Creates a new Exception with no message.
EndOfTableException(String) - Constructor for exception org.knime.base.node.preproc.filter.row.rowfilter.EndOfTableException
Creates a new exception object with a message.
endPrefixMapping(String) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated. 
endRow() - Method in class org.knime.core.data.container.DCObjectOutputVersion2
Writes the row end identifier.
enqueue(Callable<T>) - Method in class org.knime.core.util.ThreadPool
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
enqueue(Runnable) - Method in class org.knime.core.util.ThreadPool
Submits a Runnable task for execution and returns a Future representing that task.
EnrichmentPlotterDialog - Class in org.knime.base.node.viz.enrichment
This is the dialog for the enrichment plotter in which the two columns for the curves are selected.
EnrichmentPlotterDialog() - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterDialog
Creates a dialog for the enrichment plotter settings.
EnrichmentPlotterFactory - Class in org.knime.base.node.viz.enrichment
This factory creates all necessary components for the enrichment plotter node.
EnrichmentPlotterFactory() - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
 
EnrichmentPlotterModel - Class in org.knime.base.node.viz.enrichment
This class is the model for the enrichment plotter node.
EnrichmentPlotterModel() - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
Creates a new model for the enrichment plotter node.
EnrichmentPlotterModel.EnrichmentPlot - Class in org.knime.base.node.viz.enrichment
Small container class for a single enrichment curve.
EnrichmentPlotterModel.EnrichmentPlot(String, double[], double[], double) - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
Creates a new enrich curve container.
EnrichmentPlotterSettings - Class in org.knime.base.node.viz.enrichment
This class holds the settings for the enrichment plotter node.
EnrichmentPlotterSettings() - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
 
EnrichmentPlotterSettings.Curve - Class in org.knime.base.node.viz.enrichment
A simple container that holds the necessary information for specifying a curve that should be plotted.
EnrichmentPlotterSettings.Curve(String, String, boolean) - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
Creates a new Curve object.
EnrichmentPlotterSettings.PlotMode - Enum in org.knime.base.node.viz.enrichment
Enum for the three different plot modes.
EnrichmentPlotterView - Class in org.knime.base.node.viz.enrichment
This is the view for the enrichment plotter node that shows all specified enrichment plots.
EnrichmentPlotterView(EnrichmentPlotterModel) - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterView
Creates a new enrichment plotter view.
ENSURE_UNIQUENESS_LABEL - Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeDialog
The label of the uniqueness check box.
ENSURE_UNIQUNESS - Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
The name of the settings tag which holds the boolean if the user wants to have the uniqueness ensured.
ensureOpen() - Method in class org.knime.core.data.container.ConcatenateTable
Internal use.
ensureOpen() - Method in class org.knime.core.data.container.ContainerTable
Do not use this method (only invoked by the framework).
ensureOpen() - Method in class org.knime.core.data.container.JoinedTable
Internal use.
ensureOpen() - Method in class org.knime.core.data.container.RearrangeColumnsTable
Internal use.
ensureOpen() - Method in class org.knime.core.data.container.TableSpecReplacerTable
Implementation of BufferedDataTable.ensureOpen().
ensureOpen() - Method in class org.knime.core.data.container.WrappedTable
Implementation of BufferedDataTable.ensureOpen().
ensureOpen() - Method in class org.knime.core.node.BufferedDataTable
Reads table from its saved location (usually the workspace).
ensureOpen() - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
Implementation of BufferedDataTable.ensureOpen().
ensureOutputDataIsRead() - Method in class org.knime.core.node.Node
Ensures that any port object is read for later saving with a newer version.
entropy(Map<RowKey, RowKey>, Set<RowKey>) - Static method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Get entropy for one single cluster.
EntropyCalculator - Class in org.knime.base.node.mine.scorer.entrop
Utility class that allows to calculate some entropy and quality values for clustering results given a reference clustering.
EntropyCalculator(DataTable, DataTable, int, int, ExecutionMonitor) - Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Creates new instance.
EntropyCalculator(Map<RowKey, RowKey>, Map<RowKey, Set<RowKey>>) - Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Creates new instance given the maps of clustering and reference.
EntropyNodeDialogPane - Class in org.knime.base.node.mine.scorer.entrop
 
EntropyNodeDialogPane() - Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyNodeDialogPane
The dialog for the entropy scorer.
EntropyNodeModel - Class in org.knime.base.node.mine.scorer.entrop
 
EntropyNodeModel(boolean) - Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
The Entropy node model with two data inports for the two clustering results.
EntropyNodeView - Class in org.knime.base.node.mine.scorer.entrop
 
EntropyNodeView(EntropyNodeModel) - Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyNodeView
Delegates to super class.
EntropyView - Class in org.knime.base.node.mine.scorer.entrop
This panel is the view to a EntropyCalculator.
EntropyView() - Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyView
Constructs new panel.
enumerate(Combinations.Callback) - Method in class org.knime.base.util.math.Combinations
Enumerates all combinations and calls the callback for each combination.
enumerate(long, long, Combinations.Callback) - Method in class org.knime.base.util.math.Combinations
Enumerates all combinations from rank from until rank to (inclusive).
enumerate(int, Combinations.Callback) - Method in class org.knime.base.util.math.Combinations
Enumerates all combinations and calls the callback for each combination.
EOT - Static variable in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
Use this value for the range-end parameter to specify a range reaching to the end of the table.
eq(int, int) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a equal node, that compares the values in two columns.
eq(int, Number) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a equal node, that compares the value in a column to a fixed number.
eq(int, String) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new equal node, that compares the value in a column to a fixed string.
equals(Object) - Method in class org.knime.base.node.io.filetokenizer.Delimiter
Deprecated. 
equals(Object) - Method in class org.knime.base.node.io.filetokenizer.Quote
Deprecated. 
equals(Object) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel.IntPair
equals(Object) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Check if two BasisFunctionLearnerRow objects are equal if their centroids and class labels are equal.
equals(Object) - Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.MinkowskiDist
 
equals(Object) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPredictor
equals(Object) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
equals(Object) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
equals(Object) - Method in class org.knime.base.node.preproc.joiner.JoinTuple
equals(Object) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
equals(Object) - Method in class org.knime.base.node.viz.histogram.util.ColorColumn
equals(Object) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
equals(Object) - Method in class org.knime.core.data.collection.BlobSupportDataCellList
equals(Object) - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
equals(Object) - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
equals(Object) - Method in class org.knime.core.data.container.CellClassInfo
equals(Object) - Method in class org.knime.core.data.DataCell
Implements the equals method which returns true only if both cells are of the same class and DataCell.equalsDataCell(DataCell) returns true.
equals(Object) - Method in class org.knime.core.data.DataColumnDomain
Compares this domain with the other one by the possible values and lower and upper bounds and returns true if both are the same.
equals(Object) - Method in class org.knime.core.data.DataColumnProperties
Compares a given object on equality.
equals(Object) - Method in class org.knime.core.data.DataColumnSpec
Two DataColumnSpecs are equal, if the name, type, properties, domain, all property handlers, and element names are equal.
equals(Object) - Method in class org.knime.core.data.DataTableSpec
Checks if both DataTableSpecs are equal.
equals(Object) - Method in class org.knime.core.data.DataType
Types are equal if the list of compatible DataValue classes matches (ordering does not matter), both types have the same preferred value class or both do not have a preferred value class.
equals(Object) - Method in class org.knime.core.data.def.DefaultRow
A row is equal to another one if the key and all cells are equal.
equals(ColorAttr) - Method in class org.knime.core.data.property.ColorAttr
Compares this ColorAttr with the given one and returns true if both have the same color value.
equals(Object) - Method in class org.knime.core.data.property.ColorAttr
Compares this ColorAttr with the given Object and returns true if the other is an instance of ColorAttr and both have the same color value.
equals(Object) - Method in class org.knime.core.data.property.ColorHandler
equals(Object) - Method in class org.knime.core.data.property.ColorModelNominal
equals(Object) - Method in class org.knime.core.data.property.ColorModelRange
equals(Object) - Method in class org.knime.core.data.property.ShapeHandler
equals(Object) - Method in class org.knime.core.data.property.ShapeModelNominal
equals(Object) - Method in class org.knime.core.data.property.SizeHandler
equals(Object) - Method in class org.knime.core.data.property.SizeModelDouble
equals(Object) - Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
equals(Object) - Method in class org.knime.core.data.RowKey
equals(Object) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
equals(Object) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
equals(Object) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
equals(Object) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
equals(Object) - Method in class org.knime.core.data.xml.XMLCellContent
equals(Object) - Method in class org.knime.core.internal.ReferencedFile
equals(Object) - Method in class org.knime.core.node.port.AbstractSimplePortObject
Method compares both ModelContent objects that first need to be saved by calling AbstractSimplePortObject.save(ModelContentWO, ExecutionMonitor).
equals(Object) - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
equals(Object) - Method in class org.knime.core.node.port.database.DatabasePortObject
equals(Object) - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
equals(Object) - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
equals(Object) - Method in class org.knime.core.node.port.PortType
equals(Object) - Method in class org.knime.core.node.util.DefaultStringIconOption
equals(Object) - Method in class org.knime.core.node.workflow.ConnectionContainer
equals(Object) - Method in class org.knime.core.node.workflow.ConnectionID
equals(Object) - Method in class org.knime.core.node.workflow.Credentials
 
equals(Object) - Method in class org.knime.core.node.workflow.CredentialsProvider
equals(Object) - Method in class org.knime.core.node.workflow.FlowObjectStack
equals(Object) - Method in class org.knime.core.node.workflow.FlowVariable
equals(Object) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
equals(Object) - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
equals(Object) - Method in class org.knime.core.util.MutableDouble
equals(Object) - Method in class org.knime.core.util.MutableInteger
equals(Object) - Method in class org.knime.core.util.Pair
equals(Object) - Method in class org.knime.core.util.tokenizer.Delimiter
equals(Object) - Method in class org.knime.core.util.tokenizer.Quote
equalsDataCell(DataCell) - Method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated. Check if two BitVectorCells are equal.
equalsDataCell(DataCell) - Method in class org.knime.base.node.preproc.joiner.InputDataRow.WildCardCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.collection.ListCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.collection.SetCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.collection.SparseListCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.container.BlobWrapperDataCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.DataCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.date.DateAndTimeCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.BooleanCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.ComplexNumberCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.DoubleCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.FuzzyIntervalCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.FuzzyNumberCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.IntCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.IntervalCell
Checks if this and the given cell have equal values.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.LongCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.StringCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.TimestampCell
Deprecated. Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.image.png.PNGImageBlobCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.image.png.PNGImageCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.model.PortObjectCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.xml.PMMLBlobCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.xml.PMMLCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.xml.XMLBlobCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.xml.XMLCell
Derived classes implement their specific equals function here.
EqualSizeSamplingConfiguration - Class in org.knime.base.node.preproc.equalsizesampling
 
EqualSizeSamplingConfiguration() - Constructor for class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
EqualSizeSamplingConfiguration.SamplingMethod - Enum in org.knime.base.node.preproc.equalsizesampling
 
EqualSizeSamplingNodeDialogPane - Class in org.knime.base.node.preproc.equalsizesampling
 
EqualSizeSamplingNodeDialogPane() - Constructor for class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeDialogPane
 
EqualSizeSamplingNodeFactory - Class in org.knime.base.node.preproc.equalsizesampling
 
EqualSizeSamplingNodeFactory() - Constructor for class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeFactory
 
EqualSizeSamplingNodeModel - Class in org.knime.base.node.preproc.equalsizesampling
 
EqualSizeSamplingNodeModel() - Constructor for class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
 
equalStructure(DataColumnSpec) - Method in class org.knime.core.data.DataColumnSpec
Two DataColumnSpecs are equal if they have the same column name and type.
equalStructure(DataTableSpec) - Method in class org.knime.core.data.DataTableSpec
Returns true if spec has the same column names and types.
error(Object) - Method in class org.knime.core.node.NodeLogger
Write error message into the logger.
error(Object, Throwable) - Method in class org.knime.core.node.NodeLogger
Write error message and throwable into the logger.
error(SAXParseException) - Method in class org.knime.core.xml.XMLProperties
errorThreshold(double) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Sets the error threshold for automatic feature selection.
errorThreshold() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Returns the error threshold for automatic feature selection.
escapeString(String) - Static method in class org.knime.base.node.io.csvwriter.FileWriterSettings
Returns a string with all TABS and newLines being replaced by "\t" or "\n" - and backslashes replaced by "\\".
EUCLIDEAN_DIST - Static variable in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
Flag for euclidean distance.
EUCLIDEAN_DIST - Static variable in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
Flag for euclidean distance.
EUCLIDEAN_DISTANCE - Static variable in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.EuclideanDist
An instance of this distance function.
EuclideanDist - Class in org.knime.base.node.mine.cluster.hierarchical.distfunctions
Calculates the distance for two data rows based on the euclidean distance.
EuclideanDist() - Constructor for class org.knime.base.node.mine.cluster.hierarchical.distfunctions.EuclideanDist
Creates a Euclidean distance object from an Minkowski distance which means the power is two.
EuclideanDistanceManager - Class in org.knime.base.node.mine.mds.distances
 
EuclideanDistanceManager(boolean) - Constructor for class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
Creates instance of EuclideanDistanceManager, which computes euclidean distances between rows and cells.
EuclideanDistanceManager() - Constructor for class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
Creates instance of EuclideanDistanceManager, which computes the euclidean distances between rows and cells.
EuclideanDistanceManager - Class in org.knime.base.node.mine.sota.distances
 
EuclideanDistanceManager(boolean) - Constructor for class org.knime.base.node.mine.sota.distances.EuclideanDistanceManager
Creates instance of EuclideanDistanceManager, which computes euclidean distances between rows and cells.
evaluate(double[]) - Method in class org.knime.base.data.neural.methods.RProp
Evaluates input and returns output of output neurons.
evaluate(double[]) - Method in class org.knime.base.data.neural.Perceptron
Evaluates a given input for the perceptron.
evaluate(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Evaluates the predicate for the passed parameters and returns the result.
evaluate(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
Evaluates the predicate for the passed parameters and returns the result.
evaluate(String, String) - Method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
Evaluates the operator on the passed strings.
evaluate(Double, Double) - Method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
Evaluates the operator on the passed double values.
evaluate(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Evaluates the predicate for the passed parameters and returns the result.
evaluate(T, Set<T>) - Method in enum org.knime.base.node.mine.decisiontree2.PMMLSetOperator
Evaluates the operator on the passed value.
evaluate(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
Evaluates the predicate for the passed parameters and returns the result.
evaluate(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Evaluates the predicate for the passed parameters and returns the result.
evaluate(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
Evaluates the predicate for the passed parameters and returns the result.
evaluate(DoubleVector, DoubleVector) - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
evaluate the kernel.
evaluate(double[], double[]) - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
returns the value of the kernel given vectors a and b.
evaluate(DoubleVector, DoubleVector) - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
returns the value of the kernel given vectors a and b.
evaluate(double[], double[]) - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
returns the value of the kernel given vectors a and b.
evaluate(DoubleVector, DoubleVector) - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
evaluate the kernel.
evaluate(double[], double[]) - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
returns the value of the kernel given vectors a and b.
evaluate(DoubleVector, DoubleVector) - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
evaluate the kernel.
evaluate(double[], double[]) - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
returns the value of the kernel given vectors a and b.
evaluate(DataRow) - Method in interface org.knime.base.node.rules.RuleNode
Evaluates this rule node.
EXCLUDE - Static variable in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeDialogPane
Exclude columns.
EXCLUDE - Static variable in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
Exclude rows.
excludeColsChange(Collection<String>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
 
excludeColumns(List<String>) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
Synchronizes the available aggregation column list and the selected columns.
excludeColumns(List<String>) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeDialog
Synchronizes the available aggregation column list and the selected columns.
EXCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
Settings key for the excluded columns.
EXCLUDED_COLUMNS - Static variable in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Settings key for the excluded columns.
EXCLUDED_COLUMNS - Static variable in class org.knime.core.node.util.ColumnFilterPanel
Settings key for the excluded columns.
excludedColumns() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Returns a list with all currently excluded columns.
excludedFeatureIndex() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Returns the currently excluded column's (feature's) index.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.image.ImageToTableNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.image.writepng.WritePNGNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBQueryNodeModel
Deprecated. Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBQueryNodeModel2
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBRowFilterNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
Execute does nothing - the reading of the file and writing to the NodeSettings object has already happened during savePredictorParams.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
Writes model as ModelContent to file.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Starts the learning algorithm in the learner.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
Starts the learning algorithm in the learner.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Generate new clustering based on InputDataTable and specified number of clusters.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Generate new clustering based on InputDataTable and specified number of clusters.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Start of decision tree induction.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.mds.MDSNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
The execution consists of three steps: A neural network is build with the inputs and outputs according to the input datatable, number of hidden layers as specified. Input DataTables are converted into double-arrays so they can be attached to the neural net. The neural net is trained. Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Performs the PCA.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.pca.PCANodeModel
Performs the PCA.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Performs the PCA.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearner
Compute logistic regression model.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Starts the scoring in the scorer.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.sota.SotaNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.parallel.AbstractParallelNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.parallel.builder.ThreadedTableBuilderNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PMMLPreprocDiscretize, BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApply
Performs binning.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Execute method for general port types.
execute(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.preproc.autobinner.AutoBinner
Determine bins.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.binner.BinnerNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.partition.PartitionNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.sample.SamplingNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
When the model gets executed, the DataTable is split in several DataContainers.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.split.SplitNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.rules.RuleEngineNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.switches.emtpytablereplacer.EmptyTableReplacerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.switches.endmodelcase.EndmodelcaseNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.util.cache.CacheNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
Execute method for general port types.
execute(ExecutionContext) - Method in class org.knime.base.node.util.exttool.CommandExecution
Executes the commands via the Runtime and streams the stdout as well as the stderr to the logger and notifies the registered observer if a msg occurs.
execute(ExecutionMonitor) - Method in class org.knime.base.node.util.exttool.CommandExecution
Executes the commands via the Runtime and streams the stdout as well as the stderr to the logger and notifies the registered observer if a msg occurs.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Converts the input data at inport 0 into a DataArray with maximum number of rows as defined in the DefaultVisualizationNodeDialog.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Is invoked during the node's execution to make the color settings.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Is invoked during the node's execution to make the shape settings.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Is invoked during the node's execution to make the size settings.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.roc.ROCNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Computes the statistics for the DataTable at the in-port.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.table.TableNodeModel
Called when new data is available.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Initialises the NodeModel, starts the execution, pauses it, resumes it and finishes it.
execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.Node
Starts executing this node.
execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.NodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.core.node.NodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method)only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(String, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Execute statement on current database connection.
execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectInNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectOutNodeModel
Execute method for general port types.
EXECUTE_WITHOUT_CONFIGURE - Static variable in class org.knime.base.node.io.database.DBReaderDialogPane
Config key for the option to run the SQL query during configure.
executeAll() - Method in class org.knime.core.node.workflow.WorkflowManager
Convenience method: (Try to) Execute all nodes in the workflow.
executeAllAndWaitUntilDone() - Method in class org.knime.core.node.workflow.WorkflowManager
Convenience method: execute all and wait for execution to be done.
executeByChunk(BufferedDataTable, BufferedDataTable[], RowAppender[], ExecutionMonitor) - Method in class org.knime.base.node.parallel.AbstractParallelNodeModel
This method is called as often as necessary by multiple threads.
executeChunk() - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContent
Trigger execution of branch for this chunk.
executeChunks() - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContentMaster
Start execution of all chunks.
executeModel(PortObject[], ExecutionContext) - Method in class org.knime.core.node.NodeModel
Invokes the abstract #execute() method of this model.
executeOneIteration(ExecutionContext) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
This method is assumed to implement one iteration of an interruptible algorithm.
executeUpToHere(NodeID...) - Method in class org.knime.core.node.workflow.WorkflowManager
mark these nodes and all not-yet-executed predecessors for execution.
ExecutionContext - Class in org.knime.core.node
An ExecutionContext provides storage capacities during a NodeModel's execution.
ExecutionContext(NodeProgressMonitor, Node) - Constructor for class org.knime.core.node.ExecutionContext
Deprecated. Use the constructor with a table repository argument instead. This constructor potentially does not support serialization of blobs.
ExecutionContext(NodeProgressMonitor, Node, SingleNodeContainer.MemoryPolicy, HashMap<Integer, ContainerTable>) - Constructor for class org.knime.core.node.ExecutionContext
Creates new object based on a progress monitor and a node as parent of any created buffered data table.
executionInProgress() - Method in enum org.knime.core.node.workflow.NodeContainer.State
 
executionInProgress() - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContent
 
ExecutionMonitor - Class in org.knime.core.node
This node's execution monitor handles the progress and later also memory management for each node model's execution.
ExecutionMonitor() - Constructor for class org.knime.core.node.ExecutionMonitor
Creates a new execution monitor with an empty default progress monitor.
ExecutionMonitor(NodeProgressMonitor) - Constructor for class org.knime.core.node.ExecutionMonitor
Creates a new execution monitor with the given progress monitor which can be null.
expandAll() - Method in class org.knime.core.node.config.ConfigEditJTree
Expand the tree.
ExpandBranchAction<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
An action to expand the branch starting from the selected node in a HierarchicalGraphView.
ExpandBranchAction(HierarchicalGraphView<K>) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.ExpandBranchAction
 
expandMetaNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Expand the selected metanode into a set of nodes in this WFM and remove the old metanode.
explain(BufferedDataTable, String[], String[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Assigns all explained examples to to basis functions.
explains(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns true if the input row is explained by this row, otherwise false.
explains(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Returns true if the given row is covered by this prototype, that is, if FuzzyBasisFunctionLearnerRow.computeActivation(DataRow) returns a degree equal 1.
explains(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Checks if the given row is explained by this basisfunction.
explodeSelectedSections() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
export(File, Component, int, int) - Method in interface org.knime.core.node.NodeViewExport.ExportType
Called when the component is to be exported.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.cluster.PMMLClusterTranslator
Exports the translators state to a PMML document.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeTranslator
Exports the translators state to a PMML document.
exportTo(PMMLPredicate, NodeDocument.Node) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicateTranslator
 
exportTo(PMMLPredicate, CompoundPredicateDocument.CompoundPredicate) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicateTranslator
 
exportTo(PMMLPredicate, SimpleRuleDocument.SimpleRule) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicateTranslator
 
exportTo(PMMLPredicate, CompoundRuleDocument.CompoundRule) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicateTranslator
 
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
Exports the translators state to a PMML document.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionTranslator
Exports the translators state to a PMML document.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator
Exports the translators state to a PMML document.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.svm.PMMLSVMTranslator
Exports the translators state to a PMML document.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
Exports the translators state to a PMML document.
exportTo(PMMLDocument, DataTableSpec) - Method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
Adds a data dictionary to the PMML document based on the DataTableSpec.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in interface org.knime.core.node.port.pmml.PMMLTranslator
Exports the translators state to a PMML document.
exportToLocalTrans() - Method in class org.knime.base.data.normalize.PMMLNormalizeTranslator
Exports the translators state to a new LocalTransformations element.
exportToLocalTrans() - Method in class org.knime.base.node.preproc.pmml.binner.PMMLBinningTranslator
Exports the translators state to a new LocalTransformations element.
exportToLocalTrans() - Method in class org.knime.base.node.preproc.pmml.columnTrans.PMMLOne2ManyTranslator
Exports the translators state to a new LocalTransformations element.
exportToLocalTrans() - Method in class org.knime.base.node.preproc.pmml.PMMLStringConversionTranslator
Exports the translators state to a new LocalTransformations element.
exportToLocalTrans() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.PMMLStringConversionTranslator
Exports the translators state to a new LocalTransformations element.
exportToLocalTrans() - Method in interface org.knime.core.node.port.pmml.preproc.PMMLPreprocTranslator
Exports the translators state to a new LocalTransformations element.
exportToTransDict() - Method in class org.knime.base.data.normalize.PMMLNormalizeTranslator
Exports the translators state to a new TransformationDictionary element.
exportToTransDict() - Method in class org.knime.base.node.preproc.pmml.binner.PMMLBinningTranslator
Exports the translators state to a new TransformationDictionary element.
exportToTransDict() - Method in class org.knime.base.node.preproc.pmml.columnTrans.PMMLOne2ManyTranslator
Exports the translators state to a new TransformationDictionary element.
exportToTransDict() - Method in class org.knime.base.node.preproc.pmml.PMMLStringConversionTranslator
Exports the translators state to a new TransformationDictionary element.
exportToTransDict() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.PMMLStringConversionTranslator
Exports the translators state to a new TransformationDictionary element.
exportToTransDict() - Method in interface org.knime.core.node.port.pmml.preproc.PMMLPreprocTranslator
Exports the translators state to a new TransformationDictionary element.
EXT_POINT_ATTR_DF - Static variable in class org.knime.base.data.aggregation.AggregationMethods
The attribute of the aggregation method extension point.
EXT_POINT_ID - Static variable in class org.knime.base.data.aggregation.AggregationMethods
The id of the AggregationMethod extension point.
ExtendedCellFactory - Interface in org.knime.base.node.parallel.appender
 
EXTENSION - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
EXTENSION - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
EXTENSION_ELEMENT - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for Extension element.
EXTENSIONS - Static variable in class org.knime.core.node.port.database.DatabaseDriverLoader
Allowed file extensions, jar and zip only.
EXTENSIONS_SETTINGS - Static variable in class org.knime.base.node.io.listfiles.ListFilesSettings
Key to store the extension_settings.
ExtensionTable - Class in org.knime.core.node
Base class for custom buffered data table types.
ExtensionTable() - Constructor for class org.knime.core.node.ExtensionTable
Default constructor; to be used to create a new table (as opposed to loading an existing table).
ExtensionTable(ExtensionTable.LoadContext) - Constructor for class org.knime.core.node.ExtensionTable
Constructor to be used when loading an existing table.
ExtensionTable.LoadContext - Class in org.knime.core.node
Various parameters needed for loading an extension table.
ExternalApplicationNodeView<T extends NodeModel> - Class in org.knime.core.node
Node view which opens an external application.
ExternalApplicationNodeView(T) - Constructor for class org.knime.core.node.ExternalApplicationNodeView
Creates the view instance but does not open the external application yet.
extractEVVector(EigenvalueDecomposition) - Static method in class org.knime.base.node.mine.pca.EigenValue
extract the vector of eigenvalues.
extractItemNamesFrom(DefaultRow) - Static method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Extracts the itemset names from a Default row, which was a former itemset row.
extractNominalColumns(List<String>) - Method in class org.knime.base.data.statistics.Statistics2Table
Returns an array of valid columns.
extractPrefixAndIndexFromHeader(String) - Static method in class org.knime.base.node.io.filereader.FileAnalyzer.HeaderHelper
from the header passed it extracts the prefix and the running index and stores them in the returned helper class.
ExtractVariablesDBNodeFactory - Class in org.knime.base.node.flowvariable.extractvariables
 
ExtractVariablesDBNodeFactory() - Constructor for class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesDBNodeFactory
Creates factory for DatabasePortObject type ports.
ExtractVariablesNodeFactory - Class in org.knime.base.node.flowvariable.extractvariables
 
ExtractVariablesNodeFactory() - Constructor for class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
Creates factory for BufferedDataTable type ports.
ExtractVariablesNodeFactory(PortType) - Constructor for class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
Create factory, that instantiates nodes, whose first input and the only output port are typed to the argument.
ExtractVariablesNodeModel - Class in org.knime.base.node.flowvariable.extractvariables
 
ExtractVariablesNodeModel(PortType) - Constructor for class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
One input, one output.
ExtToolOutputNodeModel - Class in org.knime.base.node.util.exttool
Implements a NodeModel for nodes that launch external commands.
ExtToolOutputNodeModel(PortType[], PortType[]) - Constructor for class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
Constructor for a node with data and model ports.
ExtToolOutputNodeView<T extends ExtToolOutputNodeModel> - Class in org.knime.base.node.util.exttool
Base class for both output views.
ExtToolOutputNodeView(T) - Constructor for class org.knime.base.node.util.exttool.ExtToolOutputNodeView
The constructor.
ExtToolStderrNodeView<T extends ExtToolOutputNodeModel> - Class in org.knime.base.node.util.exttool
The view showing the output to standard error.
ExtToolStderrNodeView(T) - Constructor for class org.knime.base.node.util.exttool.ExtToolStderrNodeView
The constructor.
ExtToolStdoutNodeView<T extends ExtToolOutputNodeModel> - Class in org.knime.base.node.util.exttool
The view showing the output to standard output.
ExtToolStdoutNodeView(T) - Constructor for class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
The constructor.

F

FADE_UNHILITED - Static variable in class org.knime.base.node.viz.plotter.AbstractPlotter
Constant for "Fade unhilited" menu entry.
FAIL_MISSING - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
String used for fail on missing config.
FAILURE - Static variable in interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus
Represents a failed execution.
FALSE - Static variable in class org.knime.core.data.def.BooleanCell
FALSE instance.
FalseCountOperator - Class in org.knime.base.data.aggregation.booleancell
Returns the count false boolean cells per group.
FalseCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.booleancell.FalseCountOperator
Constructor for class TrueCountOperator.
FalseCountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.booleancell.FalseCountOperator
Constructor for class TrueCountOperator.
FalseRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
Row filter that doesn't match any row.
FalseRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
 
fatal(Object) - Method in class org.knime.core.node.NodeLogger
Write fatal error message into the logger.
fatal(Object, Throwable) - Method in class org.knime.core.node.NodeLogger
Write fatal error message and throwable into the logger.
fatalError(SAXParseException) - Method in class org.knime.core.xml.XMLProperties
FCMAlgorithm - Class in org.knime.base.node.mine.cluster.fuzzycmeans
The Fuzzy c-means algorithm.
FCMAlgorithm(int, double) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
Constructor for a Fuzzy c-means algorithm (with no noise detection).
FCMAlgorithm(int, double, boolean, double) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
Constructor for a Fuzzy c-means algorithm with noise detection.
FCMAlgorithmMemory - Class in org.knime.base.node.mine.cluster.fuzzycmeans
The Fuzzy c-means algorithm.
FCMAlgorithmMemory(int, double) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Constructor for a Fuzzy c-means algorithm (with no noise detection).
FCMAlgorithmMemory(int, double, boolean, double) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Constructor for a Fuzzy c-means algorithm with noise detection.
FCMQualityMeasures - Class in org.knime.base.node.mine.cluster.fuzzycmeans
Utility class to compute several cluster quality measures based on a Fuzzy c-means clustering.
FCMQualityMeasures(double[][], double[][], double[][], double) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
Constructor.
featureLevels() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
Returns an unmodifieable collection of the stored feature levels.
FETCH_SIZE - Static variable in class org.knime.core.node.port.database.DatabaseConnectionSettings
DriverManager fetch size to chunk specified number of rows.
FIELD - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
FIELD - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
FILE_HISTORY_ID - Static variable in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
Identifier for StringHistory.
FileAnalyzer - Class in org.knime.base.node.io.filereader
Provides functionality for analyzing an ASCII data file to create default settings.
FileAnalyzer.HeaderHelper - Class in org.knime.base.node.io.filereader
Little helper class for the check header method.
FilelistAccessory - Class in org.knime.core.util
A file list used to display the directory content in the file chooser (when the chooser is set to DIRECTORIES_ONLY).
FilelistAccessory(JFileChooser) - Constructor for class org.knime.core.util.FilelistAccessory
The constructor.
FilelistAccessory.FileListRenderer - Class in org.knime.core.util
Renderer that checks if the value being renderer is of type File and if so it will render the name of the file together with the file's icon, which it retrieves from the passed FileChooser.
FilelistAccessory.FileListRenderer(JFileChooser) - Constructor for class org.knime.core.util.FilelistAccessory.FileListRenderer
Creates a new instance of a renderer for a JList containing files.
FileLocker - Class in org.knime.core.util
This class can be used to get a lock on the specified file.
FileLocker(File) - Constructor for class org.knime.core.util.FileLocker
Creates a FileLocker on the given file.
fileLockRootForVM() - Method in class org.knime.core.internal.ReferencedFile
 
FILENAME - Static variable in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
key for filename entry in config object.
FILENAME - Static variable in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
key for filename entry in config object.
FILEREADER_HISTORY_ID - Static variable in class org.knime.base.node.io.filereader.FileReaderNodeModel
The id this objects uses to store its file history in the StringHistory object.
FileReaderAdvancedDialog - Class in org.knime.base.node.io.filereader
Dialog for the expert settings of the file reader dialog.
FileReaderAdvancedDialog(Frame, FileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
This is the default constructor.
FileReaderException - Exception in org.knime.base.node.io.filereader
The exception the FileReader (more specificaly the FileRowIterator) throws if something goes wrong.
FileReaderException(String) - Constructor for exception org.knime.base.node.io.filereader.FileReaderException
Always provide a good user message why things go wrong.
FileReaderException(String, DataRow, int) - Constructor for exception org.knime.base.node.io.filereader.FileReaderException
Constructor for an exception that stores the last (partial) row where things went wrong.
FileReaderExecutionMonitor - Class in org.knime.base.node.io.filereader
Execution monitor used by the FileAnalyzer.
FileReaderExecutionMonitor() - Constructor for class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
Creates a new object with a default progress monitor.
FileReaderExecutionMonitor(NodeProgressMonitor) - Constructor for class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
Creates a new object with the specified NodeProgressMonitor.
FileReaderFileFilter - Class in org.knime.core.util
Our File Filter for the JFileChooser Dialog You can create one accepting all files ending with one extension ".ext".
FileReaderFileFilter(String, String) - Constructor for class org.knime.core.util.FileReaderFileFilter
creates a new FileFilter that accepts files matching "*.'ext'".
FileReaderNodeDialog - Class in org.knime.base.node.io.filereader
 
FileReaderNodeDialog() - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeDialog
Creates a new file reader dialog pane.
FileReaderNodeFactory - Class in org.knime.base.node.io.filereader
 
FileReaderNodeFactory(String) - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeFactory
 
FileReaderNodeFactory() - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeFactory
Default constructor.
FileReaderNodeModel - Class in org.knime.base.node.io.filereader
 
FileReaderNodeModel() - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeModel
Creates a new model that creates and holds a Filetable.
FileReaderNodeModel(String) - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeModel
Creates a new model and either read its settings from the specified file, if the filename ends with ".xml", or set the specified file name as default data file name for the configuration dialog.
FileReaderNodeModel(NodeCreationContext) - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeModel
 
FileReaderNodeSettings - Class in org.knime.base.node.io.filereader
 
FileReaderNodeSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeSettings
Creates a new settings object for the file reader note and initializes it from the config object passed.
FileReaderNodeSettings(FileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeSettings
Creates a new settings object with the exact same settings as the object passed in.
FileReaderNodeSettings() - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeSettings
Creates an empty settings object.
FileReaderPreviewRowIterator - Class in org.knime.base.node.io.filereader
The iterator for the FileReaderPreviewTable.
FileReaderPreviewRowIterator(FileRowIterator, FileReaderPreviewTable) - Constructor for class org.knime.base.node.io.filereader.FileReaderPreviewRowIterator
A new non-failing file row iterator.
FileReaderPreviewTable - Class in org.knime.base.node.io.filereader
The data table displayed in the file reader's dialog's preview.
FileReaderPreviewTable(DataTableSpec, FileReaderNodeSettings, ExecutionContext) - Constructor for class org.knime.base.node.io.filereader.FileReaderPreviewTable
Creates a new table, its like the "normal" FileTable, just not failing on invalid data files.
FileReaderSettings - Class in org.knime.base.node.io.filereader
Contains all settings needed to read in a ASCII data file.
FileReaderSettings() - Constructor for class org.knime.base.node.io.filereader.FileReaderSettings
Creates a new object holding all settings needed to read the specified file.
FileReaderSettings(FileReaderSettings) - Constructor for class org.knime.base.node.io.filereader.FileReaderSettings
Creates a new object holding the same settings values as the one passed in.
FileReaderSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.io.filereader.FileReaderSettings
Creates a new FileReaderSettings object initializing its settings from the passed config object.
FileRowIterator - Class in org.knime.base.node.io.filereader
Row iterator for the FileTable.
FileRowIterator(FileReaderSettings, DataTableSpec, boolean[], ExecutionContext) - Constructor for class org.knime.base.node.io.filereader.FileRowIterator
The RowIterator for the FileTable.
FileSelectionPanel - Class in org.knime.core.node.util
 
FileSelectionPanel(String, String, String...) - Constructor for class org.knime.core.node.util.FileSelectionPanel
Constructor that creates a file chooser with an JFileChooser.OPEN_DIALOG that filters files according to the given extensions.
FileSelectionPanel(String, String, int, boolean) - Constructor for class org.knime.core.node.util.FileSelectionPanel
Constructor that creates a file/directory chooser of the given type without a file filter.
FileSelectionPanel(String, String, int, String...) - Constructor for class org.knime.core.node.util.FileSelectionPanel
Constructor that creates a file chooser of the given type that filters the files according to the given extensions.
FileSelectionPanel(String, String, int, boolean, String...) - Constructor for class org.knime.core.node.util.FileSelectionPanel
Constructor that creates a file or directory chooser of the given type that filters the files according to the given extensions.
FilesHistoryPanel - Class in org.knime.base.node.preproc.stringreplacer.dict
Panel that contains an editable Combo Box showing the file to read from and a button to trigger a file chooser.
FilesHistoryPanel(String, String...) - Constructor for class org.knime.base.node.preproc.stringreplacer.dict.FilesHistoryPanel
Creates new instance, sets properties, for instance renderer, accordingly.
FilesHistoryPanel - Class in org.knime.core.node.util
Panel that contains an editable Combo Box showing the file to write to and a button to trigger a file chooser.
FilesHistoryPanel(String, String...) - Constructor for class org.knime.core.node.util.FilesHistoryPanel
Creates new instance, sets properties, for instance renderer, accordingly.
FilesHistoryPanel(FlowVariableModel, String, boolean, String...) - Constructor for class org.knime.core.node.util.FilesHistoryPanel
Creates new instance, sets properties, for instance renderer, accordingly.
FilesHistoryPanel(String, boolean) - Constructor for class org.knime.core.node.util.FilesHistoryPanel
Creates new instance, sets properties, for instance renderer, accordingly.
FileTable - Class in org.knime.base.node.io.filereader
Implements a DataTable that reads data from an ASCII file.
FileTable(DataTableSpec, FileReaderSettings, ExecutionContext) - Constructor for class org.knime.base.node.io.filereader.FileTable
Creates a new file table with the structure defined in tableSpec and using the settings in frSettings when the file is read.
FileTable(DataTableSpec, FileReaderSettings, boolean[], ExecutionContext) - Constructor for class org.knime.base.node.io.filereader.FileTable
Creates a new file table with the structure defined in tableSpec and using the settings in frSettings when the file is read.
FileTokenizer - Class in org.knime.base.node.io.filetokenizer
Deprecated. use Tokenizer instead. Will be removed in Ver3.0.
FileTokenizer(Reader) - Constructor for class org.knime.base.node.io.filetokenizer.FileTokenizer
Deprecated. Creates a new tokenizer with the default behaviour.
FileTokenizerException - Exception in org.knime.base.node.io.filetokenizer
Deprecated. use TokenizerException instead. Will be removed in Ver3.0.
FileTokenizerException(String) - Constructor for exception org.knime.base.node.io.filetokenizer.FileTokenizerException
Deprecated. Always provide a good user message why things go wrong.
FileTokenizerSettings - Class in org.knime.base.node.io.filetokenizer
Deprecated. use TokenizerSettings instead. Will be removed in Ver3.0.
FileTokenizerSettings() - Constructor for class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated. Creates a new Settings for FileTokenizer object with default settings.
FileTokenizerSettings(FileTokenizerSettings) - Constructor for class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated. Creates a clone of the passed object.
FileTokenizerSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated. Creates a new FileTokenizerSettings object and sets its parameters from the config object.
fileUnlockRootForVM() - Method in class org.knime.core.internal.ReferencedFile
 
FileUtil - Class in org.knime.core.util
Utility class to do some basic file handling that is not available through java API.
FileUtil.ZipFileFilter - Interface in org.knime.core.util
Passed to the FileUtil.zipDir(File, Collection, int, ZipFileFilter, ExecutionMonitor) method to exclude certain files from being archived and added to the zip file.
A default implementation accepting all files is FileUtil.ZIP_INCLUDEALL_FILTER
FileWriterNodeSettings - Class in org.knime.base.node.io.csvwriter
 
FileWriterNodeSettings() - Constructor for class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
FileWriterNodeSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
Constructs a new object reading the settings from the specified NodeSettings object.
FileWriterNodeSettings.FileOverwritePolicy - Enum in org.knime.base.node.io.csvwriter
Policy how to proceed when output file exists (overwrite, abort, append).
FileWriterSettings - Class in org.knime.base.node.io.csvwriter
Holds all settings used by the file writer.
FileWriterSettings() - Constructor for class org.knime.base.node.io.csvwriter.FileWriterSettings
Creates a settings object with default settings (backward compatible to the old CSV writer).
FileWriterSettings(FileWriterSettings) - Constructor for class org.knime.base.node.io.csvwriter.FileWriterSettings
Creates a copy of the specified settings object.
FileWriterSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.io.csvwriter.FileWriterSettings
Constructs a new object reading the settings from the specified NodeSettings object.
FileWriterSettings.quoteMode - Enum in org.knime.base.node.io.csvwriter
mode specifying how to quote the data.
fill(double) - Method in class org.knime.base.util.HalfDoubleMatrix
Fills the matrix with the given value.
fill(float) - Method in class org.knime.base.util.HalfFloatMatrix
Fills the matrix with the given value.
fill(int) - Method in class org.knime.base.util.HalfIntMatrix
Fills the matrix with the given value.
fill(int, int, int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Sets the new count value at all positions from startIdx (inclusive) to endIdx (exclusive).
fillPopupMenu(JPopupMenu) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
 
fillPopupMenu(JPopupMenu) - Method in class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramPlotter
Fills the popup menu with (additional) elements.
fillPopupMenu(JPopupMenu) - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Fills the popup menu with (additional) elements.
fillPopupMenu(JPopupMenu) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Fills the popup menu with (additional) elements.
fillPopupMenu(JPopupMenu) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Fills the popup menu with (additional) elements.
fillPopupMenu(JPopupMenu) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
The inherited hilite menu from the AbstractPlotter and the show all, fade or hide unhilited menu.
FILTER_SETTINGS - Static variable in class org.knime.base.node.io.listfiles.ListFilesSettings
Key to store the Filter Settings.
FilterColumnNodeDialog - Class in org.knime.base.node.preproc.filter.column
This is the dialog for the column filter.
FilterColumnNodeDialog() - Constructor for class org.knime.base.node.preproc.filter.column.FilterColumnNodeDialog
Creates a new NodeDialogPane for the column filter in order to set the desired columns.
FilterColumnNodeFactory - Class in org.knime.base.node.preproc.filter.column
The factory for the column filter node.
FilterColumnNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.column.FilterColumnNodeFactory
 
FilterColumnNodeModel - Class in org.knime.base.node.preproc.filter.column
The model for the column filter which extracts certain columns from the input DataTable using a list of columns to exclude.
FilterColumnNodeModel() - Constructor for class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
Creates a new filter model with one and in- and output.
FilterColumnPanel - Class in org.knime.base.node.preproc.filter.column
Copy of the column filter panel with additional enforce exclude/include buttons.
FilterColumnPanel() - Constructor for class org.knime.base.node.preproc.filter.column.FilterColumnPanel
Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
FilterColumnPanel - Class in org.knime.base.node.util
Deprecated. Replaced by ColumnFilterPanel
FilterColumnPanel() - Constructor for class org.knime.base.node.util.FilterColumnPanel
Deprecated.  
FilterColumnPanel.SelectionOption - Enum in org.knime.base.node.preproc.filter.column
 
FilterColumnRow - Class in org.knime.base.data.filter.column
Filter DataRow which extracts particular cells (columns) from an underlying row.
FilterColumnRow(DataRow, int[]) - Constructor for class org.knime.base.data.filter.column.FilterColumnRow
Inits a new filter column DataRow with the underling row and an array of indices into this row.
FilterColumnRowIterator - Class in org.knime.base.data.filter.column
Filter column row iterator needed to wrap the filter column's original row iterator.
FilterColumnRowIterator(RowIterator, int[]) - Constructor for class org.knime.base.data.filter.column.FilterColumnRowIterator
Creates a new filter iterator using the original row iterator and an array of column indices.
FilterColumnTable - Class in org.knime.base.data.filter.column
This DataTable filters (includes or excludes) a specified number of columns from a given table by just wrapping the underlying data table.
FilterColumnTable(DataTable, boolean, int...) - Constructor for class org.knime.base.data.filter.column.FilterColumnTable
Inits a new filter column table based on a DataTable and an unique, unordered number of column indices.
FilterColumnTable(DataTable, int...) - Constructor for class org.knime.base.data.filter.column.FilterColumnTable
Inits a new filter column table based on a DataTable and an unique, unordered number of column indices.
FilterColumnTable(DataTable, String...) - Constructor for class org.knime.base.data.filter.column.FilterColumnTable
Inits a new filter column table based on a DataTable and a unique, unordered number of column names.
FilterColumnTable(DataTable, DataType) - Constructor for class org.knime.base.data.filter.column.FilterColumnTable
Inits a new filter column table based on a DataTable and one type (DataCell)) using Class to extract these columns.
FilterColumnTable(DataTable, Class<? extends DataValue>) - Constructor for class org.knime.base.data.filter.column.FilterColumnTable
Inits a new filter column table based on a DataTable and a DataValue class as value.
filterNotKnownSchemes(DiscretizationScheme[], String[], DataTableSpec) - Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Filters out all schemes for which the corresponding column is not part of the given table spec.
FilterRowGenerator - Interface in org.knime.base.data.filter.row
Generator interface for filtering DataRows from a DataTable.
FilterRowIterator - Class in org.knime.base.data.filter.row
This class wraps the RowIterator which includes only DataRows which satify the FilterRowGenerator criteria.
FilterRowIterator(RowIterator, FilterRowGenerator) - Constructor for class org.knime.base.data.filter.row.FilterRowIterator
Creates a new filter row iterator wrapping a row iterator and using the filter row generator for checking each row.
FilterRowTable - Class in org.knime.base.data.filter.row
This class filters a given number of rows from a DataTable using the FilterRowGenerator interface to check the criteria.
FilterRowTable(DataTable, FilterRowGenerator) - Constructor for class org.knime.base.data.filter.row.FilterRowTable
Creates a new row filter table by wraping the given data table.
filterSelectionChanged(String) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeDialogPane
Activates the corresponding panel.
finalize() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewRowIterator
finalize() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
finalize() - Method in class org.knime.base.node.io.filereader.FileRowIterator
finalize() - Method in class org.knime.base.node.io.filereader.FileTable
finalize() - Method in class org.knime.base.node.util.BufferedFileReader
finalize() - Method in class org.knime.core.data.container.Buffer
Deletes the file underlying this buffer.
finalize() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
finalize() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20
finalize() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
finalize() - Method in class org.knime.core.util.ThreadPool
find(String, boolean) - Method in class org.knime.core.node.tableview.TableView
Find cells (or row IDs) that match the search string.
findAllConnectedNodes(Set<Integer>) - Method in class org.knime.core.node.workflow.Workflow
Determine all nodes which are connected (directly or indirectly) to the given inports in this workflow.
findAllNodesConnectedToLoopBody(NodeID, NodeID) - Method in class org.knime.core.node.workflow.Workflow
Create list of nodes (id)s that are part of a loop body.
findAllNumericColumns(DataTableSpec) - Static method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Finds all numeric columns in spec.
findChildForKeyPath(String[]) - Method in class org.knime.core.node.config.ConfigEditTreeModel
Get the child tree node associated with the key path.
findColumnIndex(String) - Method in class org.knime.base.data.aggregation.GlobalSettings
Finds the column with the specified name in the TableSpec of the original input table and returns its index, or -1 if the name doesn't exist in the table.
findColumnIndex(DataRow) - Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
Find the column names to put in the condensed column.
findColumnIndex(DataRow) - Method in class org.knime.base.node.preproc.columnTrans.BinaryCellFactory
Find the column names to put in the condensed column.
findColumnIndex(DataRow) - Method in class org.knime.base.node.preproc.columnTrans.MinMaxCellFactory
Find the column names to put in the condensed column.
findColumnIndex(DataRow) - Method in class org.knime.base.node.preproc.columnTrans.RegExpCellFactory
Find the column names to put in the condensed column.
findColumnIndex(String) - Method in class org.knime.core.data.DataTableSpec
Finds the column with the specified name in the TableSpec and returns its index, or -1 if the name doesn't exist in the table.
findDataColumns(DataTableSpec, List<String>) - Static method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
Find all numeric columns which are not target columns.
findFrequentItems(List<BitVectorValue>, ExecutionMonitor) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDApriori
Identify those items which occur in a sufficient, that is the minimum support, number of transactions and stores them with the ids of the transactions they appear in.
findFrequentItemSets(List<BitVectorValue>, double, int, FrequentItemSet.Type, ExecutionMonitor) - Method in interface org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithm
This is the method to start with when mining for frequent itemsets.
findFrequentItemSets(List<BitVectorValue>, double, int, FrequentItemSet.Type, ExecutionMonitor) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayApriori
Finds the frequent itemsets by going down the tree until the current build level is reached, there it counts those items which are present in the transaction.
findFrequentItemSets(List<BitVectorValue>, double, int, FrequentItemSet.Type, ExecutionMonitor) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDApriori
This is the method to start with when mining for frequent itemsets.
findJobManager() - Method in class org.knime.core.node.workflow.NodeContainer
 
findMinimalSet(BWElimModel, double) - Static method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
 
findNodes(Class<T>, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Find all nodes in this workflow, whose underlying NodeModel is of the requested type.
FindPositionAll - Class in org.knime.core.node.tableview
Postion information when searching occurrences in the entire table.
FindPositionAll(int, int) - Constructor for class org.knime.core.node.tableview.FindPositionAll
Create new postion object.
FindPositionRowKey - Class in org.knime.core.node.tableview
Position information that is used when searching row keys.
FindPositionRowKey(int) - Constructor for class org.knime.core.node.tableview.FindPositionRowKey
Creates new position information.
findRendererFamily(Class<?>) - Static method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Helper method to get the renderer family for a particular DataCell class.
findValue(DataCell[], DataCell) - Static method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Finds the position where key is located in source.
FINISH - Static variable in class org.knime.core.node.interrupt.InterruptControlPanel
The identifier for the event to finish the execution of the InterruptibleNodeModel.
finish() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Forces the algorithm to finish its execution.
finishEditingAndSaveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.NodeDialogPane
Commit spinners and save settings.
fireClearHiLiteEvent() - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Resets the hilit status of all row IDs.
fireClearHiLiteEvent(KeyEvent) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Informs all registered hilite listener to reset all hilit rows.
fireClearHiLiteEventInternal(KeyEvent) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Deprecated. Replaced by HiLiteHandler.fireClearHiLiteEvent(KeyEvent)
fireConfigEditTreeEvent(String[], String, String) - Method in class org.knime.core.node.config.ConfigEditTreeModel
Fire an event.
fireHiLiteEvent(RowKey...) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Sets the status of the specified row IDs to 'hilit'.
fireHiLiteEvent(Set<RowKey>) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Sets the status of all specified row IDs in the set to 'hilit'.
fireHiLiteEvent(KeyEvent) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Informs all registered hilite listener to hilite the row keys contained in the key event.
fireHiLiteEventInternal(KeyEvent) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Deprecated. Replaced by public method HiLiteHandler.fireHiLiteEvent(KeyEvent).
fireUnHiLiteEvent(RowKey...) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Sets the status of the specified row IDs to 'unhilit'.
fireUnHiLiteEvent(Set<RowKey>) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Sets the status of all specified row IDs in the set to 'unhilit'.
fireUnHiLiteEvent(KeyEvent) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Informs all registered hilite listener to unhilite the row keys contained in the key event.
fireUnHiLiteEventInternal(KeyEvent) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Deprecated. Replaced by HiLiteHandler.fireUnHiLiteEvent(KeyEvent).
FIRST_COMP_ID - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Identifier in model spec to address first column name to compare.
FirstOperator - Class in org.knime.base.data.aggregation.general
Returns the first element per group.
FirstOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.FirstOperator
Constructor for class FirstOperator.
FirstOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.FirstOperator
Constructor for class FirstOperator.
fitCellSizeToRenderer() - Method in class org.knime.core.node.tableview.TableContentView
Sets the preferred column width and returns the maximum of the preferred row heights according to each column's renderer.
fitToScreen() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Fits to screen, that is it resizes the drawing pane to fit into the plotters dimension.
fixDestPortIfNecessary(NodeContainerPersistor, WorkflowPersistor.ConnectionContainerTemplate) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Fixes destination port index if necessary.
fixDestPortIfNecessary(NodeContainerPersistor, WorkflowPersistor.ConnectionContainerTemplate) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Fixes destination port index if necessary.
FIXED_DATA_INDEX - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
The index of the data table containing the fixed data.
FixedColumnHistogramDialogPane - Class in org.knime.base.node.viz.histogram.node
 
FixedColumnHistogramDialogPane() - Constructor for class org.knime.base.node.viz.histogram.node.FixedColumnHistogramDialogPane
Constructor for class FixedColumnHistogramDialogPane.
FixedColumnHistogramNodeFactory - Class in org.knime.base.node.viz.histogram.node
Factory class of the histogram.
FixedColumnHistogramNodeFactory() - Constructor for class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
 
FixedColumnHistogramNodeModel - Class in org.knime.base.node.viz.histogram.node
The NodeModel class of the histogram plotter.
FixedColumnHistogramNodeModel() - Constructor for class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
The constructor.
FixedColumnHistogramNodeView - Class in org.knime.base.node.viz.histogram.node
The node view which contains the histogram plotter panel.
FixedColumnHistogramNodeView(FixedColumnHistogramNodeModel) - Constructor for class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeView
Creates a new view instance for the histogram node.
FixedHistogramDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This is the fixed data model implementation of the histogram which is created only once when the user executes a node.
FixedHistogramDataModel(DataColumnSpec, AggregationMethod, Collection<ColorColumn>, int) - Constructor for class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
Constructor for class HistogramDataModel.
FixedHistogramPlotter - Class in org.knime.base.node.viz.histogram.impl.fixed
This class is the controller between the data model of the FixedHistogramDataModel class and the view HistogramDrawingPane.
FixedHistogramPlotter(FixedHistogramProperties, HiLiteHandler) - Constructor for class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramPlotter
Creates a new PlotterScrolling pane and associates it with the passed view control panel.
FixedHistogramProperties - Class in org.knime.base.node.viz.histogram.impl.fixed
The properties panel of the Histogram plotter which allows the user to change the look and behaviour of the histogram plotter.
FixedHistogramProperties(DataTableSpec, AbstractHistogramVizModel) - Constructor for class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramProperties
Constructor for class FixedColumnHistogramProperties.
FixedHistogramVizModel - Class in org.knime.base.node.viz.histogram.datamodel
This class holds all visualization data of a histogram.
FixedHistogramVizModel(List<Color>, List<BinDataModel>, BinDataModel, DataColumnSpec, Collection<ColorColumn>, AggregationMethod, HistogramLayout) - Constructor for class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
Constructor for class HistogramVizModel.
FixedIntervalBinCreator - Class in org.knime.base.node.viz.histogram.util
This is the IntervalBinCreator implementation that created the BinDataModels for the fixed column histogram.
FixedIntervalBinCreator() - Constructor for class org.knime.base.node.viz.histogram.util.FixedIntervalBinCreator
Constructor for class FixedIntervalBinCreator.
FixedPieDataModel - Class in org.knime.base.node.viz.pie.datamodel.fixed
This class represents a pie chart which consists of several PieSectionDataModels.
FixedPieDataModel(DataColumnSpec, DataColumnSpec, boolean) - Constructor for class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
Constructor for class PieDataModel.
FixedPieDataModel(String, boolean, String, List<PieSectionDataModel>, PieSectionDataModel, boolean, boolean, boolean) - Constructor for class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
Constructor for class PieDataModel.
FixedPieNodeFactory - Class in org.knime.base.node.viz.pie.node.fixed
Factory class of the fixed pie chart implementation.
FixedPieNodeFactory() - Constructor for class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeFactory
 
FixedPieNodeModel - Class in org.knime.base.node.viz.pie.node.fixed
The NodeModel class of the fixed pie chart implementation.
FixedPieNodeModel() - Constructor for class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
The constructor.
FixedPieNodeView - Class in org.knime.base.node.viz.pie.node.fixed
The fixed implementation of the PieNodeView.
FixedPieNodeView(FixedPieNodeModel) - Constructor for class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeView
Constructor for class FixedPieNodeView.
FixedPiePlotter - Class in org.knime.base.node.viz.pie.impl.fixed
The fixed column implementation of the pie plotter.
FixedPiePlotter(FixedPieProperties, HiLiteHandler) - Constructor for class org.knime.base.node.viz.pie.impl.fixed.FixedPiePlotter
Constructor for class FixedPiePlotter.
FixedPieProperties - Class in org.knime.base.node.viz.pie.impl.fixed
The fixed implementation of the PieProperties panel.
FixedPieProperties(FixedPieVizModel) - Constructor for class org.knime.base.node.viz.pie.impl.fixed.FixedPieProperties
Constructor for class FixedPieProperties.
FixedPieVizModel - Class in org.knime.base.node.viz.pie.datamodel.fixed
The pie chart visualization model which extends the PieVizModel class.
FixedPieVizModel(String, String, List<PieSectionDataModel>, PieSectionDataModel, boolean, boolean) - Constructor for class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieVizModel
Constructor for class PieVizModel.
fixSelectablesTo(String...) - Method in class org.knime.core.node.util.ColumnSelectionPanel
Attempts to set the argument as selected column and disables the combo box if there is only one available.
fixSourcePortIfNecessary(NodeContainerPersistor, WorkflowPersistor.ConnectionContainerTemplate) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Fixes source port index if necessary.
fixSourcePortIfNecessary(NodeContainerPersistor, WorkflowPersistor.ConnectionContainerTemplate) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Fixes source port index if necessary.
fixTemplateInformation(MetaNodeTemplateInformation) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
fixUIInfoClassName(String) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
floatValue() - Method in class org.knime.core.util.MutableDouble
floatValue() - Method in class org.knime.core.util.MutableInteger
FLOW_VAR_DOUBLE_ICON - Static variable in class org.knime.core.node.util.FlowVariableListCellRenderer
Icon representing double flow variables.
FLOW_VAR_INT_ICON - Static variable in class org.knime.core.node.util.FlowVariableListCellRenderer
Icon representing integer flow variables.
FLOW_VAR_STRING_ICON - Static variable in class org.knime.core.node.util.FlowVariableListCellRenderer
Icon representing string flow variables.
FlowLoopContext - Class in org.knime.core.node.workflow
Special FlowObject holding loop information.
FlowLoopContext() - Constructor for class org.knime.core.node.workflow.FlowLoopContext
 
FlowLoopContext.RestoredFlowLoopContext - Class in org.knime.core.node.workflow
Executed start nodes will use this object during workflow load to indicate that a loop was potentially saved in a half-executed state.
FlowLoopContext.RestoredFlowLoopContext() - Constructor for class org.knime.core.node.workflow.FlowLoopContext.RestoredFlowLoopContext
 
FlowObject - Class in org.knime.core.node.workflow
Object holding base information for a loop context object: the head and tail IDs of the loop's "control" node.
FlowObject() - Constructor for class org.knime.core.node.workflow.FlowObject
 
FlowObjectStack - Class in org.knime.core.node.workflow
Container for the stack that keeps for an individual node the FlowObjectStack information.
FlowObjectStack(NodeID, FlowObjectStack...) - Constructor for class org.knime.core.node.workflow.FlowObjectStack
Creates new stack based.
FlowObjectStackView - Class in org.knime.core.node.workflow
View that displays a given FlowObjectStack in a table.
FlowObjectStackView() - Constructor for class org.knime.core.node.workflow.FlowObjectStackView
Creates new empty view.
FlowVariable - Class in org.knime.core.node.workflow
FlowVariable holding local variables of basic types which can be passed along connections in a workflow.
FlowVariable(String, String) - Constructor for class org.knime.core.node.workflow.FlowVariable
create new FlowVariable representing a string.
FlowVariable(String, double) - Constructor for class org.knime.core.node.workflow.FlowVariable
create new FlowVariable representing a double.
FlowVariable(String, int) - Constructor for class org.knime.core.node.workflow.FlowVariable
create new FlowVariable representing an integer.
FlowVariable(String, String, FlowVariable.Scope) - Constructor for class org.knime.core.node.workflow.FlowVariable
create new FlowVariable representing a string which can either be a global workflow variable or a local one.
FlowVariable(String, double, FlowVariable.Scope) - Constructor for class org.knime.core.node.workflow.FlowVariable
create new FlowVariable representing a double which can either be a global workflow variable or a local one.
FlowVariable(String, int, FlowVariable.Scope) - Constructor for class org.knime.core.node.workflow.FlowVariable
create new FlowVariable representing an integer which can either be a global workflow variable or a local one.
FlowVariable.Scope - Enum in org.knime.core.node.workflow
Scope of variable.
FlowVariable.Type - Enum in org.knime.core.node.workflow
Type of a variable, supports currently only scalars.
FlowVariableListCellRenderer - Class in org.knime.core.node.util
List cell renderer for lists whose elements are of type FlowVariable.
FlowVariableListCellRenderer() - Constructor for class org.knime.core.node.util.FlowVariableListCellRenderer
 
FlowVariableModel - Class in org.knime.core.node
Container holding information regarding variables which represent settings of a node and/or are used to replace settings of a node.
FlowVariableModel(NodeDialogPane, String[], FlowVariable.Type) - Constructor for class org.knime.core.node.FlowVariableModel
Create a new WVM object.
FlowVariableModelButton - Class in org.knime.core.node
Button for a FlowVariableModel, launching a dialog which allows to control the settings.
FlowVariableModelButton(FlowVariableModel) - Constructor for class org.knime.core.node.FlowVariableModelButton
Create new button based on a model.
FlowVariableModelButton.CustomListCellRenderer - Class in org.knime.core.node
Helper class to allow also the display of disabled list elements.
FlowVariableModelButton.CustomListCellRenderer(String) - Constructor for class org.knime.core.node.FlowVariableModelButton.CustomListCellRenderer
Create new render which disables given string.
FlowVariablePortObject - Class in org.knime.core.node.port.flowvariable
A singleton port object representing a variable input.
FlowVariablePortObject() - Constructor for class org.knime.core.node.port.flowvariable.FlowVariablePortObject
Deprecated. There is only one instance to this class. Future versions of KNIME will reduce the scope of this constructor and declare this class final.
FlowVariablePortObjectSpec - Class in org.knime.core.node.port.flowvariable
Spec to the FlowVariablePortObject.
FlowVariableTableCellRenderer - Class in org.knime.core.node.util
Table cell renderer for elements of type FlowVariable.
FlowVariableTableCellRenderer() - Constructor for class org.knime.core.node.util.FlowVariableTableCellRenderer
 
flush() - Method in class org.knime.base.util.NullPrintStream
flush() - Method in class org.knime.base.util.NullWriter
flush() - Method in class org.knime.core.data.container.BlockableOutputStream
Delegates to output stream.
flush() - Method in class org.knime.core.data.container.DCObjectOutputVersion2
Flushes the underlying streams.
flush() - Method in class org.knime.core.data.container.LongUTFDataOutputStream
flush() - Method in class org.knime.core.data.util.NonClosableOutputStream
FONT - Static variable in class org.knime.base.node.io.database.DBDialogPane
Default font used for all components within the database dialogs.
format(Locale, String, Object...) - Method in class org.knime.base.util.NullPrintStream
format(String, Object...) - Method in class org.knime.base.util.NullPrintStream
formatDouble(double) - Static method in class org.knime.base.node.util.DoubleFormat
Formats the double to a string.
formatElapsedTime(long) - Static method in class org.knime.core.node.util.StringFormat
Formats a time difference into a string stating elapsed days, hours etc.
formatNumber(double) - Method in class org.knime.base.util.coordinate.DoubleCoordinate
Formats a number according to the maximum length allowed for a domain label.
formatPath(String, int) - Static method in class org.knime.core.node.util.StringFormat
Formats paths such as file locations or URLs.
fraction() - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Returns the relative number of rows in the output table (in relation to the number of input rows).
fraction(double) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Sets the relative number of rows in the output table (in relation to the number of input rows).
freeUnderlyingDataRows() - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Frees the underlying data rows.
FrequentItemSet - Class in org.knime.base.node.mine.subgroupminer.freqitemset
A FrequentItemSet represents items that occur together in a number of transactions.
FrequentItemSet(String) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Creates an empty frequent itemset with no items, support = 0 and neither closed nor maximal.
FrequentItemSet(String, List<Integer>) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Creates frequent itemset with the passed items, support = 0 and neither closed nor maximal.
FrequentItemSet(String, List<Integer>, double) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Creates a fequent itemset with the passed items and the given support.
FrequentItemSet(String, List<Integer>, double, boolean, boolean) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Creates a frequent itemset with the passed items, the given support and whether it is closed or maximal.
FrequentItemSet.Type - Enum in org.knime.base.node.mine.subgroupminer.freqitemset
The type of the frequent itemset.
FrequentItemSetModel - Class in org.knime.base.node.mine.subgroupminer.freqitemset
Deprecated.  
FrequentItemSetModel() - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
Deprecated.  
FrequentItemSetRow - Class in org.knime.base.node.mine.subgroupminer.freqitemset
This class implements one row of a FrequentItemSetTable.
FrequentItemSetRow(RowKey, List<String>, int, double, boolean, boolean) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Creates a FrequentItemSetRow from the passed arguments.
FrequentItemSetRow(RowKey, List<String>, int, double) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Creates a FrequentItemSetRow from the passed arguments.
FrequentItemSetTable - Class in org.knime.base.node.mine.subgroupminer.freqitemset
Deprecated.  
FrequentItemSetTable(FrequentItemSetRow[], DataTableSpec) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable
Deprecated. Creates a FrequentItemSetTable out of the passed row array and the given DataTableSpec.
FrequentItemSetTable(List<FrequentItemSetRow>, DataTableSpec) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable
Deprecated. Creates a FrequentItemSetTable out of the passed row list and the given DataTableSpec.
FrequentItemSetTable.Sorter - Enum in org.knime.base.node.mine.subgroupminer.freqitemset
Deprecated. the feature the table should be sorted by.
from() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Returns the interval's start value.
from(double) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Sets the interval's start value.
FULL_PRECISION_RENDERER - Static variable in class org.knime.core.data.renderer.DoubleValueRenderer
Singleton for full precision representation.
FUZZIFIER_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store the fuzzifier in the settings.
FUZZY_TYPE - Static variable in class org.knime.base.node.mine.sota.logic.SotaCellFactory
The type specifying a SotaFuzzyCell.
FuzzyBasisFunctionFactory - Class in org.knime.base.node.mine.bfn.fuzzy
Basic interface for all basis function algorithms.
FuzzyBasisFunctionFactory(int, int, DataTableSpec, String[], int) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionFactory
Creates a new factory fuzzy basisfunction along with a Norm and a Shrink function.
FuzzyBasisFunctionLearnerNodeDialog - Class in org.knime.base.node.mine.bfn.fuzzy
A dialog for the fuzzy basisfunction learner to set the following properties: theta minus, theta plus, and a distance measurement.
FuzzyBasisFunctionLearnerNodeDialog() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeDialog
Creates a new dialog pane for fuzzy basis functions in order to set theta minus, theta plus, and a choice of distance function.
FuzzyBasisFunctionLearnerNodeFactory - Class in org.knime.base.node.mine.bfn.fuzzy
 
FuzzyBasisFunctionLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
 
FuzzyBasisFunctionLearnerNodeModel - Class in org.knime.base.node.mine.bfn.fuzzy
The fuzzy basis function model training FuzzyBasisFunctionLearnerRows.
FuzzyBasisFunctionLearnerNodeModel() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
Inits a new model for fuzzy basisfunctions.
FuzzyBasisFunctionLearnerNodeView - Class in org.knime.base.node.mine.bfn.fuzzy
 
FuzzyBasisFunctionLearnerNodeView(FuzzyBasisFunctionLearnerNodeModel) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeView
Create fuzzy learner node view.
FuzzyBasisFunctionLearnerRow - Class in org.knime.base.node.mine.bfn.fuzzy
Extends the general BasisFunctionLearnerRow object to act as rectangular fuzzy prototype.
FuzzyBasisFunctionLearnerRow(RowKey, DataCell, DataRow, int, int, MutableDouble[], MutableDouble[]) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Creates a new learner row for fuzzy rules.
FuzzyBasisFunctionPortObject - Class in org.knime.base.node.mine.bfn.fuzzy
 
FuzzyBasisFunctionPortObject() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject
 
FuzzyBasisFunctionPortObject(BasisFunctionModelContent) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject
Creates a new basis function model object.
FuzzyBasisFunctionPortObject.FuzzyCreator - Class in org.knime.base.node.mine.bfn.fuzzy
Used to create PNN predictor rows.
FuzzyBasisFunctionPortObject.FuzzyCreator() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject.FuzzyCreator
 
FuzzyBasisFunctionPredictorNodeFactory - Class in org.knime.base.node.mine.bfn.fuzzy
 
FuzzyBasisFunctionPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
 
FuzzyBasisFunctionPredictorNodeModel - Class in org.knime.base.node.mine.bfn.fuzzy
The fuzzy basis function predictor model performing a prediction on the data from the first input and the fuzzy basisfunction model from the second.
FuzzyBasisFunctionPredictorNodeModel() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeModel
 
FuzzyBasisFunctionPredictorRow - Class in org.knime.base.node.mine.bfn.fuzzy
 
FuzzyBasisFunctionPredictorRow(RowKey, DataCell, MembershipFunction[], int) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Creates a new predictor as fuzzy rule.
FuzzyBasisFunctionPredictorRow(ModelContentRO) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Creates a new predictor as fuzzy rule.
FuzzyClusterNodeDialog - Class in org.knime.base.node.mine.cluster.fuzzycmeans
Dialog for FuzzyClusterNodeModel- allows to adjust number of clusters and other properties.
FuzzyClusterNodeDialog() - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeDialog
Constructor - set name of fuzzy c-means cluster node.
FuzzyClusterNodeFactory - Class in org.knime.base.node.mine.cluster.fuzzycmeans
Create classes for fuzzy c-means Clustering NodeModel, NodeView and NodeDialogPane.
FuzzyClusterNodeFactory() - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
 
FuzzyClusterNodeModel - Class in org.knime.base.node.mine.cluster.fuzzycmeans
Generate a fuzzy c-means clustering using a fixed number of cluster centers.
FuzzyClusterNodeModel() - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Constructor, remember parent and initialize status.
FuzzyClusterNodeView - Class in org.knime.base.node.mine.cluster.fuzzycmeans
The FuzzyClusterNodeView provides the user with information about the quality of the clustering.
FuzzyClusterNodeView(FuzzyClusterNodeModel) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeView
Creates a new view.
FuzzyHierarchyFilterMetaInformation - Class in org.knime.base.node.mine.sota.logic
 
FuzzyHierarchyFilterMetaInformation() - Constructor for class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
Creates new instance of FuzzyHierarchyFilterMetaInformation.
FuzzyHierarchyFilterRowContainer - Class in org.knime.base.node.mine.sota.logic
 
FuzzyHierarchyFilterRowContainer(DataArray, int) - Constructor for class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
Creates an instance of FuzzyHierarchyFilterRowContainer with given DataArray and hierarchy level.
FuzzyIntervalCell - Class in org.knime.core.data.def
A data cell implementation holding a fuzzy interval as value by storing this value in four private double members, two for the min/max values of the support, and two for the min/max values of the core of the fuzzy interval.
FuzzyIntervalCell(double, double, double, double) - Constructor for class org.knime.core.data.def.FuzzyIntervalCell
Creates a new fuzzy interval cell based on the min/max of support and of core.
FuzzyIntervalValue - Interface in org.knime.core.data
Interface supporting fuzzy interval cells holding support and core min and max values.
FuzzyIntervalValue.FuzzyIntervalUtilityFactory - Class in org.knime.core.data
Implementations of the meta information of this value class.
FuzzyIntervalValue.FuzzyIntervalUtilityFactory() - Constructor for class org.knime.core.data.FuzzyIntervalValue.FuzzyIntervalUtilityFactory
Only subclasses are allowed to instantiate this class.
FuzzyIntervalValueComparator - Class in org.knime.core.data
Comparator returned by the FuzzyIntervalValue datacell type.
FuzzyIntervalValueComparator() - Constructor for class org.knime.core.data.FuzzyIntervalValueComparator
 
FuzzyNumberCell - Class in org.knime.core.data.def
A data cell implementation holding a Fuzzy number by storing this value in three private double members, that is one for the core and two for the min/max of the support.
FuzzyNumberCell(double, double, double) - Constructor for class org.knime.core.data.def.FuzzyNumberCell
Creates a new fuzzy number cell based on min, max support, and core.
FuzzyNumberValue - Interface in org.knime.core.data
Interface supporting fuzzy numbers defined by min and max support, and core.
FuzzyNumberValue.FuzzyNumberUtilityFactory - Class in org.knime.core.data
Implementations of the meta information of this value class.
FuzzyNumberValue.FuzzyNumberUtilityFactory() - Constructor for class org.knime.core.data.FuzzyNumberValue.FuzzyNumberUtilityFactory
Only subclasses are allowed to instantiate this class.
FuzzyNumberValueComparator - Class in org.knime.core.data
Comparator returned by the FuzzyNumberValue datacell type.
FuzzyNumberValueComparator() - Constructor for class org.knime.core.data.FuzzyNumberValueComparator
 

G

GAP - Static variable in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter
space between the single scatter matrix elements.
ge(int, int, DataValueComparator) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new greater than or equal node, that compares the values in two columns.
ge(int, Number) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new greater than or equal node, that compares the value in a column to a fixed number.
ge(int, String) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new greater than or equal node, that compares the value in a column to a fixed string.
GeneralDataValueComparator - Class in org.knime.base.node.preproc.setoperator
Compares to DataValue using the general available Object.toString() method.
GeneralRegressionPredictorNodeDialogPane - Class in org.knime.base.node.mine.regression.logistic.predict
Dialog for the logistic regression learner.
GeneralRegressionPredictorNodeDialogPane() - Constructor for class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeDialogPane
Create new dialog for linear regression model.
GeneralRegressionPredictorNodeFactory - Class in org.knime.base.node.mine.regression.logistic.predict
Factory for general regression predictor node.
GeneralRegressionPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeFactory
 
GeneralRegressionPredictorNodeModel - Class in org.knime.base.node.mine.regression.logistic.predict
Node model for the general regression predictor.
GeneralRegressionPredictorNodeModel() - Constructor for class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
Initialization with 1 data input, 1 model input and 1 data output.
GeneralRegressionPredictorSettings - Class in org.knime.base.node.mine.regression.logistic.predict
This class hold the settings for the General Regression Predictor node.
GeneralRegressionPredictorSettings() - Constructor for class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
 
generateDataTableSpec(DataTableSpec...) - Static method in class org.knime.base.data.append.row.AppendedRowsTable
Factory method that determines the final DataTableSpec given the tables.
generateDistinctColor(int, int) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
Generates most distinct colors for neighbor indexes.
generateNewID() - Static method in class org.knime.core.node.BufferedDataTable
Returns a table identifier and increments the internal counter.
generateNewSpec(DataTableSpec, String[]) - Static method in class org.knime.base.data.normalize.Normalizer
Creates a new DataTableSpec.
GeometricMeanOperator - Class in org.knime.base.data.aggregation.numerical
Returns the geometric mean per group.
GeometricMeanOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
Constructor for class MeanOperator.
GeometricMeanOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
Constructor for class MeanOperator.
GeometryUtil - Class in org.knime.base.node.viz.pie.util
Helper class for geometric calculations.
get(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLArrayType
Returns the corresponding array type for the passed representation.
get(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLBooleanOperator
Returns the corresponding operator for the passed representation.
get(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLMissingValueStrategy
Returns the corresponding missing value strategy to the string representation.
get(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLNoTrueChildStrategy
Returns the corresponding no true child strategy to the representation.
get(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
Returns the corresponding operator for the passed representation.
get(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLPredicate.PMMLPredicates
Returns the corresponding class for the passed predicate type.
get(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLSetOperator
Returns the corresponding operator for the passed representation.
get(int, int) - Method in class org.knime.base.util.HalfDoubleMatrix
Returns a value in the matrix.
get(int, int) - Method in class org.knime.base.util.HalfFloatMatrix
Returns a value in the matrix.
get(int, int) - Method in class org.knime.base.util.HalfIntMatrix
Returns a value in the matrix.
get(int) - Method in class org.knime.core.data.collection.BlobSupportDataCellList
Returns the element at the specified position of the list.
get(int) - Method in class org.knime.core.data.collection.ListCell
Returns the cell at the specified position in the list.
get(int) - Method in interface org.knime.core.data.collection.ListDataValue
Returns the cell at the specified position in the list.
get(int) - Method in class org.knime.core.data.collection.SparseListCell
Returns the cell at the specified position in the list.
get(DataCell) - Static method in class org.knime.core.data.container.CellClassInfo
Access method to retrieve the CellClassInfo for a given DataCell.
get(Class<? extends DataCell>, DataType) - Static method in class org.knime.core.data.container.CellClassInfo
Same as CellClassInfo.get(DataCell), only with resolved arguments.
get(boolean) - Static method in class org.knime.core.data.def.BooleanCell
Get singleton instance for given value.
get() - Method in class org.knime.core.data.util.SynchronizedIterator.ElementAndIndex
 
get(long) - Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
Returns the value of the specified bit.
get(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Returns true if the bit at the specified index is set.
get(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Returns the value of the specified bit.
get(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Returns true if the bit at the specified index is set.
get(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Returns the value of the specified bit.
get(long) - Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
Returns the count stored at the specified position.
get(int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns the count stored at the specified position.
get(long) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Returns the count stored at the specified position.
get(long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns the number stored at the specified index.
get(long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Returns the count stored at the specified position.
get(String) - Static method in enum org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation.PMMLTransformElement
Deprecated. Returns the corresponding PMML transformation element for the string representation.
get(String) - Method in class org.knime.core.node.workflow.CredentialsProvider
Read a credentials variable from the store.
get(String, NodeContainer) - Method in class org.knime.core.node.workflow.CredentialsStore
Read out credentials under a given name.
get(String) - Method in class org.knime.core.node.workflow.CredentialsStore
Read out credentials under a given name.
get(String) - Static method in enum org.knime.core.node.workflow.WorkflowPersistorVersion200.LoadVersion
Get the load version for the version string or null if unknown.
get(int) - Method in class org.knime.core.util.ObjectPool
Returns an object from the (sub) pool, or null if the pool is empty.
get() - Method in class org.knime.core.util.Pointer
Returns the value of the pointer.
get1DImagD() - Method in class org.knime.base.util.math.EigenvalueDecomposition
 
get1DRealD() - Method in class org.knime.base.util.math.EigenvalueDecomposition
 
getAbsAggregationValue() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getAccuracy() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
 
getActionCommand() - Method in enum org.knime.base.node.viz.aggregation.AggregationMethod
Should return the ButtonGroup wide unique action command.
getActionCommand() - Method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
 
getActionCommand() - Method in enum org.knime.base.node.viz.aggregation.ValueScale
Should return the ButtonGroup wide unique action command.
getActionCommand() - Method in enum org.knime.base.node.viz.histogram.HistogramLayout
 
getActionCommand() - Method in interface org.knime.core.node.util.ButtonGroupEnumInterface
Should return the ButtonGroup wide unique action command.
getActivation(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
getActivation(.).
getActiveCols() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getActiveCount() - Method in class org.knime.core.util.MultiThreadWorker
 
getActiveDerivedFields() - Method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
 
getActiveFields() - Method in class org.knime.core.node.port.pmml.PMMLMiningSchemaTranslator
 
getActiveFields() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getActiveMappingMethod() - Method in class org.knime.base.util.coordinate.Coordinate
Gets the mapping method which should be applied.
getActivityColumn() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
 
getAdditionalConnectionSet() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Get additional connections.
getAdditionalConnectionSet() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Get additional connections.
getAdditionalConnectionSet() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Get additional connections.
getAdditionalConnectionSet() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
Get additional connections.
getAdditionalConnectionSet() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Get additional connections.
getAdditionalTables() - Method in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
Returns all additional tables passed into the node, i.e.
getAddress() - Method in class org.knime.core.data.container.BlobWrapperDataCell
 
getAffineTransConfig() - Method in class org.knime.base.data.normalize.PMMLNormalizeTranslator
Builds a configuration object for a AffineTransTable.
getAffinityDegree(DataRow, DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionAntisymmetricRowOverlap
getAffinityDegree(DataRow, DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionRowInclusion
getAffinityDegree(DataRow, DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionSymmetricRowOverlap
 
getAffinityDegree(DataRow, DataRow) - Method in interface org.knime.base.node.mine.bfn.DegreeOfAffinity
 
getAggrColName() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
 
getAggrColumns() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getAggrColumns() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getAggrColumns() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
getAggrColumns() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
getAggrColumns() - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
 
getAggregationColSpec() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
 
getAggregationColumnCount() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
 
getAggregationColumnName() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieVizModel
getAggregationColumnName() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
getAggregationColumnName() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getAggregationColumnName() - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
 
getAggregationMethod(DataColumnSpec, AggregationMethod, AggregationMethod) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getAggregationMethod() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getAggregationMethod() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getAggregationSum() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
getAggregationSum() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
getAggregationSum() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
getAggregationValue(AggregationMethod) - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
getAggregationValue(AggregationMethod) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
getAggregationValue(AggregationMethod) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
getAggrMethod() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
 
getAggrMethod() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getAggrMethod() - Method in class org.knime.base.node.viz.pie.datamodel.PieHiliteCalculator
 
getAlgorithmName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getAlgorithmName() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator
 
getAllBendpoints() - Method in class org.knime.core.node.workflow.ConnectionUIInformation
Gets all bendpoints.
getAllBits() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Returns a copy of the internal storage of all bits.
getAllClassFrequency() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getAllCols(Class<? extends DataValue>, DataTableSpec) - Static method in class org.knime.base.node.preproc.domain.DomainNodeModel
Finds all columns in a spec whose type is compatible to cl.
getAllComments() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated.  
getAllComments() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
getAllCountIndices() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns a copy of the internal storage of all values.
getAllCounts() - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns a copy of the internal array of counts.
getAllCounts() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns a copy of the internal storage of all values.
getAllCountsAsBytes() - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns a copy of the internal array of counts.
getAllCoveredPattern() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns a set which contains all input training pattern covered by this basis function.
getAllDataRows() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns all data row (leaf nodes) this sub tree.
getAllDelimiters() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated.  
getAllDelimiters() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
getAllErrorMessages(int) - Method in class org.knime.base.node.io.filereader.SettingsStatus
Deprecated. Creates a string containing concatenated error messages, separated by a new line ('\n') character.
getAllErrorMessages(int) - Method in class org.knime.core.util.tokenizer.SettingsStatus
Creates a string containing concatenated error messages, separated by a new line ('\n') character.
getAllIndices() - Method in class org.knime.core.data.collection.SparseListCell
Returns a copy of the array that contains all indices of the explicitly set values of this list.
getAllIndices() - Method in interface org.knime.core.data.collection.SparseListDataValue
Returns a copy of the array that contains all indices of the explicitly set values of this list.
getAllJobManagerFactoryIDs() - Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
Returns names of all registered NodeExecutionJobManagerFactorys.
getAllOneIndices() - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Returns a copy of the internal storage of all bit indices.
getAllowsChildren() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
getAllowsChildren() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
getAllowsChildren() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
getAllPresentTypes() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
 
getAllQuotes() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated.  
getAllQuotes() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
getAllWhiteSpaces() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated.  
getAllWhiteSpaces() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
getAlpha() - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
 
getAlpha() - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
 
getAlpha() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
 
getAlphas() - Method in class org.knime.base.node.mine.svm.Svm
 
getAncestor() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the cells ancestor.
getAnchor() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns the basisfunction's anchor vector.
getAnchor() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getAnnotations() - Method in class org.knime.core.node.workflow.WorkflowCopyContent
 
getAntecedent() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
 
getAntialiasButton() - Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
 
getAntiAliasButton() - Method in class org.knime.base.node.viz.plotter.props.DefaultTab
 
getAppendedCell(DataRow) - Method in interface org.knime.base.data.append.column.AppendedCellFactory
Get the new cells for a given row.
getAppendedCell(DataRow) - Method in class org.knime.base.data.append.column.DefaultAppendedCellFactory
Get the value to row's key.
getAppendedCell(DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Get the new cells for a given row.
getAppendedColumnClasses() - Method in class org.knime.base.data.append.column.AppendedColumnTable
Get the class values of the appended columns.
getAppendedColumnName() - Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
 
getAppendTable() - Method in class org.knime.core.data.container.RearrangeColumnsTable
Get reference to the appended table.
getApplyColumn() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
 
getApproximationFor(String, double) - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Does a prediction when the given variable has the value v and all other variables have their mean value.
getAprioriAlgorithm(AprioriAlgorithmFactory.AlgorithmDataStructure, int, int) - Static method in class org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithmFactory
Returns an instance of the AprioriAlgorithm interface according to the passed type.
getArcBounds(Rectangle2D, Rectangle2D, double, double, double) - Static method in class org.knime.base.node.viz.pie.util.GeometryUtil
Returns a rectangle that can be used to create a pie section (taking into account the amount by which the pie section is 'exploded').
getArchitecture() - Method in class org.knime.base.data.neural.MultiLayerPerceptron
 
getArea() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
Returns the curve's area.
getArea() - Method in class org.knime.base.node.viz.roc.ROCNodeModel.ROCCurve
Returns the curve's area.
getArrayType() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Returns the data type of the contained array.
getAssociationRules(double) - Method in interface org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithm
Returns the association rules generated from the found frequent itemsets with the passed minimal confidence.
getAssociationRules(double) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayApriori
Returns the association rules generated from the found frequent itemsets with the passed minimal confidence.
getAssociationRules(double) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDApriori
Returns the association rules generated from the found frequent itemsets with the passed minimal confidence.
getAssociationRules() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
Deprecated.  
getAttributeIndex() - Method in class org.knime.base.node.mine.decisiontree2.learner.Split
Returns the index of the attribute this split object is responsible for.
getAttributeModel(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
 
getAttributeModels() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
 
getAttributeName() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
 
getAttributeName(int) - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns the name of the attribute specified by the given index.
getAttributesWithMissingVals() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
 
getAttributeValue(String, String, boolean) - Method in class org.knime.core.xml.XMLProperties
Returns the attribute value for a xml element and attribute name.
getAttributeValue(Node, String) - Method in class org.knime.core.xml.XMLProperties
Returns the attribute value for a xml element and attribute name.
getAvailableFlowVariables() - Method in class org.knime.core.node.NodeDialogPane
 
getAvailableFlowVariables() - Method in class org.knime.core.node.NodeModel
Get all flow variables currently available at this node.
getAvailableFlowVariables() - Method in class org.knime.core.node.workflow.FlowObjectStack
Get all (visible!) variables on the stack in a non-modifiable map.
getAvailableMethods() - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getAvailableRenderers(int) - Method in class org.knime.core.node.tableview.TableContentView
Get the description of all available renderers in a column.
getAxes() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
getBackground() - Static method in class org.knime.core.data.property.ColorAttr
Returns the preferred background color.
getBar(Color) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getBars() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getBarStrokeWidth() - Static method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
 
getBaseID() - Method in class org.knime.core.node.workflow.execresult.WorkflowExecutionResult
 
getBaseIterator() - Method in class org.knime.base.data.append.column.AppendedColumnTable
Get new iterator over the underlying table.
getBaseName() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
getBasicComparator() - Method in class org.knime.base.node.viz.histogram.impl.interactive.RowByColumnComparator
 
getBasisFunctionIterator() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
 
getBasisFunctions() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Returns the map of basis functions list for each class.
getBasisFunctions() - Method in class org.knime.base.node.mine.bfn.BasisFunctionModelContent
 
getBasisFunctions() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
 
getBegin() - Method in class org.knime.base.node.io.filetokenizer.Comment
Deprecated.  
getBegin() - Method in class org.knime.core.util.tokenizer.Comment
 
getBendpoint(int) - Method in class org.knime.core.node.workflow.ConnectionUIInformation
Returns a bendpoint.
getBestClass() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
 
getBestQualityMeasure() - Method in class org.knime.base.node.mine.decisiontree2.learner.Split
Returns the quality index of this split.
getBestSplitValue() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitContinuous
Returns the split value which was evaluated as the best according to the induced partition purity.
getBeta(String, String) - Method in class org.knime.base.node.mine.regression.logistic.predict.ParamMatrix
Gives the coefficient for the given parameter and the given category of the target.
getBeta() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCell
 
getBetas() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Returns the learned beta values.
getBetweenClusterVariation() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
Calculates the Between-Cluster Variation.
getBetweenClusterVariation() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Calculates the Between-Cluster Variation.
getBgColor() - Method in class org.knime.core.node.workflow.WorkflowAnnotation
 
getBin(int) - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
Return Bin for index.
getBin() - Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
 
getBin(int) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
Return Bin for index.
getBin() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
getBin(String) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getBin(int) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getBinCaptions() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getBinCount() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
getBinFile() - Method in class org.knime.core.data.container.Buffer
 
getBinName() - Method in interface org.knime.base.node.preproc.binner.BinnerColumnFactory.Bin
 
getBinName() - Method in class org.knime.base.node.preproc.binner.NumericBin
getBinName() - Method in interface org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory.Bin
 
getBinName() - Method in class org.knime.base.node.preproc.pmml.binner.NumericBin
getBinNaming() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
getBinNominal() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getBinPositions() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
Returns the bin positions.
getBinPosValue() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
Returns the bin positions label values.
getBinRectangle() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getBinRowCount() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getBins() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
 
getBins() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getBins() - Method in class org.knime.base.node.viz.histogram.util.FixedIntervalBinCreator
getBins() - Method in class org.knime.base.node.viz.histogram.util.InteractiveIntervalBinCreator
getBins() - Method in class org.knime.base.node.viz.histogram.util.IntervalBinCreator
 
getBinValue() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBin
 
getBinWidth() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getBinWidth() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
getBitSet() - Method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated.  
getBitSet() - Method in interface org.knime.base.data.bitvector.BitVectorValue
Deprecated.  
getBitVectorCopy() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Returns a clone of the internal dense bit vector.
getBitVectorCopy() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Returns a clone of the internal dense bit vector.
getBlobAddress() - Method in class org.knime.core.data.container.BlobDataCell
Get the location of the blob or null if it hasn't been stored just yet.
getBlobClass() - Method in class org.knime.core.data.container.BlobWrapperDataCell
 
getBlobClassInfo() - Method in class org.knime.core.data.container.BlobWrapperDataCell
 
getBlobDataType() - Method in class org.knime.core.data.container.BlobWrapperDataCell
 
getBlobFile(int, int, boolean, boolean) - Method in class org.knime.core.data.container.Buffer
Determines the file location for a blob to be read/written with some given coordinates (column and index in column).
getBlockCommentLeft() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns the string for the left block comment.
getBlockCommentRight() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns the string for the right block comment.
getBooleanOperator() - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
 
getBooleanValue() - Method in interface org.knime.core.data.BooleanValue
 
getBooleanValue() - Method in class org.knime.core.data.def.BooleanCell
getBooleanValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
 
getBorderColor(boolean, boolean) - Method in class org.knime.core.data.property.ColorAttr
Returns the border color for this object under certain constrains.
getBottomGap() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getBounds() - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
Returns the bounds of the intervals.
getBounds() - Method in class org.knime.core.node.workflow.NodeUIInformation
 
getBox() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellEditor
 
getBoxes() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
 
getBranchGap() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getBreadthFirstListOfNodeAndSuccessors(NodeID, boolean) - Method in class org.knime.core.node.workflow.Workflow
Return map of node ids connected to the given node sorted in breadth first order mapped to a set of portIDs.
getBreakButton() - Method in class org.knime.core.node.interrupt.InterruptControlPanel
Returns the button for the BREAK event.
getBuffer() - Method in class org.knime.core.data.container.BlobWrapperDataCell
 
getBuffer() - Method in class org.knime.core.data.container.ContainerTable
Get reference to buffer.
getBufferedDataTable() - Method in class org.knime.base.data.sort.SortedTable
 
getBufferedTable() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
getBufferedTable() - Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
 
getBufferedTable() - Method in class org.knime.core.data.container.DataContainer
Returns the table holding the data.
getBufferedTableId() - Method in class org.knime.core.node.BufferedDataTable
Method being used internally, not interesting for the implementor of a new node model.
getBufferID() - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
 
getBufferID() - Method in class org.knime.core.data.container.Buffer
Get this buffer's ID.
getBufferID() - Method in class org.knime.core.data.container.ContainerTable
Delegates to buffer to get its ID.
getBufferID() - Method in class org.knime.core.data.container.CopyOnAccessTask
Get this buffer's ID.
getByteArray() - Method in class org.knime.core.data.image.png.PNGImageContent
Get a copy of the underlying byte array.
getByteArrayReference() - Method in class org.knime.core.data.image.png.PNGImageContent
Get a reference to the underlying byte array.
getByteVectorCopy() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Returns a clone of the internal dense byte vector.
getByteVectorCopy() - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Returns a clone of the internal sparse byte vector.
getCacheSize() - Method in class org.knime.core.node.tableview.TableContentModel
Get the size of the cache.
getCalcTypeModel() - Static method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeDialog
 
getCalculator() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
 
getCalculator() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getCaseSensitive() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
 
getCaseSensitivity() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
 
getCategoryCell() - Method in class org.knime.base.node.preproc.equalsizesampling.OccurrenceCounter
 
getCause() - Method in exception org.knime.base.data.append.row.AppendedRowsIterator.RuntimeCanceledExecutionException
Get reference to causing exception.
getCause() - Method in exception org.knime.base.node.preproc.filter.row.RowFilterIterator.RuntimeCanceledExecutionException
Get reference to causing exception.
getCause() - Method in exception org.knime.base.node.preproc.missingval.MissingValueHandlingTableIterator.RuntimeCanceledExecutionException
Get reference to causing exception.
getCell(int) - Method in class org.knime.base.data.append.column.AppendedColumnRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.base.data.append.row.ResortedCellsRow
Returns the DataCell at the provided index within this row.
getCell(DataRow) - Method in class org.knime.base.data.bitvector.BitString2BitVectorCellFactory
Called from getCells.
getCell(DataRow) - Method in class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
Called from getCells.
getCell(DataRow) - Method in class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
Called from getCells.
getCell(DataRow) - Method in class org.knime.base.data.bitvector.Numeric2BitVectorMeanCellFactory
Called from getCells.
getCell(DataRow) - Method in class org.knime.base.data.bitvector.Numeric2BitVectorThresholdCellFactory
Called from getCells.
getCell(int) - Method in class org.knime.base.data.filter.column.FilterColumnRow
Returns the data cell at the given index.
getCell(int) - Method in class org.knime.base.data.replace.ReplacedColumnsDataRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer.Missing
Returns the DataCell at the provided index within this row.
getCell() - Method in class org.knime.base.node.preproc.setoperator.RowKeyCellMap
 
getCell() - Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
 
getCell(int) - Method in class org.knime.core.data.container.BlobSupportDataRow
If the cell at index is a blob wrapper cell, it will fetch the content and return it.
getCell() - Method in class org.knime.core.data.container.BlobWrapperDataCell
Fetches the content of the blob cell.
getCell(DataRow) - Method in class org.knime.core.data.container.SingleCellFactory
Called from getCells.
getCell(int) - Method in interface org.knime.core.data.DataRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.core.data.def.DefaultRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.core.data.def.JoinedRow
Returns the DataCell at the provided index within this row.
getCellChiSquareName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getCellClass() - Method in class org.knime.core.data.container.CellClassInfo
 
getCells() - Method in class org.knime.base.data.aggregation.general.ListCellOperator
 
getCells(DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
Predicts given row using the underlying basis function model.
getCells(DataRow) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.ClusterMembershipFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.mine.mds.MDSCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.mine.regression.logistic.predict.LogRegPredictor
Get the new cells for a given row.
getCells(ArrayList<SotaTreeCell>, SotaTreeCell) - Static method in class org.knime.base.node.mine.sota.logic.SotaManager
Collects all cells of the tree recursive.
getCells(DataRow) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictor
Get the new cells for a given row.
getCells(DataRow) - Method in interface org.knime.base.node.parallel.appender.ExtendedCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.autobinner.apply.BinningCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
Get the new cells for a given row.
getCells(DataRow) - Method in interface org.knime.core.data.container.CellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.core.data.container.SingleCellFactory
Get the new cells for a given row.
getCellSerializer() - Static method in class org.knime.core.data.collection.ListCell
Get serializer as required by DataCell.
getCellSerializer() - Static method in class org.knime.core.data.collection.SetCell
Get serializer as required by DataCell.
getCellSerializer() - Static method in class org.knime.core.data.collection.SparseListCell
Get serializer as required by DataCell.
getCellSerializer(Class<T>) - Static method in class org.knime.core.data.DataType
Returns a DataCellSerializer for the runtime class of a DataCell or null if the passed class of type DataCell does not implement
getCellSerializer() - Static method in class org.knime.core.data.date.DateAndTimeCell
 
getCellSerializer() - Static method in class org.knime.core.data.def.BooleanCell
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
getCellSerializer() - Static method in class org.knime.core.data.def.ComplexNumberCell
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
getCellSerializer() - Static method in class org.knime.core.data.def.DoubleCell
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
getCellSerializer() - Static method in class org.knime.core.data.def.FuzzyIntervalCell
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
getCellSerializer() - Static method in class org.knime.core.data.def.FuzzyNumberCell
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
getCellSerializer() - Static method in class org.knime.core.data.def.IntCell
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
getCellSerializer() - Static method in class org.knime.core.data.def.IntervalCell
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
getCellSerializer() - Static method in class org.knime.core.data.def.LongCell
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
getCellSerializer() - Static method in class org.knime.core.data.def.StringCell
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
getCellSerializer() - Static method in class org.knime.core.data.def.TimestampCell
Deprecated. Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
getCellSerializer() - Static method in class org.knime.core.data.image.png.PNGImageBlobCell
Serializer as required by parent class.
getCellSerializer() - Static method in class org.knime.core.data.image.png.PNGImageCell
Serializer as required by parent class.
getCellSerializer() - Static method in class org.knime.core.data.model.PortObjectCell
Serializer as required by parent class.
getCellSerializer() - Static method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
getCellSerializer() - Static method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
getCellSerializer() - Static method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
getCellSerializer() - Static method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
getCellSerializer() - Static method in class org.knime.core.data.xml.PMMLBlobCell
Returns the serializer for PMML cells.
getCellSerializer() - Static method in class org.knime.core.data.xml.PMMLCell
Returns the serializer for XML cells.
getCellSerializer() - Static method in class org.knime.core.data.xml.XMLBlobCell
Returns the serializer for XML cells.
getCellSerializer() - Static method in class org.knime.core.data.xml.XMLCell
Returns the serializer for XML cells.
getCellType() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
getCenter() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
get center of input data (for centering test data).
getCenterOfAllCoreRegions(DataRow, DataTableSpec) - Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
Computes the center vector of all core regions of the given FuzzyCells as a double array.
getCenterOfCoreRegion(FuzzyIntervalValue) - Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
Computes the center of the FuzzyCells core region, by adding MaxCore and MinCore and dividing the result by 2.
getCenterOfGravity() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getCenterOfGravity() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
getCenterOfGravity() - Method in class org.knime.core.data.def.BooleanCell
getCenterOfGravity() - Method in class org.knime.core.data.def.DoubleCell
getCenterOfGravity() - Method in class org.knime.core.data.def.FuzzyIntervalCell
 
getCenterOfGravity() - Method in class org.knime.core.data.def.FuzzyNumberCell
 
getCenterOfGravity() - Method in class org.knime.core.data.def.IntCell
getCenterOfGravity() - Method in class org.knime.core.data.def.IntervalCell
Returns the mean of minimum and maximum border.
getCenterOfGravity() - Method in class org.knime.core.data.def.LongCell
getCenterOfGravity() - Method in interface org.knime.core.data.FuzzyIntervalValue
 
getCharsetName() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getChartCollapsed() - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
 
getChild(int) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Returns the child for that given item specified by pos.
getChildAt(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
getChildAt(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
getChildAt(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
getChildCount() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
getChildCount() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
getChildCount() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
getChildCount() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
/**
getChildNodeAt(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Return DecisionTreeNode at specific branch.
getChildren() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Returns the children.
getChildren(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidgetFactory
Returns the children of the object or null when object is a leaf.
getChildren(K) - Method in interface org.knime.base.node.mine.decisiontree2.view.graph.NodeWidgetFactory
Returns the children of the object or null when object is a leaf.
getChildren() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDPrefixTreeNode
Returns the list of children.
getChildren() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
getChildren() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
getChildren() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
 
getChildStatus(int) - Method in interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus
Query the execution status for a child given its node id suffix.
getChildStatus(int) - Method in class org.knime.core.node.workflow.execresult.SingleNodeContainerExecutionResult
Query the execution status for a child given its node id suffix.
getChildStatus(int) - Method in class org.knime.core.node.workflow.execresult.WorkflowExecutionResult
Query the execution status for a child given its node id suffix.
getChiSquaredDegreesOfFreedom() - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
Get the degrees of freedom for the Pearson chi-squared statistic.
getChiSquaredPValue() - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
Get the p-value for the Pearson chi-squared statistic.
getChiSquaredStatistic() - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
Get the Pearson chi-squared statistic.
getChooseBackgroundButton() - Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
 
getChooseBackgroundButton() - Method in class org.knime.base.node.viz.plotter.props.DefaultTab
 
getChunk(int) - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContentMaster
 
getChunkIndex() - Method in class org.knime.core.node.workflow.virtual.VirtualNodeInput
 
getChunkSize() - Method in class org.knime.base.node.parallel.AbstractParallelNodeModel
Returns the current chunk size.
getChunkSize() - Method in class org.knime.core.node.tableview.TableContentModel
Get the chunk size.
getClassColumn() - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
 
getClassColumn() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
getClassColumn() - Method in class org.knime.base.node.viz.roc.ROCSettings
Returns the name of the class column.
getClassColumnDataType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
 
getClassColumnName() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
 
getClassCount() - Method in class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
Returns the number of distinct values (classes) in the class column that is used for the stratified sampling.
getClassCounts(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Determine class counts for a new pattern given as a row of values.
getClassCounts() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Return class counts, that is how many patterns (also fractions of) for each class were encountered in this branch during training.
getClassCounts(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Determine class counts for a new pattern given as a row of values.
getClassCounts(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Determine class counts for a new pattern given as a row of values.
getClassCounts(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Determine class counts for a new pattern given as a row of values.
getClassCounts(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Determine class counts for a new pattern given as a row of values.
getClassCounts(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated. Determine class counts for a new pattern given as a row of values.
getClassCounts(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated. Determine class counts for a new pattern given as a row of values.
getClassCounts(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated. Determine class counts for a new pattern given as a row of values.
getClassCounts(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Determine class counts for a new pattern given as a row of values.
getClassCounts(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Determine class counts for a new pattern given as a row of values.
getClassCounts() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getClassDistribution() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
 
getClassFrequencies() - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns the class frequencies as a LinkedHashMap mapping class values (DataCell) to the frequency as doubles.
getClassFrequencyArray() - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns the class frequency array representing the class distribution of this table.
getClassifyColumn() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
 
getClassLabel() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
 
getClassLabel() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
 
getClassMapping() - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Allows to get the class mapping from output neurons to class values.
getClassOutput(double[]) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Finds the winner and returns its class output value.
getClassPriorProbability(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
 
getClassProbabilities(String[], DataRow, List<String>, boolean, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
 
getClassValue() - Method in class org.knime.base.data.neural.Perceptron
 
getClassValue() - Method in class org.knime.base.node.mine.decisiontree2.learner.ClassValueDataRow
Returns the class value.
getClassValue() - Method in class org.knime.base.node.mine.decisiontree2.learner.DataRowWeighted
Returns the class value.
getClassValue() - Method in class org.knime.base.node.mine.svm.util.DoubleVector
 
getClassValueMapper() - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns the class value mapper of this table.
getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
 
getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
getClassValues() - Method in class org.knime.base.node.mine.smote.Smoter
Get iterator of all classes that occur in the target column.
getClearHiliteAction() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
This action calls AbstractPlotter.delegateUnHiLiteAll(), if it is overridden take care to not return null since it might be called also when the AbstractPlotter.getHiLiteMenu() returns null.
getClient() - Method in class org.knime.core.node.workflow.CredentialsProvider
 
getClonedBins() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getClonedMissingSection() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
 
getClonedMissingValueBin() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getClonedSections() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
 
getClosure() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLInterval
 
getClusterCenter(int) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Return prototype vector of cluster c.
getClusterCentres() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getClusterCentres() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
 
getClusterCoverage(int) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Return coverage of a cluster.
getClusteringMap() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Map of Cluster name -> cluster members (in a set) as given in the clustering to score.
getClusters() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getCoefficient() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator.NumericPredictor
 
getCoefficients(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the parameters mapped to the coefficients for the given logit.
getCol() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel.IntPair
 
getColAggregators() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
getColCount() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
 
getColDelimiter() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
getColIdx() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
 
getColIndex(String) - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
 
getCollapsed() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Returns the collapsed nodes.
getCollectionColName() - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
 
getCollectionElementType() - Method in class org.knime.core.data.container.CellClassInfo
 
getCollectionElementType() - Method in class org.knime.core.data.DataType
Get the type of the elements in collection or null if this type does not represent a collection.
getCollectionType(DataType) - Static method in class org.knime.core.data.collection.ListCell
Convenience method to determine the type of collection.
getCollectionType(DataType) - Static method in class org.knime.core.data.collection.SetCell
Convenience method to determine the type of collection.
getCollectionType(DataType) - Static method in class org.knime.core.data.collection.SparseListCell
Convenience method to determine the type of collection.
getColName() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
 
getColNames() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
 
getColor() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
getColor() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
getColor() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
getColor() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
 
getColor() - Method in class org.knime.base.node.viz.histogram.util.ColorColumn
 
getColor() - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
 
getColor() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
getColor() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
getColor() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getColor() - Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
 
getColor() - Method in class org.knime.core.data.property.ColorAttr
Returns this attribute's color value.
getColor(boolean, boolean) - Method in class org.knime.core.data.property.ColorAttr
Returns the color value for this object under certain constrains.
getColorAttr(DataCell) - Method in interface org.knime.core.data.property.ColorHandler.ColorModel
Returns a ColorAttr for the given DataCell.
getColorAttr(DataCell) - Method in class org.knime.core.data.property.ColorHandler
Returns a ColorAttr object as specified by the content of the given DataCell.
getColorAttr(DataCell) - Method in class org.knime.core.data.property.ColorModelNominal
Returns a ColorAttr for the given DataCell value, or ColorAttr.DEFAULT if not set.
getColorAttr(DataCell) - Method in class org.knime.core.data.property.ColorModelRange
Returns a ColorAttr for the given DataCell value, or ColorAttr.DEFAULT if not set.
getColorAttr(int) - Method in interface org.knime.core.node.tableview.TableContentInterface
Get the color of a requested row, The color is shown as icon in front of the row key.
getColorAttr(int) - Method in class org.knime.core.node.tableview.TableContentModel
Get the color information for a row.
getColorAttr(int) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Delegating method to TableContentModel.
getColorChooser() - Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
 
getColorChooser() - Method in class org.knime.base.node.viz.plotter.props.DefaultTab
 
getColorColumn() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
 
getColorColumn() - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeGraphView
 
getColorHandler() - Method in class org.knime.core.data.DataColumnSpec
Returns the ColorHandler defined on this column, if available.
getColorLegend() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
 
getColorMapping() - Method in class org.knime.base.node.viz.plotter.props.ColorLegendTab
 
getColorNameColumns() - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
 
getColPercentName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getColSeparator() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getColSetting(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
The column settings for a column.
getColSpec(String) - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
 
getColSpec(String) - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
 
getColSpec() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
 
getColSpec() - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
Get reference to the constructor's argument.
getColTotal() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel.CrosstabTotals
Get the column count totals.
getColumn() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
getColumn() - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
 
getColumnAggregator(int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
 
getColumnAggregators() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
 
getColumnClass(int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
getColumnClass(int) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
getColumnClass(int) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
getColumnClass(int) - Method in class org.knime.core.node.tableview.TableContentModel
Returns DataCell.class.
getColumnClass(int) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Return DataCell.class since the key of a DataRow is a DataCell.
getColumnCount() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
getColumnCount() - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
getColumnCount() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
getColumnCount() - Method in class org.knime.base.node.mine.scorer.accuracy.ConfusionTableModel
Column and row count are equal as this is a square matrix.
getColumnCount() - Method in class org.knime.core.node.tableview.TableContentModel
Get the column count.
getColumnCount() - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Returns 1.
getColumnDelimiter() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns column delimiter string.
getColumnDestinations() - Method in interface org.knime.base.node.parallel.appender.ExtendedCellFactory
Returns an array of column actions that describe for each column that is returned by ExtendedCellFactory.getCells(org.knime.core.data.DataRow) where is should be inserted into the output table.
getColumnFilter() - Method in class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
Returns the column filter panel so, for example, listeners can be added.
getColumnHeader() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
getColumnHeader() - Method in class org.knime.core.node.tableview.TableView
Delegates to super implementation but sets an appropriate preferred size before returning.
getColumnHeaderViewHeight() - Method in class org.knime.core.node.tableview.TableView
Get the height of the column header view or -1 if none has been set (no data available).
getColumnIndex() - Method in class org.knime.base.data.bitvector.BitVectorColumnCellFactory
 
getColumnIndex() - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
 
getColumnIndex() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
 
getColumnIndices() - Method in class org.knime.base.data.filter.column.FilterColumnTable
 
getColumnIndices() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
see getValues();
getColumnIndices() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
see getValues();
getColumnIndices() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getColumnInFactory() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
 
getColumnLabel() - Method in interface org.knime.base.data.aggregation.AggregationMethod
 
getColumnLabel() - Method in class org.knime.base.data.aggregation.AggregationOperator
getColumnLabel() - Method in class org.knime.base.data.aggregation.OperatorData
 
getColumnMapping() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
 
getColumnMissing(int) - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Get the missing value designator for the specified column.
getColumnModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getColumnName(int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
getColumnName(int) - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns column name at index.
getColumnName(int) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
getColumnName(int) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
getColumnName(int) - Method in class org.knime.base.node.mine.scorer.accuracy.ConfusionTableModel
Returns the column names, i.e.
getColumnName() - Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalPanel
 
getColumnName() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
getColumnName() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.  
getColumnName() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalPanel
 
getColumnName() - Method in class org.knime.base.node.viz.histogram.util.ColorColumn
 
getColumnName() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getColumnName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
 
getColumnName(String) - Method in class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
getColumnName(int) - Method in class org.knime.core.node.tableview.TableContentModel
Get the column header for some specific column index.
getColumnName(int) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Returns "Key" as default row header name.
getColumnNames() - Method in class org.knime.base.data.statistics.Statistics2Table
 
getColumnNames() - Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
 
getColumnNames() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Returns the column names.
getColumnNames() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
getColumnNames() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
 
getColumnNames() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
getColumnNames() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec
 
getColumnNumDeterminingLineNumber() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getColumnProperties() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
getColumnProperties() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
Returns a mapping of column index to the {ColProperty} of the column.
getColumnProperties() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Returns a mapping of column index to the {ColProperty} of the column.
getColumnProperties() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getColumns() - Method in class org.knime.base.node.mine.sota.view.JMultiLineToolTip
Returns number of columns.
getColumns() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
 
getColumnSpec() - Method in class org.knime.base.node.io.filereader.ColProperty
 
getColumnSpec() - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
 
getColumnSpec() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
 
getColumnSpec(int) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
 
getColumnSpec() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
 
getColumnSpec(int) - Method in class org.knime.core.data.DataTableSpec
Returns column information of the column with the provided index.
getColumnSpec(String) - Method in class org.knime.core.data.DataTableSpec
Returns the DataColumnSpec of the column with the provided name.
getColumnSpecs() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.ClusterMembershipFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.mine.mds.MDSCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs(int) - Static method in class org.knime.base.node.mine.mds.MDSNodeModel
The DataColumnSpecs of the mds data (columns).
getColumnSpecs(int) - Static method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
The DataColumnSpecs of the mds data (columns).
getColumnSpecs() - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictor
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in interface org.knime.base.node.parallel.appender.ExtendedCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.autobinner.apply.BinningCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
 
getColumnSpecs() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.core.data.container.AbstractCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in interface org.knime.core.data.container.CellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnType(int) - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns column type as DataType at index.
getColumnWidth() - Method in class org.knime.core.node.tableview.TableView
Returns the width of the first column or -1 if there are no columns.
getColVarColumn() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
getCombineMultipleDelimiters() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated.  
getCombineMultipleDelimiters() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
getComboBox() - Method in class org.knime.core.node.util.StringHistoryPanel
Access to combo box component.
getCommentBegin() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
getCommentEnd() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
getCommentStart() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
getCommonSuperType(DataType, DataType) - Static method in class org.knime.core.data.DataType
Returns a type which is compatible to only those values, both given types are compatible to, i.e.
getCommonTIDs() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
Return the transaction ids in which the items in this set appear together as a bitset where the bit is set if the items are present in this transaction.
getComparator() - Method in class org.knime.base.data.bitvector.BitVectorValue.BitVectorUtilityFactory
Deprecated. Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator(DataColumnSpec, DataColumnSpec) - Method in enum org.knime.base.node.preproc.setoperator.SetOperation
 
getComparator() - Method in class org.knime.base.node.preproc.setoperator.SingleColRowComparator
 
getComparator() - Method in class org.knime.core.data.BooleanValue.BooleanUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.ComplexNumberValue.ComplexNumberUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.DataType
A comparator for DataCell objects of this type.
getComparator() - Method in class org.knime.core.data.DataValue.UtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.date.DateAndTimeUtility
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.DoubleValue.DoubleUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.FuzzyIntervalValue.FuzzyIntervalUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.FuzzyNumberValue.FuzzyNumberUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.image.png.PNGImageValue.ImageCellUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.IntervalValue.IntervalUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.IntValue.IntUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.LongValue.LongUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.model.PortObjectValue.PortObjectUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.StringValue.StringUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.TimestampValue.TimestampUtilityFactory
Deprecated. Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.vector.bitvector.BitVectorValue.BitVectorUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.vector.bytevector.ByteVectorValue.ByteVectorUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparisonMeasure() - Method in class org.knime.base.node.mine.cluster.PMMLClusterTranslator
 
getCompatibleMappingMethods() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the mapping methods compatible to this coordinate's data type.
getCompatibleMethodGroups(DataType) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getCompatibleMethods(DataType) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getCompatiblePolicies() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the compatible policies for this data value.
getCompatibleRowIdxs(Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
 
getCompatibleType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
 
getCompatibleType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
getCompatibleType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
getCompatibleType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
getCompatibleType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
getCompleteHilitedCells(Set<RowKey>) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Returns all cells of the confusion matrix (as Points) if the given key set contains all keys of that cell.
getComponent() - Method in class org.knime.core.node.NodeView
Returns the underlying content pane's panel placed at the center of the view.
getComponentPanel() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
 
getComponentPanel() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
 
getCompositionMode() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
 
getCondition() - Method in class org.knime.base.node.rules.Rule
Returns the rule's condition (antecedant).
getConfidence() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
 
getConfig() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel.CalculationResult
 
getConfig(String) - Method in class org.knime.core.node.config.Config
Retrieves Config by key.
getConfig(String) - Method in interface org.knime.core.node.config.ConfigRO
Returns a Config for the given key.
getConfigEntry() - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
 
getConfigName() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
getConfigName() - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
 
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
getConfiguration() - Method in class org.knime.base.data.normalize.AffineTransTable
 
getConfiguration() - Method in class org.knime.base.data.normalize.NormalizerPortObject
 
getConfiguration() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
 
getConfiguration() - Method in interface org.knime.core.quickform.in.QuickFormInputNode
Get handle on current (filled) configuration or null.
getConfigWarnings() - Method in class org.knime.base.node.preproc.joiner.Joiner
Get warnings which occurred when processing the method getOutputSpec.
getConnection(ConnectionID) - Method in class org.knime.core.node.workflow.WorkflowManager
Gets a connection by id.
getConnectionContainers() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getConnectionModel() - Method in class org.knime.core.node.port.database.DatabasePortObject
 
getConnectionModel() - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
 
getConnectionProgress() - Method in class org.knime.core.node.workflow.ConnectionProgressEvent
 
getConnectionsByDest(NodeID) - Method in class org.knime.core.node.workflow.Workflow
Return all connections having the same destination.
getConnectionsBySource(NodeID) - Method in class org.knime.core.node.workflow.Workflow
Return all connections having the same destination.
getConnectionsBySourceValues() - Method in class org.knime.core.node.workflow.Workflow
 
getConnectionSet() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
The connections between the nodes that are loaded.
getConnectionSet() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
The connections between the nodes that are loaded.
getConnectionSet() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
The connections between the nodes that are loaded.
getConnectionSet() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
The connections between the nodes that are loaded.
getConnectionSet() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
The connections between the nodes that are loaded.
getConnectorLabelAbove() - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
Get the label that should be painted on the connector above the NodeWidget.
getConnectorLabelAbove() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Get the label that should be painted on the connector above the NodeWidget.
getConnectorLabelBelow() - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
Get the label that should be painted on the connector below the NodeWidget.
getConnectorLabelBelow() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Get the label that should be painted on the connector below the NodeWidget.
getConsequent() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
 
getContent() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionTranslator
 
getContent() - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
 
getContent() - Method in class org.knime.core.data.xml.PMMLCell
 
getContentModel() - Method in class org.knime.base.node.viz.table.TableNodeModel
Get reference to the underlying content model.
getContentModel() - Method in class org.knime.core.node.tableview.TableContentView
Returns a reference to the TableContentModel.
getContentModel() - Method in class org.knime.core.node.tableview.TableView
Get reference to underlying TableContentModel.
getContentTable() - Method in class org.knime.core.node.tableview.TableView
Get reference to table view that is in the scroll pane's view port.
getControlPanel() - Method in class org.knime.core.node.interrupt.InterruptibleNodeView
This method returns the control panel, which provides control elements over the underlying model.
getConvertedData() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Please make sure to call init() first in order to guarantee that the DataTable is converted.
getConvertedData(DataTable) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
 
getCoordinate() - Method in class org.knime.base.node.viz.plotter.Axis
 
getCoordinate() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
getCoordinates() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
 
getCopiedLoopContent() - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContent
 
getCopyOfClassFrequencyArray() - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns a copy of the class frequency array representing the class distribution of this table.
getCopyPersistor(HashMap<Integer, ContainerTable>, boolean, boolean) - Method in class org.knime.core.node.workflow.NodeContainer
Get a new persistor that is used to copy this node (copy&paste action).
getCopyPersistor(HashMap<Integer, ContainerTable>, boolean, boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Get a new persistor that is used to copy this node (copy&paste action).
getCopyPersistor(HashMap<Integer, ContainerTable>, boolean, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Get a new persistor that is used to copy this node (copy&paste action).
getCore() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getCore() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
getCore() - Method in class org.knime.core.data.def.BooleanCell
getCore() - Method in class org.knime.core.data.def.DoubleCell
getCore() - Method in class org.knime.core.data.def.FuzzyNumberCell
 
getCore() - Method in class org.knime.core.data.def.IntCell
getCore() - Method in class org.knime.core.data.def.LongCell
getCore() - Method in interface org.knime.core.data.FuzzyNumberValue
 
getCoreDilatationToOtherCore(DataRow, DataRow, DataTableSpec) - Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
Computes the core dilatation of a core region to another core region.
getCorner() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
getCorrectCount() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Get the correct classification count, i.e.
getCorrelationDistance(DataRow, SotaTreeCell, double, boolean, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the coefficient of correlation distance between the cells values and the number cells of the given row with a given offset.
getCorrelationDistance(DataRow, DataRow, double, boolean, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the coefficient of correlation distance between the rows with a given offset.
getCorrelationMatrix() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Returns a matrix with the pairwise correlation values.
getCorrelationTable() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
Getter for correlation table to display.
getCosinusDistance(DataRow, DataRow, double, boolean) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Computes the cosinus distance between the given two rows, with given offset.
getCosinusDistance(DataPoint, DataPoint, double) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Computes the cosinus distance between the given two DataPoints, with given offset.
getCosinusDistance(DataRow, DataRow, double, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Computes the cosinus distance between the given two rows, with given offset.
getCosinusDistance(DataRow, SotaTreeCell, double, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the cosinus distance between the cells values and the number cells of the given row with a given offset.
getCount(DataCell) - Method in class org.knime.base.node.mine.smote.Smoter
Get frequency of a class name in the input table.
getCount() - Method in class org.knime.base.node.preproc.equalsizesampling.OccurrenceCounter
 
getCountElementsPolicy() - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
 
getCounterFor(int) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Returns the counter, the support, for the item with identifier pos.
getCountOfSubtree() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Returns the count of the subtree.
getCountOfSubtree() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Returns the count of the subtree.
getCountOfSubtree() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Returns the count of the subtree.
getCovarianceMatrix(ExecutionContext, BufferedDataTable, int[], double[], double[][]) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
Converts a DataTable to the 2D-double array representing its covariance matrix.
getCovariateList() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getCreator() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
 
getCreator() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject
getCreator() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject
getCredentials() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Get (non-null) map of credentials.
getCredentials() - Method in class org.knime.core.node.workflow.CredentialsStore
Get iterable for credentials.
getCredentials() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Get (non-null) map of credentials.
getCredentials() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Get (non-null) map of credentials.
getCredentials() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
Get (non-null) map of credentials.
getCredentials() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Get (non-null) map of credentials.
getCredentialsNames() - Method in class org.knime.core.node.NodeDialogPane
Get a list of available credentials identifiers.
getCredentialsProvider() - Method in class org.knime.core.node.Node
 
getCredentialsProvider() - Method in class org.knime.core.node.NodeDialogPane
Accessor to credentials defined on a workflow.
getCredentialsProvider() - Method in class org.knime.core.node.NodeModel
Accessor to credentials defined on a workflow.
getCredentialsStore() - Method in class org.knime.core.node.workflow.WorkflowManager
Get reference to credentials store used to persist name/passwords.
getCurrentLine() - Method in class org.knime.base.node.util.BufferedFileReader
Returns the line currently read (if the \n char was already read, it still returns the current/last line).
getCurrentLineNumber() - Method in class org.knime.base.node.util.BufferedFileReader
 
getCurrentMouseListener() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getCurrentPolicy() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the current tick policy.
getCurrentThreadsInUse() - Method in class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
Returns the number of threads currently in use.
getCursor() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
getCursor() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
getCursor() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
getCursor() - Method in class org.knime.base.node.viz.plotter.PlotterMouseListener
 
getCursor() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
getCurve(int) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Returns the curve settings for the given index.
getCurveCount() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Returns the number of curves that should be plotted.
getCurves() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
Returns a list with all pre-calculated curves that should be shown in the view.
getCurves() - Method in class org.knime.base.node.viz.roc.ROCNodeModel
Returns a list with all pre-calculated curves that should be shown in the view.
getCurves() - Method in class org.knime.base.node.viz.roc.ROCSettings
Returns the list of class probability columns that should be shown in the ROC view.
getCustomCommentLine() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
getCustomData() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
To get the custom data object.
getCustomDescription() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getCustomDescription() - Method in class org.knime.core.node.workflow.NodeContainer
 
getCustomDescription() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getCustomDescription() - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
getCustomName() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getCustomName() - Method in class org.knime.core.node.workflow.NodeContainer
 
getCustomName() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getCustomName() - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
getCustomName() - Method in class org.knime.core.node.workflow.NodeUIInformationEvent
 
getCycle() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getD() - Method in class org.knime.base.util.math.EigenvalueDecomposition
 
getData() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the cells data array.
getData() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
getData() - Method in class org.knime.base.util.kdtree.NearestNeighbour
Returns the data associated with the pattern.
getData() - Method in class org.knime.base.util.kdtree.TerminalNode
Returns the optional data object.
getDataArray(int) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Provides the data that should be visualized.
getDataArray(int) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Provides the data that should be visualized.
getDataArray(int) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Provides the data that should be visualized.
getDataArray(int) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Provides the data that should be visualized.
getDataArray(int) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Provides the data that should be visualized.
getDataArray(int) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Provides the data that should be visualized.
getDataArray(int) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Provides the data that should be visualized.
getDataArray(int) - Method in interface org.knime.base.node.viz.plotter.DataProvider
Provides the data that should be visualized.
getDataArray(int) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Provides the data that should be visualized.
getDataArrayIdx() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getDataAsString(int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the cells data as String.
getDataCell(String) - Method in class org.knime.core.node.config.Config
Return DataCell for key.
getDataCell(String, DataCell) - Method in class org.knime.core.node.config.Config
Return a DataCell which can be null, or the default value if the key is not available.
getDataCell(String) - Method in interface org.knime.core.node.config.ConfigRO
Return DataCell for key.
getDataCell(String, DataCell) - Method in interface org.knime.core.node.config.ConfigRO
Return a DataCell which can be null, or the default value if the key is not available.
getDataCellArray(String) - Method in class org.knime.core.node.config.Config
Return DataCell array.
getDataCellArray(String, DataCell...) - Method in class org.knime.core.node.config.Config
Return DataCell array which can be null for key, or the default array if the key is not available.
getDataCellArray(String) - Method in interface org.knime.core.node.config.ConfigRO
Return DataCell array.
getDataCellArray(String, DataCell...) - Method in interface org.knime.core.node.config.ConfigRO
Return DataCell array which can be null for key, or the default array if the key is not available.
getDataColumnSpec() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the underlying DataColumnSpec.
getDataFileLocation() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getDataFileRef() - Method in class org.knime.core.node.ExtensionTable.LoadContext
 
getDataFileURL() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns an URL of the input data file initialized with file name, protocol, host, and port as specified in the xml file.
getDataFileURLspec() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns the locator of the input data file as specified in the XML file.
getDataIds() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the cells Ids of according data sets.
getDataPoints() - Method in class org.knime.base.node.mine.mds.MDSManager
 
getDataPoints() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
 
getDataProvider() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getDataRows() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
 
getDataRows() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
 
getDataTable() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel.CalculationResult
 
getDataTable(Map<Integer, BufferedDataTable>, Integer) - Static method in class org.knime.core.node.BufferedDataTable
Method that is used internally while the workflow is being loaded.
getDataTable() - Method in class org.knime.core.node.tableview.TableContentModel
Get reference to underlying DataTable as it was passed in the constructor or changed by successive calls of TableContentModel.setDataTable(DataTable).
getDataTableSpec() - Method in class org.knime.base.data.append.column.AppendedColumnTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.append.row.AppendedRowsTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.filter.column.FilterColumnTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.filter.row.FilterRowTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.join.JoinedTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.nominal.NominalTable
The table spec which contains at least all possible values for one particular column.
getDataTableSpec() - Method in class org.knime.base.data.normalize.AffineTransTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.replace.ReplacedColumnsTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.sort.SortedTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Produces a DataTableSpec for the statistics table which contains the range values calculated here.
getDataTableSpec() - Method in class org.knime.base.node.io.arffreader.ARFFTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.io.filereader.FileTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
Get the table spec corresponding the the rows.
getDataTableSpec() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable
Deprecated. Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.parallel.appender.CombinedTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.preproc.filter.row.RowFilterTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in interface org.knime.base.node.util.DataArray
Get the table spec corresponding the the rows.
getDataTableSpec() - Method in class org.knime.base.node.util.DefaultDataArray
Get the table spec corresponding the the rows.
getDataTableSpec() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
 
getDataTableSpec() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
 
getDataTableSpec() - Method in class org.knime.core.data.container.ConcatenateTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.data.container.ContainerTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.data.container.JoinedTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.data.container.RearrangeColumnsTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.data.container.TableSpecReplacerTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.data.container.WrappedTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in interface org.knime.core.data.DataTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.data.def.DefaultTable
Deprecated. Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.node.BufferedDataTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
 
getDataTableSpec(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
Returns a data table spec that reflects the meta data form the database result set.
getDataTableSpec() - Method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
 
getDataTableSpec() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getDataTableSpec() - Method in class org.knime.core.node.tableview.TableContentModel
Get the table spec of the current DataTable.
getDataType(DataType) - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getDataType(DataType) - Method in class org.knime.base.data.aggregation.booleancell.FalseCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.booleancell.TrueCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.collection.AndElementCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.collection.AndElementOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.collection.ElementCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.collection.OrElementCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.collection.OrElementOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.collection.XORElementCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.collection.XORElementOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.date.DateMeanOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.date.DayRangeOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.date.MedianDateOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
Deprecated. 
getDataType(DataType) - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateOperator
Deprecated. 
getDataType(DataType) - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateWithCountOperator
Deprecated. 
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.ConcatenateOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.CountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.FirstOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.LastOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.ListCellOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.MaxOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.MinOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.MissingValueCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.ModeOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.PercentOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.SetCellOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateWithCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.UniqueCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.MedianOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.ProductOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.RangeOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.SumOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.VarianceOperator
getDataType() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
 
getDataType() - Method in class org.knime.core.data.container.CellClassInfo
Get the DataType of the underlying cell.
getDataType(String) - Method in class org.knime.core.node.config.Config
Return DataType for key.
getDataType(String, DataType) - Method in class org.knime.core.node.config.Config
Return a DataType elements or null for key, or the default value if not available.
getDataType(String) - Method in interface org.knime.core.node.config.ConfigRO
Return DataType for key.
getDataType(String, DataType) - Method in interface org.knime.core.node.config.ConfigRO
Return a DataType elements or null for key, or the default value if not available.
getDataType() - Method in class org.knime.core.node.port.image.ImagePortObjectSpec
Get the DataType of the cell that will be generated by the port objects ImagePortObject.toDataCell() method.
getDataTypeArray(String) - Method in class org.knime.core.node.config.Config
Returns an array of DataType objects which can be null.
getDataTypeArray(String, DataType...) - Method in class org.knime.core.node.config.Config
Returns the array of DataType objects for the given key or if not available the given array.
getDataTypeArray(String) - Method in interface org.knime.core.node.config.ConfigRO
Returns an array of DataType objects which can be null.
getDataTypeArray(String, DataType...) - Method in interface org.knime.core.node.config.ConfigRO
Returns the array of DataType objects for the given key or if not available the given array.
getDate() - Method in class org.knime.core.data.def.TimestampCell
Deprecated. 
getDate() - Method in interface org.knime.core.data.TimestampValue
Deprecated.  
getDayOfMonth() - Method in class org.knime.core.data.date.DateAndTimeCell
getDayOfMonth() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getDBName() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
 
getDBSize() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
Deprecated.  
getDecimalSeparator() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getDecimalSeparator() - Method in class org.knime.base.node.io.filereader.DataCellFactory
Returns the current decimal separator of floating point numbers.
getDecimalSeparator() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getDecisionTree() - Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Returns the decision tree model.
getDecisionTree() - Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeTranslator
 
getDecisionTree() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
 
getDefault() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLMissingValueStrategy
Returns the default missing value strategy.
getDefault() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLNoTrueChildStrategy
Returns the default no true child strategy.
getDefault() - Static method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodePlugin
Returns the shared instance.
getDefault() - Static method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
 
getDefault() - Static method in enum org.knime.base.node.preproc.setoperator.SetOperation
 
getDefaultChild() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
 
getDefaultChild() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getDefaultChildIndex() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
 
getDefaultColumns(DataTableSpec) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
get column indices for all double compatible columns.
getDefaultElement() - Method in class org.knime.core.data.collection.SparseListCell
getDefaultElement() - Method in interface org.knime.core.data.collection.SparseListDataValue
 
getDefaultIcon() - Static method in class org.knime.core.node.NodeFactory
Returns the default icon for nodes that do not define their own.
getDefaultJobManagerFactory() - Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
There is always at least one job manager factory availably.
getDefaultKernelType() - Static method in class org.knime.base.node.mine.svm.kernel.KernelFactory
Return a default kernel.
getDefaultLabel() - Method in class org.knime.base.node.rules.RuleEngineSettings
Returns the label that should be used if no rule matches.
getDefaultLabelIsColumn() - Method in class org.knime.base.node.rules.RuleEngineSettings
 
getDefaultLayout() - Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
 
getDefaultMethod(DataColumnSpec) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getDefaultMethod() - Static method in enum org.knime.base.node.viz.aggregation.AggregationMethod
 
getDefaultMethod() - Static method in enum org.knime.base.node.viz.aggregation.ValueScale
 
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.BoxPlotAppearanceTab
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.ColorLegendTab
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.DefaultTab
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.InterpolationTab
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.LinePlotterAppearanceTab
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinateAppearanceTab
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinatesMissingValueTab
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.PropertiesTab
 
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.ScatterPlotterAppearanceTab
getDefaultNotNumericalMethod() - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getDefaultNumericalMethod() - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getDefaultOption() - Static method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
 
getDefaultParameter(int) - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
return the default parameter at the given index.
getDefaultParameter(int) - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
return the default parameter at the given index.
getDefaultParameter(int) - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
return the default parameter at the given index.
getDefaultParameter(int) - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
return the default parameter at the given index.
getDefaultValue() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
 
getDegree() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Returns the degree of the regression function.
getDegree() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Returns the maximum degree that polynomial used for regression should have.
getDegreesOfFreedom(String, String) - Method in class org.knime.base.node.mine.regression.logistic.predict.ParamMatrix
Gives the degrees of freedom for the given parameter and the given category of the target.
getDelay() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Returns the current delay, that is the number of iterations until the view is refreshed.
getDelaySlider() - Method in class org.knime.core.node.interrupt.InterruptControlPanel
Returns the slider to adjust the delay.
getDelegate() - Method in class org.knime.core.node.BufferedDataTable
Package scope getter for underlying table implementation.
getDelimiter() - Method in class org.knime.base.node.io.filetokenizer.Delimiter
Deprecated.  
getDelimiter() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
getDelimiter() - Method in class org.knime.core.util.tokenizer.Delimiter
 
getDelimiterPattern(String) - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated. Returns the Delimiter object stored for the delimiter with the pattern specified.
getDelimiterPattern(String) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Returns the Delimiter object stored for the delimiter with the pattern specified.
getDelta() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getDepth() - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
 
getDerivedFieldMap() - Method in class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
getDerivedFieldName(String) - Method in class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
getDerivedFields() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
 
getDerivedFields(PMMLDocument.PMML) - Static method in class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
getDerivedNames() - Method in class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
getDescription() - Method in interface org.knime.base.data.aggregation.AggregationMethod
 
getDescription() - Method in class org.knime.base.data.aggregation.booleancell.FalseCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.booleancell.TrueCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.collection.AndElementCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.collection.AndElementOperator
getDescription() - Method in class org.knime.base.data.aggregation.collection.ElementCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.collection.OrElementCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.collection.OrElementOperator
getDescription() - Method in class org.knime.base.data.aggregation.collection.XORElementCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.collection.XORElementOperator
getDescription() - Method in class org.knime.base.data.aggregation.date.DateMeanOperator
getDescription() - Method in class org.knime.base.data.aggregation.date.DayRangeOperator
getDescription() - Method in class org.knime.base.data.aggregation.date.MedianDateOperator
getDescription() - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
getDescription() - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
Deprecated. 
getDescription() - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateOperator
Deprecated. 
getDescription() - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateWithCountOperator
Deprecated. 
getDescription() - Method in class org.knime.base.data.aggregation.general.ConcatenateOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.CountOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.FirstOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.LastOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.ListCellOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.MaxOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.MinOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.MissingValueCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.ModeOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.PercentOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.SetCellOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.SortedListCellOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateWithCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.UniqueCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.MedianOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.ProductOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.RangeOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.StdDeviationOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.SumOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.VarianceOperator
getDescription() - Method in class org.knime.base.data.bitvector.BitVectorValuePixelRenderer
Deprecated. Get a description for this renderer implementation.
getDescription() - Method in class org.knime.base.data.bitvector.BitVectorValueStringRenderer
Deprecated. Get a description for this renderer implementation.
getDescription() - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel.ARFFFileFilter
getDescription() - Method in class org.knime.core.data.image.ImageDataValueRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.model.PortObjectValueRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
 
getDescription() - Method in class org.knime.core.data.renderer.BitVectorValuePixelRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.ByteVectorValuePixelRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.ComplexNumberValueRenderer
Get a description for this renderer implementation.
getDescription() - Method in interface org.knime.core.data.renderer.DataValueRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.DoubleBarRenderer
Returns "Bars".
getDescription() - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
Returns "Gray Scale".
getDescription() - Method in class org.knime.core.data.renderer.DoubleValueRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.StringValueRenderer
Get a description for this renderer implementation.
getDescription() - Method in interface org.knime.core.node.NodeViewExport.ExportType
A description for export type, this should be a one-liner such as "PNG - Portable Network Graphics" or "SVG - Scalable Vector Graphics".
getDescription() - Method in class org.knime.core.node.workflow.NodeUIInformationEvent
 
getDescription() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
getDescription() - Method in class org.knime.core.util.FileReaderFileFilter
getDescription() - Method in class org.knime.core.util.SimpleFileFilter
getDesiredValues() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the desired values.
getDesiredValues() - Method in class org.knime.base.util.coordinate.NumericCoordinate
Returns the desired values.
getDesiredValuesSet() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the set for the desired values.
getDest() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
getDestinationNode() - Method in class org.knime.core.node.workflow.ConnectionID
 
getDestinationPort() - Method in class org.knime.core.node.workflow.ConnectionID
 
getDestPort() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
getDestPort() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
getDestSuffix() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
getDetailedMessage() - Method in exception org.knime.base.node.io.filereader.FileReaderException
 
getDeviationName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getDf() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCell
 
getDialogPane() - Method in class org.knime.core.node.Node
Get reference to the node dialog instance.
getDialogPane() - Method in class org.knime.core.node.workflow.NodeContainer
 
getDialogPane() - Method in class org.knime.core.node.workflow.SingleNodeContainer
getDialogPane() - Method in class org.knime.core.node.workflow.WorkflowManager
getDialogPaneWithSettings(PortObjectSpec[], NodeSettingsRO, boolean) - Method in class org.knime.core.node.Node
 
getDialogPaneWithSettings() - Method in class org.knime.core.node.workflow.NodeContainer
Return a NodeDialogPane for a node which can be embedded into a JFrame oder another GUI element.
getDialogPaneWithSettings(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.NodeContainer
 
getDialogPaneWithSettings(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.SingleNodeContainer
getDialogPaneWithSettings(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.WorkflowManager
getDictionaryFields() - Method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
 
getDimension() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getDimension() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Return dimension of feature space (and hence also clusters).
getDimension() - Method in class org.knime.base.node.mine.mds.MDSManager
 
getDimension() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
 
getDimension() - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
Returns the dimension.
getDimension() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getDimension() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Returns the dimension of the Cells to create.
getDimensions() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
getDimensionsSelected() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
getDirectoriesFromLocationString() - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
Split location string by ";" and return individual directories.
getDiscreteValue(double) - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
Determins the interval of the value and returns a discrete value for that.
getDiscretizationModel() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Returns the discretization node model of this node.
getDiscretize(String) - Method in class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
 
getDisplayedMnemonicIndex() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
getDisplayedNoOfBins() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getDisplayLabel() - Method in class org.knime.core.node.workflow.NodeContainer
 
getDisplayName() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
getDisplayName() - Method in class org.knime.base.util.coordinate.LogarithmicMappingMethod
Returns the display name of this MappingMethod.
getDisplayName() - Method in interface org.knime.base.util.coordinate.MappingMethod
Returns the display name of this MappingMethod.
getDisplayName() - Method in class org.knime.base.util.coordinate.PolicyStrategy
Returns the name of this strategy.
getDisplayName() - Method in class org.knime.base.util.coordinate.SquareRootMappingMethod
Returns the display name of this MappingMethod.
getDist() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns the distance between the two children nodes on the next level.
getDist() - Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
Returns the distance between the two children nodes on the next level.
getDistance() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
Returns the choice of distance function.
getDistance() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
getDistance() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
 
getDistance(DataRow, int[]) - Method in class org.knime.base.node.mine.cluster.assign.Prototype
Computes the distance between this prototype and a given DataRow.
getDistance(DataRow) - Method in class org.knime.base.node.mine.cluster.assign.Prototype
Computes the distance between this prototype and a given DataRow.
getDistance(DataRow, DataRow) - Method in class org.knime.base.node.mine.mds.distances.CosinusDistanceManager
Returns the distance between the given DataRows, row1 and row2.
getDistance(DataPoint, DataPoint) - Method in class org.knime.base.node.mine.mds.distances.CosinusDistanceManager
Returns the distance between the given DataPoints, point1 and point2.
getDistance(DataRow, DataRow) - Method in interface org.knime.base.node.mine.mds.distances.DistanceManager
Returns the distance between the given DataRows, row1 and row2.
getDistance(DataPoint, DataPoint) - Method in interface org.knime.base.node.mine.mds.distances.DistanceManager
Returns the distance between the given DataPoints, point1 and point2.
getDistance(DataRow, DataRow) - Method in class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
Returns the distance between the given DataRows, row1 and row2.
getDistance(DataPoint, DataPoint) - Method in class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
Returns the distance between the given DataPoints, point1 and point2.
getDistance(DataRow, DataRow) - Method in class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
Returns the distance between the given DataRows, row1 and row2.
getDistance(DataPoint, DataPoint) - Method in class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
Returns the distance between the given DataPoints, point1 and point2.
getDistance(DataRow, SotaTreeCell) - Method in class org.knime.base.node.mine.sota.distances.CosinusDistanceManager
Returns the distance between the given cell and row.
getDistance(DataRow, DataRow) - Method in class org.knime.base.node.mine.sota.distances.CosinusDistanceManager
Returns the distance between the given row1 and row2.
getDistance(DataRow, SotaTreeCell) - Method in interface org.knime.base.node.mine.sota.distances.DistanceManager
Returns the distance between the given cell and row.
getDistance(DataRow, DataRow) - Method in interface org.knime.base.node.mine.sota.distances.DistanceManager
Returns the distance between the given row1 and row2.
getDistance(DataRow, SotaTreeCell) - Method in class org.knime.base.node.mine.sota.distances.EuclideanDistanceManager
Returns the distance between the given cell and row.
getDistance(DataRow, DataRow) - Method in class org.knime.base.node.mine.sota.distances.EuclideanDistanceManager
Returns the distance between the given row1 and row2.
getDistance(DataRow, SotaTreeCell) - Method in class org.knime.base.node.mine.sota.distances.ManhattanDistanceManager
Returns the distance between the given cell and row.
getDistance(DataRow, DataRow) - Method in class org.knime.base.node.mine.sota.distances.ManhattanDistanceManager
Returns the distance between the given row1 and row2.
getDistance() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getDistance() - Method in class org.knime.base.node.mine.sota.SotaPortObject
 
getDistance() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
getDistance() - Method in class org.knime.base.util.kdtree.NearestNeighbour
Returns the distance from the query pattern.
getDistance(double[]) - Method in class org.knime.base.util.kdtree.TerminalNode
Returns the (squared euclidean) distance to a query pattern.
getDistanceModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getDocument() - Method in class org.knime.core.data.xml.PMMLBlobCell
Returns the parsed XML document.
getDocument() - Method in class org.knime.core.data.xml.PMMLCell
Returns the parsed XML document.
getDocument() - Method in class org.knime.core.data.xml.XMLBlobCell
Returns the parsed XML document.
getDocument() - Method in class org.knime.core.data.xml.XMLCell
Returns the parsed XML document.
getDocument() - Method in class org.knime.core.data.xml.XMLCellContent
Return the document.
getDocument() - Method in interface org.knime.core.data.xml.XMLValue
Returns the parsed XML document.
getDomain() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the domain used in this moment after applying the active mapping method.
getDomain() - Method in class org.knime.core.data.DataColumnSpec
Returns the domain of this column spec including meta-information such as bounds, possible values, etc.
getDomainValueAsString() - Method in class org.knime.base.util.coordinate.CoordinateMapping
A coordinate mapping must also return the corresponding domain value as a string.
getDomainValues() - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
 
getDomainValues() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getDomainValues() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
getDontKnowClassDegree() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
 
getDontKnowClassDegree() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
 
getDontRemoveFlag() - Method in class org.knime.base.node.io.filetokenizer.Quote
Deprecated.  
getDontRemoveFlag() - Method in class org.knime.core.util.tokenizer.Quote
 
getDotInfoArray() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
 
getDotKNIMEFileName() - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
Get the name of the *.knime file.
getDots() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
 
getDots() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
getDotsAt(int, int, int) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
Returns a list of dots that sit on the specified coordinates.
getDotsContainedIn(int, int, int, int, int) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
Returns a list of dots that sit in the specified rectangle (including the boundaries of the rectangle).
getDotSize() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
 
getDotSize() - Method in class org.knime.base.node.viz.plotter.props.ScatterPlotterAppearanceTab
Read the current value from the spinner assuming it contains Integers.
getDotSize() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
 
getDotSize() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
 
getDotSize() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties
Read the current value from the spinner assuming it contains Integers.
getDotSize() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixProperties
 
getDotSizeSpinner() - Method in class org.knime.base.node.mine.cluster.hierarchical.DistancePlotProperties
 
getDotSizeSpinner() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotterProperties
 
getDotSizeSpinner() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
 
getDotSizeSpinner() - Method in class org.knime.base.node.viz.plotter.props.LinePlotterAppearanceTab
 
getDoubleAsString(double, double) - Static method in class org.knime.base.node.viz.plotter.LabelPaintUtil
Rounds the passed double value by the rounding factor and returns a string representation of it.
getdoubleMax() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns the maximum for all columns.
getdoubleMin() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns the minimum for all columns.
getDoubleValue() - Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
getDoubleValue() - Method in class org.knime.core.data.def.BooleanCell
Returns 1 if value is true or 0 for false.
getDoubleValue() - Method in class org.knime.core.data.def.DoubleCell
getDoubleValue() - Method in class org.knime.core.data.def.IntCell
getDoubleValue() - Method in class org.knime.core.data.def.LongCell
getDoubleValue() - Method in interface org.knime.core.data.DoubleValue
 
getDoubleValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
 
getDoubleValue() - Method in class org.knime.core.node.workflow.FlowVariable
 
getDragStart() - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
For normal behavior, this method should is by the AbstractPlotter only.
getDrawCurvesBox() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
 
getDrawCurvesBox() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinateAppearanceTab
 
getDrawingElements() - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
 
getDrawingPane() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getDrawingPaneDimension() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getDrawingSpace() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getDrawingSpace() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getDriver() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
 
getDriverFileForDriverClass(String) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
Returns the absolute path for the driver class name from which it has been loaded.
getDuplicateColumnSuffix() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns the suffix that is appended to duplicate columns from the right table if the duplicate handling method is JoinMode.AppendSuffix.
getDuplicateCounter() - Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
 
getDuplicateHandling() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns how duplicate column names should be handled.
getDuplicateHash() - Method in class org.knime.base.data.append.row.AppendedRowsIterator
Deprecated. Use the key set of AppendedRowsIterator.getDuplicateNameMap() instead.
getDuplicateNameMap() - Method in class org.knime.base.data.append.row.AppendedRowsIterator
Get a map of keys in the resulting table to the keys in (any of) the input tables, typically elements such as below.
getDuplicatesCounter() - Method in class org.knime.base.node.preproc.rowkey.RowKeyUtil
 
getDuplPolicy() - Method in class org.knime.base.data.append.row.AppendedRowsTable
 
getEditorTextField() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
 
getEigenvalues() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
 
getEigenValues() - Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
 
getEigenvalues() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
getEigenVectors() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
 
getElement(Color) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
getElementAt(int) - Method in class org.knime.base.node.mine.mds.DataPoint
Returns the value of the DataPoint at the given index or dimension respectively.
getElementNames() - Method in class org.knime.core.data.DataColumnSpec
Get names of sub elements such as bit vector positions or elements of other vector data types.
getElementRectangle() - Method in class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
 
getElements() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
getElementType() - Method in class org.knime.core.data.collection.BlobSupportDataCellList
 
getElementType() - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
 
getElementType(DataTableSpec, int[]) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Determines the super type of the specified columns.
getElementType(DataType[]) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Determines the super type of all types passed.
getElementType() - Method in interface org.knime.core.data.collection.CollectionDataValue
Get the common super type of all elements in this collection.
getElementType() - Method in class org.knime.core.data.collection.ListCell
Get the common super type of all elements in this collection.
getElementType() - Method in class org.knime.core.data.collection.SetCell
Get the common super type of all elements in this collection.
getElementType() - Method in class org.knime.core.data.collection.SparseListCell
Get the common super type of all elements in this collection.
getEnableHiLite() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns true when hiliting should be supported.
getEnableHiliting() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
getEncryptionKey() - Method in interface org.knime.core.util.EncryptionKeySupplier
This method must return a key that should be use to encrypt/decrypt KNIME used passwords, keys, etc.
getEnd() - Method in class org.knime.base.node.io.filetokenizer.Comment
Deprecated.  
getEnd() - Method in class org.knime.core.util.tokenizer.Comment
 
getEndIndex() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
 
getEndX() - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
Returns the objects end X coordinate.
getEndX() - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
Returns the objects end X coordinate.
getEndY() - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
Returns the objects end Y coordinate.
getEndY() - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
Returns the objects end Y coordinate.
getEntireClassCount() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Return number of patterns of all classes.
getEntropy() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getEntropy(Map<RowKey, RowKey>, Map<RowKey, Set<RowKey>>) - Static method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Get entropy according to reference clustering, the entropy value is not normalized, i.e.
getEnvps() - Method in class org.knime.base.node.util.exttool.CommandExecution
 
getEpoch() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getEpochModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getErrMsg() - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
 
getErrMsg() - Method in class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
 
getError() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
 
getError() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
 
getErrorDetail() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
 
getErrorLine() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
 
getErrorLineNumber() - Method in exception org.knime.base.node.io.filereader.FileReaderException
 
getErrorMessage() - Method in class org.knime.base.data.normalize.AffineTransTable
 
getErrorMessage() - Method in class org.knime.base.data.normalize.Normalizer
 
getErrorMessage() - Method in class org.knime.base.node.io.filereader.DataCellFactory
Get the error message when DataCellFactory.createDataCellOfType(DataType, String) returned null.
getErrorMessage(int) - Method in class org.knime.base.node.io.filereader.SettingsStatus
Deprecated.  
getErrorMessage() - Method in class org.knime.base.node.io.tablecreator.table.Cell
 
getErrorMessage(int) - Method in class org.knime.core.util.tokenizer.SettingsStatus
 
getErrorMsg() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
 
getErrorOccurred() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
 
getErrorRow() - Method in exception org.knime.base.node.io.filereader.FileReaderException
 
getErrors() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
 
getEscape() - Method in class org.knime.base.node.io.filetokenizer.Quote
Deprecated.  
getEscape() - Method in class org.knime.core.util.tokenizer.Quote
 
getEstimatedLikelihood() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
 
getEtaMinus() - Method in class org.knime.base.data.neural.methods.RProp
Get negative learning rate.
getEtaNull() - Method in class org.knime.base.data.neural.methods.RProp
Get starting value for eta.
getEtaPlus() - Method in class org.knime.base.data.neural.methods.RProp
Get positive learning rate.
getEuclideanDistance(DataRow, DataRow, boolean) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the euclidean distance between two DataRows using the Minkowski distance with power 2.
getEuclideanDistance(DataRow, DataRow) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the euclidean distance between two DataRows using the Minkowski distance with power 2.
getEuclideanDistance(DataPoint, DataPoint) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the euclidean distance between two DataPointss using the Minkowski distance with power 2.
getEuclideanDistance(DataRow, SotaTreeCell, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the euclidean distance between a given DataRow and SotaTreeCell using the Minkowski distance with power 2.
getEuclideanDistance(DataRow, DataRow, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Calculates the euclidean distance between two DataRows using the Minkowski distance with power 2.
getExcludedColumnList() - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated. Use ColumnFilterPanel.getExcludedColumnSet() instead
getExcludedColumns() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
 
getExcludedColumnSet() - Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
Returns all columns from the exclude list.
getExcludedColumnSet() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Returns all columns from the exclude list.
getExcludedColumnSet() - Method in class org.knime.core.node.util.ColumnFilterPanel
Returns all columns from the exclude list.
getExcludeList() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
 
getExec() - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
 
getExecutionDir() - Method in class org.knime.base.node.util.exttool.CommandExecution
 
getExecutionJob() - Method in class org.knime.core.node.workflow.NodeContainer
 
getExecutionJobManager() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getExecutionJobManager() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getExecutionJobManager() - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
getExecutionJobSettings() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getExecutionJobSettings() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getExecutionJobSettings() - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
getExecutionMonitor() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getExecutionMonitor() - Method in class org.knime.core.node.ExtensionTable.LoadContext
 
getExecutionResultMap() - Method in class org.knime.core.node.workflow.execresult.WorkflowExecutionResult
 
getExecutor() - Method in class org.knime.core.util.MultiThreadWorker
 
getExpectedFrequencyName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getExplodedArea() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getExplodeSize() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getExponent() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator.NumericPredictor
 
getExposeVariableName() - Method in class org.knime.core.node.config.ConfigEditTreeEvent
 
getExposeVariableName() - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
 
getExtension() - Method in enum org.knime.base.node.viz.aggregation.ValueScale
 
getExtensionHistory() - Static method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
getExtensionsString() - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
getExternalErrorOutput() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
 
getExternalOutput() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
 
getExtremeOutliers() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Extreme outliers are values < q1 - 3 * iqr and > q3 + 3 * iqr.
getExtremeOutliers() - Method in interface org.knime.base.node.viz.plotter.box.BoxPlotDataProvider
Extreme outliers are values < q1 - 3 * iqr and > q3 + 3 * iqr.
getExtremeOutliers() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Extreme outliers are values < q1 - 3 * iqr and > q3 + 3 * iqr.
getFactor() - Method in class org.knime.core.data.property.SizeModelDouble
 
getFactorList() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getFactory() - Method in class org.knime.base.data.append.column.AppendedColumnTable
Get reference to the constructor argument.
getFactory(DataTableSpec) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Create factory to generate BasisFunctions.
getFactory() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
 
getFactory(DataTableSpec) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
Create factory to generate BasisFunctions.
getFactory(DataTableSpec) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
Create factory to generate BasisFunctions.
getFactory() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
 
getFactory() - Method in class org.knime.core.node.Node
Deprecated. don't use the factory directly - all calls should be delegated through this class (the node).
getFadeAction() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
 
getFadeAction() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
The ScatterPlotter adds the posssibility to show, fade or hide unhilited dots and this is the fade unhilited action.
getFailedExternalErrorOutput() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
 
getFailedExternalOutput() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
 
getFalseCount() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Get the misclassification count, i.e.
getFeatureName(int) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Return name of column at i'th postion within cluster prototype.
getFgColor() - Method in class org.knime.core.node.workflow.WorkflowAnnotation.StyleRange
 
getField() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
 
getFile(String) - Static method in class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
Return a file object for the given fileName.
getFile(String) - Static method in class org.knime.base.node.preproc.stringreplacer.dict.FilesHistoryPanel
Return a file object for the given fileName.
getFile() - Method in class org.knime.core.internal.ReferencedFile
Get the File representing the full path of this referenced file element.
getFile(String) - Static method in class org.knime.core.node.util.FilesHistoryPanel
Return a file object for the given fileName.
getFileFromSettings(String) - Static method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Convert argument string to file, will also accept URL (only file:).
getFileHasColumnHeaders() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getFileHasRowHeaders() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getFileHistory(boolean) - Static method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
 
getFileHistory() - Static method in class org.knime.base.node.io.filereader.FileReaderNodeModel
 
getFileName() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
getFileName() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration.VarNameFileNamePair
 
getFileName() - Method in class org.knime.core.data.container.CopyOnAccessTask
Get name of file to copy from.
getFileOverwritePolicy() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
getFileReaderSettings() - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
 
getFileSize() - Method in class org.knime.base.node.util.BufferedFileReader
 
getFileSuffix() - Method in interface org.knime.core.node.NodeViewExport.ExportType
Suffix of the file being written.
getFillValueDouble() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
getFillValueInt() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
getFillValueString() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
getFilter() - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
getFilter() - Method in enum org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel.ColType
 
getFilteredError(String, WorkflowPersistor.LoadResultEntry.LoadResultEntryType) - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
Returns error message of this element and all of its children.
getFilterMissingValues() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.  
getFinalCell(int) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns a basis function cell for the given index.
getFinalCell(int) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Returns a basis function cell for the given index.
getFinalCell(int) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Returns a basis function cell for the given index.
getFinishButton() - Method in class org.knime.core.node.interrupt.InterruptControlPanel
Returns the button for the FINISH event.
getFinishedCount() - Method in class org.knime.core.util.MultiThreadWorker
 
getFinishedTaskCount() - Method in class org.knime.core.util.MultiThreadWorker
 
getFirst() - Method in class org.knime.core.util.Pair
Returns the first object.
getFirstChar() - Method in class org.knime.base.node.io.filetokenizer.Delimiter
Deprecated.  
getFirstChar() - Method in class org.knime.core.util.tokenizer.Delimiter
 
getFirstCharOfBegin() - Method in class org.knime.base.node.io.filetokenizer.Comment
Deprecated.  
getFirstCharOfBegin() - Method in class org.knime.core.util.tokenizer.Comment
 
getFirstCharOfLeft() - Method in class org.knime.base.node.io.filetokenizer.Quote
Deprecated.  
getFirstCharOfLeft() - Method in class org.knime.core.util.tokenizer.Quote
 
getFirstCompareColumn() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Returns the first column to compare.
getFirstLeafDFS() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Returns the first leaf according to a depth first traversal.
getFirstRow() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
 
getFirstRowNumber() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
getFirstRowNumber() - Method in interface org.knime.base.node.util.DataArray
 
getFirstRowNumber() - Method in class org.knime.base.node.util.DefaultDataArray
getFirstSubnode() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns the first sub-node of this node.
getFirstSubnode() - Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
Returns the first sub-node of this node.
getFisherExactPValue() - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
Get the p-value for the Fisher's exact test.
getFitToScreenButton() - Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
 
getFitToScreenButton() - Method in class org.knime.base.node.viz.plotter.props.DefaultTab
 
getFixCell() - Method in class org.knime.base.node.preproc.missingval.ColSetting
 
getFixedColumnModel() - Static method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeDialog
 
getFixedWidth() - Method in class org.knime.base.node.mine.sota.view.JMultiLineToolTip
Returns the fixed width.
getFlowObjects() - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
getFlowObjects() - Method in interface org.knime.core.node.workflow.SingleNodeContainerPersistor
 
getFlowObjects() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
getFlowObjectsOwnedBy(NodeID, FlowVariable.Scope...) - Method in class org.knime.core.node.workflow.FlowObjectStack
Get all objects on the stack that are owned by the node with the given id.
getFlowObjectStack() - Method in class org.knime.core.node.config.ConfigEditJTree
 
getFlowObjectStack() - Method in class org.knime.core.node.config.ConfigEditTreeNodePanel
 
getFlowObjectStack() - Method in class org.knime.core.node.Node
 
getFlowObjectStack() - Method in class org.knime.core.node.NodeModel
 
getFlowObjectStack() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Lets the underlying SingleNodeContainer create an outgoing flow object stack and returns it.
getFlowObjectStack() - Method in interface org.knime.core.node.workflow.NodeOutPort
Returns the FlowObjectStack of the underlying node.
getFlowObjectStack() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Returns the FlowObjectStack of the underlying node.
getFlowObjectStack() - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
getFlowVariableModel() - Method in class org.knime.core.node.FlowVariableModelButton
 
getFlowVariables() - Method in class org.knime.core.node.workflow.virtual.VirtualNodeInput
 
getFlowVariableType() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
getFlowVariableType() - Method in interface org.knime.core.node.defaultnodesettings.SettingsModelFlowVariableCompatible
 
getFlowVariableType() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
getFlowVariableType() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
getFocusedColumn() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
Getter for the focused column
getFocusedRow() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
Getter for the focused row
getFontName() - Method in class org.knime.core.node.workflow.WorkflowAnnotation.StyleRange
 
getFontSize() - Method in class org.knime.core.node.workflow.WorkflowAnnotation.StyleRange
 
getFontStyle() - Method in class org.knime.core.node.workflow.WorkflowAnnotation.StyleRange
 
getFrequencyName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getFrequentItemSets(FrequentItemSet.Type) - Method in interface org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithm
Returns the found frequent itemsets according to their type, which can either be FREE, CLOSED or MAXIMAL.
getFrequentItemSets(FrequentItemSet.Type) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayApriori
Returns the found frequent itemsets according to their type, which can either be FREE, CLOSED or MAXIMAL.
getFrequentItemSets(FrequentItemSet.Type) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDApriori
Returns the found frequent itemsets according to their type, which can either be FREE, CLOSED or MAXIMAL.
getFromHiLiteHandler() - Method in class org.knime.core.node.property.hilite.HiLiteManager
The source hilite handler.
getFromHiLiteHandler() - Method in class org.knime.core.node.property.hilite.HiLiteTranslator
The source hilite handler.
getFullFailureOutput() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
 
getFullFailureOutput() - Method in class org.knime.base.node.util.exttool.ExtToolStderrNodeView
getFullFailureOutput() - Method in class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
getFullOutput() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
 
getFullOutput() - Method in class org.knime.base.node.util.exttool.ExtToolStderrNodeView
getFullOutput() - Method in class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
getFunctionName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getFuzzifier() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getFuzzyHyperVolume(int) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
Computes the Fuzzy HyperVolume for a given cluster.
getFuzzyHyperVolumes() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Calculates the fuzzy hypervolumnes for each cluster.
getGlobalRepository() - Method in class org.knime.core.data.container.Buffer
Get reference to the table repository that this buffer was initially instantiated with.
getGlobalSettings() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getGlobalSettings() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
getGlobalTableRepository() - Method in class org.knime.core.data.container.DataContainer
Get the map of buffers that potentially have written blob objects.
getGlobalTableRepository() - Method in class org.knime.core.node.BufferedDataContainer
Returns the table repository from this workflow.
getGlobalTableRepository() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getGlobalTableRepository() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getGlobalTableRepository() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getGlobalTableRepository() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getGlobalTableRepository() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
getGlobalTableRepository() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
getGraphView() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Get the graph where this NodeWidget is element of.
getGroupByColumns() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Returns list of columns selected for group-by operation.
getGroupCols() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
getGroupColumn() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
 
getGUIMustReportDataLoadErrors() - Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowLoadResult
 
getHandlerForLoad() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
This method will probably be remove soon when the PMMLPreprocPortObject is gone.
getHandlerForLoad() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated. 
getHasWildcards() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
 
getHead() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BoundaryScheme
The head of the linked double list.
getHeaderTable() - Method in class org.knime.core.node.tableview.TableView
Get reference to row header table, that is the column displaying the row keys from the underlying table.
getHeaderView() - Method in class org.knime.base.node.preproc.joiner.ColumnPairsSelectionPanel
Returns a component which is intended to be used as the header view of a scroll pane.
getHeadNode() - Method in class org.knime.core.node.workflow.FlowLoopContext
 
getHeight() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
getHeight() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
getHeight() - Method in class org.knime.core.node.workflow.WorkflowAnnotation
 
getHideAction() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
 
getHideAction() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
The ScatterPlotter adds the posssibility to show, fade or hide unhilited dots and this is the hide unhilited action.
getHierarchyLevel() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
 
getHierarchyLevel() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
getHightLightOutputTable() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
 
getHightlightOutputTable() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getHiliteAction() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
This action calls AbstractPlotter.hiLiteSelected(), if it is overridden take care to not return null since it might be called also when the AbstractPlotter.getHiLiteMenu() returns null.
getHiLiteAnnotationsTable() - Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
 
getHiliteCalculator() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getHilited() - Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
 
getHilitedKeys() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
getHilitedKeys() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getHilitedKeys() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
getHilitedKeys() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
getHiLiteHandler() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
 
getHiliteHandler() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
getHiLiteHandler() - Method in class org.knime.core.node.tableview.TableContentModel
Return a reference to the hilite handler currently being used.
getHiLiteHandler() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Returns the hilite handler for this port as set by the node this port is output for.
getHiLiteHandler() - Method in interface org.knime.core.node.workflow.NodeOutPort
Returns the hilite handler for this port as set by the node this port is output for.
getHiLiteHandler() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Returns the hilite handler for this port as set by the node this port is output for.
getHiLiteMapper() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
 
getHiliteMapping() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
the hilite translation Map or null if the enableHilte flag in the constructor was set to false.
getHiliteMapping() - Method in class org.knime.base.node.preproc.rowkey.RowKeyUtil
The hilite translation Map or null if the enableHilte flag in the constructor was set to false.
getHiliteMapping0() - Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
The hilite translation Map for the first set or null if the enableHilte flag in the constructor was set to false.
getHiliteMapping1() - Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
The hilite translation Map for the second set or null if the enableHilte flag in the constructor was set to false.
getHiLiteMenu() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Returns the hilite menu displayed in the NodeView's menu bar.
getHiLiteMenu() - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Returns the hilite menu displayed in the NodeView's menu bar.
getHiLiteMenu() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
Dynamically creates a hilite menu with the typical hilite options: hilite, unhilite and clear hilite.
getHiliteRectangle() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
The proportional hilite rectangle of this bin which could be displayed if the bars of this bin can't be draw.
getHiliteRowCount() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
Call the AggregationModel.supportsHiliting() method to check if hiliting is supported.
getHiliteRowCount() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
Call the AggregationModel.supportsHiliting() method to check if hiliting is supported.
getHiliteRowCount() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
Call the AggregationModel.supportsHiliting() method to check if hiliting is supported.
getHiliteShape() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
Call the AggregationModel.supportsHiliting() method to check if hiliting is supported.
getHiliteShape() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
Call the AggregationModel.supportsHiliting() method to check if hiliting is supported.
getHiliteShape() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
Call the AggregationModel.supportsHiliting() method to check if hiliting is supported.
getHiLitKeys() - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Returns a copy of all hilit keys.
getHistogram() - Method in class org.knime.base.node.mine.decisiontree2.learner.NominalValueHistogram
Returns the count histogram.
getHistogramDrawingPane() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Convenience method to cast the drawing pane.
getHistogramLayout() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getHistogramLayout() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
getHistogramPropertiesPanel() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
 
getHistogramVizModel() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Returns the AbstractHistogramVizModel on which the visualisation bases on.
getHistogramVizModel() - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
This method creates a new AbstractHistogramVizModel each time it is called.
getHistogramVizModel() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
This method creates a new AbstractHistogramVizModel each time it is called.
getHistogramVizModel() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
This method creates a new AbstractHistogramVizModel each time it is called.
getHistory() - Method in class org.knime.core.node.util.StringHistory
Get the history in an array with the most recently added element first.
getHostname() - Static method in class org.knime.core.node.KNIMEConstants
Returns the hostname or null, if it couldn't be determined.
getHourOfDay() - Method in class org.knime.core.data.date.DateAndTimeCell
getHourOfDay() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getHTMLDescription() - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getHTMLDetailData() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getHTMLDetailData() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
 
getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
getHTMLView() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
 
getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
 
getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
getIcon() - Method in class org.knime.base.data.bitvector.BitVectorValue.BitVectorUtilityFactory
Deprecated. Get an icon representing this value.
getIcon() - Method in enum org.knime.base.node.preproc.setoperator.SetOperation
getIcon() - Method in class org.knime.core.data.BooleanValue.BooleanUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.collection.CollectionDataValue.CollectionUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.ComplexNumberValue.ComplexNumberUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.DataType
Gets and returns an icon from the DataValue.UtilityFactory representing this type.
getIcon() - Method in class org.knime.core.data.DataValue.UtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.date.DateAndTimeUtility
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.DoubleValue.DoubleUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.FuzzyIntervalValue.FuzzyIntervalUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.FuzzyNumberValue.FuzzyNumberUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.image.png.PNGImageValue.ImageCellUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.IntervalValue.IntervalUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.IntValue.IntUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.LongValue.LongUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.model.PortObjectValue.PortObjectUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.property.ShapeFactory.Shape
 
getIcon() - Method in class org.knime.core.data.StringValue.StringUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.TimestampValue.TimestampUtilityFactory
Deprecated. Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.vector.bitvector.BitVectorValue.BitVectorUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.vector.bytevector.ByteVectorValue.ByteVectorUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.xml.XMLValue.XMLUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.node.config.ConfigEditTreeNodePanel
Get icon to this property (string, double, int, unknown).
getIcon() - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
getIcon() - Method in class org.knime.core.node.NodeFactory
Returns the icon for the node.
getIcon() - Method in class org.knime.core.node.util.DefaultStringIconOption
getIcon() - Method in interface org.knime.core.node.util.StringIconOption
 
getIcon() - Method in class org.knime.core.node.workflow.NodeContainer
 
getIcon() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
 
getIcon() - Method in class org.knime.core.node.workflow.SingleNodeContainer
getIcon() - Method in class org.knime.core.node.workflow.WorkflowManager
getIconHeight() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
getIconHeight() - Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
getIconHeight() - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
 
getIconWidth() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
getIconWidth() - Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
getIconWidth() - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
 
getId() - Method in interface org.knime.base.data.aggregation.AggregationMethod
The unique identifier of the method that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.base.data.aggregation.AggregationOperator
The unique identifier of the method that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.base.data.aggregation.OperatorData
 
getId() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns the file tables' id.
getId() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
 
getId() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
 
getId() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
 
getId() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
 
getID() - Method in class org.knime.base.node.preproc.sorter.SortItem
Each SortItem has a unique ID.
getID() - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
Returns a unique ID of this job manager implementations.
getID() - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManagerFactory
Returns a unique ID of this job manager implementations.
getID() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
getID() - Method in class org.knime.core.node.workflow.NodeContainer
 
getID() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Returns a unique ID of this job manager implementations.
getID() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManagerFactory
Returns a unique ID of this job manager implementations.
getID() - Method in class org.knime.core.node.workflow.Workflow
 
getID() - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
 
getID() - Method in class org.knime.core.node.workflow.WorkflowEvent
 
getIdx(int) - Method in class org.knime.core.data.collection.SparseListCell
 
getIdxLength() - Method in class org.knime.core.data.collection.SparseListCell
 
getIdxs() - Method in class org.knime.core.data.collection.SparseListCell
 
getIgnoreEmtpyLines() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getIgnoreType() - Method in class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
 
getIgnoreType() - Method in class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
 
getImagD() - Method in class org.knime.base.util.math.EigenvalueDecomposition
 
getImage() - Method in class org.knime.core.data.image.png.PNGImageContent
Get the image represented by this object.
getImageContent() - Method in interface org.knime.core.data.image.ImageValue
 
getImageContent() - Method in class org.knime.core.data.image.png.PNGImageBlobCell
Get content of this image.
getImageContent() - Method in class org.knime.core.data.image.png.PNGImageCell
Get content of this image.
getImageContent() - Method in interface org.knime.core.data.image.png.PNGImageValue
Get content of this image.
getImaginaryValue() - Method in interface org.knime.core.data.ComplexNumberValue
 
getImaginaryValue() - Method in class org.knime.core.data.def.BooleanCell
getImaginaryValue() - Method in class org.knime.core.data.def.ComplexNumberCell
getImaginaryValue() - Method in class org.knime.core.data.def.DoubleCell
getImaginaryValue() - Method in class org.knime.core.data.def.IntCell
getImaginaryValue() - Method in class org.knime.core.data.def.LongCell
getInactiveColor() - Static method in class org.knime.core.data.property.ColorAttr
Returns the preferred color for inactive points.
getInclude() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
 
getInclude() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
 
getInclude() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
 
getIncludeAll() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
Returns true, if all input columns except of the target should be used as independent variables.
getIncludeAll() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
getIncludeCols() - Method in class org.knime.base.node.preproc.pmml.PMMLStringConversionTranslator
 
getIncludeCols() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.PMMLStringConversionTranslator
 
getIncludedColIndices() - Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
 
getIncludedColorNameColumns() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Returns all columns from the include list.
getIncludedColumnList() - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel
Returns all columns from the include list.
getIncludedColumnList() - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
Returns all columns from the include list.
getIncludedColumnList() - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated. Use ColumnFilterPanel.getIncludedColumnSet() instead
getIncludedColumnNames() - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Returns names of the columns that are included in the DiscretizationModel.
getIncludedColumns() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
The included columns which are the independent variables.
getIncludedColumnSet() - Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
Returns all columns from the include list.
getIncludedColumnSet() - Method in class org.knime.core.node.util.ColumnFilterPanel
Returns all columns from the include list.
getIncludeList() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
 
getIncludeProbabilities() - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
 
getIncludes() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
 
getIncludes() - Method in class org.knime.core.data.container.ColumnRearranger
Access method for the internal data structure.
getIncomingConnectionFor(NodeID, int) - Method in class org.knime.core.node.workflow.WorkflowManager
Returns the incoming connection of the node with the passed node id at the specified port.
getIncomingConnectionsFor(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Get all incoming connections for a node.
getInDataContainer() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getIndex(S) - Method in class org.knime.base.node.mine.decisiontree2.learner.ValueMapper
Returns the integer index for the corresponding mapped object.
getIndex(TreeNode) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Returns the index of node in the receivers children.
getIndex(TreeNode) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Returns the index of node in the receivers children.
getIndex(TreeNode) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Returns the index of node in the receivers children.
getIndex() - Method in class org.knime.base.node.parallel.appender.InsertColumn
Returns the position at which the columns should be inserted into the input table.
getIndex() - Method in class org.knime.base.node.parallel.appender.ReplaceColumn
Returns the index of the column in the original table that should be replaced.
getIndex() - Method in class org.knime.base.node.preproc.joiner.InputDataRow
 
getIndex() - Method in class org.knime.core.data.util.SynchronizedIterator.ElementAndIndex
 
getIndex() - Method in class org.knime.core.util.MultiThreadWorker.ComputationTask
 
getIndexMayBeAdded(S) - Method in class org.knime.base.node.mine.decisiontree2.learner.ValueMapper
Returns the integer index for the corresponding mapped object.
getIndexOfBlobInColumn() - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
Get the index of the blob in the columns (if a column only contains blobs, this method returns the row index).
getIndicesInConfiguration() - Method in class org.knime.base.data.normalize.AffineTransTable
 
getInfoMessage(int) - Method in class org.knime.base.node.io.filereader.SettingsStatus
Deprecated.  
getInfoMessage(int) - Method in class org.knime.core.util.tokenizer.SettingsStatus
 
getInfoMsg() - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
 
getInfoMsg() - Method in class org.knime.base.node.viz.pie.impl.PieDrawingPane
 
getInfoMsg() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
 
getInformationPreservation(int) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
getInHiLiteHandler(int) - Method in class org.knime.core.node.NodeModel
Returns the HiLiteHandler for the given input index, if the current in-port hilite handler is null an HiLiteHandlerAdapter is created and returned.
getInPort(int) - Method in class org.knime.core.node.workflow.NodeContainer
 
getInPort(int) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Return a port, which for the inputs really only holds the type and some other static information.
getInPort(int) - Method in class org.knime.core.node.workflow.WorkflowManager
getInportDescription(int) - Method in class org.knime.core.node.NodeFactory
Returns a description for an input port.
getInportDescriptionName(int) - Method in class org.knime.core.node.Node
Return the name of the port as specified by the node factory (which takes it from the node description).
getInportName(int) - Method in class org.knime.core.node.Node
Return name of input connector.
getInportName(int) - Method in class org.knime.core.node.NodeFactory
Returns a name for an input port.
getInports() - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
 
getInPortsBarUIInfo() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Get UI information for workflow input ports.
getInPortsBarUIInfo() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Get UI information for workflow input ports.
getInPortsBarUIInfo() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Get UI information for workflow input ports.
getInPortsBarUIInfo() - Method in class org.knime.core.node.workflow.WorkflowManager
Get UI information for workflow input ports.
getInPortsBarUIInfo() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
Get UI information for workflow input ports.
getInPortsBarUIInfo() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Get UI information for workflow input ports.
getInPortTemplates() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getInPortTemplates() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getInPortTemplates() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getInPortTemplates() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
getInPortTemplates() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
getInPortType(int) - Method in class org.knime.core.node.NodeModel
 
getInput() - Method in class org.knime.base.data.neural.InputPerceptron
Returns the current input of the perceptron.
getInput() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
 
getInput() - Method in class org.knime.core.util.MultiThreadWorker.ComputationTask
 
getInput1() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
 
getInput1() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
 
getInput2() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
 
getInput2() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
 
getInputColumnNames() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
get names of input columns.
getInputData(int) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Provides access to the input data the node is passed to at the beginning of the execute method.
getInputData() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Returns the input data that was connected to the node at the beginning of the execute method as a whole.
getInputMapping() - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Allows to get the input mapping from input neurons to columns.
getInputObjects() - Method in class org.knime.core.node.workflow.virtual.VirtualNodeInput
 
getInputType(int) - Method in class org.knime.core.node.Node
Return type of input connector.
getInputVariableName() - Method in class org.knime.core.node.FlowVariableModel
 
getInstance() - Static method in class org.knime.base.node.mine.bfn.Distance
Returns a new Distance object.
getInstance() - Static method in class org.knime.base.node.mine.bfn.fuzzy.norm.LukaNorm
Returns an static instance of this norm.
getInstance() - Static method in class org.knime.base.node.mine.bfn.fuzzy.norm.MinMaxNorm
Returns an static instance of this norm.
getInstance() - Static method in class org.knime.base.node.mine.bfn.fuzzy.norm.ProdNorm
Returns an static instance of this norm.
getInstance(double) - Static method in class org.knime.base.node.mine.bfn.fuzzy.norm.YagerNorm
 
getInstance() - Static method in class org.knime.base.node.mine.bfn.fuzzy.norm.YagerNorm
 
getInstance() - Static method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeAnchorBasedShrink
 
getInstance() - Static method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
 
getInstance() - Static method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeRuleBasedShrink
 
getInstance() - Static method in class org.knime.base.node.preproc.setoperator.GeneralDataValueComparator
 
getInstance() - Static method in class org.knime.base.node.viz.histogram.datamodel.HSBColorComparator
 
getInstance() - Static method in class org.knime.base.node.viz.histogram.util.NoDomainColumnFilter
 
getInstance() - Static method in class org.knime.base.node.viz.pie.util.PieColumnFilter
 
getInstance(Color) - Static method in class org.knime.core.data.property.ColorAttr
Creates a new color attribute with the given color.
getInstance() - Static method in class org.knime.core.internal.CorePlugin
Returns the singleton instance of this plugin.
getInstance(String) - Method in class org.knime.core.node.config.Config
Creates a new Config of this type.
getInstance() - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManagerFactory
Get an instance for use in a node.
getInstance(String) - Method in class org.knime.core.node.ModelContent
Creates a new Config of this type.
getInstance(String) - Method in class org.knime.core.node.NodeSettings
Creates a new Config of this type.
getInstance(String) - Static method in class org.knime.core.node.util.StringHistory
Get a history for an ID.
getInstance() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManagerFactory
Get an instance for use in a node.
getInstance() - Static method in class org.knime.core.util.KNIMETimer
Returns the singleton instance of the global KNIME timer.
getIntercept(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the value of the intercept for the given logit.
getIntercept() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator.RegressionTable
 
getInterceptPValue(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the value of the intercept's p-value.
getInterceptStdErr(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the value of the intercept's standard error for the given logit.
getInterceptZScore(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the value of the intercept's z-score for the given logit.
getInternalDrawingPane() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
 
getInternalHeldTables() - Method in class org.knime.core.node.CopyNodePersistor
getInternalHeldTables() - Method in class org.knime.core.node.Node
Get the current set of tables internally held by a NodeModel that implements BufferedDataTableHolder.
getInternalHeldTables() - Method in interface org.knime.core.node.NodeContentPersistor
 
getInternalHeldTables() - Method in class org.knime.core.node.NodePersistorVersion1xx
getInternalHeldTables() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
getInternalHeldTables() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Get the tables that are kept by the underlying node.
getInternalIterator() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
Get RowIterator of underlying table.
getInternalTables() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
getInternalTables() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
getInternalTables() - Method in class org.knime.base.node.viz.table.TableNodeModel
getInternalTables() - Method in interface org.knime.core.node.BufferedDataTableHolder
 
getInternalUTCCalendarMember() - Method in class org.knime.core.data.date.DateAndTimeCell
Convenience method to access member UTC Calendar (for faster comparisons/equal tests).
getInterpolationCheckBox() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
 
getInterpolationCheckBox() - Method in class org.knime.base.node.viz.plotter.props.InterpolationTab
 
getIntersection(DataTableSpec...) - Static method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Determines the names of columns that appear in all specs.
getInterval(int) - Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalPanel
 
getInterval(int) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalPanel
 
getIntervalIndexOf(double) - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
Returns the index of the interval the given value is contained in.
getIntervals() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBin
 
getIntMappingsLeftPartition() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
Returns an array of integer mappings corresponding to the left partition nominal values.
getIntMappingsRightPartition() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
Returns an array of integer mappings corresponding to the right partition nominal values.
getIntValue() - Method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated. Returns cardinality of this bit vector.
getIntValue() - Method in class org.knime.core.data.def.BooleanCell
Returns 1 if value is true or 0 for false.
getIntValue() - Method in class org.knime.core.data.def.IntCell
getIntValue() - Method in interface org.knime.core.data.IntValue
 
getIntValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
 
getIntValue() - Method in class org.knime.core.node.workflow.FlowVariable
 
getInvalidCause() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
 
getIsRegExpr() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
 
getItem() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
getItem() - Method in class org.knime.core.node.util.StringIconListCellEditor
getItems() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
 
getItems() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Returns a copy of the items in this set.
getItems() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.  
getItemSet() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDPrefixTreeNode
 
getItemSetCount() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
getItemSets() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
Deprecated.  
getItemsets() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.  
getItemSets(Collection<DataCell>, Collection<DataCell>) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
getIterationCount() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
 
getIterationLabel() - Method in class org.knime.core.node.interrupt.InterruptControlPanel
Returns the label responsible for displaying the current iteration.
getJitterRate() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
 
getJitterSlider() - Method in class org.knime.base.node.viz.plotter.props.ScatterPlotterAppearanceTab
 
getJitterSlider() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties
 
getJitterSlider() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixProperties
 
getJMenuBar() - Method in class org.knime.core.node.NodeView
Returns menu bar of the accompanying frame.
getJobManager() - Method in class org.knime.core.node.workflow.NodeContainer
 
getJobManager() - Method in class org.knime.core.node.workflow.NodeContainer.NodeContainerSettings
 
getJobManagerFactory(String) - Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
Returns the job manager factory with the specified id - or null if it doesn't exists.
getJoiningIndices(InputDataRow.Settings.InDataPort) - Method in class org.knime.base.node.preproc.joiner.InputDataRow.Settings
 
getJoinMode() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns the mode how the two tables should be joined.
getJoinTuples() - Method in class org.knime.base.node.preproc.joiner.InputDataRow
 
getKernel(KernelFactory.KernelType) - Static method in class org.knime.base.node.mine.svm.kernel.KernelFactory
Returns a kernel given by its name.
getKernel() - Method in class org.knime.base.node.mine.svm.PMMLSVMTranslator
 
getKernelNames() - Static method in class org.knime.base.node.mine.svm.kernel.KernelFactory
Returns all the kernels known by this factory.
getKey() - Method in class org.knime.base.data.append.column.AppendedColumnRow
Returns the row key.
getKey() - Method in class org.knime.base.data.append.row.ResortedCellsRow
Returns the row key.
getKey() - Method in class org.knime.base.data.filter.column.FilterColumnRow
Returns the row key.
getKey() - Method in class org.knime.base.data.replace.ReplacedColumnsDataRow
Returns the row key.
getKey() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
Returns the row key.
getKey() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns the row key.
getKey() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns the row key.
getKey() - Method in class org.knime.base.node.mine.svm.util.DoubleVector
 
getKey() - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer.Missing
Returns the row key.
getKey() - Method in class org.knime.core.data.container.BlobSupportDataRow
Returns the row key.
getKey() - Method in interface org.knime.core.data.DataRow
Returns the row key.
getKey() - Method in class org.knime.core.data.def.DefaultRow
Returns the row key.
getKey() - Method in class org.knime.core.data.def.JoinedRow
Returns the key from the left row that was passed in the constructor.
getKey() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
getKey() - Method in interface org.knime.core.node.defaultnodesettings.SettingsModelFlowVariableCompatible
 
getKey() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
getKey() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
getKey() - Method in exception org.knime.core.util.DuplicateKeyException
Returns the duplicate key.
getKeyPath() - Method in class org.knime.core.node.config.ConfigEditTreeEvent
 
getKeys() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
getKeys() - Method in class org.knime.core.node.FlowVariableModel
 
getKeys(RowKey) - Method in class org.knime.core.node.property.hilite.DefaultHiLiteMapper
Returns a set of RowKey elements which are associated by the specified key or null if no mapping is available.
getKeys(RowKey) - Method in interface org.knime.core.node.property.hilite.HiLiteMapper
Returns a set of RowKey elements which are associated by the specified key or null if no mapping is available.
getKeys() - Method in class org.knime.core.node.util.KeyValuePanel
Get the elements of the first column.
getKeyStroke() - Method in class org.knime.core.node.tableview.TableView.TableAction
 
getKNearestNeighbours(double[], int) - Method in class org.knime.base.util.kdtree.KDTree
Searches for the k nearest neighbours of the query pattern.
getKNIMEDataType(DATATYPE.Enum) - Static method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
 
getKNIMEHomeDir() - Static method in class org.knime.core.node.KNIMEConstants
The directory where knime will put log files and configuration files.
getKNIMEHomeDirPath() - Static method in class org.knime.core.internal.KNIMEPath
Getter for the home dir of KNIME.
getKNIMETempDir() - Static method in class org.knime.core.node.KNIMEConstants
Location for KNIME related temp files such as data container files.
getLabel() - Method in interface org.knime.base.data.aggregation.AggregationMethod
 
getLabel() - Method in class org.knime.base.data.aggregation.AggregationOperator
getLabel() - Method in class org.knime.base.data.aggregation.OperatorData
 
getLabel() - Method in class org.knime.base.node.mine.cluster.assign.Prototype
 
getLabel() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLParameter
 
getLabel() - Method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
 
getLabel(DataCell) - Method in class org.knime.base.util.coordinate.LogarithmicMappingMethod
Maps a value back to the original domain value for tick generation.
getLabel(DataCell) - Method in interface org.knime.base.util.coordinate.MappingMethod
Maps a value back to the original domain value for tick generation.
getLabel(DataCell) - Method in class org.knime.base.util.coordinate.SquareRootMappingMethod
Maps a value back to the original domain value for tick generation.
getLabel() - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManagerFactory
Returns a user readable - but still most likely unique - label.
getLabel() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManagerFactory
Returns a user readable - but still most likely unique - label.
getLabel() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
getLabelArea() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getLabelColumnPort1() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
getLabelDisplayPolicy() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getLabelDisplayPolicy() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
getLabelDisplayPolicy() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getLabelDisplayPolicy() - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
getLabelLinkSize() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getLabels() - Method in class org.knime.base.node.mine.cluster.PMMLClusterTranslator
 
getLabels() - Static method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
 
getLambda() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getLargeDisplayIcon() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
getLastPredicate() - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Returns the PMMLPredicate that was most recently added.
getLastQuoteBeginPattern() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
Deprecated. Returns the left quote of the last token.
getLastQuoteBeginPattern() - Method in class org.knime.core.util.tokenizer.Tokenizer
Returns the left quote of the last token.
getLastQuoteEndPattern() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
Deprecated. Returns the right quote of the last token.
getLastQuoteEndPattern() - Method in class org.knime.core.util.tokenizer.Tokenizer
Returns the right quote of the last token.
getLastRow() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
 
getLastTableSpec(int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
 
getLastTableSpecs() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
 
getLastWarningMessage() - Method in class org.knime.base.node.io.csvwriter.CSVWriter
Returns a warning message from the last write action.
getLayer(int) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Returns layer at a given position.
getLayers() - Method in class org.knime.base.data.neural.MultiLayerPerceptron
 
getLayout() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
 
getLayout4ID(String) - Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
 
getLayout4String(String) - Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
Returns the histogram layout for the given name.
getLayoutSettings() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Return an object width constants used for layout the graph.
getLeafCount() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns the number of leaf nodes contained in this node.
getLeafDataPoint() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns the DataRow associated with a leaf node.
getLeafDataPoint() - Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
Returns the DataRow associated with a leaf node.
getLearningCols() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getLearningColumns() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
getLearningColumns() - Method in interface org.knime.base.node.mine.regression.linear.view.LinRegDataProvider
 
getLearningFields() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getLearningrateAncestor() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getLearningrateSister() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getLearningrateWinner() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getLearnrateModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getLeft() - Method in class org.knime.base.node.io.filetokenizer.Quote
Deprecated.  
getLeft() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the left child Cell of the current Node, or null.
getLeft() - Method in class org.knime.base.util.kdtree.NonterminalNode
Returns the left child node.
getLeft() - Method in class org.knime.core.util.tokenizer.Quote
 
getLeftBound() - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
 
getLeftBound() - Method in class org.knime.core.data.def.IntervalCell
getLeftBound() - Method in interface org.knime.core.data.IntervalValue
 
getLeftChild() - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
 
getLeftChildIndices() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.  
getLeftGap() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getLeftIncludeAll() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns true when all columns of the left table should be added to the joining table.
getLeftIncludeCols() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns the columns of the left table that should be included to the joining table.
getLeftIndex(DataRow) - Static method in class org.knime.base.node.preproc.joiner.OutputDataRow
 
getLeftJoinColumns() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns the columns of the left table used in the join predicate.
getLeftMargin() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLInterval
 
getLeftOuter() - Method in class org.knime.base.node.preproc.joiner.JoinContainer
 
getLeftRow() - Method in class org.knime.core.data.def.JoinedRow
 
getLeftRowKeyMap() - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer
 
getLeftRowKeyMap() - Method in class org.knime.base.node.preproc.joiner.Joiner
 
getLeftSelectedItems() - Method in class org.knime.base.node.preproc.joiner.ColumnPairsSelectionPanel
Returns an array with elements of type DataColumnSpec or String.
getLeftStartPoint() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
Returns the left start point of the ruler.
getLeftTable() - Method in class org.knime.base.data.join.JoinedTable
Get reference to underlying left table.
getLeftValue(boolean) - Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
 
getLeftValue() - Method in class org.knime.base.node.preproc.binner.NumericBin
 
getLeftValue(boolean) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
getLeftValue() - Method in class org.knime.base.node.preproc.pmml.binner.NumericBin
 
getLength() - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Returns the length of the array, that is, the umber of countable items.
getLength() - Method in class org.knime.core.node.workflow.WorkflowAnnotation.StyleRange
 
getLevel() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getLevel() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
 
getLevel() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the cells level of hierarchy inside the binary tree.
getLevel() - Method in class org.knime.core.node.NodeLogger
Returns the minimum logging retrieved from the underlying Log4J logger.
getLevelGap() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getLevelInHierarchy() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
getLift() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
 
getLimitRowCount() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
getLineComment() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns line comment string.
getLineContinuationCharacter() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated. Returns a string with one character containing the line continuation character that is currently set - or null if none is set.
getLineContinuationCharacter() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Returns a string with one character containing the line continuation character that is currently set - or null if none is set.
getLineNumber() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
Deprecated.  
getLineNumber() - Method in class org.knime.core.util.tokenizer.Tokenizer
 
getLines() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
getLineSeparator() - Static method in class org.knime.core.node.util.ConvenienceMethods
Read system property "line.separator", returns '\n' if that fails (whereby a LOG message is reported).
getList() - Method in class org.knime.core.data.collection.ListCell
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.base.node.preproc.joiner.ColumnSpecListRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.base.node.preproc.rename.DataTypeNameRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIconRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.base.node.viz.property.color.ColorManager2IconRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.data.property.ShapeSelectionListRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Render this object in the list using the current renderer.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.node.FlowVariableModelButton.CustomListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.node.util.ConvenientComboBoxRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.node.util.DataColumnSpecListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.node.util.DataTypeListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.node.util.FlowVariableListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.node.util.StringIconListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.util.FilelistAccessory.FileListRenderer
getLoadedDriver() - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
 
getLoadedNodeFactories() - Static method in class org.knime.core.node.NodeFactory
Returns a collection of all loaded node factories.
getLoadHelper() - Method in class org.knime.core.node.NodePersistorVersion1xx
 
getLoadHelper() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getLoadHelper() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getLoadHelper() - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
getLoadHelper() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
 
getLoadHelper() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
getLoadVersion() - Method in class org.knime.core.node.NodePersistorVersion1xx
Version being loaded.
getLoadVersion() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
 
getLoadVersion() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
getLoadVersion() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
 
getLoadVersionString() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getLoadVersionString() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getLoadVersionString() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getLoadVersionString() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
getLoadVersionString() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
getLocalRepository() - Method in class org.knime.core.data.container.Buffer
Get reference to the local table repository that this buffer was initially instantiated with.
getLocalTableRepository() - Method in class org.knime.core.data.container.DataContainer
Get the local repository.
getLocalTableRepository() - Method in class org.knime.core.node.BufferedDataContainer
Returns the local repository of tables.
getLocalTableRepository() - Method in class org.knime.core.node.ExecutionContext
Get reference to the local table repository.
getLocalTableRepositoryFromContext(ExecutionContext) - Static method in class org.knime.core.node.Node
Delegate method to allow access to the (package scope) method ExecutionContext.getLocalTableRepository().
getLocationHistory() - Static method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
getLocationString() - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
getLogger() - Method in class org.knime.core.node.AbstractNodeView
Get reference to logger, never null.
getLogger(Class<?>) - Static method in class org.knime.core.node.NodeLogger
Creates a new NodeLogger for the given Class.
getLogger(String) - Static method in class org.knime.core.node.NodeLogger
Creates a new NodeLogger for the given name.
getLogger() - Method in class org.knime.core.node.NodePersistorVersion1xx
 
getLogger() - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
 
getLogger() - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
 
getLogger() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
 
getLogger() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
getLogin() - Method in class org.knime.core.node.workflow.Credentials
The login name as passed to the DB connection or other password-secured systems.
getLogin() - Method in interface org.knime.core.node.workflow.ICredentials
The login name as passed to the DB connection or other password-secured systems.
getLogits() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Logits are elements of the target domain values except of the last one.
getLongValue() - Method in class org.knime.core.data.def.BooleanCell
Returns 1 if value is true or 0 for false.
getLongValue() - Method in class org.knime.core.data.def.IntCell
getLongValue() - Method in class org.knime.core.data.def.LongCell
getLongValue() - Method in interface org.knime.core.data.LongValue
 
getLongValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
 
getLookupColumn() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
getLoopContext() - Method in class org.knime.core.node.Node
 
getLoopContext() - Method in class org.knime.core.node.NodeModel
 
getLoopEndNode() - Method in class org.knime.core.node.NodeModel
Access method for loop start nodes to access their respective loop end.
getLoopRole() - Method in class org.knime.core.node.Node
 
getLoopRole() - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
getLoopStartNode() - Method in class org.knime.core.node.NodeModel
Access method for loop end nodes to access their respective loop start.
getLoopStatus() - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
getLowerBound() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.  
getLowerBound() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
 
getLowerBound() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getLowerBound() - Method in class org.knime.core.data.DataColumnDomain
Return the lower bound of the domain of this column, if available.
getLowerBound() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleBounded
 
getLowerBound() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelIntegerBounded
 
getLowerBound() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLongBounded
 
getLowerBoundColumnPort1() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
getLowerQuartile() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getLowerWhisker() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getMajorityClass() - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns the mapping value of the majority class.
getMajorityClass() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Return majority class of this node.
getMajorityClass() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getMajorityClass() - Method in class org.knime.base.node.mine.smote.Smoter
Get name of the majority class, i.e.
getMajorityClassAsCell() - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns the majority class value as DataCell.
getMajorityClassCount() - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns the frequency of the majoriy class.
getMajorVersion() - Method in class org.knime.base.node.io.database.WrappedDriver
getManhattanDistance(DataRow, DataRow, boolean) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the Manhattan distance between two DataRows using the Minkowski distance with power 1.
getManhattanDistance(DataRow, DataRow) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the Manhattan distance between two DataRows using the Minkowski distance with power 1.
getManhattanDistance(DataPoint, DataPoint) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the Manhattan distance between two DataPointss using the Minkowski distance with power 1.
getManhattanDistance(DataRow, SotaTreeCell, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the manhattan distance between a given DataRow and SotaTreeCell using the Minkowski distance with power 1.
getManhattanDistance(DataRow, DataRow, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Calculates the manhattan distance between two DataRows using the Minkowski distance with power 1.
getMapMissingTo() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
 
getMappedObject(int) - Method in class org.knime.base.node.mine.decisiontree2.learner.ValueMapper
Returns the mapped object for the corresponding index.
getMappedObjectsInMappingOrder() - Method in class org.knime.base.node.mine.decisiontree2.learner.ValueMapper
Returns all mapped objects in the order they were inserted.
getMappedSize(double, double, double, double) - Method in enum org.knime.core.data.property.SizeModelDouble.Mapping
Returns the mapped size according to the referring mapping method.
getMappedValue(DataCell) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
getMappedXValue(DataCell) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getMappedXValue(DataCell) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
getMappedYValue(DataCell) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getMappedYValue(DataCell) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
getMapper() - Method in class org.knime.core.node.property.hilite.HiLiteTranslator
 
getMappingMethod(String) - Method in class org.knime.base.util.coordinate.Coordinate
Returns the MappingMethod with the given id if available.
getMappingMethod() - Method in class org.knime.core.data.property.SizeModelDouble
 
getMappingValue() - Method in class org.knime.base.util.coordinate.CoordinateMapping
Each coordinate mapping must return the mapping value as a double.
getMargin() - Method in class org.knime.base.node.mine.svm.Svm
The margin of a SVM is the minimum distance from all support vectors to the decision hyperplane.
getMatch(DataCell) - Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
Matching degree of the given class label.
getMatches() - Method in class org.knime.base.node.preproc.joiner.JoinContainer
 
getMatchingLoopEnd(NodeID) - Method in class org.knime.core.node.workflow.Workflow
Return matching LoopEnd node for the given LoopStart
getMatchingLoopStart(NodeID) - Method in class org.knime.core.node.workflow.Workflow
Return matching LoopStart node for the given LoopEnd
getMatchingVariables() - Method in class org.knime.core.node.FlowVariableModel
 
getMatrixElements() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
 
getMax() - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
 
getMax() - Method in class org.knime.base.data.normalize.AffineTransConfiguration
 
getMax() - Method in class org.knime.base.data.statistics.Statistics2Table
Returns the maximum for all columns.
getMax(int) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns the maximum for the desired column.
getMax() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns the maximum for all columns.
getMax() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getMax(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
Delegating method to StatisticsTable.
getMax() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getMaxAggregationValue() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getMaxAggregationValue(AggregationMethod, HistogramLayout) - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
 
getMaxAggregationValue(AggregationMethod, HistogramLayout) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getMaxAtIndex(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
Returns the max value at given index.
getMaxBarRowCount() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getMaxBinWidth() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getMaxColor() - Method in class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
 
getMaxColor() - Method in class org.knime.core.data.property.ColorModelRange
 
getMaxColumn() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Returns the maximal column index of the filled area
getMaxCore() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getMaxCore() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
getMaxCore() - Method in class org.knime.core.data.def.BooleanCell
getMaxCore() - Method in class org.knime.core.data.def.DoubleCell
getMaxCore() - Method in class org.knime.core.data.def.FuzzyIntervalCell
 
getMaxCore() - Method in class org.knime.core.data.def.FuzzyNumberCell
 
getMaxCore() - Method in class org.knime.core.data.def.IntCell
getMaxCore() - Method in class org.knime.core.data.def.IntervalCell
 
getMaxCore() - Method in class org.knime.core.data.def.LongCell
getMaxCore() - Method in interface org.knime.core.data.FuzzyIntervalValue
 
getMaxCoreDilatation(FuzzyIntervalValue[]) - Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
Approximates dilatation of Core region, by using Pythagoras.
getMaxCoreDilatation(DataRow, DataTableSpec) - Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
Approximates dilatation of Core region, by using Pythagoras.
getMaxCoreDistanceToCenter(FuzzyIntervalValue) - Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
Computes the maximal distance between the center of the core region and the end of the core region, by deviding difference of MaxCore and MinCore by 2, and returns it.
getMaxDistance() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns the maximum distance from this node to any of the leafs.
getMaxDistance() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the maximum distance between the data related to the cell.
getMaxDistance() - Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
Returns the maximum distance from this node to any of the leafs.
getMaxDistanceNeighbours(double[], double) - Method in class org.knime.base.util.kdtree.KDTree
Searches for all neighbours of the query pattern that are not more than maxDist away from it.
getMaxDomainValue() - Method in class org.knime.base.util.coordinate.NumericCoordinate
 
getMaxHierarchicalLevel() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getMaxHLevel() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
getMaximalParameters() - Static method in class org.knime.base.node.mine.svm.kernel.KernelFactory
For each kernel, look at the number of parameters it requires, and return the highest.
getMaximumNumberOfRowsToRead() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getMaximums() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
 
getMaximumSize(JComponent) - Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
getMaximumSize(JComponent) - Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
Delegates to MultiLineBasicLabelUI.getPreferredSize(JComponent).
getMaxLevel() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
 
getMaxNoOfAttrVals() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
 
getMaxNoOfBins() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getMaxNrEpochs() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
getMaxNumberThreads() - Method in class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
 
getMaxNumIterations() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Get maximum number of iterations for batch mode.
getMaxOpenFiles() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Return number of files that are allowed to be openend by the Joiner.
getMaxRange() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
 
getMaxRow() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Returns the maximal row index of the filled area
getMaxRowsForView() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Returns the maximum number of rows that are shown in the curve view.
getMaxs() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
 
getMaxSupport() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getMaxSupport() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
getMaxSupport() - Method in class org.knime.core.data.def.BooleanCell
getMaxSupport() - Method in class org.knime.core.data.def.DoubleCell
getMaxSupport() - Method in class org.knime.core.data.def.FuzzyIntervalCell
 
getMaxSupport() - Method in class org.knime.core.data.def.FuzzyNumberCell
 
getMaxSupport() - Method in class org.knime.core.data.def.IntCell
getMaxSupport() - Method in class org.knime.core.data.def.IntervalCell
 
getMaxSupport() - Method in class org.knime.core.data.def.LongCell
getMaxSupport() - Method in interface org.knime.core.data.FuzzyIntervalValue
 
getMaxSupport() - Method in interface org.knime.core.data.FuzzyNumberValue
 
getMaxThreads() - Method in class org.knime.core.util.ThreadPool
Returns the maximum number of threads in the pool.
getMaxUniqueValues() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getMaxUniqueValues() - Method in class org.knime.base.data.aggregation.GlobalSettings
 
getMaxValue(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
getMaxValue(int) - Method in interface org.knime.base.node.util.DataArray
 
getMaxValue(int) - Method in class org.knime.base.node.util.DefaultDataArray
getMaxValue() - Method in class org.knime.base.node.viz.plotter.parcoord.NumericParallelAxis
 
getMaxValue() - Method in class org.knime.core.data.property.ColorModelRange
 
getMaxValue() - Method in class org.knime.core.data.property.SizeModelDouble
 
getMean(int) - Method in class org.knime.base.data.statistics.Statistics2Table
Returns the mean for the desired column.
getMean() - Method in class org.knime.base.data.statistics.Statistics2Table
Returns the means for all columns.
getMean(int) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns the mean for the desired column.
getMean() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns the means for all columns.
getMean(DataRow, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the mean value of the given row.
getMean(SotaTreeCell) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the mean value of the given cell.
getMean(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
Delegating method to StatisticsTable.
getMeanValues() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Returns the mean value of each input column.
getMeanVector(DataTable, int[], boolean, ExecutionContext) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
calculate means of all columns.
getMedian(int) - Method in class org.knime.base.data.statistics.Statistics2Table
Returns the median for the desired column.
getMedian() - Method in class org.knime.base.data.statistics.Statistics2Table
Returns the median for all columns.
getMedian() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getMemoryPolicy() - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
Returns the memory policy currently stored in this settings object.
getMemship(int) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Returns the membership for one dimension.
getMemships() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
 
getMessage() - Method in class org.knime.core.node.DefaultNodeProgressMonitor
 
getMessage() - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
The current progress message displayed.
getMessage() - Method in interface org.knime.core.node.NodeProgressMonitor
The current progress message displayed.
getMessage() - Method in class org.knime.core.node.workflow.ConnectionProgress
Returns the current progress message or null to display nothing.
getMessage() - Method in class org.knime.core.node.workflow.NodeMessageEvent
 
getMessage() - Method in class org.knime.core.node.workflow.NodeProgress
Current progress message or null.
getMessage() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
 
getMessage() - Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowLoadResult
Generate a user friendly message about the load procedure.
getMetaNode() - Method in class org.knime.core.node.workflow.WorkflowPersistor.MetaNodeLinkUpdateResult
 
getMetaPersistor() - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
getMetaPersistor() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getMetaPersistor() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getMetaPersistor() - Method in interface org.knime.core.node.workflow.NodeContainerPersistor
 
getMetaPersistor() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getMetaPersistor() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
 
getMetaPersistor() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
getMethod() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
getMethod(String) - Static method in enum org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane.ComparatorMethod
Returns the comparator method, specified within the Enum.toString().
getMethod() - Method in class org.knime.base.node.preproc.missingval.ColSetting
 
getMethod4Command(String) - Static method in enum org.knime.base.node.viz.aggregation.AggregationMethod
Returns the aggregation method for the given name.
getMethod4Id(String) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getMethod4SettingsModel(SettingsModelString) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getMethods4SelectedItems() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
 
getMethodTemplate() - Method in class org.knime.base.data.aggregation.ColumnAggregator
 
getMildOutliers() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Mild outliers are values > q1 - 3 * iqr and < q1 - 1.5 * iqr and < q3 + 3 * iqr and > q3 + 1.5 * iqr.
getMildOutliers() - Method in interface org.knime.base.node.viz.plotter.box.BoxPlotDataProvider
Mild outliers are values > q1 - 3 * iqr and < q1 - 1.5 * iqr and < q3 + 3 * iqr and > q3 + 1.5 * iqr.
getMildOutliers() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Mild outliers are values > q1 - 3 * iqr and < q1 - 1.5 * iqr and < q3 + 3 * iqr and > q3 + 1.5 * iqr.
getMillis() - Method in class org.knime.core.data.date.DateAndTimeCell
getMillis() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getMin() - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
 
getMin() - Method in class org.knime.base.data.normalize.AffineTransConfiguration
 
getMin() - Method in class org.knime.base.data.statistics.Statistics2Table
Returns the minimum for all columns.
getMin(int) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns the minimum for the desired column.
getMin() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns the minimum for all columns.
getMin() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getMin(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
Delegating method to StatisticsTable.
getMin() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getMinAggregationValue() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getMinAggregationValue(AggregationMethod, HistogramLayout) - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
 
getMinAggregationValue(AggregationMethod, HistogramLayout) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getMinAtIndex(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
Returns the min value at given index.
getMinAvailableMemory() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
The minimal amount of heap space in bytes that the joiner node is allowed to occupy.
getMinColor() - Method in class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
 
getMinColor() - Method in class org.knime.core.data.property.ColorModelRange
 
getMinConfidence() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.  
getMinCore() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getMinCore() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
getMinCore() - Method in class org.knime.core.data.def.BooleanCell
getMinCore() - Method in class org.knime.core.data.def.DoubleCell
getMinCore() - Method in class org.knime.core.data.def.FuzzyIntervalCell
 
getMinCore() - Method in class org.knime.core.data.def.FuzzyNumberCell
 
getMinCore() - Method in class org.knime.core.data.def.IntCell
getMinCore() - Method in class org.knime.core.data.def.IntervalCell
 
getMinCore() - Method in class org.knime.core.data.def.LongCell
getMinCore() - Method in interface org.knime.core.data.FuzzyIntervalValue
 
getMinDistanceThreshold() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
 
getMinDomainValue() - Method in class org.knime.base.util.coordinate.NumericCoordinate
 
getMinError() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getMinimums() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
 
getMinimumSize() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
getMinimumSize() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
getMinimumSize(JComponent) - Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
getMinimumSize(JComponent) - Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
Delegates to MultiLineBasicLabelUI.getPreferredSize(JComponent).
getMinkowskiDistance(int, DataPoint, DataPoint) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the Minkowski distance between two DataPoints.
getMinkowskiDistance(int, DataRow, DataRow, boolean) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the Minkowski distance between two rows.
getMinkowskiDistance(int, DataRow, DataRow) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the Minkowski distance between two rows no matter if they contain fuzzy or number values.
getMinkowskiDistance(int, DataRow, DataRow, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Calculates the Minkowski distance between two rows.
getMinkowskiDistance(int, DataRow, SotaTreeCell, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Calculates the Minkowski distance between a regular DataRow and a SotaTreeCell.
getMinorVersion() - Method in class org.knime.base.node.io.database.WrappedDriver
getMinQuality() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
getMinRange() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
 
getMinResource() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getMinRowCount() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getMins() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
 
getMinSupport() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getMinSupport() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
getMinSupport() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.  
getMinSupport() - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
 
getMinSupport() - Method in class org.knime.core.data.def.BooleanCell
getMinSupport() - Method in class org.knime.core.data.def.DoubleCell
getMinSupport() - Method in class org.knime.core.data.def.FuzzyIntervalCell
 
getMinSupport() - Method in class org.knime.core.data.def.FuzzyNumberCell
 
getMinSupport() - Method in class org.knime.core.data.def.IntCell
getMinSupport() - Method in class org.knime.core.data.def.IntervalCell
 
getMinSupport() - Method in class org.knime.core.data.def.LongCell
getMinSupport() - Method in interface org.knime.core.data.FuzzyIntervalValue
 
getMinSupport() - Method in interface org.knime.core.data.FuzzyNumberValue
 
getMinute() - Method in class org.knime.core.data.date.DateAndTimeCell
getMinute() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getMinValue(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
getMinValue(int) - Method in interface org.knime.base.node.util.DataArray
 
getMinValue(int) - Method in class org.knime.base.node.util.DefaultDataArray
getMinValue() - Method in class org.knime.base.node.viz.plotter.parcoord.NumericParallelAxis
 
getMinValue() - Method in class org.knime.core.data.property.ColorModelRange
 
getMinValue() - Method in class org.knime.core.data.property.SizeModelDouble
 
getMinVariability() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in interface org.knime.base.node.mine.bfn.BasisFunctionLearnerTable.MissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in class org.knime.base.node.mine.bfn.BestGuessMissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in class org.knime.base.node.mine.bfn.IncorpMissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in class org.knime.base.node.mine.bfn.MaximumMissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in class org.knime.base.node.mine.bfn.MeanMissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in class org.knime.base.node.mine.bfn.MinimumMissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in class org.knime.base.node.mine.bfn.OneMissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in class org.knime.base.node.mine.bfn.ZeroMissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissingCell() - Static method in class org.knime.core.data.DataType
A cell representing a missing DataCell where the value is unknown.
getMissingCounter() - Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
 
getMissingFct() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
getMissingSection() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
 
getMissingSection() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieVizModel
getMissingSection() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
getMissingSection() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getMissingValue(int) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
 
getMissingValue(int) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
 
getMissingValue(int) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Returns the missing double value for the given dimension.
getMissingValueBin() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getMissingValueCount() - Method in class org.knime.base.node.mine.decisiontree2.learner.NominalValueHistogram
Returns the sum of weights of the missing values.
getMissingValueCounter() - Method in class org.knime.base.node.preproc.rowkey.RowKeyUtil
 
getMissingValueHeader(Collection<String>) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
 
getMissingValueOfColumn(int) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Overriding super method because we store these missing values now in the column properties.
getMissingValueOfColumn(int) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Returns the pattern that, if read in for the specified column, will be considered placeholder for a missing value, and the data table will contain a missing cell instead of that value then.
getMissingValuePattern() - Method in class org.knime.base.node.io.filereader.ColProperty
 
getMissingValuePattern() - Method in class org.knime.base.node.io.filereader.DataCellFactory
Returns the currently set missing value pattern.
getMissValuePattern() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getMissValuePatternStrCols() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Returns the pattern that, if read in, will be translated into a missing value (in string columns only).
getMLP() - Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
 
getMnemonic() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
getMode() - Method in class org.knime.base.data.neural.MultiLayerPerceptron
 
getMode() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
 
getMode() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
 
getModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
 
getModel() - Method in class org.knime.core.node.config.ConfigEditJTree
getModel() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
 
getModelContent(String) - Method in class org.knime.core.node.ModelContent
Returns a read-only ModelContentRO object from this config.
getModelContent(String) - Method in interface org.knime.core.node.ModelContentRO
Returns a read-only ModelContentRO object from this config.
getModelInfo() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
getModelName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getModelName() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator
 
getModels(PMMLModelType) - Method in class org.knime.core.data.xml.PMMLBlobCell
getModels() - Method in class org.knime.core.data.xml.PMMLBlobCell
getModels(PMMLModelType) - Method in class org.knime.core.data.xml.PMMLCell
getModels() - Method in class org.knime.core.data.xml.PMMLCell
getModels(PMMLModelType) - Method in class org.knime.core.data.xml.PMMLCellContent
getModels() - Method in class org.knime.core.data.xml.PMMLCellContent
getModels(PMMLModelType) - Method in interface org.knime.core.data.xml.PMMLValue
 
getModels() - Method in interface org.knime.core.data.xml.PMMLValue
 
getModelSettings() - Method in class org.knime.core.node.Node.SettingsLoaderAndWriter
 
getModelSettingsFailPolicy() - Method in class org.knime.core.node.CopyNodePersistor
getModelSettingsFailPolicy() - Method in interface org.knime.core.node.NodePersistor
 
getModelSettingsFailPolicy() - Method in class org.knime.core.node.NodePersistorVersion1xx
getModelSettingsFailPolicy() - Method in class org.knime.core.node.NodePersistorVersion200
getModelSettingsFailPolicy() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
 
getModelSpec() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
 
getModelType() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
getModelType() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
 
getModelType() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
getModelType() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getModelTypeID() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
Each settings model provides an ID which will be stored with its values.
getModelTypes() - Method in class org.knime.core.data.xml.PMMLBlobCell
getModelTypes() - Method in class org.knime.core.data.xml.PMMLCell
getModelTypes() - Method in class org.knime.core.data.xml.PMMLCellContent
getModelTypes() - Method in interface org.knime.core.data.xml.PMMLValue
 
getMonitor() - Method in class org.knime.core.node.NodeProgressMonitorView
Reference to the underlying progress monitor.
getMonth() - Method in class org.knime.core.data.date.DateAndTimeCell
getMonth() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getMostFrequent(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
Get the most frequent value in a column.
getMostFrequentClass() - Method in class org.knime.base.node.mine.sota.logic.CellClassCounter
 
getMostLikelyClass(String[], DataRow, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Returns the name of the class with the highest probability for the given row.
getMouseSelectionBox() - Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
 
getMouseSelectionBox() - Method in class org.knime.base.node.viz.plotter.props.DefaultTab
 
getMultipleMatchCanOccur() - Method in class org.knime.base.node.preproc.joiner.InputDataRow.Settings
 
getMultipliers() - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
 
getMVStrategy() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
 
getMVStrategy() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
 
getNaiveBayesModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
 
getName() - Method in class org.knime.base.node.mine.cluster.LinearNorm
 
getName() - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Returns the name of the predicate.
getName() - Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
Returns the name of the predicate.
getName() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Returns the name of the predicate.
getName() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
Returns the name of the predicate.
getName() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Returns the name of the predicate.
getName() - Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
Returns the name of the predicate.
getName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLParameter
 
getName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPredictor
 
getName() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator.NumericPredictor
 
getName() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
getName() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
Returns the name for this ruler.
getName() - Method in class org.knime.base.node.preproc.missingval.ColSetting
 
getName() - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
 
getName() - Method in enum org.knime.base.node.preproc.setoperator.SetOperation
 
getName() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
getName() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
getName() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
getName() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
Returns the curve's name.
getName() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
getName() - Method in class org.knime.base.node.viz.roc.ROCNodeModel.ROCCurve
Returns the curve's name.
getName() - Method in class org.knime.core.data.DataColumnSpec
Returns the name of this column.
getName() - Method in class org.knime.core.data.DataTableSpec
Returns the name of this DataTableSpec.
getName() - Method in class org.knime.core.node.Node
Returns the name for this node.
getName() - Method in class org.knime.core.node.Node.Input
 
getName() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
getName() - Method in class org.knime.core.node.workflow.BufferedDataTableView
getName() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getName() - Method in class org.knime.core.node.workflow.Credentials
The (workflow-global) unique identifier of this credentials object.
getName() - Method in class org.knime.core.node.workflow.DataColumnPropertiesView
getName() - Method in class org.knime.core.node.workflow.FlowVariable
 
getName() - Method in interface org.knime.core.node.workflow.ICredentials
The (workflow-global) unique identifier of this credentials object.
getName() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getName() - Method in class org.knime.core.node.workflow.NodeContainer
 
getName() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getName() - Method in class org.knime.core.node.workflow.SingleNodeContainer
getName() - Method in class org.knime.core.node.workflow.WorkflowManager
Get the name of the workflow.
getName() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
getName() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
getNameField() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getNameList() - Static method in enum org.knime.base.node.preproc.setoperator.SetOperation
 
getNameMapping() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
Deprecated.  
getNames() - Method in class org.knime.base.data.normalize.AffineTransConfiguration
 
getNames() - Method in class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
 
getNamespaceURI(String) - Method in class org.knime.core.data.xml.util.DefaultNamespaceContext
getNameWithID() - Method in class org.knime.core.node.workflow.NodeContainer
 
getNamingVersion() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
getNeededDimensionDescription() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
getNeededDimensions(int) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
get number of dimensions to reduce to based on these settings.
getNegativeInfinity() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the value for negative infinity after mapping.
getNegativeInfinity() - Method in class org.knime.base.util.coordinate.NumericCoordinate
Returns the value for negative infinity after mapping.
getNegativeInfinity() - Method in class org.knime.base.util.coordinate.PolicyStrategy
Returns the value for negative infinity.
getNewColName() - Method in class org.knime.base.node.rules.RuleEngineSettings
Returns the name of the new column containing the matching rule's outcome.
getNewColumnHeaderRenderer() - Method in class org.knime.core.node.tableview.TableContentView
Get the renderer for the column header (never null).
getNewColumnName() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
 
getNewColumnName() - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
The name of the new column, if any.
getNewLine() - Method in class org.knime.base.node.util.exttool.ViewUpdateNotice
 
getNewRowKeyPrefix() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
getNewValue() - Method in class org.knime.core.node.workflow.WorkflowEvent
 
getNewValueClassIndex() - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
The index of the type to cast the column to.
getNextStepButton() - Method in class org.knime.core.node.interrupt.InterruptControlPanel
Returns the button for the NEXT STEP event.
getNextValue() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
 
getNode() - Method in class org.knime.base.node.mine.decisiontree2.learner.PruningResult
Returns the decision tree of this pruning result.
getNode() - Method in class org.knime.core.node.ExecutionContext
 
getNode() - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
getNode() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Get the underlying node.
getNode() - Method in interface org.knime.core.node.workflow.SingleNodeContainerPersistor
 
getNode() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
getNode(NodeID) - Method in class org.knime.core.node.workflow.Workflow
Return NodeContainer for a given id or null if that node does not exist in this workflow.
getNodeClassWeights() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Combines all class weights from _all_ branches of this node.
getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getNodeContainer(WorkflowManager, NodeID) - Method in interface org.knime.core.node.workflow.NodeContainerPersistor
 
getNodeContainer() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Access method for the accompanying node container.
getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
getNodeContainer(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
 
getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
getNodeContainerDirectory() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
File reference to the node container directory.
getNodeContainerDirectory() - Method in class org.knime.core.node.workflow.NodeContainer
 
getNodeContainerDirectory() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
File reference to the node container directory.
getNodeContainerDirectory() - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
File reference to the node container directory.
getNodeContainers() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getNodeDirectory() - Method in class org.knime.core.node.NodePersistorVersion1xx
 
getNodeElement(String, boolean) - Method in class org.knime.core.xml.XMLProperties
Returns a Node from the document which can be associated with the elementName argument which must be of type Node#ELEMENT_NODE.
getNodeErrorMessages() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getNodeExecutionResult() - Method in class org.knime.core.node.workflow.execresult.SingleNodeContainerExecutionResult
 
getNodeIDs() - Method in class org.knime.core.node.workflow.Workflow
 
getNodeIDs() - Method in class org.knime.core.node.workflow.WorkflowCopyContent
 
getNodeIDSuffix() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getNodeIDSuffix() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getNodeIDSuffix() - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
getNodeInternDirectory() - Method in class org.knime.core.node.CopyNodePersistor
getNodeInternDirectory() - Method in interface org.knime.core.node.NodeContentPersistor
 
getNodeInternDirectory(ReferencedFile) - Static method in class org.knime.core.node.NodePersistorVersion1xx
 
getNodeInternDirectory() - Method in class org.knime.core.node.NodePersistorVersion1xx
getNodeInternDirectory() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
getNodeLoaderMap() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
The map of node ID suffix to persistor.
getNodeLoaderMap() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
The map of node ID suffix to persistor.
getNodeLoaderMap() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
The map of node ID suffix to persistor.
getNodeLoaderMap() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
The map of node ID suffix to persistor.
getNodeLoaderMap() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
The map of node ID suffix to persistor.
getNodeMessage() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getNodeMessage() - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
Get a node message that was set during execution.
getNodeMessage() - Method in class org.knime.core.node.workflow.NodeContainer
Get the message to be displayed to the user.
getNodeMessage() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getNodeMessage() - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
getNodeModel() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
Get reference to underlying NodeModel, never null.
getNodeModel() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
Get reference to underlying NodeModel, never null.
getNodeModel() - Method in class org.knime.core.node.AbstractNodeView
Get reference to underlying NodeModel, never null.
getNodeModel() - Method in class org.knime.core.node.Node
 
getNodeModel() - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
getNodeName() - Method in class org.knime.core.node.NodeFactory
Returns the name of this node.
getNodeProgress() - Method in class org.knime.core.node.workflow.NodeProgressEvent
 
getNodeReferenceBug2136() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Deprecated. Method is going to be removed in future versions. Use SingleNodeContainer.getNode() instead. Currently used to enable workaround for bug #2136 (see also bug #2137)
getNodes(BinaryTree.Traversal) - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTree
Returns the nodes of this tree as a ordered list, where the order depends on the traversal type defined in the enum BinaryTree.Traversal.
getNodeSettings(String) - Method in class org.knime.core.node.NodeSettings
Returns a read-only NodeSettingsRO object from this config.
getNodeSettings(String) - Method in interface org.knime.core.node.NodeSettingsRO
Returns a read-only NodeSettingsRO object from this config.
getNodeSettingsFile() - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
 
getNodeState() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
getNodeState() - Method in interface org.knime.core.node.workflow.NodeOutPort
 
getNodeState() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
getNodeValues() - Method in class org.knime.core.node.workflow.Workflow
 
getNodeView(int) - Method in class org.knime.core.node.workflow.NodeContainer
Return the view with the specified index provided by the node.
getNodeView(int) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Return the view with the specified index provided by the node.
getNodeView(int) - Method in class org.knime.core.node.workflow.WorkflowManager
Return the view with the specified index provided by the node.
getNodeViewName(int) - Method in class org.knime.core.node.NodeFactory
Returns the node name as view name, the index is not considered.
getNodeViewName(int) - Method in class org.knime.core.node.workflow.NodeContainer
 
getNodeViewName(int) - Method in class org.knime.core.node.workflow.SingleNodeContainer
getNodeViewName(int) - Method in class org.knime.core.node.workflow.WorkflowManager
getNodeWidgetFactory() - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeGraphView
Get the NodeWidgetFactory for this Graph.
getNodeWidgetFactory() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Get the NodeWidgetFactory for this Graph.
getNodeWidth() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
The common widht of the visible nodes.
getNodeWidth() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getNoMatchPolicy() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
 
getNominalAttributeValueMapper(int) - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns the attribute value mapper of this table for the given attribute.
getNominalColumnNames() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
 
getNominals() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
 
getNominalValueHistogram(int) - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns the value histogram for the given attribute index.
getNominalValues(int) - Method in class org.knime.base.data.statistics.Statistics2Table
Returns a map containing DataCell value to number of occurrences.
getNominalValues() - Method in class org.knime.base.data.statistics.Statistics2Table
Returns an array (for each column) of mappings containing DataCell value to number of occurrences.
getNominalValuesInMappingOrder(int) - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns the nominal values for the given attribute index.
getNoOfBars() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getNoOfBins() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getNoOfBins() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
getNoOfColumns() - Method in class org.knime.base.data.aggregation.GlobalSettings
Returns the number of columns of the original input table.
getNoOfColumns() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
 
getNoOfElements() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
getNoOfElements() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getNoOfHilitedRows() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
 
getNoOfMissingVals() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
 
getNoOfRecs() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
 
getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
 
getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
getNoOfRows() - Method in class org.knime.base.data.aggregation.GlobalSettings
 
getNoOutputText() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
 
getNoOutputText() - Method in class org.knime.base.node.util.exttool.ExtToolStderrNodeView
getNoOutputText() - Method in class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
getNorm() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionFactory
Returns the upper bound for conflicting instances.
getNorm() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
 
getNorm() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
 
getNormalizeCheckBox() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotterProperties
 
getNormalizeCheckBox() - Method in class org.knime.base.node.viz.plotter.props.BoxPlotAppearanceTab
 
getNrBins() - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
 
getNrBins() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
 
getNrClusters() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getNrClusters() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getNrHiddenLayers() - Method in class org.knime.base.data.neural.Architecture
 
getNrHiddenNeurons() - Method in class org.knime.base.data.neural.Architecture
Returns the overall number of hidden neurons in the architecture.
getNrInPorts() - Method in class org.knime.core.node.Node
 
getNrInPorts() - Method in class org.knime.core.node.NodeModel
Returns the overall number of inputs.
getNrInPorts() - Method in class org.knime.core.node.workflow.NodeContainer
 
getNrInPorts() - Method in class org.knime.core.node.workflow.SingleNodeContainer
getNrInPorts() - Method in class org.knime.core.node.workflow.WorkflowManager
getNrInputNeurons() - Method in class org.knime.base.data.neural.Architecture
Returns the number of input neurons.
getNrItemsInList() - Method in class org.knime.core.node.util.ColumnSelectionPanel
 
getNrLayers() - Method in class org.knime.base.data.neural.MultiLayerPerceptron
 
getNrMemships() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Return number of memberships which is equivalent to the number of numeric input dimensions.
getNrNodes() - Method in class org.knime.core.node.workflow.Workflow
 
getNrNodeViews() - Method in class org.knime.base.collection.list.create.CollectionCreateNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.image.ImageToTableNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.image.writepng.WritePNGNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory
Deprecated. Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory2
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBReaderNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBWriterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.linereader.LineReaderNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.listfiles.ListFilesNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.table.write.WriteTableNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopEndNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.knn.KnnNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.mds.MDSNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.pca.PCANodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory2
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.binner.BinnerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.split.SplitNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.rules.RuleEngineNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.switches.emtpytablereplacer.EmptyTableReplacerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.switches.endcase.EndcaseNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.switches.endif.EndifNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.switches.endmodelcase.EndmodelcaseNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.switches.manualif.ManualIfNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.switches.startcase.StartcaseNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.util.cache.CacheNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.util.sampledata.SampleDataNodeFactory
This node has no view.
getNrNodeViews() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.roc.ROCNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
This node has one view.
getNrNodeViews() - Method in class org.knime.base.node.viz.table.TableNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.core.node.NodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.core.node.workflow.NodeContainer
Returns the number of views provided by the node implementation.
getNrNodeViews() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Returns the number of views provided by the node implementation.
getNrNodeViews() - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectInNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectOutNodeFactory
Returns the number of possible views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.core.node.workflow.WorkflowManager
Returns the number of views provided by the node implementation.
getNrOfChunks() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
 
getNrOfItems() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.  
getNrOfItemsets() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.  
getNrOfProcessedRows() - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
Returns the number of processed rows.
getNrOfRules() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.  
getNrOfTransactions() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.  
getNrOutPorts() - Method in class org.knime.core.node.Node
 
getNrOutPorts() - Method in class org.knime.core.node.NodeModel
Returns the overall number of outputs.
getNrOutPorts() - Method in class org.knime.core.node.workflow.NodeContainer
 
getNrOutPorts() - Method in class org.knime.core.node.workflow.SingleNodeContainer
getNrOutPorts() - Method in class org.knime.core.node.workflow.WorkflowManager
getNrOutputNeurons() - Method in class org.knime.base.data.neural.Architecture
Returns the number of output neurons.
getNrReference() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getNrRemoteChunks() - Method in interface org.knime.core.node.workflow.LoopStartParallelizeNode
 
getNrRows() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Computes the number of rows of the data table.
getNrRows() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getNrRows() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
 
getNrRows() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Get the number of rows in the input table.
getNrRowsInReference() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
Tries to retrieve the number of rows in the underlying table.
getNrRowsPerChunk() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
 
getNrRowsSkipped() - Method in class org.knime.base.data.append.row.AppendedRowsIterator
Get the number of rows that have been skipped due to duplicate row keys.
getNrRowsSkipped() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
 
getNrUsedColumns() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
 
getNrUsedFeatures() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
 
getNrUsedFeatures() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
getNrUsedFeatures() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
getNrViews() - Method in class org.knime.core.node.Node
 
getNrViews() - Method in class org.knime.core.node.workflow.NodeContainer
 
getNrWorkflowIncomingPorts() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getNrWorkflowOutgoingPorts() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getNTCStrategy() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
 
getNTCStrategy() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
 
getNumAllCoveredPattern() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Returns the number of covered input pattern.
getNumAttributes() - Method in class org.knime.base.node.mine.decisiontree2.learner.ClassValueDataRow
Returns the number of attribute values, excluding the class value.
getNumAttributes() - Method in class org.knime.base.node.mine.decisiontree2.learner.DataRowWeighted
Returns the number of attribute values, excluding the class value.
getNumAttributes() - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns the number of attributes (excluding the class attribute).
getNumBasisFunctions() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Returns the overall number of Basisfunction in this model.
getNumBasisFunctions(DataCell) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Returns the number of basis functions for the given class.
getNumberDataRows() - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns the size of this table.
getNumberMissingValues() - Method in class org.knime.base.data.statistics.Statistics2Table
Returns an array of the number of missing values for each dimension.
getNumberMissingValues(int) - Method in class org.knime.base.data.statistics.Statistics2Table
Returns the number of missing values for the given column index.
getNumberMissingValues() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns an array of the number of missing values for each dimension.
getNumberMissingValues(int) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns the number of missing values for the given column index.
getNumberNodes() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Returns the number decision tree nodes.
getNumberOfBytesRead() - Method in class org.knime.base.node.util.BufferedFileReader
 
getNumberOfColumns() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
getNumberOfCombinations() - Method in class org.knime.base.util.math.Combinations
Returns the number of possible combinations for n and k specified in the constructor.
getNumberOfCombinations(int, int) - Static method in class org.knime.base.util.math.Combinations
Returns the number of possible combinations when selecting k elements from a set of n elements (without repetition).
getNumberOfCombinationsBig(int, int) - Static method in class org.knime.base.util.math.Combinations
Returns the number of possible combinations when selecting k elements from a set of n elements (without repetition).
getNumberOfFuzzyCells(DataRow, DataTableSpec) - Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
Counts the number of FuzzyIntervalValues of given row and returns it.
getNumberOfIterations() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Returns the number of processed iterations so far.
getNumberOfJobManagersFactories() - Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
Returns the number of job manager factories registered through the extension point.
getNumberOfNotSetBits() - Method in class org.knime.base.data.bitvector.BitString2BitVectorCellFactory
 
getNumberOfNotSetBits() - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
 
getNumberOfNotSetBits() - Method in class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
 
getNumberOfNotSetBits() - Method in class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
 
getNumberOfNotSetBits() - Method in class org.knime.base.data.bitvector.Numeric2BitVectorMeanCellFactory
getNumberOfNotSetBits() - Method in class org.knime.base.data.bitvector.Numeric2BitVectorThresholdCellFactory
getNumberOfProcessedRows() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
 
getNumberOfSetBits() - Method in class org.knime.base.data.bitvector.BitString2BitVectorCellFactory
 
getNumberOfSetBits() - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
 
getNumberOfSetBits() - Method in class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
 
getNumberOfSetBits() - Method in class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
 
getNumberOfSetBits() - Method in class org.knime.base.data.bitvector.Numeric2BitVectorMeanCellFactory
getNumberOfSetBits() - Method in class org.knime.base.data.bitvector.Numeric2BitVectorThresholdCellFactory
getNumberParameters() - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
2 parameters (kappa and delta).
getNumberParameters() - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
Kernel parameters are constants which modify the way the kernel works.
getNumberParameters() - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
2 parameters (bias and power).
getNumberParameters() - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
just 1 parameter (sigma).
getNumberPartitions() - Method in class org.knime.base.node.mine.decisiontree2.learner.Split
Return the number of partitions resulting from this split.
getNumberPartitions() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitContinuous
The number of partitions of a numeric split is always 2.
getNumberPartitions() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
The number of partitions of a binary nominal split is 2.
getNumberPartitions() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalNormal
The number of partitions of a normal nominal split corresponds to the number of different nominal values of the attribute.
getNumberValues() - Method in class org.knime.base.node.mine.svm.util.DoubleVector
 
getNumberValueStr() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
getNumberValueStr() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
 
getNumberValueStr() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
getNumberValueStr() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelNumber
 
getNumBits() - Method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated.  
getNumBits() - Method in interface org.knime.base.data.bitvector.BitVectorValue
Deprecated.  
getNumBitsInitial() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns the initial number of bits which defines the initial number of partitions (#partitions = 2^initialNumBits).
getNumBitsMaximal() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns the maximal number of bits which specifies the maximal number of partitions (max(#partitions) = 2^numBitsInitial).
getNumBoundaries() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BoundaryScheme
The number of boundaries.
getNumCells() - Method in class org.knime.base.data.append.column.AppendedColumnRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.base.data.append.row.ResortedCellsRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.base.data.filter.column.FilterColumnRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.base.data.replace.ReplacedColumnsDataRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer.Missing
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.core.data.container.BlobSupportDataRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in interface org.knime.core.data.DataRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.core.data.def.DefaultRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.core.data.def.JoinedRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumClasses() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
 
getNumClassValues() - Method in class org.knime.base.node.mine.decisiontree2.learner.NominalValueHistogram
Returns the number of class values of the second dimension of the histogram.
getNumClusters() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Get number of clusters.
getNumColSpec() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
 
getNumColumns() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns number of columns as read from the xml file.
getNumColumns() - Method in class org.knime.core.data.DataTableSpec
Returns the number of columns.
getNumCorrectCoveredPattern() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Returns the number of correctly covered data pattern.
getNumericValue(DataCell) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Checks if the given DataCell is a numeric cell and returns the numeric value.
getNumIntervals() - Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalPanel
 
getNumIntervals() - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
 
getNumIntervals() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalPanel
 
getNumMappings() - Method in class org.knime.base.node.mine.decisiontree2.learner.ValueMapper
Returns the number of mappings.
getNumMissingValues() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
 
getNumNominalValues(int) - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns the number of nominal values for the given attribute.
getNumOfAllMessages() - Method in class org.knime.base.node.io.filereader.SettingsStatus
Deprecated.  
getNumOfAllMessages() - Method in class org.knime.core.util.tokenizer.SettingsStatus
 
getNumOfCols() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
getNumOfColsGuessed() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
 
getNumOfErrors() - Method in class org.knime.base.node.io.filereader.SettingsStatus
Deprecated.  
getNumOfErrors() - Method in class org.knime.core.util.tokenizer.SettingsStatus
 
getNumOfInfos() - Method in class org.knime.base.node.io.filereader.SettingsStatus
Deprecated.  
getNumOfInfos() - Method in class org.knime.core.util.tokenizer.SettingsStatus
 
getNumOfWarnings() - Method in class org.knime.base.node.io.filereader.SettingsStatus
Deprecated.  
getNumOfWarnings() - Method in class org.knime.core.util.tokenizer.SettingsStatus
 
getNumWrongCoveredPattern() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Returns the number of wrong covered data pattern.
getObsoleteNodeDirectories() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
List of node directories, whose corresponding nodes failed to load.
getObsoleteNodeDirectories() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
List of node directories, whose corresponding nodes failed to load.
getObsoleteNodeDirectories() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
List of node directories, whose corresponding nodes failed to load.
getObsoleteNodeDirectories() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
List of node directories, whose corresponding nodes failed to load.
getObsoleteNodeDirectories() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
List of node directories, whose corresponding nodes failed to load.
getOffset() - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
 
getOldValue() - Method in class org.knime.core.node.workflow.WorkflowEvent
 
getOperation() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObjectSpec
 
getOperation4Name(String) - Static method in enum org.knime.base.node.preproc.setoperator.SetOperation
 
getOperations() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.  
getOperator(GlobalSettings) - Method in class org.knime.base.data.aggregation.ColumnAggregator
Creates only ones an AggregationOperator that is always returned by this method.
getOperator() - Method in exception org.knime.base.data.aggregation.DuplicateOperatorException
 
getOperator() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
 
getOperatorColName() - Method in class org.knime.base.data.aggregation.ColumnAggregator
 
getOperatorData() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getOption4ID(String) - Static method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
 
getOptype(DataType) - Static method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
 
getOriginalColName() - Method in class org.knime.base.data.aggregation.ColumnAggregator
 
getOriginalColSpec() - Method in class org.knime.base.data.aggregation.ColumnAggregator
 
getOriginalColSpec() - Method in class org.knime.base.data.aggregation.OperatorColumnSettings
 
getOriginalColumnSpec(int) - Method in class org.knime.base.data.aggregation.GlobalSettings
Returns column information of the original column with the provided index.
getOriginalColumnSpec(String) - Method in class org.knime.base.data.aggregation.GlobalSettings
Returns the DataColumnSpec of the original column with the provided name.
getOriginalData() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Returns the original DataTableSpec.
getOriginalDataType() - Method in class org.knime.base.data.aggregation.ColumnAggregator
 
getOriginalIndex() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
 
getOriginalSpec() - Method in class org.knime.core.data.container.ColumnRearranger
Access method for the internal data structure.
getOutcome() - Method in class org.knime.base.node.rules.Rule
Returns the rule's outcome (consequent).
getOutDataMemoryPolicy() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Get the policy for the data outports, that is, keep the output in main memory or write it to disc.
getOutgoingConnectionsFor(NodeID, int) - Method in class org.knime.core.node.workflow.WorkflowManager
Returns the set of outgoing connections for the node with the passed id at the specified port.
getOutgoingConnectionsFor(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Get all outgoing connections for a node.
getOutgoingFlowObjectStack() - Method in class org.knime.core.node.Node
Get list of flow variables that are added by NodeModel implementation.
getOutgoingFlowObjectStack() - Method in class org.knime.core.node.NodeModel
Deprecated. This method was never meant to be public API, the method scope will be reduced to package visibility in a future minor release. Clients should always use the NodeModel.pushFlowVariableDouble(String, double) and NodeModel.peekFlowVariableDouble(String) methods (similar for String or int) or NodeModel.getAvailableFlowVariables().
getOutgoingFlowObjectStack() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Delegates to node to get flow variables they are added or modified by the node.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.core.node.NodeModel
Returns the HiLiteHandler for the given output index.
getOutObjects() - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectOutNodeModel
 
getOutPort(int) - Method in class org.knime.core.node.workflow.NodeContainer
 
getOutPort(int) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Returns the output port for the given portID.
getOutPort(int) - Method in class org.knime.core.node.workflow.WorkflowManager
getOutportContent() - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContent
 
getOutportDescription(int) - Method in class org.knime.core.node.NodeFactory
Returns a description for an output port.
getOutportDescriptionName(int) - Method in class org.knime.core.node.Node
Return the name of the port as specified by the node factory (which takes it from the node description).
getOutportName(int) - Method in class org.knime.core.node.Node
Return name of output connector.
getOutportName(int) - Method in class org.knime.core.node.NodeFactory
Returns a name for an output port.
getOutPortsBarUIInfo() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Get UI information for workflow output ports.
getOutPortsBarUIInfo() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Get UI information for workflow output ports.
getOutPortsBarUIInfo() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Get UI information for workflow output ports.
getOutPortsBarUIInfo() - Method in class org.knime.core.node.workflow.WorkflowManager
Get UI information for workflow output ports.
getOutPortsBarUIInfo() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
Get UI information for workflow output ports.
getOutPortsBarUIInfo() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Get UI information for workflow output ports.
getOutPortTemplates() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getOutPortTemplates() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getOutPortTemplates() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getOutPortTemplates() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
getOutPortTemplates() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
getOutPortType(int) - Method in class org.knime.core.node.NodeModel
 
getOutput(ExecutionContext) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Is called at the end of the execute method when it is finished and the data should be available.
getOutputDimModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getOutputHiLiteHandler(int) - Method in class org.knime.core.node.Node
 
getOutputName() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
 
getOutputObject(int) - Method in class org.knime.core.node.Node
 
getOutputObjectSummary(int) - Method in class org.knime.core.node.Node
 
getOutputPlacement() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
 
getOutputSpec() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearner
 
getOutputSpec(PMMLPreprocDiscretize, DataTableSpec) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApply
 
getOutputSpec(DataTableSpec) - Method in class org.knime.base.node.preproc.autobinner.AutoBinner
 
getOutputSpec() - Method in class org.knime.base.node.preproc.joiner.Joiner
Create the DataTableSpec of the output.
getOutputSpec(int) - Method in class org.knime.core.node.Node
 
getOutputType(int) - Method in class org.knime.core.node.Node
Return type of output connector.
getOutputVariableName() - Method in class org.knime.core.node.FlowVariableModel
 
getOutSpec(DataTableSpec, String, ColorHandler) - Static method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Appends the given ColorHandler to the given DataTableSpec for the given column.
getOutSpecs() - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectOutNodeModel
 
getOutTable() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Get the output table of the crosstab node.
getOverallColorCount() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
getOwnClassCount() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Return number of patterns of correct class (= majority class in a non-risk decision tree).
getOwnClassFrequency() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getOwner() - Method in class org.knime.core.node.BufferedDataTable
 
getOwner() - Method in class org.knime.core.node.workflow.FlowObject
 
getOwnIndex() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
getOwnIndex() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getPairs() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
getPanel() - Method in class org.knime.core.node.NodeDialogPane
Returns the panel holding the different tabs shown in the dialog.
getParameter(int) - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
returns the parameter at given index.
getParameter(int) - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
returns the parameter at given index.
getParameter(int) - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
return the given parameter.
getParameter(int) - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
return the given parameter.
getParameterList() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getParameterName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCell
 
getParameterName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPPCell
 
getParameterName(int) - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
parameters are "kappa" and "delta".
getParameterName(int) - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
return the name of the parameter at the given index.
getParameterName(int) - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
get the names of the 2 parameters.
getParameterName(int) - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
get the name of the parameter.
getParameters() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the parameters.
getParamMatrix() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getParams() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Get all parameters to the currently learned model.
getParams() - Method in interface org.knime.base.node.mine.regression.linear.view.LinRegDataProvider
Get the parameters for the regression line.
getParent() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
getParent() - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Retuns a link to the parent node.
getParent() - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
 
getParent() - Method in class org.knime.core.internal.ReferencedFile
Get the parent of this element or null if the file's parent is not represented as a ReferencedFile object.
getParent() - Method in class org.knime.core.node.FlowVariableModel
 
getParent() - Method in class org.knime.core.node.workflow.NodeContainer
 
getParentIndex() - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Returns the parent index, the prefix.
getParseType() - Method in class org.knime.base.node.preproc.pmml.PMMLStringConversionTranslator
 
getParseType() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.PMMLStringConversionTranslator
 
getPartitionCoefficient() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
The partition coefficient is 1 for non-fuzzy cluster partition.
getPartitionCoefficient() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Calculates the partition coefficient.
getPartitionEntropy() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
Partition entropy (should be maximized).
getPartitionEntropy() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Calculates the partition entropy.
getPartitionForRow(DataRowWeighted) - Method in class org.knime.base.node.mine.decisiontree2.learner.Split
Returns the partition the given row belongs to according to this split.
getPartitionForRow(DataRowWeighted) - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitContinuous
Returns the partition the given row belongs to according to this split.
getPartitionForRow(DataRowWeighted) - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
Returns the partition the given row belongs to according to this split.
getPartitionForRow(DataRowWeighted) - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalNormal
Returns the partition the given row belongs to according to this split.
getPartitionTables() - Method in class org.knime.base.node.mine.decisiontree2.learner.Partitioner
Return the partition tables.
getPartitionWeights() - Method in class org.knime.base.node.mine.decisiontree2.learner.Split
Returns the partition weights.
getPartitionWeights() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitContinuous
Returns the partition weights.
getPartitionWeights() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
Returns the partition weights.
getPartitionWeights() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalNormal
Returns the partition weights.
getPassword(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
 
getPassword() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Deprecated. use DatabaseConnectionSettings.getPassword(CredentialsProvider)
getPassword() - Method in class org.knime.core.node.workflow.Credentials
The password as passed to the DB connection or other password-secured systems.
getPassword() - Method in interface org.knime.core.node.workflow.ICredentials
The password as passed to the DB connection or other password-secured systems.
getPattern() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
 
getPattern() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
getPattern() - Method in class org.knime.base.util.kdtree.TerminalNode
Returns the pattern stored in the terminal node.
getPatternsInClusters() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getPatternsInReference() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getPauseLoopExecution() - Method in class org.knime.core.node.Node
 
getPauseLoopExecution() - Method in class org.knime.core.node.NodeModel
 
getPCol() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
getPCovMatrix() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getPercentName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getPerceptron(int) - Method in class org.knime.base.data.neural.Layer
Returns perceptron at a given position.
getPerceptrons() - Method in class org.knime.base.data.neural.Layer
Returns all perceptrons in the layer.
getPieArea() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getPieCenter() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getPieColName() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
 
getPieColumnName() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieVizModel
getPieColumnName() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
getPieColumnName() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getPieColumnName() - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
 
getPieDrawingPane() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Convenient method to cast the drawing pane.
getPieSize() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getPlotter(FixedPieVizModel, HiLiteHandler) - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeView
getPlotter(InteractivePieVizModel, HiLiteHandler) - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeView
getPlotter(D, HiLiteHandler) - Method in class org.knime.base.node.viz.pie.node.PieNodeView
 
getPMMLDataType(DataType) - Static method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
 
getPMMLModelFragment(PMMLPortObjectSpec) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.  
getPMMLValue() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Returns the PMML value.
getPMMLVersion() - Method in class org.knime.core.data.xml.PMMLBlobCell
getPMMLVersion() - Method in class org.knime.core.data.xml.PMMLCell
getPMMLVersion() - Method in class org.knime.core.data.xml.PMMLCellContent
getPMMLVersion() - Method in interface org.knime.core.data.xml.PMMLValue
 
getPoint() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
Returns the mapped point, where to draw this DendrogramPoint.
getPoints() - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
 
getPoints() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
getPolicy4Label(String) - Static method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
 
getPolicyLabels() - Static method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
 
getPolicyStategy(String) - Method in class org.knime.base.util.coordinate.Coordinate
Returns the strategy for the given policy.
getPopUpMenu(int) - Method in class org.knime.core.node.tableview.TableContentView
Create a custom popup menu when the mouse was clicked in a column header.
getPortIndex() - Method in interface org.knime.core.node.workflow.NodePort
 
getPortIndex() - Method in class org.knime.core.node.workflow.NodePortAdaptor
 
getPortIndex() - Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowPortTemplate
 
getPortName() - Method in interface org.knime.core.node.workflow.NodePort
 
getPortName() - Method in class org.knime.core.node.workflow.NodePortAdaptor
 
getPortName() - Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowPortTemplate
 
getPortObject() - Method in class org.knime.base.node.io.pmml.read.PMMLImport
 
getPortObject() - Method in class org.knime.core.data.model.PortObjectCell
Get content of this port object.
getPortObject() - Method in interface org.knime.core.data.model.PortObjectValue
Get content of this port object.
getPortObject(int) - Method in class org.knime.core.node.CopyNodePersistor
getPortObject(int) - Method in interface org.knime.core.node.NodeContentPersistor
 
getPortObject(int) - Method in class org.knime.core.node.NodePersistorVersion1xx
getPortObject(int) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
getPortObject() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Returns the DataTable for this port, as set by the node this port is output for.
getPortObject() - Method in interface org.knime.core.node.workflow.NodeOutPort
Returns the DataTable for this port, as set by the node this port is output for.
getPortObject() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Returns the DataTable for this port, as set by the node this port is output for.
getPortObject() - Method in class org.knime.core.node.workflow.WorkflowOutPort
Returns the DataTable for this port, as set by the node this port is output for.
getPortObjectClass() - Method in class org.knime.core.node.port.PortType
 
getPortObjects() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Access method for the input port objects.
getPortObjectSerializer() - Static method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
Returns a serializer object for this model.
getPortObjectSerializer() - Static method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Serializer required by the PortObject interface.
getPortObjectSerializer() - Static method in class org.knime.core.node.BufferedDataTable
Throws IllegalStateException as this method is not supposed to be called; refer to the API of PortObject for details on this method.
getPortObjectSerializer() - Static method in class org.knime.core.node.port.AbstractPortObject
Abstract serializer method as required by interface PortObject.
getPortObjectSerializer() - Static method in class org.knime.core.node.port.AbstractSimplePortObject
Abstract serializer method as required by interface PortObject.
getPortObjectSerializer() - Static method in class org.knime.core.node.port.database.DatabasePortObject
Serializer used to save DatabasePortObject.
getPortObjectSerializer() - Static method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
Serializer for this port object.
getPortObjectSerializer() - Static method in class org.knime.core.node.port.inactive.InactiveBranchPortObject
Serializer as required by PortObject class.
getPortObjectSerializer() - Static method in class org.knime.core.node.port.pmml.PMMLPortObject
Static serializer as demanded from PortObject framework.
getPortObjectSerializer(Class<T>) - Static method in class org.knime.core.node.port.PortUtil
Get the globally used serializer for PortObject objects represented by the class argument.
getPortObjectsExcludeFlowVariablePort() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Get the input objects, excluding the mandatory flow variable input port (added in v2.2.0).
getPortObjectSpec() - Method in class org.knime.base.node.io.pmml.read.PMMLImport
 
getPortObjectSpec(int) - Method in class org.knime.core.node.CopyNodePersistor
getPortObjectSpec(int) - Method in interface org.knime.core.node.NodeContentPersistor
 
getPortObjectSpec(int) - Method in class org.knime.core.node.NodePersistorVersion1xx
getPortObjectSpec(int) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
getPortObjectSpec() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Returns the DataTableSpec or null if not available.
getPortObjectSpec() - Method in interface org.knime.core.node.workflow.NodeOutPort
Returns the DataTableSpec or null if not available.
getPortObjectSpec() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Returns the DataTableSpec or null if not available.
getPortObjectSpecClass() - Method in class org.knime.core.node.port.PortType
 
getPortObjectSpecClass(Class<? extends PortObject>) - Static method in class org.knime.core.node.port.PortType
 
getPortObjectSpecSerializer() - Static method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
Returns a serializer object for this model's spec (which is the model itself).
getPortObjectSpecSerializer() - Static method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
Method required by the interface PortObjectSpec.
getPortObjectSpecSerializer() - Static method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObjectSpec
 
getPortObjectSpecSerializer() - Static method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Serializer required by the PortObjectSpec interface.
getPortObjectSpecSerializer() - Static method in class org.knime.core.data.DataTableSpec
Method required by the interface PortObjectSpec.
getPortObjectSpecSerializer() - Static method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
Abstract serializer method as required by interface PortObjectSpec.
getPortObjectSpecSerializer() - Static method in class org.knime.core.node.port.database.DatabasePortObjectSpec
Serializer used to save DatabasePortObjectSpec.
getPortObjectSpecSerializer() - Static method in class org.knime.core.node.port.flowvariable.FlowVariablePortObjectSpec
Serializer as required by PortObjectSpec super class.
getPortObjectSpecSerializer() - Static method in class org.knime.core.node.port.inactive.InactiveBranchPortObjectSpec
Serializer method as required by PortObjectSpec class.
getPortObjectSpecSerializer() - Static method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getPortObjectSpecSerializer() - Static method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec
 
getPortObjectSpecSerializer(Class<T>) - Static method in class org.knime.core.node.port.PortUtil
Get the globally used serializer for PortObjectSpec objects represented by the class argument.
getPortObjectSpecZipInputStream(InputStream) - Static method in class org.knime.core.node.port.PortUtil
 
getPortObjectSpecZipOutputStream(OutputStream) - Static method in class org.knime.core.node.port.PortUtil
 
getPortObjectSummary(int) - Method in class org.knime.core.node.CopyNodePersistor
getPortObjectSummary(int) - Method in interface org.knime.core.node.NodeContentPersistor
 
getPortObjectSummary(int) - Method in class org.knime.core.node.NodePersistorVersion1xx
getPortObjectSummary(int) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
getPortObjectZipInputStream(InputStream) - Static method in class org.knime.core.node.port.PortUtil
 
getPortObjectZipOutputStream(OutputStream) - Static method in class org.knime.core.node.port.PortUtil
 
getPortSummary() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Get summary of the underlying port object as provided by PortObject.getSummary().
getPortSummary() - Method in interface org.knime.core.node.workflow.NodeOutPort
Get summary of the underlying port object as provided by PortObject.getSummary().
getPortSummary() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Get summary of the underlying port object as provided by PortObject.getSummary().
getPortType() - Method in interface org.knime.core.node.workflow.NodePort
 
getPortType() - Method in class org.knime.core.node.workflow.NodePortAdaptor
 
getPortType() - Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowPortTemplate
 
getPortView() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Returns the port view for this output port which can be null.
getPosition() - Method in class org.knime.base.node.mine.pca.EigenValue
 
getPositive() - Method in class org.knime.base.node.mine.svm.Svm
 
getPositiveClass() - Method in class org.knime.base.node.viz.roc.ROCSettings
Returns the value from the class column that represents the "positive" class.
getPositiveInfinity() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the value for positive infinity after mapping.
getPositiveInfinity() - Method in class org.knime.base.util.coordinate.NumericCoordinate
Returns the value for positive infinity after mapping.
getPositiveInfinity() - Method in class org.knime.base.util.coordinate.PolicyStrategy
Returns the value for positive infinity.
getPossibleValueClasses() - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
Result may be null when the first constructor was used (based on a column name only).
getPossibleValues() - Method in class org.knime.base.node.viz.plotter.parcoord.NominalParallelAxis
 
getPossibleValuesOfSelectedColumn() - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
For the selected column (from the combobox) it get the possible values, and returns a vector with the string representations for them.
getPPMatrix() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getPredClass() - Method in enum org.knime.base.node.mine.decisiontree2.PMMLPredicate.PMMLPredicates
Returns the predicate class.
getPredecessor(int) - Method in class org.knime.base.data.neural.SigmoidPerceptron
Returns the predecessor at a given position.
getPredecessors() - Method in class org.knime.base.data.neural.SigmoidPerceptron
Returns the predecessors.
getPredicate() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getPredicateForConfig(Config) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Returns the correct PMMLPredicate for a config object.
getPredicateForType(String) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Returns the correct PMMLPredicate for its string representation.
getPredicates() - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Returns all contained predicates.
getPredictor(String) - Method in class org.knime.base.node.mine.regression.logistic.predict.PPMatrix
 
getPredictorName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPPCell
 
getPredictorRow() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
 
getPredictorRow() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
getPredictorRow() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
getPredLayer() - Method in class org.knime.base.data.neural.HiddenLayer
Returns the predecessor layer for the current layer.
getPreferredScrollableViewportSize() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
getPreferredSize() - Method in class org.knime.base.data.bitvector.BitVectorValueStringRenderer
Deprecated. Get the dimension which the renderer component will preferably occupy.
getPreferredSize() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
Get the preferred size.
getPreferredSize() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Get the preferred size.
getPreferredSize(JComponent) - Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
getPreferredSize() - Method in interface org.knime.core.data.image.ImageContent
Preferred dimension, width and height, for the given image to be rendered.
getPreferredSize() - Method in class org.knime.core.data.image.ImageDataValueRenderer
Get the dimension which the renderer component will preferably occupy.
getPreferredSize() - Method in class org.knime.core.data.image.png.PNGImageContent
Preferred dimension, width and height, for the given image to be rendered.
getPreferredSize() - Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer
Get the dimension which the renderer component will preferably occupy.
getPreferredSize() - Method in interface org.knime.core.data.renderer.DataValueRenderer
Get the dimension which the renderer component will preferably occupy.
getPreferredSize() - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Get the dimension which the renderer component will preferably occupy.
getPreferredSize(JComponent) - Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
getPreferredSize() - Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
Get the dimension which the renderer component will preferably occupy.
getPreferredSize() - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
Get the dimension which the renderer component will preferably occupy.
getPreferredSize() - Method in class org.knime.core.node.config.ConfigEditTreeRenderer
getPreferredValueClass() - Static method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated. Preferred value class of a BitVectorCell is BitVectorValue.
getPreferredValueClass() - Method in class org.knime.core.data.DataType
Returns the preferred value class of the current DataType or null if not available.
getPreferredValueClass() - Static method in class org.knime.core.data.date.DateAndTimeCell
Static method indicating preferred value class as required by DataCell API.
getPreferredValueClass() - Static method in class org.knime.core.data.def.BooleanCell
Returns the preferred value class of this cell implementation.
getPreferredValueClass() - Static method in class org.knime.core.data.def.ComplexNumberCell
Returns the preferred value class of this cell implementation.
getPreferredValueClass() - Static method in class org.knime.core.data.def.DoubleCell
Returns the preferred value class of this cell implementation.
getPreferredValueClass() - Static method in class org.knime.core.data.def.FuzzyIntervalCell
Returns the preferred value class of this cell implementation.
getPreferredValueClass() - Static method in class org.knime.core.data.def.FuzzyNumberCell
Returns the preferred value class of this cell implementation.
getPreferredValueClass() - Static method in class org.knime.core.data.def.IntCell
Returns the preferred value class of this cell implementation.
getPreferredValueClass() - Static method in class org.knime.core.data.def.IntervalCell
Returns the preferred value class of this cell implementation.
getPreferredValueClass() - Static method in class org.knime.core.data.def.LongCell
Returns the preferred value class of this cell implementation.
getPreferredValueClass() - Static method in class org.knime.core.data.def.StringCell
Returns the preferred value class of this cell implementation.
getPreferredValueClass() - Static method in class org.knime.core.data.def.TimestampCell
Deprecated. Returns the preferred value class of this cell implementation.
getPreferredValueClass() - Static method in class org.knime.core.data.image.png.PNGImageBlobCell
 
getPreferredValueClass() - Static method in class org.knime.core.data.image.png.PNGImageCell
 
getPreferredValueClass() - Static method in class org.knime.core.data.model.PortObjectCell
 
getPreferredValueClass() - Static method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Returns the preferred value class of this cell implementation.
getPreferredValueClass() - Static method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Returns the preferred value class of this cell implementation.
getPreferredValueClass() - Static method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Returns the preferred value class of this cell implementation.
getPreferredValueClass() - Static method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Returns the preferred value class of this cell implementation.
getPreferredValueClass() - Static method in class org.knime.core.data.xml.PMMLBlobCell
Returns the preferred value class for PMML cells which is PMMLValue.
getPreferredValueClass() - Static method in class org.knime.core.data.xml.PMMLCell
Returns the preferred value class for XML cells which is PMMLValue.
getPreferredValueClass() - Static method in class org.knime.core.data.xml.XMLBlobCell
Returns the preferred value class for XML cells which is XMLValue.
getPreferredValueClass() - Static method in class org.knime.core.data.xml.XMLCell
Returns the preferred value class for XML cells which is XMLValue.
getPreferredWriteVersion() - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated. Returns the PMML version that this content handler prefers to write.
getPrefix() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Returns the prefix of this node representing the condition.
getPrefix(String) - Method in class org.knime.core.data.xml.util.DefaultNamespaceContext
getPrefix() - Method in enum org.knime.core.node.workflow.FlowVariable.Scope
 
getPrefixes(String) - Method in class org.knime.core.data.xml.util.DefaultNamespaceContext
getPreprocessingCols() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getPreprocessingFields() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getPreserveSettings() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Checks the flag that indicates if settings will be reset at location change.
getPreviousIndex() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
 
getPreviousSpec() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
 
getPreviousValue() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
 
getPrimaryColumn() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
 
getProbability(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
 
getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
This should also handle missing values.
getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
This should also handle missing values.
getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
This should also handle missing values.
getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
This should also handle missing values.
getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
This should also handle missing values.
getProgress() - Method in class org.knime.core.node.DefaultNodeProgressMonitor
 
getProgress() - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Get the subprogress, the value scaled to [0, 1].
getProgress() - Method in interface org.knime.core.node.NodeProgressMonitor
The current progress value or null if no progress available.
getProgress() - Method in class org.knime.core.node.workflow.NodeProgress
Current progress value or null.
getProgressMonitor() - Method in class org.knime.core.node.ExecutionMonitor
 
getProgressMonitor() - Method in class org.knime.core.node.workflow.NodeContainer
 
getProjectOnly() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
 
getProjectOnlyModel() - Static method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeDialog
 
getProperties() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
Get the columns that should be in the output beside the values return by getRowVarColumn() and getColVarColumn() which will always be in the output.
getProperties() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
The list of properties.
getProperties() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getProperties() - Method in class org.knime.core.data.DataColumnSpec
Returns the properties assigned to this column spec.
getPropertiesPanel() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
 
getProperty(String, String) - Method in class org.knime.core.data.DataColumnProperties
Get the property assigned to key or - if this property does not exist - the defaultValue.
getProperty(String) - Method in class org.knime.core.data.DataColumnProperties
Get the property value for the given key or null if key does not exist.
getProperty() - Method in class org.knime.core.node.workflow.NodePropertyChangedEvent
 
getPropertyChangeSupport() - Method in class org.knime.core.node.tableview.TableContentModel
Get reference to PropertyChangeSupport to allow subclasses to fire customized events.
getPropertyInfo(String, Properties) - Method in class org.knime.base.node.io.database.WrappedDriver
getProps() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration.Result
 
getPrototypes() - Method in class org.knime.base.node.mine.cluster.PMMLClusterTranslator
 
getPRow() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
getPValues(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the parameters mapped to the p-value for the given logit.
getQuality() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getQuality(Map<RowKey, RowKey>, Map<RowKey, Set<RowKey>>) - Static method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Get quality measure of current cluster result (in 0-1).
getQualityMeasureName() - Method in class org.knime.base.node.mine.decisiontree2.learner.Split
 
getQualityValue() - Method in class org.knime.base.node.mine.decisiontree2.learner.PruningResult
Returns the quality value for this node.
getQuery() - Method in class org.knime.base.node.io.database.DBReaderNodeModel
 
getQuery() - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
 
getQueryConnection() - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
 
getQueueSize() - Method in class org.knime.core.util.ThreadPool
Returns the size of the future queue (needed by the unit test).
getQuickFormElement() - Method in interface org.knime.core.quickform.in.QuickFormInputNode
Get the quick form element controlling the relevant portions to this node.
getQuoteBegin() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getQuoteEnd() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getQuoteEscape() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns escape quote string.
getQuoteLeft() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns the string for the left quote.
getQuoteMode() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getQuotePattern() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
getQuoteReplacement() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getQuoteRight() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns the string for the right quote.
getQuoteString() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
getRawCell(int) - Method in class org.knime.core.data.container.BlobSupportDataRow
Returns the cell at given index.
getReadBytes() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
Deprecated. Returns the number of bytes returned so far.
getReadBytes() - Method in class org.knime.core.util.tokenizer.Tokenizer
Returns the number of bytes returned so far.
getReadPossibleValuesFromFile() - Method in class org.knime.base.node.io.filereader.ColProperty
 
getReadVersion() - Method in class org.knime.core.data.container.Buffer
Get underlying stream version.
getRealD() - Method in class org.knime.base.util.math.EigenvalueDecomposition
 
getRealValue() - Method in interface org.knime.core.data.ComplexNumberValue
 
getRealValue() - Method in class org.knime.core.data.def.BooleanCell
getRealValue() - Method in class org.knime.core.data.def.ComplexNumberCell
getRealValue() - Method in class org.knime.core.data.def.DoubleCell
getRealValue() - Method in class org.knime.core.data.def.IntCell
getRealValue() - Method in class org.knime.core.data.def.LongCell
getReducedSet(double) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Get set of column names that would be in the output table if a given correlation threshold is applied.
getReducedTickPositions(int) - Method in class org.knime.base.util.coordinate.NominalCoordinate
 
getReferenceTables() - Method in class org.knime.core.data.container.ConcatenateTable
Reference to the underlying tables, if any.
getReferenceTables() - Method in class org.knime.core.data.container.ContainerTable
Returns an empty array.
getReferenceTables() - Method in class org.knime.core.data.container.JoinedTable
Reference to the underlying tables, if any.
getReferenceTables() - Method in class org.knime.core.data.container.RearrangeColumnsTable
Get handle to the reference table in an array of length 1.
getReferenceTables() - Method in class org.knime.core.data.container.TableSpecReplacerTable
Get handle to reference table in an array of length 1.
getReferenceTables() - Method in class org.knime.core.data.container.WrappedTable
Reference to the underlying tables, if any.
getReferenceTables() - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
Reference to the underlying tables, if any.
getRegExpr() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.  
getRegExpr() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
 
getRegressionContent() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Get all parameters to the currently learned model.
getRegressionTable() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator
 
getRelativeSize() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
getRemovedRowsDueToMissingClassValue() - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTableCreator
Returns the number of rows removed during table creation due to missing class values.
getRemoveLeftJoinCols() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns true when the columns returned by getLeftJoinColumns() should not be added to the joining table.
getRemoveRightJoinCols() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns true when the columns returned by getRightJoinColumns() should not be added to the joining table.
getRenderer(DataColumnSpec) - Method in class org.knime.core.data.DataType
Returns a family of all renderers that are available for this DataType.
getRendererComponent(Object) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Get a component that visualizes a given object.
getRendererComponent(Object) - Method in interface org.knime.core.data.renderer.DataValueRenderer
Get a component that visualizes a given object.
getRendererComponent(Object) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
Get a component that visualizes a given object.
getRendererComponent(Object) - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Get a component that visualizes a given object.
getRendererComponent(Object) - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
Get a component that visualizes a given object.
getRendererDescriptions() - Method in interface org.knime.core.data.renderer.DataValueRendererFamily
Get a "unique" description for all renderer that are available in this family.
getRendererDescriptions() - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Get a "unique" description for all renderer that are available in this family.
getRendererDescriptions() - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
Get a "unique" description for all renderer that are available in this family.
getRendererFamily(DataColumnSpec) - Method in class org.knime.base.data.bitvector.BitVectorValue.BitVectorUtilityFactory
Deprecated. Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.BooleanValue.BooleanUtilityFactory
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.collection.CollectionDataValue.CollectionUtilityFactory
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.DataValue.UtilityFactory
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.date.DateAndTimeUtility
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.DoubleValue.DoubleUtilityFactory
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.image.png.PNGImageValue.ImageCellUtilityFactory
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.IntValue.IntUtilityFactory
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.LongValue.LongUtilityFactory
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.model.PortObjectValue.PortObjectUtilityFactory
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.StringValue.StringUtilityFactory
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.vector.bitvector.BitVectorValue.BitVectorUtilityFactory
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.vector.bytevector.ByteVectorValue.ByteVectorUtilityFactory
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.xml.XMLValue.XMLUtilityFactory
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.node.tableview.TableContentView
Method being invoked when the table is (re-)constructed to get the available renderer for a column.
getReplaceColumn() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
getReplacement(DataRow, int[]) - Method in class org.knime.base.data.replace.ReplacedCellFactory
Returns an array of length 1 containing the replacement of the data cell at the position given in the first element of the columns array.
getReplacement(DataRow, int) - Method in class org.knime.base.data.replace.ReplacedCellFactory
Computes the data cell that should replace the column-th column in the given row.
getReplacement(DataRow, int[]) - Method in interface org.knime.base.data.replace.ReplacedCellsFactory
Computes the data cells that should replace the column-th column in the given row.
getReplaceString() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
getResource() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the cells resource value.
getResult() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getResultColumnsSpec() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
 
getResultInternal() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getResultInternal() - Method in class org.knime.base.data.aggregation.booleancell.FalseCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.booleancell.TrueCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.collection.AndElementCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.collection.AndElementOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.collection.ElementCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.collection.OrElementCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.collection.OrElementOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.collection.XORElementCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.collection.XORElementOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.date.DateMeanOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.date.DayRangeOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.date.MedianDateOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
Deprecated. 
getResultInternal() - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateOperator
Deprecated. 
getResultInternal() - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateWithCountOperator
Deprecated. 
getResultInternal() - Method in class org.knime.base.data.aggregation.general.ConcatenateOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.CountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.FirstOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.LastOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.ListCellOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.MaxOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.MinOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.MissingValueCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.ModeOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.PercentOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.SetCellOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.SortedListCellOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateWithCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.UniqueCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.MedianOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.ProductOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.RangeOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.StdDeviationOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.SumOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.VarianceOperator
getRight() - Method in class org.knime.base.node.io.filetokenizer.Quote
Deprecated.  
getRight() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the cells (Nodes) right child Cell.
getRight() - Method in class org.knime.base.util.kdtree.NonterminalNode
Returns the right child node.
getRight() - Method in class org.knime.core.util.tokenizer.Quote
 
getRightBound() - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
 
getRightBound() - Method in class org.knime.core.data.def.IntervalCell
getRightBound() - Method in interface org.knime.core.data.IntervalValue
 
getRightChild() - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
 
getRightChildIndices() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.  
getRightGap() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getRightIncludeAll() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns true when all columns of the right table should be added to the joining table.
getRightIncludeCols() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns the columns of the right table that should be included to the joining table.
getRightIndex(DataRow) - Static method in class org.knime.base.node.preproc.joiner.OutputDataRow
 
getRightJoinColumns() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns the columns of the right table used in the join predicate.
getRightKey(DataRow) - Static method in class org.knime.base.node.preproc.joiner.OutputDataRow
 
getRightMargin() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLInterval
 
getRightOuter() - Method in class org.knime.base.node.preproc.joiner.JoinContainer
 
getRightRow() - Method in class org.knime.core.data.def.JoinedRow
 
getRightRowKeyMap() - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer
 
getRightRowKeyMap() - Method in class org.knime.base.node.preproc.joiner.Joiner
 
getRightSelectedItems() - Method in class org.knime.base.node.preproc.joiner.ColumnPairsSelectionPanel
Returns an array with elements of type DataColumnSpec or String.
getRightTable() - Method in class org.knime.base.data.join.JoinedTable
Get reference to underlying right table.
getRightValue(boolean) - Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
 
getRightValue() - Method in class org.knime.base.node.preproc.binner.NumericBin
 
getRightValue(boolean) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
getRightValue() - Method in class org.knime.base.node.preproc.pmml.binner.NumericBin
 
getRocCurve() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Returns a bit set with data for the ROC curve.
getRole() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
 
getRoot() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
The root node.
getRoot() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getRoot() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
getRoot() - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
getRoot() - Method in class org.knime.core.node.config.ConfigEditTreeModel
getRootNode() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
 
getRootNode() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
 
getRootNode() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Get the root.
getRow() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel.IntPair
 
getRow(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
Returns the row from the container with index idx.
getRow(int) - Method in interface org.knime.base.node.util.DataArray
Returns the row from the container with index idx.
getRow(int) - Method in class org.knime.base.node.util.DefaultDataArray
Returns the row from the container with index idx.
getRow(int) - Method in class org.knime.core.node.tableview.TableContentModel
Gets a row with a specified index.
getRowColor(DataRow) - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
 
getRowColor(DataRow) - Method in class org.knime.core.data.DataTableSpec
Returns the color that an object should have when displaying information concerning this row (for instance in a scatterplot).
getRowColors() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getRowColors() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getRowColors() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
 
getRowContainer() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Get the row container for the rows to paint in the view.
getRowContainer() - Method in interface org.knime.base.node.mine.regression.linear.view.LinRegDataProvider
Get the row container for the rows to paint in the view.
getRowContainer() - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
Returns the DataArray with the training data.
getRowCount() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
getRowCount() - Method in class org.knime.base.data.sort.SortedTable
 
getRowCount() - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
getRowCount() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
getRowCount() - Method in class org.knime.base.node.mine.scorer.accuracy.ConfusionTableModel
Column and row count are equal as this is a square matrix.
getRowCount() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
getRowCount() - Method in class org.knime.base.node.preproc.joiner.JoinContainer
 
getRowCount() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
getRowCount() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
getRowCount() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
getRowCount() - Method in class org.knime.base.util.HalfDoubleMatrix
Returns the number of rows the half matrix has.
getRowCount() - Method in class org.knime.base.util.HalfFloatMatrix
Returns the number of rows the half matrix has.
getRowCount() - Method in class org.knime.base.util.HalfIntMatrix
Returns the number of rows the half matrix has.
getRowCount() - Method in class org.knime.core.data.container.ConcatenateTable
Row count of the table.
getRowCount() - Method in class org.knime.core.data.container.ContainerTable
Row count of the table.
getRowCount() - Method in class org.knime.core.data.container.JoinedTable
Row count of the table.
getRowCount() - Method in class org.knime.core.data.container.RearrangeColumnsTable
Row count of the table.
getRowCount() - Method in class org.knime.core.data.container.TableSpecReplacerTable
Row count of the table.
getRowCount() - Method in class org.knime.core.data.container.WrappedTable
Row count of the table.
getRowCount() - Method in class org.knime.core.data.def.DefaultTable
Deprecated. Get the number of rows in this table.
getRowCount() - Method in class org.knime.core.node.BufferedDataTable
Get the row count of the this table.
getRowCount() - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
Row count of the table.
getRowCount() - Method in interface org.knime.core.node.tableview.TableContentInterface
Get the number of rows that are in the table.
getRowCount() - Method in class org.knime.core.node.tableview.TableContentModel
Get the number of rows in this model.
getRowCount() - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Returns row count as in TableContentModel.
getRowDelimiter() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
getRowDelimiter() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns row delimiter string.
getRowHeaderPrefix() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getRowHeight() - Method in class org.knime.base.node.viz.table.TableNodeView
Get row height from table.
getRowHeight() - Method in class org.knime.core.node.tableview.TableView
Get row height from table.
getRowID() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getRowIdPrefix() - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
 
getRowIdPrefix() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
 
getRowIdPrefix() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getRowIdStartValue() - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
 
getRowIdStartValue() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
 
getRowIdStartValue() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getRowIdSuffix() - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
 
getRowIdSuffix() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
 
getRowIdSuffix() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getRowIndex() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns the index of the row stored inside this leaf node.
getRowIndex() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getRowIndices() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
see getValues();
getRowIndices() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
see getValues();
getRowIndices() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getRowKey() - Method in class org.knime.base.node.preproc.setoperator.RowKeyCellMap
 
getRowKey() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
getRowKey(String) - Method in class org.knime.core.node.config.Config
Return RowKey for key.
getRowKey(String, RowKey) - Method in class org.knime.core.node.config.Config
Return a RowKey which can be null, or the default value if the key is not available.
getRowKey(String) - Method in interface org.knime.core.node.config.ConfigRO
Return RowKey for key.
getRowKey(String, RowKey) - Method in interface org.knime.core.node.config.ConfigRO
Return a RowKey which can be null, or the default value if the key is not available.
getRowKey(int) - Method in interface org.knime.core.node.tableview.TableContentInterface
Get the row key for a given row index.
getRowKey(int) - Method in class org.knime.core.node.tableview.TableContentModel
Get the row key for a given row index.
getRowKeyArray(String) - Method in class org.knime.core.node.config.Config
Return RowKey array for the given key.
getRowKeyArray(String, RowKey...) - Method in class org.knime.core.node.config.Config
Return a RowKey array which can be null, or the default value if the key is not available.
getRowKeyArray(String) - Method in interface org.knime.core.node.config.ConfigRO
Return RowKey array for the given key.
getRowKeyArray(String, RowKey...) - Method in interface org.knime.core.node.config.ConfigRO
Return a RowKey array which can be null, or the default value if the key is not available.
getRowKeys() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Please make sure to call init() first in order to guarantee that the DataTable is converted.
getRowKeys() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
getRowKeysAsString() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the RowKeys as a string separated with ",".
getRowKeySeparator() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Return Separator of the RowKeys in the joined table.
getRowModel() - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable
Returns the model of this table.
getRowOrderMethod() - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getRowPercentName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getRowPrefix() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns the prefix for row keys.
getRowPrefix() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
getRows() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
getRowShape(DataRow) - Method in class org.knime.core.data.DataTableSpec
Return the shape that an object should have when displaying information concerning this row (for instance in a scatterplot).
getRowsInList() - Method in class org.knime.core.data.def.DefaultTable
Deprecated. Get a reference to underlying data container.
getRowSize(DataRow) - Method in class org.knime.core.data.DataTableSpec
Deprecated. use row size factor instead
getRowSizeFactor(DataRow) - Method in class org.knime.core.data.DataTableSpec
Return the size (as a scaling factor) that an object should have when displaying information concerning this row (for instance in a scatterplot).
getRowsModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getRowTotal() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel.CrosstabTotals
Get the row count totals.
getRowVarColumn() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
getRules() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.  
getRunButton() - Method in class org.knime.core.node.interrupt.InterruptControlPanel
Returns the button for the RUN event.
getRunningThreads() - Method in class org.knime.core.util.ThreadPool
Returns the number of currently running threads in this pool and its sub pools.
getRuntimeWarnings() - Method in class org.knime.base.node.preproc.joiner.Joiner
Get warnings which occurred when processing the method computeJoinTable.
getSampleQuantiles() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
getSamplingMethod() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
getSamplingRowFilter(BufferedDataTable, ExecutionMonitor) - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Method to be used in the execute method to determine the row filter for the sampling.
getSaveVersion() - Static method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
 
getScale4Command(String) - Static method in enum org.knime.base.node.viz.aggregation.ValueScale
Returns the scale for the given action command.
getScales() - Method in class org.knime.base.data.normalize.AffineTransConfiguration
 
getSchemes() - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Returns DiscretizationSchemes of the columns that are included in the DiscretizationModel.
getScope() - Method in class org.knime.core.node.workflow.FlowVariable
 
getScorerCount() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
 
getScoreTable() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getScoreTableSpec() - Static method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getScreenYCoordinate(double) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
getScrollableTracksViewportHeight() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
getScrollableTracksViewportWidth() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
getSearchColumn() - Method in class org.knime.core.node.tableview.FindPositionAll
getSearchColumn() - Method in class org.knime.core.node.tableview.FindPositionRowKey
 
getSearchRow() - Method in class org.knime.core.node.tableview.FindPositionRowKey
 
getSearchString() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
getSecond() - Method in class org.knime.core.data.date.DateAndTimeCell
getSecond() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getSecond() - Method in class org.knime.core.util.Pair
Returns the second object.
getSecondaryColumn() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
 
getSecondCompareColumn() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Returns the second column to compare.
getSecondSubnode() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns the second sub-node of this node.
getSecondSubnode() - Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
Returns the second sub-node of this node.
getSections() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieVizModel
getSections() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
getSections() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getSections2Draw() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
Returns the sections to draw depending on the showMissing and emptySection flags.
getSeed() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
getSeedModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getSelected() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Get the selected node.
getSelected() - Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
 
getSelected() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Returns the name of the currently selected item.
getSelectedAggrColumn() - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
 
getSelectedAggrColumns() - Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
 
getSelectedAggrMethod() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
getSelectedAsSpec() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Returns the DataColumnSpec of the currently selected item.
getSelectedBars() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getSelectedBins() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getSelectedColumn() - Method in class org.knime.base.node.preproc.sorter.SortItem
The column that is selected in the JComboBox.
getSelectedColumn() - Method in class org.knime.core.node.util.ColumnSelectionComboxBox
Gets the selected column.
getSelectedColumn() - Method in class org.knime.core.node.util.ColumnSelectionPanel
Gets the selected column.
getSelectedColumnAsSpec() - Method in class org.knime.core.node.util.ColumnSelectionPanel
Gets the selected column as DataColumnSpec.
getSelectedColumns() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Returns an (unmodifieable) set of the select column names.
getSelectedColumns() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
 
getSelectedColumns() - Method in class org.knime.core.node.util.ColumnSelectionList
Returns a collection with the names of all currently selected columns.
getSelectedDots() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
 
getSelectedElement(Point) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getSelectedElement(Point) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getSelectedElements() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
getSelectedElements() - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
getSelectedFile() - Method in class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
Get currently selected file.
getSelectedFile() - Method in class org.knime.base.node.preproc.stringreplacer.dict.FilesHistoryPanel
Get currently selected file.
getSelectedFile() - Method in class org.knime.core.node.util.FilesHistoryPanel
Get currently selected file.
getSelectedIndex() - Method in class org.knime.core.node.util.ColumnSelectionPanel
 
getSelectedKeys() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getSelectedKeys() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
getSelectedKeys() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
getSelectedKeys() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getSelectedMethod() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodComboBox
 
getSelectedPieColumn() - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
 
getSelectedProps() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
 
getSelectedSections() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getSelectedSet(Point[]) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Determines the row keys (as DataCells) which belong to the given cell of the confusion matrix.
getSelectedString() - Method in class org.knime.core.node.util.StringHistoryPanel
Get currently selected entry.
getSelectedSubElement(Point) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
Returns the sub element of this element that contains the given point or null if none contains the point.
getSelectedURLs() - Method in class org.knime.core.node.util.MultipleURLList
Returns a list with all selected URLs.
getSelectedXColumn() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineScatterPlotter
getSelectedXColumn() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
 
getSelectedXColumn() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
getSelectedXColumnIndex() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
Returns the selected column index or 0 by default, that is if no DataTableSpec is set and no column was selected before.
getSelectedXColumnName() - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
 
getSelectedXColumnSpec() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeDialogPane
 
getSelectedYColumn() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineScatterPlotter
getSelectedYColumn() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
 
getSelectedYColumn() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
getSelectedYColumnIndex() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
Returns the selected column index or 0 by default, that is if no DataTableSpec is set and no column was selected before.
getSelectionOption() - Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
 
getSelectionRectangle() - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
For normal behavior, this method should is by the AbstractPlotter only.
getSeparatorReplacement() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getSerializer() - Method in class org.knime.core.data.container.CellClassInfo
 
getSerializer(Class<T>, Class<V>, String, boolean) - Static method in class org.knime.core.internal.SerializerMethodLoader
Invokes a static method named methodName on class encapsulatingClass, which is supposed to have no arguments and whose return type is V<T>.
getSet() - Method in class org.knime.core.data.collection.SetCell
 
getSetLength() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns the number of items in the represented frequent itemset.
getSetOperator() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
 
getSettings() - Method in class org.knime.base.node.io.csvwriter.CSVWriter
 
getSettings() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
Deprecated.  
getSettings() - Method in class org.knime.base.node.preproc.missingval.MissingValuePanel
Get the settings currently entered in the dialog.
getSettings() - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Returns the settings of this object.
getSettings() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
 
getSettings() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Get the settings of the node.
getSettings() - Method in class org.knime.core.node.CopyNodePersistor
getSettings() - Method in class org.knime.core.node.ExtensionTable.LoadContext
 
getSettings() - Method in interface org.knime.core.node.NodePersistor
 
getSettings() - Method in class org.knime.core.node.NodePersistorVersion1xx
getSettings() - Method in class org.knime.core.util.tokenizer.Tokenizer
 
getSettingsPanelComponent(NodeContainer.NodeContainerSettings.SplitType) - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
Creates a new instance of a panel that holds components to display the job manager's settings and to allow the user to enter new values.
getSettingsPanelComponent(NodeContainer.NodeContainerSettings.SplitType) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Creates a new instance of a panel that holds components to display the job manager's settings and to allow the user to enter new values.
getShape() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
getShape() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
getShape() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
getShape() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
getShape() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
getShape() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getShape(String) - Static method in class org.knime.core.data.property.ShapeFactory
 
getShape(DataCell) - Method in class org.knime.core.data.property.ShapeHandler
Returns a Shape of the given DataCell.
getShape(DataCell) - Method in interface org.knime.core.data.property.ShapeHandler.ShapeModel
Returns a Shape object for a given DataCell.
getShape(DataCell) - Method in class org.knime.core.data.property.ShapeModelNominal
Returns a Shape for the given DataCell value, or ShapeFactory.DEFAULT if not set.
getShapeHandler() - Method in class org.knime.core.data.DataColumnSpec
Returns the ShapeHandler defined on this column, if available.
getShapes() - Static method in class org.knime.core.data.property.ShapeFactory
 
getShowAllAction() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
 
getShowAllAction() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
The ScatterPlotter adds the posssibility to show, fade or hide unhilited dots and this is the show all action.
getShowDotsBox() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotterProperties
 
getShowDotsBox() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
 
getShowDotsBox() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
 
getShowDotsBox() - Method in class org.knime.base.node.viz.plotter.props.LinePlotterAppearanceTab
 
getShowDotsBox() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinateAppearanceTab
 
getShowHideCheckbox() - Method in class org.knime.base.node.mine.cluster.hierarchical.DistancePlotProperties
 
getShowHideMenu() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
 
getShowHideMenu() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
The ScatterPlotter adds the posssibility to show, fade or hide unhilited dots and this is the complete menu to hide, fade.
getShowMissingValsButton() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
 
getShowMissingValsButton() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinatesMissingValueTab
 
getShrink() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionFactory
Returns the lower bound for non-conflicting instances.
getShrink() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
 
getShrink() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
 
getShrinkValue(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Called if a new row has to be adjusted.
getShrinkValue(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Called if a new BasisFunctionLearnerRow has to be adjusted.
getShrinkValue(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Called if a new BasisFunctionLearnerRow has to be adjusted.
getSignBounds(Rectangle) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
Compute bounds of the collapse/expand sign.
getSignOffset() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getSignSize() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getSimulatedHiliteHandlerPortIndex(int) - Method in class org.knime.core.node.NodeModel
Returns the argument.
getSimulatedInPort() - Method in class org.knime.core.node.workflow.WorkflowOutPort
Return a NodeInPort for the WFM's output ports so that the Outport of a node within the WFM can connect to it as an "input".
getSingleNodeContainerPersistor() - Method in class org.knime.core.node.NodePersistorVersion1xx
 
getSingleNodeContainerSettings() - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
getSister() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
getSize() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Get the current size.
getSize() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
 
getSize() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
getSize() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getSize(DataCell) - Method in class org.knime.core.data.property.SizeHandler
Deprecated. use SizeHandler.getSizeFactor(DataCell) instead
getSize(DataCell) - Method in interface org.knime.core.data.property.SizeHandler.SizeModel
Deprecated. use SizeHandler.SizeModel.getSizeFactor(DataCell) instead.
getSize(DataCell) - Method in class org.knime.core.data.property.SizeModelDouble
Deprecated. use SizeModelDouble.getSizeFactor(DataCell) instead.
getSizeFactor(DataCell) - Method in class org.knime.core.data.property.SizeHandler
Returns the size as a scaling factor (in [1, )).
getSizeFactor(DataCell) - Method in interface org.knime.core.data.property.SizeHandler.SizeModel
 
getSizeFactor(DataCell) - Method in class org.knime.core.data.property.SizeModelDouble
Computes the size based on the actual value of the provided cell, the interval, the scaling factor and the mapping method.
getSizeHandler() - Method in class org.knime.core.data.DataColumnSpec
Returns the SizeHandler defined on this column, if available.
getSkippedAttributes() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
 
getSkippedAttributesString(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
 
getSkippedColumns() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
getSkippedGroupsByColName() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
Returns a Map with all skipped groups.
getSkippedGroupsMessage(int, int) - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
getSkipRowButton() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
 
getSkipRowButton() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinatesMissingValueTab
 
getSkipThisColumn() - Method in class org.knime.base.node.io.filereader.ColProperty
 
getSkipValueButton() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
 
getSkipValueButton() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinatesMissingValueTab
 
getSmallDisplayIcon() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
getSmilesType() - Method in class org.knime.base.node.io.filereader.SmilesTypeHelper
Returns the Smiles type.
getSmilesType() - Method in class org.knime.base.node.io.tablecreator.prop.SmilesTypeHelper
Returns the Smiles type.
getSmotedTable() - Method in class org.knime.base.node.mine.smote.Smoter
Get final output table, including original input table and smoted table.
getSNCSettings() - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
getSNCSettings() - Method in interface org.knime.core.node.workflow.SingleNodeContainerPersistor
 
getSNCSettings() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
getSortColumn() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
 
getSortedClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
 
getSortedEigenVectors(double[][], double[], int) - Static method in class org.knime.base.node.mine.pca.EigenValue
Constructs a matrix consisting of the first number eigenvectors of m, where first refers to the corresponding eigenvalues sorted by absolute value.
Take care that the matrix is symmetric!
getSortOrder() - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel
Returns the sortOrder array.
getSortOrder() - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
Returns the sortOrder array.
getSortOrder() - Method in class org.knime.base.node.preproc.sorter.SortItem
The Sortorder of this SortItem.
getSota() - Method in class org.knime.base.node.mine.sota.SotaPortObject
 
getSotaManager() - Method in class org.knime.base.node.mine.sota.SotaNodeModel
 
getSotaRoot() - Method in class org.knime.base.node.mine.sota.SotaPortObject
 
getSource() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
getSource() - Method in class org.knime.core.node.workflow.ConnectionProgressEvent
getSource() - Method in class org.knime.core.node.workflow.ConnectionUIInformationEvent
getSource() - Method in class org.knime.core.node.workflow.NodeMessageEvent
getSource() - Method in class org.knime.core.node.workflow.NodeProgressEvent
getSource() - Method in class org.knime.core.node.workflow.NodePropertyChangedEvent
getSource() - Method in class org.knime.core.node.workflow.NodeStateEvent
getSource() - Method in class org.knime.core.node.workflow.NodeUIInformationEvent
getSourcePort() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
getSourcePort() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
getSourceSuffix() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
getSourceURI() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
 
getSpec() - Method in class org.knime.base.data.normalize.NormalizerPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.mine.bfn.BasisFunctionModelContent
 
getSpec() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
 
getSpec() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the spec of the output.
getSpec() - Method in class org.knime.base.node.mine.sota.SotaPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.mine.sota.SotaPortObjectSpec
 
getSpec() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.preproc.joiner.OutputDataRow.Settings
The spec of an OutputDataRow.
getSpec() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel.CalculationResult
 
getSpec() - Method in class org.knime.core.node.BufferedDataTable
Get specification to this port object.
getSpec() - Method in class org.knime.core.node.port.database.DatabasePortObject
Get specification to this port object.
getSpec() - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
Get specification to this port object.
getSpec() - Method in class org.knime.core.node.port.image.ImagePortObject
Get specification to this port object.
getSpec() - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated. Get specification to this port object.
getSpec() - Method in interface org.knime.core.node.port.PortObject
Get specification to this port object.
getSpec() - Method in class org.knime.core.node.port.viewproperty.ViewPropertyPortObject
Get specification to this port object.
getSplit() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitFinder
Returns the split evaluated as the best for the given data.
getSplitAttr() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Return name of attribute this node splits on.
getSplitAttribute() - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Returns the name of the field the predicate operates on, an empty String if it works on multiple attributes, or null if not applicable.
getSplitAttribute() - Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
Returns the name of the field the predicate operates on, an empty String if it works on multiple attributes, or null if not applicable.
getSplitAttribute() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Returns the name of the field the predicate operates on, an empty String if it works on multiple attributes, or null if not applicable.
getSplitAttribute() - Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
Returns the name of the field the predicate operates on, an empty String if it works on multiple attributes, or null if not applicable.
getSplitAttribute() - Method in class org.knime.base.util.kdtree.NonterminalNode
Returns the attribute index that is used for the split.
getSplitAttributeIndex() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitFinder
Returns the attribute list that determines the split.
getSplitAttributeName() - Method in class org.knime.base.node.mine.decisiontree2.learner.Split
Returns the name of this split's attribute.
getSplitPred() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Returns the split predicate array of this node.
getSplitType() - Method in class org.knime.core.node.workflow.NodeContainer
 
getSplitValue() - Method in class org.knime.base.util.kdtree.NonterminalNode
Returns the split value.
getSplitValues() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominal
Returns the possible values of this splits attribute.
getSplitValues() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated. Returns the values array of this nodes split attribute.
getSpreadsheetModel() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
 
getSquaredError() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Returns the total squared error.
getSquaredEuclideanDistance(DataRow, int[]) - Method in class org.knime.base.node.mine.cluster.assign.Prototype
Computes the distance between this prototype and a given DataRow.
getStandardDeviation(int) - Method in class org.knime.base.data.statistics.Statistics2Table
Calculates the standard deviation for the desired column.
getStandardDeviation() - Method in class org.knime.base.data.statistics.Statistics2Table
Returns the standard deviation for all columns.
getStandardDeviation(int) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Calculates the standard deviation for the desired column.
getStandardDeviation() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns the standard deviation for all columns.
getStandardDeviation(DataRow, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the standard deviation of the given row.
getStandardDeviation(SotaTreeCell) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the standard deviation of the given cell.
getStandardErrors(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the parameters mapped to the standard error for the given logit.
getStart() - Method in class org.knime.core.node.workflow.WorkflowAnnotation.StyleRange
 
getStartsWith() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
 
getStartX() - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
Returns the objects start X coordinate.
getStartX() - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
Returns the objects start X coordinate.
getStartY() - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
Returns the objects start Y coordinate.
getStartY() - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
Returns the objects start Y coordinate.
getState() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getState() - Method in class org.knime.core.node.workflow.NodeContainer
 
getState() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getState() - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
getState() - Method in class org.knime.core.node.workflow.NodeStateEvent
 
getStatistics() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
getStatistics() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Get a wrapper for the statistics.
getStatistics() - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator
Get the statistics for the node.
getStatistics() - Method in interface org.knime.base.node.viz.plotter.box.BoxPlotDataProvider
 
getStatistics() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
getStatsTable() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
 
getStatus(DataTableSpec) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
getStatus() - Method in class org.knime.core.node.MiscSettingsTab
Get the memory policy for the currently selected radio button.
getStatusOfSettings() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Method to check consistency and completeness of the current settings.
getStatusOfSettings(boolean, DataTableSpec) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Method to check consistency and completeness of the current settings.
getStatusOfSettings(boolean, DataTableSpec) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Method to check consistency and completeness of the current settings.
getStatusOfSettings() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Method to check consistency and completeness of the current settings.
getStatusOfSettings(boolean) - Method in class org.knime.base.node.io.filereader.FileTable
Method to check consistency and completeness of the current settings.
getStatusOfSettings() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
Deprecated. Method to check consistency and completeness of the current settings.
getStatusOfSettings() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Method to check consistency and completeness of the current settings.
getStdDev() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
 
getStdErr() - Method in class org.knime.base.node.util.exttool.CommandExecution
 
getStdOutput() - Method in class org.knime.base.node.util.exttool.CommandExecution
 
getStore() - Method in class org.knime.core.node.workflow.CredentialsProvider
 
getString() - Method in class org.knime.core.data.RowKey
 
getStringArrayValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
 
getStringDomainValue() - Method in class org.knime.base.util.coordinate.CoordinateMapping
 
getStringForDateField(int) - Static method in class org.knime.core.data.date.DateAndTimeRenderUtil
 
getStringRepresentationFor(DateAndTimeValue) - Method in class org.knime.core.data.date.DateAndTimeValueRenderer
 
getStringSummary() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
getStringSummary() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
 
getStringSummary() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated. 
getStringSummary() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated. 
getStringSummary() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated. 
getStringSummary() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
getStringValue() - Method in class org.knime.core.data.date.DateAndTimeCell
getStringValue() - Method in class org.knime.core.data.def.StringCell
getStringValue() - Method in interface org.knime.core.data.StringValue
 
getStringValue() - Method in class org.knime.core.data.xml.PMMLBlobCell
getStringValue() - Method in class org.knime.core.data.xml.PMMLCell
getStringValue() - Method in class org.knime.core.data.xml.PMMLCellContent
 
getStringValue() - Method in class org.knime.core.data.xml.XMLBlobCell
getStringValue() - Method in class org.knime.core.data.xml.XMLCell
getStringValue() - Method in class org.knime.core.data.xml.XMLCellContent
Returns the XML Document as a string.
getStringValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
 
getStringValue() - Method in class org.knime.core.node.workflow.FlowVariable
 
getStringValues() - Static method in enum org.knime.core.data.property.SizeModelDouble.Mapping
 
getStroke() - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
 
getStyleRanges() - Method in class org.knime.core.node.workflow.WorkflowAnnotation
 
getSubmittedCount() - Method in class org.knime.core.util.MultiThreadWorker
 
getSuffix() - Method in class org.knime.base.data.append.row.AppendedRowsTable
 
getSuffixes() - Method in class org.knime.core.node.util.FilesHistoryPanel
 
getSum(int) - Method in class org.knime.base.data.statistics.Statistics2Table
Returns the sum for the desired column.
getSum() - Method in class org.knime.base.data.statistics.Statistics2Table
Returns the sum values for all columns.
getSum(int) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns the sum for the desired column.
getSum() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns the sum values for all columns.
getSummary() - Method in class org.knime.base.data.normalize.AffineTransConfiguration
 
getSummary() - Method in class org.knime.base.data.normalize.NormalizerPortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
 
getSummary() - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.base.node.mine.sota.SotaPortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
 
getSummary() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
getSummary() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Get a short summary of this PortObject.
getSummary() - Method in interface org.knime.core.data.image.ImageContent
 
getSummary() - Method in class org.knime.core.data.image.png.PNGImageContent
getSummary() - Method in class org.knime.core.node.BufferedDataTable
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.core.node.port.database.DatabasePortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.core.node.port.image.ImagePortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
getSummary() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated. Get a short summary of this PortObject.
getSummary() - Method in interface org.knime.core.node.port.PortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.core.node.port.viewproperty.ViewPropertyPortObject
Get a short summary of this PortObject.
getSumOfCounter() - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Returns the sum of that counter for a pruning heuristic.
getSumOfWeights() - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Returns the sum of the weights of all rows.
getSupport() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getSupport() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
The support of this item, which is the number of transaction it is present in.
getSupport() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
Returns the support of this set, which is equal to the number of transactions the items in this set appear together in.
getSupport() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
 
getSupport() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
 
getSupport() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns the support of the represented frequent itemset.
getSupportedType() - Method in interface org.knime.base.data.aggregation.AggregationMethod
 
getSupportedType() - Method in class org.knime.base.data.aggregation.AggregationOperator
getSupportedType() - Method in class org.knime.base.data.aggregation.OperatorData
 
getSupportedTypeLabel() - Method in interface org.knime.base.data.aggregation.AggregationMethod
 
getSupportedTypeLabel() - Method in class org.knime.base.data.aggregation.AggregationOperator
getSupportedTypes() - Static method in class org.knime.base.data.aggregation.AggregationMethods
Returns a set with all data types that are supported by at least one AggregationOperator.
getSupportedVersion() - Static method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getSupportedVersions() - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated. Returns the supported PMML versions.
getSupportFrom(DefaultRow) - Static method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns the support of a former frequent itemset row.
getSupportShortLines() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getSupportVectors() - Method in class org.knime.base.node.mine.svm.Svm
 
getSurroundingRectangle() - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
 
getSurroundingRectangle() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getSurvivors() - Method in class org.knime.base.node.preproc.joiner.OutputDataRow.Settings
 
getSvm() - Method in class org.knime.base.node.mine.svm.util.BinarySvmRunnable
 
getSVMInfos() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
 
getSVMs() - Method in class org.knime.base.node.mine.svm.PMMLSVMTranslator
/**
getSymbol() - Method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
Returns the symbol for the operator.
getTab(String) - Method in class org.knime.core.node.NodeDialogPane
Returns the component of the tab with the specified title.
getTabIndex(String) - Method in class org.knime.core.node.NodeDialogPane
Returns the current index of the specified tab.
getTable() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration.Result
 
getTable() - Method in class org.knime.base.node.mine.decisiontree2.learner.Split
Returns the InMemoryTable.
getTable() - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer
Return the table.
getTable() - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
 
getTable() - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator
The table with statistics which is appended to the output of the crosstab node (contains e.g.
getTable() - Method in class org.knime.core.data.container.DataContainer
Get reference to table.
getTable() - Method in class org.knime.core.node.BufferedDataContainer
Returns the content of this container in a BufferedDataTable.
getTable(int) - Method in class org.knime.core.node.ExtensionTable.LoadContext
Resolves a reference to another table by id.
getTable() - Method in class org.knime.core.node.util.KeyValuePanel
Access to underlying table.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellEditor
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.DataColumnSpecTableCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.IncludeMissingCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.node.io.tablecreator.table.CellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Render this object in a table using the current renderer.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.node.tableview.ColumnHeaderRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.node.tableview.DataCellHeaderRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.node.util.FlowVariableTableCellRenderer
getTableCollapsed() - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
 
getTableContentFilter() - Method in class org.knime.core.node.tableview.TableContentModel
 
getTableName() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getTableName() - Method in class org.knime.core.node.tableview.TableContentModel
Get the name of the current data table (if any) or null.
getTableRepository() - Method in class org.knime.core.data.container.CopyOnAccessTask
Get table repository in workflow for blob (de)serialization.
getTables() - Method in class org.knime.base.data.append.row.AppendedRowsTable
 
getTableSpec(DataTableSpec, DataColumnSpec...) - Static method in class org.knime.base.data.append.column.AppendedColumnTable
Get table spec that is generated when the table is extended by the columns.
getTableSpec() - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
 
getTableSpec() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
 
getTableSpec() - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
 
getTableSpec() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
 
getTableSpec() - Method in class org.knime.core.data.container.Buffer
Get the table spec that was set in the constructor.
getTableSpec() - Method in class org.knime.core.data.container.DataContainer
Get the currently set DataTableSpec.
getTableSpec() - Method in class org.knime.core.node.ExtensionTable.LoadContext
 
getTableValues() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Getter for the table values.
getTableView() - Method in class org.knime.core.node.tableview.TableViewFrame
Get reference to underlying TableView.
getTabName() - Method in class org.knime.core.node.MiscSettingsTab
 
getTabName() - Method in class org.knime.core.node.workflow.NodeExecutorJobManagerDialogTab
Returns a name of this tab.
getTailNode() - Method in class org.knime.core.node.workflow.FlowLoopContext
 
getTargetAlphas() - Method in class org.knime.base.node.mine.svm.Svm
Multiplies the alpha coefficients of the SVM with the target value (-1 or 1, depending if the input is a 'positive' example or not).
getTargetCategory() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCell
 
getTargetCategory() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
getTargetCategory() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPPCell
 
getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getTargetColumn() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
The target column which is the dependent variable.
getTargetColumn() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Returns the target column's name.
getTargetColumn() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Returns the name of the target column that holds the dependent variable.
getTargetColumn() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
getTargetColumnName() - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Get the name of the response column, i.e.
getTargetColumns() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
getTargetFields() - Method in class org.knime.core.node.port.pmml.PMMLMiningSchemaTranslator
 
getTargetFields() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getTCol() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
getTemplateInformation() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
template information associated with the workflow, e.g.
getTemplateInformation() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
template information associated with the workflow, e.g.
getTemplateInformation() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
template information associated with the workflow, e.g.
getTemplateInformation() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getTemplateInformation() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
template information associated with the workflow, e.g.
getTemplateInformation() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
template information associated with the workflow, e.g.
getTestedPatterns() - Method in class org.knime.base.util.kdtree.KDTree
Returns the number of tested patterns during the last call to KDTree.getKNearestNeighbours(double[], int).
getText() - Method in class org.knime.base.node.io.tablecreator.table.Cell
 
getText() - Method in enum org.knime.base.node.preproc.setoperator.SetOperation
getText() - Method in enum org.knime.base.node.viz.aggregation.AggregationMethod
getText() - Method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
 
getText() - Method in enum org.knime.base.node.viz.aggregation.ValueScale
getText() - Method in enum org.knime.base.node.viz.histogram.HistogramLayout
 
getText() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
 
getText() - Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
 
getText() - Method in interface org.knime.core.node.util.ButtonGroupEnumInterface
 
getText() - Method in class org.knime.core.node.util.ConvenientComboBoxRenderer
Does the clipping automatically, clips off characters from the middle of the string.
getText() - Method in class org.knime.core.node.util.DefaultStringIconOption
getText() - Method in interface org.knime.core.node.util.StringIconOption
 
getText() - Method in class org.knime.core.node.workflow.WorkflowAnnotation
 
getThetaMinus() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
Returns the upper bound for conflicting instances.
getThetaMinus() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
 
getThetaMinus() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
 
getThetaPlus() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
Returns the lower bound for non-conflicting instances.
getThetaPlus() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
 
getThetaPlus() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
 
getThicknessSpinner() - Method in class org.knime.base.node.mine.cluster.hierarchical.DistancePlotProperties
 
getThicknessSpinner() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotterProperties
 
getThicknessSpinner() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
 
getThicknessSpinner() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
 
getThicknessSpinner() - Method in class org.knime.base.node.viz.plotter.props.LinePlotterAppearanceTab
 
getThicknessSpinner() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinateAppearanceTab
 
getThousandsSeparator() - Method in class org.knime.base.node.io.filereader.DataCellFactory
Returns the character currently accepted as thousands separator.
getThousandsSeparator() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getThreshold() - Method in class org.knime.base.data.neural.Perceptron
Returns the threshold.
getThreshold() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated. Returns the split threshold of this continuous split.
getThreshold() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
 
getThreshold() - Method in class org.knime.base.node.mine.svm.Svm
 
getTickOffset() - Method in class org.knime.base.node.viz.plotter.Axis
 
getTickPositions(double, double, double, double) - Method in class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositions(int, int, int, int) - Method in class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositions(double, boolean) - Method in class org.knime.base.util.coordinate.Coordinate
Deprecated. Use Coordinate.getTickPositions(double) instead.
getTickPositions(double) - Method in class org.knime.base.util.coordinate.Coordinate
Returns an array with the position of all ticks and their corresponding domain values given an absolute length.
getTickPositions(double, double, double, double) - Method in class org.knime.base.util.coordinate.PercentagePolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositions(int, int, int, int) - Method in class org.knime.base.util.coordinate.PercentagePolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositions(double, double, double, double) - Method in class org.knime.base.util.coordinate.PolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositions(double, double, double, double, double, double) - Method in class org.knime.base.util.coordinate.PolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositions(int, int, int, int, double, double) - Method in class org.knime.base.util.coordinate.PolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositions(int, int, int, int) - Method in class org.knime.base.util.coordinate.PolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositionsInternal(double) - Method in class org.knime.base.util.coordinate.DoubleCoordinate
Returns an array with the positions of all ticks and their corresponding domain values given an absolute length.
getTickPositionsInternal(double) - Method in class org.knime.base.util.coordinate.IntegerCoordinate
Returns an array with the positions of all ticks and their corresponding domain values given an absolute length.
getTickPositionsInternal(double) - Method in class org.knime.base.util.coordinate.NumericCoordinate
Returns an array with the positions of all ticks and their corresponding domain values given an absolute length.
getTickPositionsWithLabels(double) - Method in class org.knime.base.util.coordinate.Coordinate
Returns an array with the position of all ticks and their corresponding domain values given an absolute length.
getTickPositionsWithLabels(double) - Method in class org.knime.base.util.coordinate.NominalCoordinate
Returns an array with the position of all ticks and their corresponding nominal domain values given an absolute length.
getTickPositionsWithLabels(double) - Method in class org.knime.base.util.coordinate.NumericCoordinate
Returns an array with the positions of all ticks and their corresponding domain values given an absolute length.
getTIDs() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
Returns the list of tids as a integer list.
getTIDs() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.TIDFrequentItemSet
Returns the transaction ids.
getTimestamp() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
 
getTimeStampString() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
The timestamp formatted as string or null if this is not a link.
getToHiLiteHandlers() - Method in class org.knime.core.node.property.hilite.HiLiteManager
An unmodifiable set of target hilite handlers.
getToHiLiteHandlers() - Method in class org.knime.core.node.property.hilite.HiLiteTranslator
An unmodifiable set of target hilite handlers.
getToolTip() - Method in enum org.knime.base.node.viz.aggregation.AggregationMethod
getToolTip() - Method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
getToolTip() - Method in enum org.knime.base.node.viz.aggregation.ValueScale
getToolTip() - Method in enum org.knime.base.node.viz.histogram.HistogramLayout
getToolTip(int) - Method in class org.knime.base.node.viz.plotter.box.Box
Returns the domain values as a string for all values near y.
getToolTip() - Method in interface org.knime.core.node.util.ButtonGroupEnumInterface
 
getToolTipText() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellRenderer
getToolTipText(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellRenderer
getToolTipText() - Method in class org.knime.base.data.aggregation.dialogutil.IncludeMissingCellRenderer
getToolTipText(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
getToolTipText(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Returns the string to be used as the tooltip for event.
getToolTipText(MouseEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
getToolTipText(MouseEvent) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelDrawingPane
No tool tips yet.
getToolTipText(MouseEvent) - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
getToolTipText(MouseEvent) - Method in class org.knime.base.node.viz.pie.impl.PieDrawingPane
getToolTipText(MouseEvent) - Method in class org.knime.base.node.viz.plotter.Axis
getToolTipText(MouseEvent) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
getToolTipText(MouseEvent) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
The original (not mapped) distance of the clustering between the two subnodes.
getToolTipText(MouseEvent) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
getToolTipText(MouseEvent) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
getTopGap() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getTotal() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel.CrosstabTotals
Get the total count.
getTotalChange() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getTotalColCountName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getTotalCountName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getTotalNrOf0s() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
 
getTotalNrOf1s() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
 
getTotalRowCountName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getTotals() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Get a wrapper for the row count totals, the column count totals and the total count.
getTransactionIDs() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
The transaction ids as a bitset, where the bit is set if the item is present in the corresponding transaction.
getTransformElement() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
getTransformElement() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
getTranslations() - Method in class org.knime.base.data.normalize.AffineTransConfiguration
 
getTreeCellClass() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class org.knime.core.node.config.ConfigEditTreeEditor
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeRenderer
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.knime.core.node.config.ConfigEditTreeRenderer
getTreeMap() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
The keys are retrieved from getNodeWidgetFactory().getChildren(...).
getTreeNode() - Method in class org.knime.core.node.port.pmml.XMLTreeCreator
 
getTRow() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
getTrueHiliteHandlerPortIndex(int) - Method in class org.knime.core.node.NodeModel
Returns the argument.
getType() - Method in class org.knime.base.node.io.tablecreator.table.Cell
 
getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
 
getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
getType() - Method in class org.knime.base.node.mine.mds.distances.CosinusDistanceManager
getType() - Method in interface org.knime.base.node.mine.mds.distances.DistanceManager
 
getType() - Method in class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
getType() - Method in class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
getType() - Method in interface org.knime.base.node.mine.sota.logic.SotaCell
 
getType() - Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
getType() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
getType() - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
getType() - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
 
getType(Kernel) - Static method in class org.knime.base.node.mine.svm.kernel.KernelFactory
Given a pointer to a kernel, get its type.
getType() - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
getType() - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
getType() - Method in enum org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel.ColType
 
getType(String) - Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
Returns the data type for the given cell retrieving it from the initial DataTableSpec.
getType() - Method in class org.knime.base.node.preproc.missingval.ColSetting
 
getType(String) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Returns the data type for the given cell retrieving it from the initial DataTableSpec.
getType() - Method in class org.knime.core.data.DataCell
Returns this cell's DataType.
getType() - Method in class org.knime.core.data.DataColumnSpec
Returns the column type which is a subclass of DataType.
getType(Class<? extends DataCell>) - Static method in class org.knime.core.data.DataType
Returns the runtime DataType for a DataCell implementation.
getType(Class<? extends DataCell>, DataType) - Static method in class org.knime.core.data.DataType
Implementation of DataType.getType(Class) dedicated for special cell classes that represent collections of DataCell.
getType() - Method in class org.knime.core.node.FlowVariableModel
 
getType() - Method in class org.knime.core.node.Node
Returns the type for this node.
getType() - Method in class org.knime.core.node.Node.Input
 
getType() - Method in class org.knime.core.node.NodeFactory
Returns the type of the node.
getType(String) - Method in class org.knime.core.node.util.ColumnFilterPanel
Returns the data type for the given cell retrieving it from the initial DataTableSpec.
getType() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
getType() - Method in class org.knime.core.node.workflow.FlowVariable
 
getType() - Method in class org.knime.core.node.workflow.NodeContainer
 
getType() - Method in class org.knime.core.node.workflow.SingleNodeContainer
getType() - Method in class org.knime.core.node.workflow.WorkflowEvent
 
getType() - Method in class org.knime.core.node.workflow.WorkflowManager
getType() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
getType() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
 
getTypeForChar(byte) - Method in class org.knime.core.data.container.Buffer
Perform lookup for the DataCell class info given the argument byte.
getTypeOfColumn(int) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
Return the type of a column previously added.
getTypeRendererMap() - Method in class org.knime.core.node.tableview.TableContentView
Creates a new map containing DataType<->available renderer identifiers.
getUIInfo() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
getUIInfo() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getUIInfo() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getUIInfo() - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
getUiInfo() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
getUIInformation() - Method in class org.knime.core.node.workflow.ConnectionUIInformationEvent
 
getUIInformation() - Method in class org.knime.core.node.workflow.NodeContainer
Returns the UI information.
getUIInformation() - Method in class org.knime.core.node.workflow.NodeUIInformationEvent
 
getUnderlyingPort() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
 
getUnderlyingPort() - Method in class org.knime.core.node.workflow.WorkflowInPort
 
getUnderlyingStream() - Method in class org.knime.core.data.util.NonClosableInputStream
Get reference to underlying stream.
getUnderlyingStream() - Method in class org.knime.core.data.util.NonClosableOutputStream
Get reference to underlying stream.
getUnderlyingTable() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Getter for the underlying table.
getUnderlyingTable() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
Get reference to underlying table.
getUndoPersistor() - Method in class org.knime.core.node.workflow.WorkflowPersistor.MetaNodeLinkUpdateResult
 
getUnhiliteAction() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
This action calls AbstractPlotter.unHiLiteSelected(), if it is overridden take care to not return null since it might be called also when the AbstractPlotter.getHiLiteMenu() returns null.
getUniqueColumnName(DataTableSpec, String) - Static method in class org.knime.core.data.DataTableSpec
Returns a column name, which is not contained in specified DataTableSpec.
getUnknownKNIMEVersionLoadPolicy(String) - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
Callback if an unknown version string is encountered in the KNIME workflow.
getUnusedDistBetweenTicks(double) - Method in class org.knime.base.util.coordinate.Coordinate
Returns the range according to the mapping in which no values can have values.
getUnusedDistBetweenTicks(double) - Method in class org.knime.base.util.coordinate.NominalCoordinate
Returns the range according to the mapping in which no values can have values.
getUnusedDistBetweenTicks(double) - Method in class org.knime.base.util.coordinate.NumericCoordinate
A numeric coordinate does not has a unused distance range.
getUpdateStatus() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
Transient field that is set by the update checker.
getUpperBound() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.  
getUpperBound() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
 
getUpperBound() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getUpperBound() - Method in class org.knime.core.data.DataColumnDomain
Return the upper bound of the domain of this column, if available.
getUpperBound() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleBounded
 
getUpperBound() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelIntegerBounded
 
getUpperBound() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLongBounded
 
getUpperBoundColumnPort1() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
getUpperQuartile() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getUpperWhisker() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getUrl() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
getURL() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
Convert url string into URL, fail if invalid or null/empty.
getUrl() - Method in class org.knime.core.node.NodeCreationContext
 
getUrlColName() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
 
getURLForDriver(String) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
Returns a URL protocol for a given Driver extended by an default host, port, database name String.
getUrlString() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
getUseCollectionUsage() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Option to initialize the MemoryService used by the joiner.
getUsedColumns() - Method in class org.knime.base.node.mine.cluster.PMMLClusterTranslator
 
getUsedMemoryThreshold() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
The joiner tries to keep to used heap space below the return value multiplied by the available heap space.
getUseMaxRowsModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getUserName(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
 
getUserName() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Deprecated. use DatabaseConnectionSettings.getUserName(CredentialsProvider)
getUserObject() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Get the user object of this NodeWidget.
getUserObject() - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
getUserSettings() - Method in class org.knime.base.node.io.filereader.ColProperty
 
getUserTypeLabel(Class<? extends DataValue>) - Static method in class org.knime.base.data.aggregation.AggregationMethods
Creates a more user friendly string for the given type.
getUseVariable() - Method in class org.knime.core.node.config.ConfigEditTreeEvent
 
getUseVariableName() - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
 
getUTCCalendar() - Static method in class org.knime.core.data.date.DateAndTimeCell
 
getUTCCalendarClone() - Method in class org.knime.core.data.date.DateAndTimeCell
getUTCCalendarClone() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getUTCTimeInMillis() - Method in class org.knime.core.data.date.DateAndTimeCell
getUTCTimeInMillis() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getUtilityFor(Class<? extends DataValue>) - Static method in class org.knime.core.data.DataType
Determines the UtilityFactory for a given DataValue implementation.
getV() - Method in class org.knime.base.util.math.EigenvalueDecomposition
 
getValidExtensions() - Method in class org.knime.core.util.SimpleFileFilter
 
getValue() - Method in class org.knime.base.node.io.tablecreator.table.Cell
 
getValue() - Method in class org.knime.base.node.mine.decisiontree2.learner.AtomicDouble
Returns the value.
getValue(int) - Method in class org.knime.base.node.mine.decisiontree2.learner.ClassValueDataRow
Returns the attribute value for the given index.
getValue(int) - Method in class org.knime.base.node.mine.decisiontree2.learner.DataRowWeighted
Returns the attribute value for the given index.
getValue() - Method in class org.knime.base.node.mine.pca.EigenValue
 
getValue() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
 
getValue(String, String, String) - Method in class org.knime.base.node.mine.regression.logistic.predict.PPMatrix
 
getValue() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
getValue() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPPCell
 
getValue() - Method in interface org.knime.base.node.mine.sota.logic.SotaCell
Returns a double value of the cell.
getValue() - Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
Returns a double value of the cell.
getValue() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
Returns a double value of the cell.
getValue(int) - Method in class org.knime.base.node.mine.svm.util.DoubleVector
return the i'th value in the vector.
getValue() - Method in class org.knime.base.node.preproc.autobinner.apply.NumericBin
 
getValueAt(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
getValueAt(int, int) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
getValueAt(int, int) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
getValueAt(int, int) - Method in class org.knime.base.node.mine.scorer.accuracy.ConfusionTableModel
Returns the confusion matrix value at the corresponding position.
getValueAt(int, int) - Method in class org.knime.core.node.tableview.TableContentModel
Get the DataCell at a specific location.
getValueAt(int, int) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Returns the key of the row with index rowIndex.
getValueClasses() - Method in class org.knime.core.data.DataType
Returns a copy of all DataValues to which this DataType is compatible to.
getValueColumn() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
getValueColumnPort0() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
getValueConfiguration() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
getValueCount() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
getValueCount() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
getValueCount() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
getValueDelimiter() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getValueDelimiter() - Method in class org.knime.base.data.aggregation.GlobalSettings
 
getValueList() - Method in class org.knime.core.data.collection.SparseListCell
 
getValues() - Method in class org.knime.base.data.aggregation.collection.AndElementOperator
 
getValues() - Method in class org.knime.base.data.aggregation.collection.OrElementOperator
 
getValues() - Method in class org.knime.base.data.aggregation.collection.XORElementOperator
 
getValues() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
Use in combination with getRowIndices and getColumnIndices.
getValues() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Use in combination with getRowIndices and getColumnIndices.
getValues() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getValues() - Method in class org.knime.base.node.mine.cluster.assign.Prototype
 
getValues() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Returns the array values.
getValues() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
 
getValues(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
Returns a set of all different values seen in the specified column.
getValues(int) - Method in interface org.knime.base.node.util.DataArray
Returns a set of all different values seen in the specified column.
getValues(int) - Method in class org.knime.base.node.util.DefaultDataArray
Returns a set of all different values seen in the specified column.
getValues() - Method in class org.knime.base.util.coordinate.CoordinateMapping
Returns the values if set.
getValues() - Method in class org.knime.base.util.coordinate.NominalCoordinateMapping
Returns the values if set.
getValues() - Method in class org.knime.base.util.coordinate.PolicyStrategy
Returns the values.
getValues() - Method in class org.knime.core.data.DataColumnDomain
Returns all possible values in this column.
getValues() - Method in class org.knime.core.node.util.KeyValuePanel
Get the elements of the second column.
getValueScale() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getValueScale() - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
getVariableName() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
 
getVariableName() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
getVariableName() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration.VarNameFileNamePair
 
getVariableName() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
getVariables() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator.RegressionTable
 
getVariablesOfInterest() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
 
getVariablesOfInterest() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
 
getVariablesSettings() - Method in class org.knime.core.node.Node.SettingsLoaderAndWriter
 
getVariance(int) - Method in class org.knime.base.data.statistics.Statistics2Table
Returns the variance for the desired column.
getVariance() - Method in class org.knime.base.data.statistics.Statistics2Table
Returns the variance for all columns.
getVariance(int) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns the variance for the desired column.
getVariance() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns the variance for all columns.
getVariance() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns the within-cluster variance.
getVariance() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
 
getVector() - Method in class org.knime.base.node.mine.pca.EigenValue
 
getVectorLength() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
 
getVersion() - Method in class org.knime.core.data.container.Buffer
Get the version string to write to the meta file.
getVersion() - Method in class org.knime.core.data.container.NoKeyBuffer
Get the version string to write to the meta file.
getVersionString() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
 
getVersionString() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
getVersionString() - Method in enum org.knime.core.node.workflow.WorkflowPersistorVersion200.LoadVersion
 
getView() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Returns the JComponent for the HierarchicalGraphView.
getView(NodeContainer) - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
Return a new instance of a node view for the job of the provided node.
getView(int, String) - Method in class org.knime.core.node.Node
Return a new instance of the node's view (without opening it).
getView(int) - Method in class org.knime.core.node.workflow.NodeContainer
 
getView(NodeContainer) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Return a new instance of a node view for the job of the provided node.
getViewDescription(int) - Method in class org.knime.core.node.NodeFactory
Returns a description for a view.
getViewExportMap() - Static method in class org.knime.core.node.NodeViewExport
Get a read only map containing pairs of export type identifier (as string) and the export type.
getViewHiliteHandler() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Get the hilite handler that the view talks to.
getViewName() - Method in class org.knime.core.node.AbstractNodeView
 
getViewName(NodeContainer) - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
Creates a title for the corresponding view.
getViewName(int) - Method in class org.knime.core.node.Node
Returns the name for this node's view at the given index.
getViewName(int) - Method in class org.knime.core.node.workflow.NodeContainer
 
getViewName(NodeContainer) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Creates a title for the corresponding view.
getViews() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.data.DataTableSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.BufferedDataTable
The returned views are displayed in the out port view of the referring node.
getViews(BufferedDataTable) - Method in class org.knime.core.node.ExtensionTable
Overwrite this method to provide a custom viewer.
getViews() - Method in class org.knime.core.node.NodeModel
 
getViews() - Method in class org.knime.core.node.port.AbstractSimplePortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.database.DatabasePortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.image.ImagePortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.image.ImagePortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated. The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in interface org.knime.core.node.port.PortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in interface org.knime.core.node.port.PortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.viewproperty.ColorHandlerPortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.viewproperty.ShapeHandlerPortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.viewproperty.SizeHandlerPortObject
The returned views are displayed in the out port view of the referring node.
getViewTitle() - Method in class org.knime.core.node.NodeView
 
getVirtualNodeInput(int) - Method in interface org.knime.core.node.workflow.LoopStartParallelizeNode
 
getVirtualOutputID() - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContent
 
getVisible() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Returns the visible nodes and their bounds.
getVizModel() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
 
getVizModel() - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
 
getVizModelInternal() - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
getVizModelInternal() - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
getVizModelInternal() - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
 
getWaitingLoops() - Method in class org.knime.core.node.workflow.NodeContainer
 
getWarning() - Method in class org.knime.base.data.statistics.Statistics2Table
Returns warning message if number of possible values exceeds predefined maximum.
getWarningMessage() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration.Result
 
getWarningMessage(int) - Method in class org.knime.base.node.io.filereader.SettingsStatus
Deprecated.  
getWarningMessage() - Method in class org.knime.core.node.CopyNodePersistor
getWarningMessage() - Method in interface org.knime.core.node.NodeContentPersistor
 
getWarningMessage() - Method in class org.knime.core.node.NodeModel
Get the most recently set warning message.
getWarningMessage() - Method in class org.knime.core.node.NodePersistorVersion1xx
getWarningMessage() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
getWarningMessage(int) - Method in class org.knime.core.util.tokenizer.SettingsStatus
 
getWarningMessageFromModel() - Method in class org.knime.core.node.Node
Getter for the currently set node warning message in the corresponding NodeModel.
getWeight(int) - Method in class org.knime.base.data.neural.Perceptron
Get weight at given position.
getWeight() - Method in class org.knime.base.node.mine.decisiontree2.learner.DataRowWeighted
Return the weight of this data row.
getWeight() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
getWeightColumn() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
getweightMatrix() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getWeightMatrix() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getweightMatrix() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
 
getWeights() - Method in class org.knime.base.data.neural.Perceptron
 
getWidgets() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Returns the widgets for the nodes returned by getVisible() and getCollapsed().
getWidth() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
Returns the width of the ruler.
getWidth() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
getWidth() - Method in class org.knime.core.node.workflow.WorkflowAnnotation
 
getWinner(double[]) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
Helper method to determine the winner cluster center (The cluster center to which the DataRow has the highest membership value).
getWinnerAndClasscounts(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Delegates to DecisionTreeNode.getWinnerAndClasscounts(DataRow, DataTableSpec)
getWinnerAndClasscounts(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Classify a new pattern given as a row of values.
getWithBlobSupport(int) - Method in class org.knime.core.data.collection.BlobSupportDataCellList
Returns the element at the specified position of the list.
getWithinClusterVariations() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
Calculates the Within-Cluster Variation for each cluster.
getWithinClusterVariations() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Calculates the Within-Cluster Variation for each cluster.
getWorkflow() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getWorkflowAnnotations() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getWorkflowAnnotations() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getWorkflowAnnotations() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getWorkflowAnnotations() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getWorkflowAnnotations() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
getWorkflowAnnotations() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
getWorkflowIncomingPort(int) - Method in class org.knime.core.node.workflow.WorkflowManager
 
getWorkflowKNIMEFile() - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
getWorkflowKNIMEFile() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
getWorkflowManager() - Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowLoadResult
 
getWorkflowManagerPersistor() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
 
getWorkflowOutgoingPort(int) - Method in class org.knime.core.node.workflow.WorkflowManager
 
getWorkflowVariables() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Get the workflow variables associated with this meta node/workflow.
getWorkflowVariables() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Get the workflow variables associated with this meta node/workflow.
getWorkflowVariables() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Get the workflow variables associated with this meta node/workflow.
getWorkflowVariables() - Method in class org.knime.core.node.workflow.WorkflowManager
Get read-only access on the current workflow variables.
getWorkflowVariables() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
Get the workflow variables associated with this meta node/workflow.
getWorkflowVariables() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Get the workflow variables associated with this meta node/workflow.
getWorkingDir() - Method in class org.knime.core.node.workflow.WorkflowManager
Get working folder associated with this WFM.
getWorkspaceDirPath() - Static method in class org.knime.core.internal.KNIMEPath
Getter for the workspace directory.
getWorstValue() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGainRatio
Returns the worst value for this quality measure.
getWorstValue() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGini
Returns the worst value for this quality measure.
getWorstValue() - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityMeasure
Returns the worst value for this quality measure.
getX() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
Returns the curve's x-values.
getX() - Method in class org.knime.base.node.viz.plotter.basic.DataCellPoint
 
getX() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getX() - Method in class org.knime.base.node.viz.roc.ROCNodeModel.ROCCurve
Returns the curve's x-values.
getX() - Method in class org.knime.core.node.workflow.WorkflowAnnotation
 
getXAxis() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getXAxisCaption() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getXAxisCaptionCell() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getXColIdx() - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
 
getXColName() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
 
getXColSpec() - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
 
getXColumnName() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getXColumnName() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getXColumnName() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
getXColumnName() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
getXColumnSpec() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getXColumnSpec() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getXColumnSpec() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
getXColumnSpec() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
getXCoord() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getXCoordinate() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
getXDomainValue() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getXieBeniIndex() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
The Xie-Beni index, also called the compactness and separation validity function, is an index that involves the membership values and the dataset.
getXieBeniIndex() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Calculates the Xie Beni Index.
getXMaxValue() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
getXMinValue() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
getXMLDescription() - Method in class org.knime.core.node.Node
The XML description can be used with the NodeFactoryHTMLCreator in order to get a converted HTML description of it, which fits the overall KNIME HTML style.
getXMLDescription() - Method in class org.knime.core.node.NodeFactory
The XML description can be used with the NodeFactoryHTMLCreator in order to get a converted HTML description of it, which fits the overall KNIME HTML style.
getXMLDescription() - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
getXMLFileURL() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Get the URL of the XML file this spec was build from.
getXPosition() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
getY() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
Returns the curve's y-values.
getY() - Method in class org.knime.base.node.viz.plotter.basic.DataCellPoint
 
getY() - Method in class org.knime.base.node.viz.roc.ROCNodeModel.ROCCurve
Returns the curve's y-values.
getY() - Method in class org.knime.core.node.workflow.WorkflowAnnotation
 
getYAxis() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getYCoord() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getYCoordinate() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
getYDomainValue() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getYear() - Method in class org.knime.core.data.date.DateAndTimeCell
getYear() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getYMaxValue() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
getYMinValue() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
getZipEntryName() - Method in class org.knime.base.node.io.filereader.FileRowIterator
 
getZipEntryName() - Method in class org.knime.base.node.util.BufferedFileReader
If the underlying source is a ZIP archive this method returns the name of the entry read.
getZScores(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the parameters mapped to the z-score for the given logit.
GLOBAL_CONST_ID - Static variable in class org.knime.core.node.workflow.FlowVariable
Deprecated. Use FlowVariable.Scope.getPrefix() of enum constant FlowVariable.Scope.Global instead.
GLOBAL_THREAD_POOL - Static variable in class org.knime.core.node.KNIMEConstants
The global thread pool from which all threads should be taken.
GlobalClassCreator - Class in org.knime.core.eclipseUtil
Deprecated. Since 2.4 the KNIME core is using the Eclipse Buddy-Classloading mechanism. So the workaround via the GlobalClassCreator is not necessary any more.
GlobalObjectInputStream - Class in org.knime.core.eclipseUtil
ObjectInputStream which uses the GlobalClassCreator to resolve Objects by class name.
GlobalObjectInputStream(InputStream) - Constructor for class org.knime.core.eclipseUtil.GlobalObjectInputStream
 
GlobalSettings - Class in org.knime.base.data.aggregation
Utility class that contains general information such as the column delimiter and the total number of rows.
GlobalSettings() - Constructor for class org.knime.base.data.aggregation.GlobalSettings
Constructor for class GlobalSettings.
GlobalSettings(int) - Constructor for class org.knime.base.data.aggregation.GlobalSettings
Constructor for class GlobalSettings that uses the standard value delimiter.
GlobalSettings(int, String, DataTableSpec, int) - Constructor for class org.knime.base.data.aggregation.GlobalSettings
Constructor for class GlobalSettings.
gotoCell(int, int) - Method in class org.knime.core.node.tableview.TableView
Scrolls to the given coordinate cell.
GraphListener - Interface in org.knime.base.node.mine.decisiontree2.view.graph
Currently only used for the outline view.
graphRepaint() - Method in interface org.knime.base.node.mine.decisiontree2.view.graph.GraphListener
Called after graph has been repainted.
graphRepaint() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
Called after graph has been repainted.
GroupByNodeDialog - Class in org.knime.base.node.preproc.groupby
The node dialog of the group by node.
GroupByNodeDialog() - Constructor for class org.knime.base.node.preproc.groupby.GroupByNodeDialog
Constructor for class GroupByNodeDialog.
GroupByNodeFactory - Class in org.knime.base.node.preproc.groupby
Factory class of the group by node.
GroupByNodeFactory() - Constructor for class org.knime.base.node.preproc.groupby.GroupByNodeFactory
 
GroupByNodeModel - Class in org.knime.base.node.preproc.groupby
The NodeModel implementation of the group by node which uses the GroupByTable class implementations to create the resulting table.
GroupByNodeModel() - Constructor for class org.knime.base.node.preproc.groupby.GroupByNodeModel
Creates a new group by model with one in- and one out-port.
GroupByNodeModel(int, int) - Constructor for class org.knime.base.node.preproc.groupby.GroupByNodeModel
Creates a new group by model.
GroupByTable - Class in org.knime.base.node.preproc.groupby
 
GroupByTable(ExecutionContext, BufferedDataTable, List<String>, ColumnAggregator[], GlobalSettings, boolean, boolean, ColumnNamePolicy, boolean) - Constructor for class org.knime.base.node.preproc.groupby.GroupByTable
Constructor for class GroupByTable.
groupMethodsByType(List<AggregationMethod>) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
gt(int, int, DataValueComparator) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new greater than node, that compares the values in two columns.
gt(int, Number) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new greater than node, that compares the value in a column to a fixed number.
gt(int, String) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new greater than node, that compares the value in a column to a fixed string.
guessDefaults(DataTableSpec) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
Guesses meaningful default values, e.g.
guessNominalClassColumn(DataTableSpec, boolean) - Static method in class org.knime.core.data.DataTableSpec
Guesses the column in the argument spec that likely contains the class attribute.
GUIUtils - Class in org.knime.base.node.viz.aggregation.util
This class provides different methods which are used in multiple aggregation implementations mainly in the GUI creation.

H

HalfDoubleMatrix - Class in org.knime.base.util
This stores half a matrix of doubles efficiently in just one array.
HalfDoubleMatrix(int, boolean) - Constructor for class org.knime.base.util.HalfDoubleMatrix
Creates a new half-matrix of doubles.
HalfDoubleMatrix(ConfigRO) - Constructor for class org.knime.base.util.HalfDoubleMatrix
Loads a half int matrix from the given node settings object.
HalfFloatMatrix - Class in org.knime.base.util
This stores half a matrix of floats efficiently in just one array.
HalfFloatMatrix(int, boolean) - Constructor for class org.knime.base.util.HalfFloatMatrix
Creates a new half-matrix of floats.
HalfFloatMatrix(ConfigRO) - Constructor for class org.knime.base.util.HalfFloatMatrix
Loads a half int matrix from the given node settings object.
HalfIntMatrix - Class in org.knime.base.util
This stores half a matrix of ints efficiently in just one array.
HalfIntMatrix(int, boolean) - Constructor for class org.knime.base.util.HalfIntMatrix
Creates a new half-matrix of ints.
HalfIntMatrix(ConfigRO) - Constructor for class org.knime.base.util.HalfIntMatrix
Loads a half int matrix from the given node settings object.
HANDLE_MISSING_VALS - Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
The name of the settings tag which holds the boolean if the user wants to replace missing values.
hasAbsoluteCoordinates() - Method in class org.knime.core.node.workflow.NodeUIInformation
 
hasBeenConfigured() - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Deprecated. use AbstractSamplingNodeModel.checkSettings(DataTableSpec) instead because this also checks for the class column if stratified sampling has been selected
hasBounds() - Method in class org.knime.core.data.DataColumnDomain
Returns true if both, lower and upper bound, are defined.
hasClassColumn() - Method in class org.knime.base.node.mine.sota.SotaPortObjectSpec
 
hasColHeader() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
hasConfiguration() - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
Implementation of ConfigEditTreeModel.hasConfiguration().
hasConfiguration() - Method in class org.knime.core.node.config.ConfigEditTreeModel
 
hasContent() - Method in class org.knime.core.node.CopyNodePersistor
hasContent() - Method in class org.knime.core.node.Node
Delegate method to node model.
hasContent() - Method in interface org.knime.core.node.NodeContentPersistor
 
hasContent() - Method in class org.knime.core.node.NodeModel
 
hasContent() - Method in class org.knime.core.node.NodePersistorVersion1xx
hasContent() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
hasData() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
 
hasData() - Method in class org.knime.base.node.viz.table.TableNodeView
Checks if there is data to display.
hasData() - Method in class org.knime.core.node.tableview.TableContentModel
Is there valid data to show?
hasData() - Method in class org.knime.core.node.tableview.TableContentView
This table "hasData" when there is valid input, i.e.
hasData() - Method in class org.knime.core.node.tableview.TableView
This table "has data" when there is valid input, i.e.
hasData() - Method in class org.knime.core.node.tableview.TableViewFrame
Delegating method to internal table view.
hasDate() - Method in class org.knime.core.data.date.DateAndTimeCell
hasDate() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
hasDialog() - Method in class org.knime.base.collection.list.create.CollectionCreateNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.image.ImageToTableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.image.writepng.WritePNGNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory
Deprecated. Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBReaderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBWriterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
 
hasDialog() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.linereader.LineReaderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.listfiles.ListFilesNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.table.write.WriteTableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.LoopEndNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
 
hasDialog() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
 
hasDialog() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeFactory
 
hasDialog() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.knn.KnnNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.mds.MDSNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.pca.PCANodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeFactory
 
hasDialog() - Method in class org.knime.base.node.preproc.binner.BinnerNodeFactory
 
hasDialog() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory
 
hasDialog() - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.split.SplitNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.rules.RuleEngineNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.switches.emtpytablereplacer.EmptyTableReplacerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.switches.endcase.EndcaseNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.switches.endif.EndifNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.switches.endmodelcase.EndmodelcaseNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.switches.manualif.ManualIfNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.switches.startcase.StartcaseNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.util.cache.CacheNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.util.sampledata.SampleDataNodeFactory
No Dialog available.
hasDialog() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.roc.ROCNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
No dialog for this node.
hasDialog() - Method in class org.knime.base.node.viz.table.TableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.core.node.Node
Returns true if this node can show a dialog.
hasDialog() - Method in class org.knime.core.node.NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.core.node.workflow.NodeContainer
 
hasDialog() - Method in class org.knime.core.node.workflow.SingleNodeContainer
hasDialog() - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectInNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectOutNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.core.node.workflow.WorkflowManager
hasErrors() - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
 
hasErrors() - Method in class org.knime.base.node.preproc.filter.row.RowIDRowFilterPanel
 
hasErrors() - Method in class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
 
hasErrors() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
 
hasEscapeChar() - Method in class org.knime.base.node.io.filetokenizer.Quote
Deprecated.  
hasEscapeChar() - Method in class org.knime.core.util.tokenizer.Quote
 
hashCode() - Method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated. This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.base.node.io.database.WrappedDriver
hashCode() - Method in class org.knime.base.node.io.filetokenizer.Delimiter
Deprecated. 
hashCode() - Method in class org.knime.base.node.io.filetokenizer.Quote
Deprecated. 
hashCode() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel.IntPair
hashCode() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns a hash code computed by the product of the hash code of anchor and class label.
hashCode() - Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.MinkowskiDist
hashCode() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPredictor
hashCode() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
hashCode() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
hashCode() - Method in class org.knime.base.node.preproc.joiner.InputDataRow.WildCardCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.base.node.preproc.joiner.JoinTuple
hashCode() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
hashCode() - Method in class org.knime.base.node.viz.histogram.util.ColorColumn
hashCode() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
hashCode() - Method in class org.knime.core.data.collection.BlobSupportDataCellList
hashCode() - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
hashCode() - Method in class org.knime.core.data.collection.ListCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.collection.SetCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.collection.SparseListCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
hashCode() - Method in class org.knime.core.data.container.BlobWrapperDataCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.container.CellClassInfo
hashCode() - Method in class org.knime.core.data.container.LongUTFDataInputStream
hashCode() - Method in class org.knime.core.data.DataCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.DataColumnDomain
Returns the hash code of this domain, based on the hash codes of the lower, upper bound, and each possible value - if available.
hashCode() - Method in class org.knime.core.data.DataColumnProperties
Hash code based on underlying Properties class.
hashCode() - Method in class org.knime.core.data.DataColumnSpec
The hash code is computed based on the hash code of column name and type.
hashCode() - Method in class org.knime.core.data.DataTableSpec
hashCode() - Method in class org.knime.core.data.DataType
The hash code is based on the preferred value flag and the hash codes of all DataValue classes.
hashCode() - Method in class org.knime.core.data.date.DateAndTimeCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.BooleanCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.ComplexNumberCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.DefaultRow
hashCode() - Method in class org.knime.core.data.def.DoubleCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.FuzzyIntervalCell
Computes hash code based on all private members.
hashCode() - Method in class org.knime.core.data.def.FuzzyNumberCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.IntCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.IntervalCell
Computes hash code based on all private members.
hashCode() - Method in class org.knime.core.data.def.LongCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.StringCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.TimestampCell
Deprecated. This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.image.png.PNGImageBlobCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.image.png.PNGImageCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.model.PortObjectCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.property.ColorAttr
Hash code of the underlying color value.
hashCode() - Method in class org.knime.core.data.property.ColorHandler
hashCode() - Method in class org.knime.core.data.property.ColorModelNominal
hashCode() - Method in class org.knime.core.data.property.ColorModelRange
hashCode() - Method in class org.knime.core.data.property.ShapeHandler
hashCode() - Method in class org.knime.core.data.property.ShapeModelNominal
hashCode() - Method in class org.knime.core.data.property.SizeHandler
hashCode() - Method in class org.knime.core.data.property.SizeModelDouble
hashCode() - Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
hashCode() - Method in class org.knime.core.data.RowKey
hashCode() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
hashCode() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
hashCode() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
hashCode() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
hashCode() - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.xml.PMMLBlobCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.xml.PMMLCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.xml.XMLBlobCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.xml.XMLCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.xml.XMLCellContent
hashCode() - Method in class org.knime.core.internal.ReferencedFile
hashCode() - Method in class org.knime.core.node.port.AbstractSimplePortObject
Method computes the hash code as defined by the underlying ModelContent object that first need to be saved by calling AbstractSimplePortObject.save(ModelContentWO, ExecutionMonitor).
hashCode() - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
hashCode() - Method in class org.knime.core.node.port.database.DatabasePortObject
hashCode() - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
hashCode() - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
hashCode() - Method in class org.knime.core.node.port.PortType
hashCode() - Method in class org.knime.core.node.util.DefaultStringIconOption
hashCode() - Method in class org.knime.core.node.workflow.ConnectionContainer
hashCode() - Method in class org.knime.core.node.workflow.ConnectionID
hashCode() - Method in class org.knime.core.node.workflow.Credentials
hashCode() - Method in class org.knime.core.node.workflow.CredentialsProvider
hashCode() - Method in class org.knime.core.node.workflow.FlowObjectStack
hashCode() - Method in class org.knime.core.node.workflow.FlowVariable
hashCode() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
hashCode() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
hashCode() - Method in class org.knime.core.util.MutableDouble
hashCode() - Method in class org.knime.core.util.MutableInteger
hashCode() - Method in class org.knime.core.util.Pair
hashCode() - Method in class org.knime.core.util.tokenizer.Delimiter
hashCode() - Method in class org.knime.core.util.tokenizer.Quote
hasHiLiteHandler() - Method in class org.knime.base.node.viz.table.TableNodeView
Checks is property handler is set.
hasHiLiteHandler() - Method in class org.knime.core.node.tableview.TableContentModel
Is there a HiLiteHandler connected?
hasHiLiteHandler() - Method in class org.knime.core.node.tableview.TableContentView
Is there a HiLiteHandler connected?
hasHiLiteHandler() - Method in class org.knime.core.node.tableview.TableView
Checks if a property handler is registered.
hasHiLiteHandler() - Method in class org.knime.core.node.tableview.TableViewFrame
Delegating method to internal table view.
hasListeners(String) - Method in class org.knime.core.node.tableview.TableContentModel
Are there listeners registered to this class?
hasLowerBound() - Method in class org.knime.core.data.DataColumnDomain
Returns true, if a lower bound is defined.
hasMessage() - Method in class org.knime.core.node.workflow.ConnectionProgress
Returns whether there is currently a message to display.
hasMessage() - Method in class org.knime.core.node.workflow.NodeProgress
If the progress message has changed (more correctly is not null).
hasMillis() - Method in class org.knime.core.data.date.DateAndTimeCell
hasMillis() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
hasMissingCells(DataRow) - Static method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
Checks if given row contains missing cells and returns true, otherwise false.
hasMissingSection() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
hasMissingValues(DataRow) - Static method in class org.knime.base.node.mine.sota.logic.SotaUtil
Returns true if there are missing values in given row and false if not.
hasModel() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
 
hasMoreZipEntries() - Method in class org.knime.base.node.util.BufferedFileReader
 
hasNext() - Method in class org.knime.base.data.append.column.AppendedColumnRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.append.row.AppendedRowsIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.filter.column.CloseableFilterColumnRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.filter.column.FilterColumnRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.filter.row.FilterRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.join.InMemoryIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.join.JoinedTableRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.normalize.AffineTransRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.replace.ReplacedColumnsRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.io.arffreader.ARFFRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.io.filereader.FileRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.mine.bfn.BasisFunctionIterator
Checks if the iterator already reached the end of the iteration.
hasNext() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.preproc.filter.row.RowFilterIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTableIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
hasNext() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.core.data.container.JoinTableIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.core.data.def.DefaultCellIterator
hasNext() - Method in class org.knime.core.data.def.DefaultRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.core.data.RowIterator
Returns true if there are more rows and false otherwise.
hasNumColSpec() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
 
hasParseErrors() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
 
hasProgress() - Method in class org.knime.core.node.workflow.NodeProgress
If the progress value has changed (more correctly is not null).
hasRowHeader() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
hasSameRowsInEachIteration() - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeConfiguration
 
hasThousandsSeparator() - Method in class org.knime.base.node.io.filereader.DataCellFactory
Returns true, if grouping of thousands in floating point numbers is currently supported.
hasTime() - Method in class org.knime.core.data.date.DateAndTimeCell
hasTime() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
hasUpperBound() - Method in class org.knime.core.data.DataColumnDomain
Returns true, if an upper bound is defined.
hasValues() - Method in class org.knime.core.data.DataColumnDomain
Returns true if the values are not null.
hasView() - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
Returns true if this job manager provides a view.
hasView() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Returns true if this job manager provides a view.
hasWarningEntries() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
 
hasWarningMessage() - Method in class org.knime.base.node.io.csvwriter.CSVWriter
 
HeaderRenderer - Class in org.knime.base.node.io.tablecreator.table
The renderer for the spreadsheets row and column header.
HeaderRenderer() - Constructor for class org.knime.base.node.io.tablecreator.table.HeaderRenderer
Create new instance.
Hex2BitVectorCellFactory - Class in org.knime.base.data.bitvector
Factory class to transform a StringValue cell into a DenseBitVectorCell.
Hex2BitVectorCellFactory(DataColumnSpec, int) - Constructor for class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
Create new cell factory that provides one column given by newColSpec.
HEX_RENDERER - Static variable in class org.knime.core.data.renderer.BitVectorValueStringRenderer
Singleton for a hex string renderer of bit vector values.
HiddenLayer - Class in org.knime.base.data.neural
This class represents a hidden layer in a MultiLayerPerceptron.
HiddenLayer(Layer, int) - Constructor for class org.knime.base.data.neural.HiddenLayer
Constructs a layer with given predecessor layer and given number of hidden neurons.
HiddenLayer(Layer, Perceptron[]) - Constructor for class org.knime.base.data.neural.HiddenLayer
Constructs a hidden layer with the given predecessor layer and the given neurons.
HIDDENLAYER_KEY - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Key to store the number of hidden layer.
HIDE_UNHILITED - Static variable in class org.knime.base.node.viz.plotter.AbstractPlotter
Constant for "show hilited only" menu entry.
hideColumns(DataColumnSpec...) - Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
Removes the given columns form either include or exclude list and notifies all listeners.
hideColumns(DataColumnSpec...) - Method in class org.knime.core.node.util.ColumnFilterPanel
Removes the given columns form either include or exclude list and notifies all listeners.
HierarchicalClusterNodeDialog - Class in org.knime.base.node.mine.cluster.hierarchical
A dialog to get the number of output clusters, the distance function and the linkage type for cluster.
HierarchicalClusterNodeDialog() - Constructor for class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
Creates a new NodeDialogPane for hierarchical clustering in order to set the parameters.
HierarchicalClusterNodeFactory - Class in org.knime.base.node.mine.cluster.hierarchical
The Factory for the hierarchical clustering node.
HierarchicalClusterNodeFactory() - Constructor for class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
 
HierarchicalClusterNodeModel - Class in org.knime.base.node.mine.cluster.hierarchical
Implements a Hierarchical Clustering.
HierarchicalClusterNodeModel() - Constructor for class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Creates a new hierarchical clustering model.
HierarchicalClusterNodeModel.Linkage - Enum in org.knime.base.node.mine.cluster.hierarchical
Different types of determination of the distance between two clusters.
HierarchicalClusterNodeView - Class in org.knime.base.node.mine.cluster.hierarchical
This view displays the scoring results.
HierarchicalClusterNodeView(NodeModel, DendrogramPlotter) - Constructor for class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeView
creates a new ScorerNodeView with scroll bars.
HierarchicalGraphComponent<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
This is a JComponent which displays a HierarchicalGraphView.
HierarchicalGraphComponent(HierarchicalGraphView<K>) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
 
HierarchicalGraphComponent.MyMouseListener - Class in org.knime.base.node.mine.decisiontree2.view.graph
Just forward mouse events to the graph.
HierarchicalGraphComponent.MyMouseListener() - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent.MyMouseListener
 
HierarchicalGraphView<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
A widget for a tree.
HierarchicalGraphView(K) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Create a new instance.
HierarchicalGraphView(K, HierarchicalGraphView.Align) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Create a new instance.
HierarchicalGraphView.Align - Enum in org.knime.base.node.mine.decisiontree2.view.graph
The alignment of the graph.
HierarchicalGraphView.LayoutSettings - Class in org.knime.base.node.mine.decisiontree2.view.graph
Constants for the layout.
HierarchicalGraphView.LayoutSettings(int) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
hiLite(KeyEvent) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.learner.DecTreeLearnerGraphView
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
Invoked when some item(s) were hilit.
hiLite(Set<K>) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
HiLite the given nodes.
hiLite(KeyEvent) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
Invoked when some item(s) were hilit.
hilite(Set<Hiliteable>) - Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
Hilites the given objects.
hilite(Hiliteable) - Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
Hilites the given object.
hiLite(KeyEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
 
hiLite(KeyEvent) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Invoked when some item(s) were hilit.
HILITE - Static variable in class org.knime.core.data.property.ColorAttr
The color for hilite as new Color(255, 181, 0).
HILITE - Static variable in class org.knime.core.node.property.hilite.HiLiteHandler
Constant for the Menu entry 'HiLite'.
hiLite(KeyEvent) - Method in interface org.knime.core.node.property.hilite.HiLiteListener
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.core.node.tableview.TableContentModel
Invoked when some item(s) were hilit.
HILITE_MAPPING_FILE_NAME - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
File name for hilite mapping.
HILITE_RECT_WIDTH_FACTOR - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The width of the hilite rectangle in percent of the surrounding rectangle.
HILITE_SELECTED - Static variable in class org.knime.core.node.property.hilite.HiLiteHandler
Constant for the menu entry 'HiLite Selected'.
Hiliteable - Interface in org.knime.base.node.mine.sota.view.interaction
 
HiLiteCollectorNodeFactory - Class in org.knime.base.node.preproc.filter.hilite.collector
 
HiLiteCollectorNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeFactory
 
HiLiteCollectorNodeModel - Class in org.knime.base.node.preproc.filter.hilite.collector
 
HiLiteCollectorNodeModel() - Constructor for class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
Create new hilite collector model with one data in- and one data out-port.
HiLiteCollectorNodeView - Class in org.knime.base.node.preproc.filter.hilite.collector
 
HiLiteCollectorNodeView(HiLiteCollectorNodeModel) - Constructor for class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeView
Creates a new view on a hilite collector model.
HiliteFilterNodeFactory - Class in org.knime.base.node.preproc.filter.hilite
 
HiliteFilterNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
 
HiliteFilterNodeModel - Class in org.knime.base.node.preproc.filter.hilite
 
HiliteFilterNodeModel() - Constructor for class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Creates an instance of HiliteFilterNodeModel.
HiLiteHandler - Class in org.knime.core.node.property.hilite
HiLiteHandler implementation which receives hilite change requests, answers, queries, and notifies registered listeners.
HiLiteHandler() - Constructor for class org.knime.core.node.property.hilite.HiLiteHandler
Creates a new default hilite handler with an empty set of registered listeners and an empty set of hilit items.
hiliteHdl - Variable in class org.knime.core.node.Node.Output
 
HiLiteListener - Interface in org.knime.core.node.property.hilite
The event listener interface has to be implemented by classes that are interested in receiving hilite events.
HiliteManager - Interface in org.knime.base.node.mine.sota.view.interaction
 
HiLiteManager - Class in org.knime.core.node.property.hilite
A manager for hilite events between one source (from) HiLiteHandler and a number of target handlers (to).
HiLiteManager() - Constructor for class org.knime.core.node.property.hilite.HiLiteManager
Creates a new manager.
HiLiteMapper - Interface in org.knime.core.node.property.hilite
This mapper has to be implemented by all classes that are interested in mapping hilite events between RowKeys.
hiLiteSelected() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
 
hiLiteSelected() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Is called from the menu entry hilite selected.
hiLiteSelected() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Is called from the menu entry hilite selected.
hiLiteSelected() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Is called from the menu entry hilite selected.
hiLiteSelected() - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Is called from the menu entry hilite selected.
hiLiteSelected() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
Is called from the menu entry hilite selected.
hiLiteSelected() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Is called from the menu entry hilite selected.
hiLiteSelected() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Is called from the menu entry hilite selected.
hiLiteSelected() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Is called from the menu entry hilite selected.
hiliteSelected() - Method in class org.knime.base.node.viz.table.TableNodeView
Hilites selected rows in the hilite handler.
hiliteSelected() - Method in class org.knime.core.node.tableview.TableContentView
Requests to the HiLiteHandler that all rows that are currently selected are added to the set of hilited patterns.
hiliteSelected() - Method in class org.knime.core.node.tableview.TableView
Sends a request to the content table to hilite all currently selected rows.
HiliteShapeCalculator<S extends Shape,H extends Shape> - Interface in org.knime.base.node.viz.aggregation
Hilite shape calculator interface which is used in the aggregation value classes to calculate the hilite shape.
HiLiteTranslator - Class in org.knime.core.node.property.hilite
A translator for hilite events between one source (from) HiLiteHandler and a number of target handlers (to).
HiLiteTranslator() - Constructor for class org.knime.core.node.property.hilite.HiLiteTranslator
Creates a translator with an empty mapping and a default hilite handler.
HiLiteTranslator(HiLiteHandler) - Constructor for class org.knime.core.node.property.hilite.HiLiteTranslator
Creates a new translator.
HiLiteTranslator(HiLiteMapper) - Constructor for class org.knime.core.node.property.hilite.HiLiteTranslator
Creates a new translator.
HiLiteTranslator(HiLiteHandler, HiLiteMapper) - Constructor for class org.knime.core.node.property.hilite.HiLiteTranslator
Creates a new translator.
hiliting(boolean) - Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
 
hiliting() - Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
 
HistogramDrawingPane - Class in org.knime.base.node.viz.histogram.impl
The view class of a Histogram visualisation.
HistogramDrawingPane(AbstractHistogramProperties) - Constructor for class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
Constructor for class HistogramDrawingPane.
HistogramLayout - Enum in org.knime.base.node.viz.histogram
Enumerates all possible layouts of the Histogram visualisation.
HistogramNodeDialogPane - Class in org.knime.base.node.viz.histogram.node
The dialog of the HistogramNodeModel where the user can define the x column and the number of rows.
HistogramNodeDialogPane() - Constructor for class org.knime.base.node.viz.histogram.node.HistogramNodeDialogPane
Constructor for class HistogramNodeDialogPane.
HistogramNodeFactory - Class in org.knime.base.node.viz.histogram.node
Factory class of the interactive histogram.
HistogramNodeFactory() - Constructor for class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
 
HistogramNodeModel - Class in org.knime.base.node.viz.histogram.node
The NodeModel class of the interactive histogram plotter.
HistogramNodeModel() - Constructor for class org.knime.base.node.viz.histogram.node.HistogramNodeModel
 
HistogramNodeView - Class in org.knime.base.node.viz.histogram.node
The node view which contains the histogram plotter panel.
HistogramNodeView(HistogramNodeModel) - Constructor for class org.knime.base.node.viz.histogram.node.HistogramNodeView
Creates a new view instance for the histogram node.
hitThreshold() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Returns the threshold above and including which a data point is considered a hit.
hitThreshold(double) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Sets the threshold above and including which a data point is considered a hit.
HORIZONTAL - Static variable in class org.knime.base.node.viz.plotter.Axis
Constant for the horizontal enumeration value.
HORIZONTAL_LINE - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the horizontal line.
HSBColorComparator - Class in org.knime.base.node.viz.histogram.datamodel
Comparator comparing two Color objects using the HSB color space.
HTML_VALUE_FORMATER - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
The NumberFormater to use in the html views.
HyperTangentKernel - Class in org.knime.base.node.mine.svm.kernel
Hypertangent kernel.
HyperTangentKernel() - Constructor for class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
 
hypotenuse(double, double) - Static method in class org.knime.base.util.math.MathUtils
Calculates sqrt(x^2 + y^2) reducing the risk of over- or underflow.

I

ICredentials - Interface in org.knime.core.node.workflow
Credentials object representing login/password information.
ID - Static variable in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated. Id of this handler.
ID - Static variable in class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
ID for a ascending tick policy.
ID - Static variable in class org.knime.base.util.coordinate.DescendingNumericTickPolicyStrategy
ID of a descending policy.
ID - Static variable in class org.knime.base.util.coordinate.PercentagePolicyStrategy
ID for a percentage tick policy.
ID_BASE_10 - Static variable in class org.knime.base.util.coordinate.LogarithmicMappingMethod
Identifier for a logarithmic mapping method with base 10 ( log ).
ID_BASE_2 - Static variable in class org.knime.base.util.coordinate.LogarithmicMappingMethod
Identifier for a logarithmic mapping method with base 2 ( ld ).
ID_BASE_E - Static variable in class org.knime.base.util.coordinate.LogarithmicMappingMethod
Identifier for a logarithmic mapping method with base e ( ln ).
ID_SQRT - Static variable in class org.knime.base.util.coordinate.SquareRootMappingMethod
ID for a square root mapping method.
IdString2BitVectorCellFactory - Class in org.knime.base.data.bitvector
 
IdString2BitVectorCellFactory(DataColumnSpec, int) - Constructor for class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
Create new cell factory that provides one column given by newColSpec.
ignorableWhitespace(char[], int, int) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated. 
ignoreDelimsAtEORUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
ignoreDelimsAtEORUserValue() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
IgnoreDelimsPanel - Class in org.knime.base.node.io.filereader
Dialog panel for the expert dialog of the filereader.
IgnoreDelimsPanel(FileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.IgnoreDelimsPanel
Constructs the panels and loads it with the settings from the passed object.
ignoreEmptyTokensAtEndOfRow() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
IGNOREMV_KEY - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Key to store whether missing values should be ignoted.
ignoreWSChanged() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
The item changed listener to the 'ignore whitespaces' check box.
ignoreWSChanged() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
The item changed listener to the 'ignore whitespaces' check box.
IllegalFlowObjectStackException - Exception in org.knime.core.node.workflow
Runtime exception that is thrown when two or more branches of a workflow are merged and they contain non-compatible FlowObjectStack.
IllegalFlowObjectStackException(String) - Constructor for exception org.knime.core.node.workflow.IllegalFlowObjectStackException
 
IllegalLoopException - Exception in org.knime.core.node.workflow
Exception that is thrown when a loop is constructed illegally.
IllegalLoopException(String) - Constructor for exception org.knime.core.node.workflow.IllegalLoopException
 
IllegalLoopException(String, Throwable) - Constructor for exception org.knime.core.node.workflow.IllegalLoopException
 
ImageContent - Interface in org.knime.core.data.image
Generic content of an image.
ImageDataValueRenderer - Class in org.knime.core.data.image
Renderer for image content.
ImageDataValueRenderer(String) - Constructor for class org.knime.core.data.image.ImageDataValueRenderer
Create new renderer.
ImagePortObject - Class in org.knime.core.node.port.image
Port object representing a simple image (png, ...).
ImagePortObject() - Constructor for class org.knime.core.node.port.image.ImagePortObject
Empty framework constructor.
ImagePortObject(ImageContent, ImagePortObjectSpec) - Constructor for class org.knime.core.node.port.image.ImagePortObject
Create new port object based on the given arguments.
ImagePortObjectSpec - Class in org.knime.core.node.port.image
Port object spec to an ImagePortObject.
ImagePortObjectSpec(DataType) - Constructor for class org.knime.core.node.port.image.ImagePortObjectSpec
Constructor to be used.
ImagePortObjectSpec() - Constructor for class org.knime.core.node.port.image.ImagePortObjectSpec
Framework constructor - do not use. The constructor is required by the super class implementation to restort the content.
ImageToTableNodeDialog - Class in org.knime.base.node.image
Dialog for the Image To Table node allowing to specify the row ID, manually or by flow variable.
ImageToTableNodeDialog() - Constructor for class org.knime.base.node.image.ImageToTableNodeDialog
 
ImageToTableNodeFactory - Class in org.knime.base.node.image
Factory to create a table with one cell from an image port object.
ImageToTableNodeFactory() - Constructor for class org.knime.base.node.image.ImageToTableNodeFactory
 
ImageToTableNodeModel - Class in org.knime.base.node.image
Node model allows translating an generic image port object into a table with one cell.
ImageToTableNodeModel() - Constructor for class org.knime.base.node.image.ImageToTableNodeModel
New node model with on image port input and a data table output.
ImageValue - Interface in org.knime.core.data.image
Interface for all image cells.
IN - Static variable in class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
Values on the border are included.
in(int, List<String>) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Returns a new in node that checks if the the value in the column is equal to at least one string value from the list.
IN_DATA_INDEX - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
The index of the data table containing the input data.
INACTIVE - Static variable in class org.knime.core.data.property.ColorAttr
The color for inactive points, "grayed out", as Color.LIGHT_GRAY.
INACTIVE_SELECTED - Static variable in class org.knime.core.data.property.ColorAttr
The color for inactive points, "grayed out", but selected as Color.GRAY.
InactiveBranchConsumer - Interface in org.knime.core.node.port.inactive
Marker interface implemented by nodes (NodeModel) that are able to consume inactive branches.
InactiveBranchFlowLoopContext - Class in org.knime.core.node.workflow
Pushed to stack if a loop start node is inactive (entire loop part of an inactive branch).
InactiveBranchFlowLoopContext() - Constructor for class org.knime.core.node.workflow.InactiveBranchFlowLoopContext
 
InactiveBranchPortObject - Class in org.knime.core.node.port.inactive
An empty PortObject implementation which indicates that this node execution was skipped (likely because it is part of inactive IF-ENDIF branch).
InactiveBranchPortObjectSpec - Class in org.knime.core.node.port.inactive
An empty PortObjectSpec implementation which indicates that this node execution was skipped (likely because it is part of inactive IF-ENDIF branch).
inc() - Method in class org.knime.core.util.MutableDouble
Increments this double by one.
inc() - Method in class org.knime.core.util.MutableInteger
Increments this integer by one.
inclMissingCells() - Method in interface org.knime.base.data.aggregation.AggregationMethod
 
inclMissingCells() - Method in class org.knime.base.data.aggregation.AggregationOperator
inclMissingCells() - Method in class org.knime.base.data.aggregation.ColumnAggregator
 
inclMissingCells() - Method in class org.knime.base.data.aggregation.OperatorColumnSettings
 
INCLUDE - Static variable in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeDialogPane
Include columns.
INCLUDE - Static variable in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
Include rows.
include(File) - Method in interface org.knime.core.util.FileUtil.ZipFileFilter
Called with each file in the to-be-zipped directory.
INCLUDE_METHOD - Static variable in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
Config key for the method to determine whether the value of a column is selected or not.
includeColumn(DataColumnSpec) - Method in class org.knime.base.node.viz.histogram.util.NoDomainColumnFilter
Checks if the column with the given DataColumnSpec should be included or not.
includeColumn(DataColumnSpec) - Method in class org.knime.base.node.viz.pie.util.PieColumnFilter
Checks if the column with the given DataColumnSpec should be included or not.
includeColumn(DataColumnSpec) - Method in interface org.knime.core.node.util.ColumnFilter
Checks if the column with the given DataColumnSpec should be included or not.
includeColumn(DataColumnSpec) - Method in class org.knime.core.node.util.ColumnFilterPanel.ValueClassFilter
Checks if the given column type is included in the list of allowed types.
includeColumn(DataColumnSpec) - Method in class org.knime.core.node.util.CombinedColumnFilter
Checks if the column with the given DataColumnSpec should be included or not.
includeColumn(DataColumnSpec) - Method in class org.knime.core.node.util.DataValueColumnFilter
Checks if the column with the given DataColumnSpec should be included or not.
INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
Settings key for the excluded columns.
INCLUDED_COLUMNS - Static variable in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Settings key for the excluded columns.
INCLUDED_COLUMNS - Static variable in class org.knime.core.node.util.ColumnFilterPanel
Settings key for the excluded columns.
includedColumns(BWElimModel) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Returns a list with the columns that should be included in the output table.
includedColumns() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Returns a list with all currently included columns.
IncludeFromNowOn - Exception in org.knime.base.node.preproc.filter.row.rowfilter
An exception thrown by a row filter to indicate that the current and all following rows from now on are to be included into the result table.
IncludeFromNowOn() - Constructor for exception org.knime.base.node.preproc.filter.row.rowfilter.IncludeFromNowOn
Creates a new Exception with no message.
IncludeFromNowOn(String) - Constructor for exception org.knime.base.node.preproc.filter.row.rowfilter.IncludeFromNowOn
Creates a new exception object with a message.
includeInToken() - Method in class org.knime.base.node.io.filetokenizer.Comment
Deprecated.  
includeInToken() - Method in class org.knime.base.node.io.filetokenizer.Delimiter
Deprecated.  
includeInToken() - Method in class org.knime.core.util.tokenizer.Comment
 
includeInToken() - Method in class org.knime.core.util.tokenizer.Delimiter
 
INCLUDELIST_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store the excluded column list in the settings.
INCLUDELIST_KEY - Static variable in class org.knime.base.node.preproc.sorter.SorterNodeModel
The key for the IncludeList in the NodeSettings.
includeLowerBound(SettingsModelString) - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
includeMatchingLines() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.  
IncludeMissingCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
Include missing cell table cell renderer that contains most of the code from the {JTable$BooleanRenderer} class.
IncludeMissingCellRenderer(TableModel) - Constructor for class org.knime.base.data.aggregation.dialogutil.IncludeMissingCellRenderer
Constructor for class IncludeMissingCellRenderer.
includeNext() - Method in interface org.knime.base.node.preproc.equalsizesampling.OccurrenceCounter.Sampler
 
includes(IntervalValue) - Method in class org.knime.core.data.def.IntervalCell
Determines if the given IntervalValue is contained in this interval.
includes(IntervalValue) - Method in interface org.knime.core.data.IntervalValue
Determines if the given IntervalValue is contained in this interval.
includeTargetColumn() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Returns if the target column should be included in the output table.
includeTargetColumn(boolean) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
sets if the target column should be included in the output table.
includeUpperBound(SettingsModelString) - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
IncorpMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
Makes use the missing value by using it inside the model.
IncorpMissingValueReplacementFunction() - Constructor for class org.knime.base.node.mine.bfn.IncorpMissingValueReplacementFunction
 
increment(double, int, double) - Method in class org.knime.base.node.mine.decisiontree2.learner.NominalValueHistogram
Increments the histogram count at the given position for the given weight.
increment(int) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Increments the counter for the item with id = pos.
incrementAndGet(double) - Method in class org.knime.base.node.mine.decisiontree2.learner.AtomicDouble
Decrements this double by the given decrement.
incrementCount() - Method in class org.knime.base.node.preproc.equalsizesampling.OccurrenceCounter
Increment count by one.
incrementNrOfRows() - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
Increments the number of processed rows.
incrementNumThreads() - Method in class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
Increments the current number of threads in use by 1.
incrementSize() - Method in class org.knime.core.data.container.Buffer
Increments the row counter by one, used in addRow.
INDATA - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
In port of the data for the examples.
INDATAPORT - Static variable in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Index of input data port.
index - Variable in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
 
index - Variable in class org.knime.base.node.rules.Rule.ColumnReference
 
indexOf(String) - Method in class org.knime.core.data.container.ColumnRearranger
Get the current index of the column with name colName.
info(Object) - Method in class org.knime.core.node.NodeLogger
Write info message into this logger.
info(Object, Throwable) - Method in class org.knime.core.node.NodeLogger
Write info message and throwable into this logger.
INFO_OUTPORT - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
Index of decomposition output port.
init(int, int, DataTable) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
Inits the cluster centers and the weight matrix.
init(DataTable) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
An easier initialization, the rowcount and dimension are determined by iterating over the table.
init(int, int, DataTable) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Inits the cluster centers and the weight matrix.
init(RowKey[], double[][]) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Inits the cluster centers and the weight matrix.
init(long) - Method in class org.knime.base.node.mine.mds.MDSManager
Initializes the lower dimensional data points randomly.
init(long) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Initializes the lower dimensional data points randomly.
init(BufferedDataTable[], ExecutionContext) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Do here the initialisation of the model.
INIT_HEIGHT - Static variable in class org.knime.core.node.workflow.OutPortView
Initial frame height.
INIT_WIDTH - Static variable in class org.knime.core.node.workflow.OutPortView
Initial frame width.
initCellFactory(int) - Static method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Initialises the SotaTreeCellFactory instance.
initCellFactory() - Static method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Initialises the SotaTreeCellFactory instance.
initDefaultLocations(HashMap<SotaTreeCell, SotaTreeCellLocations>, SotaTreeCell) - Static method in class org.knime.base.node.mine.sota.logic.SotaManager
 
initDefaults(DataTableSpec) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
Do auto-configuration.
INITIAL_DELAY - Static variable in class org.knime.core.node.interrupt.InterruptibleNodeModel
A constant to define the initial delay, so the algorithm and the slider have the same initial values.
INITIAL_MAX_ITERATIONS - Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Constant for the initial number of iterations used in the dialog.
INITIAL_NR_CLUSTERS - Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Constant for the initial number of clusters used in the dialog.
initialize(DataTableSpec, List<ColumnAggregator>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Initializes the panel.
initialize(List<ColumnAggregator>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
Initializes the column aggregator table with the given ColumnAggregators.
initializeDimension() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyHelper
Returns the number of a specific type of DataCells in a RowContainers row.
initializeDimension() - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
Returns the number of a specific type of DataCells in a RowContainers row.
initializeDimension() - Method in class org.knime.base.node.mine.sota.logic.SotaNumberHelper
Returns the number of a specific type of DataCells in a RowContainers row.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in class org.knime.base.data.normalize.PMMLNormalizeTranslator
Initializes the translator based on a derived field array.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.mine.cluster.PMMLClusterTranslator
Initializes the translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeTranslator
Initializes the translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
Initializes the translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionTranslator
Initializes the translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator
Initializes the translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.mine.svm.PMMLSVMTranslator
Initializes the translator based on a PMML document.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in class org.knime.base.node.preproc.pmml.binner.PMMLBinningTranslator
Initializes the translator based on a derived field array.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in class org.knime.base.node.preproc.pmml.columnTrans.PMMLOne2ManyTranslator
Not yet implemented! Initializes the translator based on a derived field array.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in class org.knime.base.node.preproc.pmml.PMMLStringConversionTranslator
Initializes the translator based on a derived field array.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.PMMLStringConversionTranslator
Initializes the translator based on a derived field array.
initializeFrom(PMMLDocument) - Method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
Initializes the translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in class org.knime.core.node.port.pmml.PMMLMiningSchemaTranslator
Initializes the mining schema translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in interface org.knime.core.node.port.pmml.PMMLTranslator
Initializes the translator based on a PMML document.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in interface org.knime.core.node.port.pmml.preproc.PMMLPreprocTranslator
Initializes the translator based on a derived field array.
initializeModelTranslator(PMMLTranslator) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
 
initializeTree() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyHelper
Initializes the Sota tree with specific SotaCells like SotaFuzzyCell or SotaDoubleCell.
initializeTree() - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
Initializes the Sota tree with specific SotaCells like SotaFuzzyCell or SotaDoubleCell.
initializeTree(DataTable, DataArray, ExecutionMonitor, int) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Initializes the tree by creating the root node and two children cells of the root node.
initializeTree() - Method in class org.knime.base.node.mine.sota.logic.SotaNumberHelper
Initializes the Sota tree with specific SotaCells like SotaFuzzyCell or SotaDoubleCell.
initQualityMeasure(double[], double) - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGainRatio
Calculates the entropy of the distribution before a split.
initQualityMeasure(double[], double) - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGini
Some quality measures, like the information gain, calculate a quality of a previous distribution compared to a new one.
initQualityMeasure(double[], double) - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityMeasure
Some quality measures, like the information gain, calculate a quality of a previous distribution compared to a new one.
InjectVariablesDBNodeFactory - Class in org.knime.base.node.flowvariable.injectvariables
 
InjectVariablesDBNodeFactory() - Constructor for class org.knime.base.node.flowvariable.injectvariables.InjectVariablesDBNodeFactory
Creates factory for DatabasePortObject type ports.
InjectVariablesNodeFactory - Class in org.knime.base.node.flowvariable.injectvariables
 
InjectVariablesNodeFactory() - Constructor for class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
Creates factory for BufferedDataTable type ports.
InjectVariablesNodeFactory(PortType) - Constructor for class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
Create factory, that instantiates nodes, whose first input and the only output port are typed to the argument.
InjectVariablesNodeModel - Class in org.knime.base.node.flowvariable.injectvariables
 
InjectVariablesNodeModel(PortType) - Constructor for class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
Two inputs, one output.
inMemoryChanged() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
Call this method if the process in memory flag has changed.
inMemoryChanged() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Call this method if the process in memory flag has changed.
InMemoryIterator - Class in org.knime.base.data.join
This iterator joins two tables (given by a JoinedTable) in memory and is therfore magnituded faster than the standard joiner.
InMemoryIterator(JoinedTable) - Constructor for class org.knime.base.data.join.InMemoryIterator
Creates a new iterator for an in memory join of two tables.
InMemoryTable - Class in org.knime.base.node.mine.decisiontree2.learner
Implements a table that holds DataRowWeighteds in memory.
InMemoryTable(ValueMapper<DataCell>[], ValueMapper<DataCell>, ValueMapper<String>, double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Creates an empty table that keeps all rows in memory.
InMemoryTable(InMemoryTable) - Constructor for class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Creates an empty table from a given template table.
InMemoryTableCreator - Class in org.knime.base.node.mine.decisiontree2.learner
Creates an in memory representation of the given BufferedDataTable.
InMemoryTableCreator(BufferedDataTable, int, double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner.InMemoryTableCreator
Creates a creator from the given table and the specified class index.
INMODEL - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
In port of the optional PMMLModel.
INMODELPORT - Static variable in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Index of input model (=decision tree) port.
InnerFlowLoopContext - Class in org.knime.core.node.workflow
Control object on a FlowObjectStack to indicate the actual execution of a loop start node.
InnerFlowLoopContext() - Constructor for class org.knime.core.node.workflow.InnerFlowLoopContext
 
INPORT - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
The input port used here.
INPORT - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
The input port 0.
INPORT - Static variable in class org.knime.base.node.mine.sota.SotaNodeModel
The input port used here.
INPORT - Static variable in class org.knime.base.node.preproc.binner.BinnerNodeModel
Keeps index of the input port which is 0.
INPORT - Static variable in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
The input port used here.
INPORT - Static variable in class org.knime.base.node.preproc.sorter.SorterNodeModel
The input port used here.
INPORT - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Keeps port number for the single input port.
INPORT - Static variable in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Keeps port number for the single input port.
INPORT - Static variable in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Keeps port number for the single input port.
INPORT - Static variable in class org.knime.base.node.viz.table.TableNodeModel
Index of the input port (only one anyway).
INPORT_CLUSTERING - Static variable in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Inport port of the clustering to judge.
INPORT_REFERENCE - Static variable in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Inport port of the reference clustering.
inProgress() - Method in class org.knime.core.node.workflow.ConnectionProgress
 
INPUT_COLUMNS - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
 
INPUT_KEY - Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
Key to store the input value of a neuron in the ModelContent.
inputColumns() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
Returns a list with all input columns.
InputDataRow - Class in org.knime.base.node.preproc.joiner
This class is a container for a DataRow and an index.
InputDataRow(DataRow, int, InputDataRow.Settings.InDataPort, InputDataRow.Settings) - Constructor for class org.knime.base.node.preproc.joiner.InputDataRow
 
InputDataRow.Settings - Class in org.knime.base.node.preproc.joiner
Common settings for all InputDataRows.
InputDataRow.Settings(Map<InputDataRow.Settings.InDataPort, List<Integer>>, boolean) - Constructor for class org.knime.base.node.preproc.joiner.InputDataRow.Settings
 
InputDataRow.Settings.InDataPort - Enum in org.knime.base.node.preproc.joiner
A InputDataRow belongs either to the left input table or to the right input table.
InputDataRow.WildCardCell - Class in org.knime.base.node.preproc.joiner
Used in the match any case.
InputDataRow.WildCardCell() - Constructor for class org.knime.base.node.preproc.joiner.InputDataRow.WildCardCell
 
InputLayer - Class in org.knime.base.data.neural
A special layer holding the input perceptrons.
InputLayer(Perceptron[]) - Constructor for class org.knime.base.data.neural.InputLayer
Constructs an input layer with given input perceptrons.
InputLayer(int) - Constructor for class org.knime.base.data.neural.InputLayer
Constructs an input layer with given number of input neurons, input set to zero.
InputPerceptron - Class in org.knime.base.data.neural
Class representing an input perceptron.
InputPerceptron(double) - Constructor for class org.knime.base.data.neural.InputPerceptron
Constructs a perceptron with given input.
InputPerceptron() - Constructor for class org.knime.base.data.neural.InputPerceptron
Constructs a perceptron with input 0.
insert(DenseByteVectorCell) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Inserts the bytes at the lower positions of the current vector.
insert(SparseByteVectorCell) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
Inserts the bytes at the lower positions of the current vector.
insertAt(int, CellFactory) - Method in class org.knime.core.data.container.ColumnRearranger
Inserts the columns provided by fac at a given position.
insertBound(double) - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
Inserts a new bound into an interval.
InsertColumn - Class in org.knime.base.node.parallel.appender
 
InsertColumn(int) - Constructor for class org.knime.base.node.parallel.appender.InsertColumn
Creates a column destination that inserts a column.
insertColumns(int[]) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Add columns with default properties.
InsertColumnsAction - Class in org.knime.base.node.io.tablecreator.table
The swing action to insert columns based on the selected columns.
InsertColumnsAction(JTable) - Constructor for class org.knime.base.node.io.tablecreator.table.InsertColumnsAction
Creates a new instance.
insertIndexInterval(int, int, boolean) - Method in class org.knime.core.util.NoSelectionListSelectionModel
insertRows(int[]) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Insert empty rows.
InsertRowsAction - Class in org.knime.base.node.io.tablecreator.table
The swing action to insert rows based on the selected columns.
InsertRowsAction(SpreadsheetTable) - Constructor for class org.knime.base.node.io.tablecreator.table.InsertRowsAction
Creates a new instance.
InsertWorkflowPersistor - Class in org.knime.core.node.workflow
Persistor that is used when a workflow (a project) is loaded.
InsertWorkflowPersistor(WorkflowPersistor) - Constructor for class org.knime.core.node.workflow.InsertWorkflowPersistor
 
installUI(JComponent) - Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
INSTANCE - Static variable in class org.knime.base.node.io.filereader.SmilesTypeHelper
The one and only instance of this class.
INSTANCE - Static variable in class org.knime.base.node.io.tablecreator.prop.SmilesTypeHelper
The one and only instance of this class.
INSTANCE - Static variable in class org.knime.base.util.NullPrintStream
The singleton instance of this NullPrintStream.
INSTANCE - Static variable in class org.knime.base.util.NullWriter
Deprecated. Do not use this public instance because Writers are internally synchronized on themselves.
INSTANCE - Static variable in class org.knime.core.data.model.PortObjectValueRenderer
Singleton to be used.
INSTANCE - Static variable in class org.knime.core.data.renderer.BooleanValueRenderer
Instance to be used.
INSTANCE - Static variable in class org.knime.core.data.renderer.ByteVectorValuePixelRenderer
Singleton instance to be used.
INSTANCE - Static variable in class org.knime.core.data.renderer.ByteVectorValueStringRenderer
Singleton instance to be used.
INSTANCE - Static variable in class org.knime.core.data.renderer.IntValueRenderer
Instance to be used.
INSTANCE - Static variable in class org.knime.core.data.renderer.LongValueRenderer
Instance to be used.
INSTANCE - Static variable in class org.knime.core.data.renderer.StringValueRenderer
Singleton to be used.
INSTANCE - Static variable in class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated. Singleton to be used for default handling.
INSTANCE - Static variable in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
 
INSTANCE - Static variable in class org.knime.core.node.exec.ThreadNodeExecutionJobManagerFactory
 
INSTANCE - Static variable in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
Singleton instance to be used.
INSTANCE - Static variable in class org.knime.core.node.port.flowvariable.FlowVariablePortObjectSpec
Singleton instance to be used.
INSTANCE - Static variable in class org.knime.core.node.port.inactive.InactiveBranchPortObject
Singleton to be used.
INSTANCE - Static variable in class org.knime.core.node.port.inactive.InactiveBranchPortObjectSpec
Singleton to be used.
INSTANCE - Static variable in class org.knime.core.node.workflow.WorkflowLoadHelper
Default (pessimistic) default load helper.
instantiateAndLoad(ModelContentRO, PortObjectSpec) - Static method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Creates a new linear regression model that is read from the given model content object.
IntCell - Class in org.knime.core.data.def
A data cell implementation holding an integer value by storing this value in a private int member.
IntCell(int) - Constructor for class org.knime.core.data.def.IntCell
Creates new cell for a generic int value.
IntegerCoordinate - Class in org.knime.base.util.coordinate
 
IntegerCoordinate(DataColumnSpec) - Constructor for class org.knime.base.util.coordinate.IntegerCoordinate
Constructor for class IntegerCoordinate.
IntegerCoordinateFactory - Class in org.knime.base.util.coordinate
 
IntegerCoordinateFactory() - Constructor for class org.knime.base.util.coordinate.IntegerCoordinateFactory
 
IntegerCoordinateMapping - Class in org.knime.base.util.coordinate
Holds the original value according to the domain and its mapping.
IntegerCoordinateMapping(String, int, double) - Constructor for class org.knime.base.util.coordinate.IntegerCoordinateMapping
Constructs a coordinate mapping.
integerLoop() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Returns if the loop should iterate over integer and not doubles.
integerLoop(boolean) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Sets if the loop should iterate over integer and not doubles.
InteractiveBarDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This class extends the BarDataModel to support hiliting.
InteractiveBarDataModel(String, Color) - Constructor for class org.knime.base.node.viz.histogram.datamodel.InteractiveBarDataModel
Constructor for class BarDataModel.
InteractiveBarElementDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This class extends the BarElementDataModel to support hiliting.
InteractiveBarElementDataModel(Color) - Constructor for class org.knime.base.node.viz.histogram.datamodel.InteractiveBarElementDataModel
Constructor for class BarElementDataModel.
InteractiveBinDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This class extends the BinDataModel to support hiliting.
InteractiveBinDataModel(String, double, double) - Constructor for class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
Constructor for class BinDataModel.
InteractiveHistogramDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This data model holds all information (DataRows, DataTableSpec) to provide the flexibility.
InteractiveHistogramDataModel(DataArray, List<Color>) - Constructor for class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
Constructor for class InteractiveHistogramDataModel.
InteractiveHistogramPlotter - Class in org.knime.base.node.viz.histogram.impl.interactive
This class is the controller between the data model of the InteractiveHistogramVizModel class and the view HistogramDrawingPane.
InteractiveHistogramPlotter(InteractiveHistogramProperties, HiLiteHandler) - Constructor for class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramPlotter
Creates a new PlotterScrolling pane and associates it with the passed view control panel.
InteractiveHistogramProperties - Class in org.knime.base.node.viz.histogram.impl.interactive
The properties panel of the Histogram plotter which allows the user to change the look and behaviour of the histogram plotter.
InteractiveHistogramProperties(DataTableSpec, AbstractHistogramVizModel) - Constructor for class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
Constructor for class FixedColumnHistogramProperties.
InteractiveHistogramVizModel - Class in org.knime.base.node.viz.histogram.datamodel
Extends the AbstractHistogramVizModel to allow hiliting and column changing.
InteractiveHistogramVizModel(List<Color>, AggregationMethod, HistogramLayout, DataTableSpec, List<DataRow>, DataColumnSpec, Collection<ColorColumn>, int) - Constructor for class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
Constructor for class InteractiveHistogramVizModel.
InteractiveIntervalBinCreator - Class in org.knime.base.node.viz.histogram.util
This is the IntervalBinCreator implementation that created the InteractiveBinDataModels for the interactive histogram.
InteractiveIntervalBinCreator() - Constructor for class org.knime.base.node.viz.histogram.util.InteractiveIntervalBinCreator
Constructor for class InteractiveIntervalBinCreator.
InteractivePieDataModel - Class in org.knime.base.node.viz.pie.datamodel.interactive
This is the interactive implementation of the PieDataModel which allows hiliting and column changing.
InteractivePieDataModel(ExecutionMonitor, DataTable, int, boolean) - Constructor for class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
Constructor for class InteractivePieDataModel.
InteractivePieNodeFactory - Class in org.knime.base.node.viz.pie.node.interactive
Factory class of the interactive pie chart implementation.
InteractivePieNodeFactory() - Constructor for class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeFactory
 
InteractivePieNodeModel - Class in org.knime.base.node.viz.pie.node.interactive
The interactive implementation of the PieNodeModel class.
InteractivePieNodeModel() - Constructor for class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
The constructor.
InteractivePieNodeView - Class in org.knime.base.node.viz.pie.node.interactive
The interactive implementation of the PieNodeView.
InteractivePieNodeView(InteractivePieNodeModel) - Constructor for class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeView
Constructor for class InteractivePieNodeView.
InteractivePiePlotter - Class in org.knime.base.node.viz.pie.impl.interactive
The interactive implementation of the pie plotter which allows the user to change the pie and aggregation column in the view and supports hiliting.
InteractivePiePlotter(InteractivePieProperties, HiLiteHandler) - Constructor for class org.knime.base.node.viz.pie.impl.interactive.InteractivePiePlotter
Constructor for class InteractivePiePlotter.
InteractivePieProperties - Class in org.knime.base.node.viz.pie.impl.interactive
The interactive implementation of the PieProperties panel which allows the changing of the pie and aggregation column.
InteractivePieProperties(InteractivePieVizModel) - Constructor for class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
Constructor for class FixedPieProperties.
InteractivePieVizModel - Class in org.knime.base.node.viz.pie.datamodel.interactive
This is the interactive implementation of the PieVizModel.
InteractivePieVizModel(InteractivePieDataModel, String, String) - Constructor for class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
Constructor for class InteractivePieVizModel.
INTERN_FILE_DIR - Static variable in interface org.knime.core.node.NodePersistor
Directory name to save and load node internals.
INTERNAL_MODEL - Static variable in class org.knime.base.node.mine.sota.SotaNodeModel
The configuration key for the internal model of SOTA.
INTERNAL_TABLE_FOLDER_PREFIX - Static variable in class org.knime.core.node.NodePersistorVersion200
Prefix of associated port folders.
internalLoadSettingsFrom(NodeSettingsRO, PortObjectSpec[], FlowObjectStack, CredentialsProvider, boolean) - Method in class org.knime.core.node.NodeDialogPane
Method being called from the node when the dialog shall load the settings from a NodeSettingsRO object.
internalSaveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.NodeDialogPane
Called from the node when the current settings shall be written to a NodeSettings object.
interpolate(Point, Point, List<DotInfo>) - Method in class org.knime.base.node.viz.plotter.line.LinePlotter
The nr of intermediate points and the last row index is used to determine the x value (only the y value is interpolated).
interpolatePosition(double, double, double, double) - Method in class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
Interpolates the correct mapping for a given value.
interpolatePosition(double, double, double, double) - Method in class org.knime.base.util.coordinate.DescendingNumericTickPolicyStrategy
Interpolates the correct mapping for a given value.
InterpolationTab - Class in org.knime.base.node.viz.plotter.props
Provides a checkbox if the missing values should be interpolated or not.
InterpolationTab() - Constructor for class org.knime.base.node.viz.plotter.props.InterpolationTab
Creates a box with a checkbox (interpolate missing values).
interruptAll() - Method in class org.knime.core.util.ThreadPool
Interrupts all running jobs.
InterruptControlPanel - Class in org.knime.core.node.interrupt
A simple control panel holding the control elements necessary to control the InterruptibleNodeModel, that is a "Run"-, "Break"- and "Finish"-Button and a slider to adjust the delay.
InterruptControlPanel() - Constructor for class org.knime.core.node.interrupt.InterruptControlPanel
Constructs the InterruptControlPanel with the buttons: "Run", "Break" and "Finish" and the slider to adjust the delay.
InterruptedExecutionException - Exception in org.knime.base.node.io.filereader
Exception thrown by the FileAnalyzer, if the program (the node dialog) interrupted the analysis.
InterruptedExecutionException() - Constructor for exception org.knime.base.node.io.filereader.InterruptedExecutionException
Creates a new exception with no detail message.
InterruptedExecutionException(String) - Constructor for exception org.knime.base.node.io.filereader.InterruptedExecutionException
Creates a new exception with a detail message.
InterruptibleNodeModel - Class in org.knime.core.node.interrupt
This class provides a generic implementation of a node that can be stopped and resumed during execution.
InterruptibleNodeModel(int, int) - Constructor for class org.knime.core.node.interrupt.InterruptibleNodeModel
Constructs a NodeModel with the desired in- and out-ports, setting the state to paused, that is waiting for an initial event to start executing.
InterruptibleNodeView - Class in org.knime.core.node.interrupt
This class provides a generic view for the InterruptibleNodeModel and all deriving classes, which basically consists in a control panel, with some control elements such as a "Run"-, a "Break"- and a "Finish"-Button and a slider to adjust the delay.
InterruptibleNodeView(InterruptibleNodeModel) - Constructor for class org.knime.core.node.interrupt.InterruptibleNodeView
Constructs an instance of the InterruptibleNodeView with the underlying InterruptibleNodeModel and a title.
InterruptibleNodeView(InterruptibleNodeModel, JPanel) - Constructor for class org.knime.core.node.interrupt.InterruptibleNodeView
Creates an instance of the interruptible node view with the control elements and a specific additional panel.
intersects(DenseBitVector) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Returns true, if this and the argument vector have at least one bit set at the same position.
intersects(SparseBitVector) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Returns true, if this and the argument vector have at least one bit set at the same position.
Interval - Class in org.knime.base.node.preproc.discretization.caim2
Represents a double interval.
Interval(double, double, boolean, boolean) - Constructor for class org.knime.base.node.preproc.discretization.caim2.Interval
Creates an interval from its boundaries and whether the boundaries belong to the interval or not.
Interval(Config) - Constructor for class org.knime.base.node.preproc.discretization.caim2.Interval
Creates an interval from its boundaries and whether the boundaries belong to the interval or not.
INTERVAL_DIGITS - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
Defines the number of decimal places which are used by default in the binning method.
INTERVAL_DIGITS - Static variable in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Number of digits used in an interval.
IntervalBinCreator<E extends BinDataModel> - Class in org.knime.base.node.viz.histogram.util
This class is a helper class of the BinningUtil class to create the different BinDataModels for fixed and interactive histogram.
IntervalBinCreator() - Constructor for class org.knime.base.node.viz.histogram.util.IntervalBinCreator
 
IntervalCell - Class in org.knime.core.data.def
A DataCell implementation holding a numeric interval as value by storing left and right bound.
IntervalCell(double, double, boolean, boolean) - Constructor for class org.knime.core.data.def.IntervalCell
Creates a new interval cell based on the minimum and maximum value.
IntervalCell(double, double) - Constructor for class org.knime.core.data.def.IntervalCell
Creates a new interval cell based on the minimum and maximum value, while both bounds are included.
IntervalValue - Interface in org.knime.core.data
Interface supporting interval cells holding minimum and maximum boundaries.
IntervalValue.IntervalUtilityFactory - Class in org.knime.core.data
Implementations of the meta information of this value class.
IntervalValue.IntervalUtilityFactory() - Constructor for class org.knime.core.data.IntervalValue.IntervalUtilityFactory
Only subclasses are allowed to instantiate this class.
IntervalValueComparator - Class in org.knime.core.data
Comparator returned by the IntervalValue datacell type.
IntervalValueComparator() - Constructor for class org.knime.core.data.IntervalValueComparator
 
IntValue - Interface in org.knime.core.data
Interface supporting generic int values.
intValue() - Method in class org.knime.core.util.MutableDouble
intValue() - Method in class org.knime.core.util.MutableInteger
IntValue.IntUtilityFactory - Class in org.knime.core.data
Implementations of the meta information of this value class.
IntValue.IntUtilityFactory() - Constructor for class org.knime.core.data.IntValue.IntUtilityFactory
Only subclasses are allowed to instantiate this class.
IntValueComparator - Class in org.knime.core.data
Comparator returned by the IntValue interface.
IntValueComparator() - Constructor for class org.knime.core.data.IntValueComparator
 
IntValueRenderer - Class in org.knime.core.data.renderer
 
invalidate() - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
invalidate() - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Overridden for performance reasons.
inverse(double[][]) - Static method in class org.knime.base.util.math.MathUtils
Calculates the inverse matrix of a given matrix.
invert() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Creates and returns a new bit vector whose bits are inverted compared to this vector.
InvocationTargetRuntimeException - Exception in org.knime.core.node.util
Thrown by the methods in the ViewUtils class that execute code in the Event Dispatch Thread, if the executed code throws an exception.
InvocationTargetRuntimeException(String, Throwable) - Constructor for exception org.knime.core.node.util.InvocationTargetRuntimeException
Creates a new exception, wrapping the cause in a runtime exception.
invokeAndWaitInEDT(Runnable) - Static method in class org.knime.core.node.util.ViewUtils
Executes the specified runnable in the Swing Event Dispatch Thread.
invokeCloseView(AbstractNodeView<?>) - Static method in class org.knime.core.node.Node
Widens scope of AbstractNodeView.closeView() method so it can be called from UI framework components.
invokeEnsureOpen(BufferedDataTable) - Static method in class org.knime.core.node.Node
Exposes BufferedDataTable.ensureOpen() as public method.
invokeOpenView(AbstractNodeView<?>, String) - Static method in class org.knime.core.node.Node
Widens scope of AbstractNodeView.openView(String) method so it can be called from UI framework components.
invokeResetOnPortSuccessors(int) - Method in class org.knime.core.node.workflow.WorkflowManager
Reset those nodes which are connected to a specific workflow incoming port.
IS_APPENDED - Static variable in class org.knime.base.node.preproc.binner.BinnerNodeModel
Key if new column is appended.
IS_APPENDED - Static variable in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Key if new column is appended.
IS_NOMINAL - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Type of color setting.
isAppendedColumn() - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
 
isAppendedColumn() - Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalPanel
 
isAppendedColumn() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
 
isAppendedColumn() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalPanel
 
isASuperTypeOf(DataType) - Method in class org.knime.core.data.DataType
Returns true if this type is a supertype of the passed type, that is, the argument is compatible to all DataValue classes of this type (and may be more).
isAtLeastMode() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
isBetter(double, double) - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGainRatio
A gain ratio index is better if it is larger than the other one.
isBetter(double, double) - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGini
A gini index is better if it is larger than the other one.
isBetter(double, double) - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityMeasure
Determines if the first passed quality is better compared to the second quality.
isBetterOrEqual(double, double) - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGainRatio
A gain ratio index is better if it is larger or equal than the other one.
isBetterOrEqual(double, double) - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGini
A GINI index is better if it is larger than the other one.
isBetterOrEqual(double, double) - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityMeasure
Determines if the first passed quality is better or equal compared to the second quality.
isBinFileGZipped() - Method in class org.knime.core.data.container.Buffer
 
isBinNominal() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isCalcError() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
 
isCalculateDelta() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
isCanceled() - Method in class org.knime.core.node.DefaultNodeProgressMonitor
 
isCanceled() - Method in class org.knime.core.node.ExecutionMonitor
 
isCanonEQ() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isCaseInsensitive() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
isCaseInsensitive() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isCaseSensitive() - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
isCell() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns true if the cell is a Cell, false if it is a Node.
isCellEditable(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
isCellEditable(int, int) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
isCellEditable(int, int) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
isCellEditable(EventObject) - Method in class org.knime.core.node.config.ConfigEditTreeEditor
isClosed() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
 
isClosed() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns whether the represented itemset is closed or not.
isClosed() - Method in class org.knime.core.data.container.DataContainer
Returns true if table has been closed and getTable() will return a DataTable object.
isCollapsed() - Method in class org.knime.base.node.mine.decisiontree2.view.CollapsiblePanel
 
isCollectionType() - Method in class org.knime.core.data.DataType
Does this type represent a collection.
isColumnHeaderResizingAllowed() - Method in class org.knime.core.node.tableview.TableView
Whether or not the resizing of the column header height is allowed.
isColumnHeaderSpecified() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns true if column header is specified in the data file and must be read from data input file, otherwise false.
isComments() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isCommentUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
isCompatible(DataColumnSpec) - Method in interface org.knime.base.data.aggregation.AggregationMethod
 
isCompatible(DataColumnSpec) - Method in class org.knime.base.data.aggregation.AggregationOperator
isCompatible(DataType) - Method in class org.knime.base.data.aggregation.AggregationOperator
 
isCompatible(Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.ColumnAggregator
 
isCompatible(int, Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
 
isCompatible(Class<? extends DataValue>) - Method in class org.knime.core.data.DataType
Checks if the given DataValue.class is compatible to this type.
isCompatibleWithDomain(DataColumnDomain) - Method in class org.knime.base.util.coordinate.LogarithmicMappingMethod
Checks compatibility with a domain.
isCompatibleWithDomain(DataColumnDomain) - Method in interface org.knime.base.util.coordinate.MappingMethod
Checks compatibility with a domain.
isCompatibleWithDomain(DataColumnDomain) - Method in class org.knime.base.util.coordinate.SquareRootMappingMethod
Checks compatibility with a domain.
isConfigured() - Method in class org.knime.core.node.CopyNodePersistor
isConfigured() - Method in interface org.knime.core.node.NodePersistor
 
isConfigured() - Method in class org.knime.core.node.NodePersistorVersion1xx
Is configured according to the settings object.
isContainedIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
Returns true if any point of this line is contained in the rectangle.
isContainedIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
isContainerTable(DataTable) - Static method in class org.knime.core.data.container.DataContainer
Returns true if the given argument table has been created by the DataContainer, false otherwise.
isDataAvailable() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Returns true if model is avaiable, i.e.
isDataAvailable() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Returns true if model is available, i.e.
isDataAvailable() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Returns true if model is available, i.e.
isDebugEnabled() - Method in class org.knime.core.node.NodeLogger
Checks if debug logging level is enabled.
isDefault() - Method in enum org.knime.base.node.viz.aggregation.AggregationMethod
isDefault() - Method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
isDefault() - Method in enum org.knime.base.node.viz.aggregation.ValueScale
isDefault() - Method in enum org.knime.base.node.viz.histogram.HistogramLayout
isDefault() - Method in interface org.knime.core.node.util.ButtonGroupEnumInterface
 
isDeletable() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
isDeletable() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
isDeletable() - Method in class org.knime.core.node.workflow.NodeContainer
 
isDeletable() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
isDeletable() - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
isDeletable() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
isDeleteOnReset() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
isDelimiterUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
isDetermineMostSpecificDataType() - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
 
isDirty() - Method in class org.knime.core.node.workflow.NodeContainer
 
isDirtyAfterLoad() - Method in class org.knime.core.node.CopyNodePersistor
Whether this node should be marked as dirty after load.
isDirtyAfterLoad() - Method in interface org.knime.core.node.NodePersistor
Whether this node should be marked as dirty after load.
isDirtyAfterLoad() - Method in class org.knime.core.node.NodePersistorVersion1xx
Whether this node should be marked as dirty after load.
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
isDirtyAfterLoad() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
isDirtyAfterLoad() - Method in interface org.knime.core.node.workflow.NodeContainerPersistor
 
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
isDotAll() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isDrawHierarchicalFuzzyData() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
isDrawHierarchicalSeparators() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
isDReal() - Method in class org.knime.base.util.math.EigenvalueDecomposition
 
isEmpty(String) - Static method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
 
isEmpty() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
isEmpty() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
isEmpty() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
isEmpty() - Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
Returns true, if all bits in the vector are cleared.
isEmpty() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Returns true if no bits are set in this bit vector.
isEmpty() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Returns true, if all bits in the vector are cleared.
isEmpty() - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Returns true if no bits are set in this bit vector.
isEmpty() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Returns true, if all bits in the vector are cleared.
isEmpty() - Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
Checks all counts and returns true if they are all zero.
isEmpty() - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Checks all counts and returns true if they are all zero.
isEmpty() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Checks all counts and returns true if they are all zero.
isEmpty() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Checks all counts and returns true if they are all zero.
isEmpty() - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Checks all counts and returns true if they are all zero.
isEmpty() - Method in class org.knime.core.node.property.hilite.KeyEvent
 
isEmpty() - Method in class org.knime.core.node.workflow.FlowObjectStack
 
isEnabled() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
isEnabled() - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
 
isEnabledFor(NodeLogger.LEVEL) - Method in class org.knime.core.node.NodeLogger
Returns true if the underlying Log4J logger is enabled for the given level.
isEnableHilite() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
isEnd() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
isExecuted() - Method in class org.knime.core.node.CopyNodePersistor
isExecuted() - Method in interface org.knime.core.node.NodePersistor
 
isExecuted() - Method in class org.knime.core.node.NodePersistorVersion1xx
isExecuted() - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContent
 
isExtractAllProps() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
 
isFailIfNoMatch() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
isFailIfNoRuleMatches() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
isFailIfSomeMissing() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
 
isFailOnInvalid() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
 
isFileHasColumnHeadersUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
isFileHasRowHeadersUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
isFilled() - Method in class org.knime.base.node.viz.plotter.basic.Basic2DDrawingElement
Returns whether the shape should be filled (true) or not (false).
isFilledProperly() - Method in class org.knime.core.node.workflow.NodeUIInformation
Returns if the loaded UI information is complete.
isFinished() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Indicates whether the state of the algorithm is finished or not.
isForceCopyOfBlobs() - Method in class org.knime.core.data.container.DataContainer
Get the property, which has possibly been set by DataContainer.setForceCopyOfBlobs(boolean).
isFuzzyIntervalType(DataType) - Static method in class org.knime.base.node.mine.sota.logic.SotaUtil
Returns true if given DataType is a FuzzyIntervalType, otherwise false.
isGlobalConstant() - Method in class org.knime.core.node.workflow.FlowVariable
 
isGuessNumOfCols() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
isGzipOutput() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
isHideMode() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
 
isHierarchicalFuzzyData() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
isHiLit() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
isHiLit(RowKey...) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Returns true if the specified row IDs are hilit.
isHiLit(int) - Method in interface org.knime.core.node.tableview.TableContentInterface
Is the Row row hilited? The row with the index will be cached (if it hasn't been in there) and the hilite status of the row is returned.
isHiLit(int) - Method in class org.knime.core.node.tableview.TableContentModel
Is the Row row hilited? The row with the index will be cached (if it hasn't been in there) and the hilite status of the row is returned.
isHiLit(int) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Delegating method to TableContentModel.
isHilite() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
isHilite() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
isHilited() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns true if object is hilited, false if not.
isHilited() - Method in interface org.knime.base.node.mine.sota.view.interaction.Hiliteable
Returns true if object is hilited, false if not.
isHilited(Hiliteable) - Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
Returns true if the given object is hilited.
isHilited() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
isHilited() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
isHilited() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
isIDOnly() - Method in class org.knime.core.node.tableview.FindPositionAll
If to look for IDs only.
isIDOnly() - Method in class org.knime.core.node.tableview.FindPositionRowKey
If to look for IDs only.
isIgnoreEmptyLinesUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
isIn(DataRow) - Method in class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
Checks if the given row lies within the define interval borders.
isIn(DataRow) - Method in interface org.knime.base.data.filter.row.FilterRowGenerator
 
isInactive() - Method in class org.knime.core.node.Node
 
isInactive() - Method in class org.knime.core.node.NodePersistorVersion1xx
Accessor for derived class, not part of interface!
isInactive() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
isInactive() - Method in interface org.knime.core.node.workflow.NodeOutPort
 
isInactive() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
isInactive() - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
isInactiveBranchConsumer() - Method in class org.knime.core.node.Node
Returns true if the contained model is an instance of InactiveBranchConsumer.
isInactiveBranchConsumer() - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
isIncludeAll() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
 
isIncludeInOutConnections() - Method in class org.knime.core.node.workflow.WorkflowCopyContent
see WorkflowCopyContent.setIncludeInOutConnections(boolean).
isIncludeLeft() - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
 
isIncludeRight() - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
 
isInfoEnabled() - Method in class org.knime.core.node.NodeLogger
Checks if info logging level is enabled.
isInOutputTable(int, int) - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
Returns true when given cell is in the output table.
isInterruptible() - Method in class org.knime.core.node.Node
 
isIntType(DataType) - Static method in class org.knime.base.node.mine.sota.logic.SotaUtil
Returns true if given DataType is a IntType, otherwise false.
isKeepAllSelected() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Returns the status of the keep-all columns selection box.
isKeepAllSelected() - Method in class org.knime.core.node.util.ColumnFilterPanel
If the keep all box is visible and is selected.
isKnimeProducedAndOlderThanVersion(PMMLDocument.PMML, Integer[]) - Static method in class org.knime.core.node.port.pmml.PMMLPortObject
 
isLeaf() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns if this node is a leaf.
isLeaf() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
isLeaf() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
isLeaf() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
isLeaf(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidgetFactory
Returns true when the given object is a leaf.
isLeaf(K) - Method in interface org.knime.base.node.mine.decisiontree2.view.graph.NodeWidgetFactory
Returns true when the given object is a leaf.
isLeaf() - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
 
isLeaf() - Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
Returns if this node is a leaf.
isLeavingWorkflow() - Method in enum org.knime.core.node.workflow.ConnectionContainer.ConnectionType
 
isLeftOpen() - Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
 
isLeftOpen() - Method in class org.knime.base.node.preproc.binner.NumericBin
 
isLeftOpen() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
isLeftOpen() - Method in class org.knime.base.node.preproc.pmml.binner.NumericBin
 
isLiteral() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
isLiteral() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isLocalWFM() - Method in class org.knime.core.node.workflow.NodeContainer
Is this node a to be locally executed workflow.
isLocalWFM() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Is this node a to be locally executed workflow.
isLocalWFM() - Method in class org.knime.core.node.workflow.WorkflowManager
Is this node a to be locally executed workflow.
isLockedForVM(File) - Static method in class org.knime.core.util.VMFileLocker
 
isLowerBoundInclusive() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
isMappingAllowed() - Method in class org.knime.base.util.coordinate.PercentagePolicyStrategy
Returns whether mapping and relabeling by MappingMethods should be allowed for the ticks of this PolicyStrategy.
isMappingAllowed() - Method in class org.knime.base.util.coordinate.PolicyStrategy
Returns whether mapping and relabeling by MappingMethods should be allowed for the ticks of this PolicyStrategy.
isMaxClassCoverage() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
isMaxDomainValueSet() - Method in class org.knime.base.util.coordinate.DoubleCoordinate
isMaxDomainValueSet() - Method in class org.knime.base.util.coordinate.IntegerCoordinate
isMaxDomainValueSet() - Method in class org.knime.base.util.coordinate.NumericCoordinate
 
isMaximal() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
 
isMaximal() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
 
isMemoryLow(ExecutionContext) - Method in class org.knime.base.data.sort.MemoryService
This is a stateful method return true in the low memory condition.
isMetaConfig() - Method in class org.knime.base.node.preproc.missingval.ColSetting
Is this config a meta-config?
isMinDomainValueSet() - Method in class org.knime.base.util.coordinate.DoubleCoordinate
isMinDomainValueSet() - Method in class org.knime.base.util.coordinate.IntegerCoordinate
isMinDomainValueSet() - Method in class org.knime.base.util.coordinate.NumericCoordinate
 
isMissing() - Method in class org.knime.core.data.DataCell
Returns true if this represents missing cell, false otherwise.
isMissingIntern() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
isMissingInternal() - Method in class org.knime.core.data.DataCell
Internal implementation of DataCell.isMissing().
isMouseDown() - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
 
isMultiLine() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isNewColumn() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
 
isNoise() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
isNominal(int) - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Whether the attribute at the given index position is nominal or not.
isNominal() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
isNominal() - Method in class org.knime.base.util.coordinate.Coordinate
Whether this coordinate is a nominal one.
isNominal() - Method in class org.knime.base.util.coordinate.NominalCoordinate
Whether this coordinate is a nominal one.
isNominal() - Method in class org.knime.base.util.coordinate.NumericCoordinate
Whether this coordinate is a nominal one.
isNotShrunk() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
 
isNumberType(DataType) - Static method in class org.knime.base.node.mine.sota.logic.SotaUtil
Returns true if given DataType is a DoubleType or an IntType, otherwise false.
isNumericalXColumn() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramDialogPane
Checks if the current selected x column is numerical.
ISO8061 - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
Renders the datetime as yyyy-MM-ddTHH:mm:ss.SSS.
ISO8601_DATE_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
yyyy-MM-dd.
ISO8601_DATE_TIME_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
yyyy-MM-dd'T'HH:mm:ss.
ISO8601_DATE_TIME_MILLIS_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
yyyy-MM-dd'T'HH:mm:ss.SSS.
ISO8601_TIME_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
HH:mm:ss.
ISO8601_TIME_MILLIS_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
yyyy-MM-dd'T'HH:mm:ss.SSS.
isOpaque() - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Overridden for performance reasons.
isOpen() - Method in class org.knime.core.data.container.DataContainer
Returns true if the container has been initialized with DataTableSpec and is ready to accept rows.
isOpen() - Method in class org.knime.core.node.NodeView
 
isOptional() - Method in class org.knime.core.node.port.PortType
 
isPaintCrossForMissing() - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
If a cross is painted for missing values.
isPaused() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Indicates whether the execution of the algorithm is paused or not.
isPresentable() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
isPresentable() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
isPresentable() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
isPresentable() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
isPrintedErrorOnMissing() - Method in class org.knime.base.data.join.JoinedTable
Requested by iterated.
isPrintedErrorOnSorting() - Method in class org.knime.base.data.join.JoinedTable
Requested by iterated.
isPureEnough() - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Determines if the data distribution (class value distribution) is pure enough.
isPureEnough() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Get the marker field for the purity.
isQuoteUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
isReConnecting() - Method in class org.knime.core.node.exec.LocalNodeExecutionJob
Whether this job has been disconnected (from a cluster execution, e.g.) and is now resuming the execution.
isReConnecting() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Whether this job has been disconnected (from a cluster execution, e.g.) and is now resuming the execution.
isRecursive() - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
isRemoveQuotes() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
isReplaceInputColumn() - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
 
isRequired() - Method in class org.knime.core.node.util.ColumnSelectionPanel
Indicates whether in the current configuration at least one compatible type is required or not.
isResetable() - Method in class org.knime.core.node.workflow.NodeContainer
 
isResetable() - Method in class org.knime.core.node.workflow.SingleNodeContainer
check if node can be safely reset.
isResetable() - Method in class org.knime.core.node.workflow.WorkflowManager
check if node can be safely reset.
isRetainOrder() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
isRightOpen() - Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
 
isRightOpen() - Method in class org.knime.base.node.preproc.binner.NumericBin
 
isRightOpen() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
isRightOpen() - Method in class org.knime.base.node.preproc.pmml.binner.NumericBin
 
isRootFileLockedForVM() - Method in class org.knime.core.internal.ReferencedFile
 
isRowCountFinal() - Method in class org.knime.core.node.tableview.TableContentModel
Returns true if the iterator has traversed the whole DataTable at least once.
isRowCountFinal() - Method in class org.knime.core.node.tableview.TableContentView
Is the row count returned by JTable.getRowCount() final?
isRowCountFinal() - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Return false if the underlying table is an instance of TableContentModel and its row count is not final (indicating that the table has not been traversed to the very end).
isRowDelimiter(String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
isRowHeaderSpecified() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns true if row header is specified in the data file and must be read from data input file, otherwise false.
isSavedForDisconnect() - Method in class org.knime.core.node.workflow.NodeExecutionJob
 
isScatterPlotterDrawingPane() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
 
isScatterPlotterProperties() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
 
isSelected() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns true if object is selected, false if not.
isSelected() - Method in interface org.knime.base.node.mine.sota.view.interaction.Selectable
Returns true if object is selected, false if not.
isSelected(Selectable) - Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
Returns true if the given object is selected.
isSelected() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
isSelected() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
isSelected() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
isSelected() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
isSelected() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
isSelected() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
isSelected() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
isSelected() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
 
isShowBarOutline() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isShowBarOutline() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
isShowBinOutline() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isShowBinOutline() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
isShowColorInfo() - Method in class org.knime.base.node.viz.table.TableNodeView
Is the color info shown.
isShowColorInfo() - Method in class org.knime.core.node.tableview.TableRowHeaderView
Is the color info shown?
isShowColorInfo() - Method in class org.knime.core.node.tableview.TableView
Is color icon shown?
isShowElementOutline() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isShowElementOutline() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
isShowEmptyBins() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isShowEmptyBins() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
isShowGrid() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
isShowGridLines() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isShowIcon() - Method in class org.knime.core.node.tableview.ColumnHeaderRenderer
 
isShowIcon() - Method in class org.knime.core.node.tableview.DataCellHeaderRenderer
Is the icon with the color info shown?
isShowIconInColumnHeader() - Method in class org.knime.core.node.tableview.TableContentView
Get the status if the icon in the column header is shown.
isShowIconInColumnHeader() - Method in class org.knime.core.node.tableview.TableView
Get the status if the icon in the column header is shown.
isShowLabelVertical() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isShowLabelVertical() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
isShowMissingValBin() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isShowMissingValBin() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
isShrinkAfterCommit() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
isSkipEmptyLines() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
isSkipped() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
isSmilesAvailable() - Method in class org.knime.base.node.io.filereader.SmilesTypeHelper
Returns if SmilesCells are available.
isSmilesAvailable() - Method in class org.knime.base.node.io.tablecreator.prop.SmilesTypeHelper
Returns if SmilesCells are available.
isSortDescending() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
 
isSortInMemory() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
isStringType(DataType) - Static method in class org.knime.base.node.mine.sota.logic.SotaUtil
Returns true if given DataType is a StringTyoe, otherwise false.
isSubsetOf(FrequentItemSet) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Returns true, if this itemset is a subset of the passed one, that is, if the passed one contains all items of this set.
isSuccess() - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
Whether the execution was successful.
isSuccess() - Method in interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus
Whether the execution was successful.
isSuperSetOf(TIDItemSet) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
 
isSuperTypeOf(PortType) - Method in class org.knime.core.node.port.PortType
Determines if the argument type is a sub type of this type.
isSuppLeftMax() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
isSuppRightMax() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
isSymbolRelative() - Method in class org.knime.core.node.workflow.NodeUIInformation
If false, the coordinates are loaded with an old workflow and are relative to the top left corner of the node's figure.
isTemplateFlow() - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
Returns true if the workflow is a template flow, i.e.
isThreadAvailable() - Method in class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
Method invoked to manage available thread capacity.
isThreadAvailableBlocking() - Method in class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
Method invoked to manage available thread capacity.
isTrained() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
isUniCodeCase() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isUnixLines() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isUpperBoundInclusive() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
isUseCompression() - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
 
isUseEmptyString() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
isUseHierarchicalFuzzyData() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
isUseMissingDouble() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
isUseMissingInt() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
isUseMissingString() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
isUserSelectionAllowed() - Method in class org.knime.core.node.util.ColumnSelectionList
Returns if the user can change the list selection or not.
isUsesLimit() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
isUseVariability() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
isValidSplit() - Method in class org.knime.base.node.mine.decisiontree2.learner.Split
Whether this split is a valid split.
isVariableReplacementEnabled() - Method in class org.knime.core.node.FlowVariableModel
 
isWhiteSpace(char) - Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
Deprecated.  
isWhiteSpace(char) - Method in class org.knime.core.util.tokenizer.Tokenizer
 
isWhiteSpaceUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
isWorkflow(File) - Static method in class org.knime.core.util.KnimeFileUtil
 
isWorkflowGroup(File) - Static method in class org.knime.core.util.KnimeFileUtil
 
isWriteProtected() - Method in class org.knime.core.node.NodeDialogPane
Returns true if the underlying node is write protected.
isWriteProtected() - Method in class org.knime.core.node.workflow.WorkflowManager
Is this workflow represents a linked meta node (locked for edit).
isZippedSource() - Method in class org.knime.base.node.util.BufferedFileReader
 
isZooming() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeDialog
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeDialog
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
This dialog implements the ItemListener for the file selection combo box.
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
This dialog implements the ItemListener for the file selection combo box.
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeDialog
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
If the nominal column selection changes, include and exclude lists are cleared and all possible values of that column are put into the exclude list.
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
The item change listener for the regular expression box.
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeDialogPane
 
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeDialogPane
 
iterateAllColumns() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Returns if always all columns should be iterated over.
iterateAllColumns(boolean) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Sets if always all columns should be iterated over.
iterateOverColumn(Collection<String>) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Sets the collection with the columns over which the loop should iterate.
iterateOverColumns() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Returns a list with the columns over which the loop should iterate.
iterator() - Method in class org.knime.base.data.append.column.AppendedColumnRow
iterator() - Method in class org.knime.base.data.append.column.AppendedColumnTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.data.append.row.AppendedRowsTable
Returns a row iterator which returns each row one-by-one from the table.
iterator(ExecutionMonitor, int) - Method in class org.knime.base.data.append.row.AppendedRowsTable
Get an iterator whose RowIterator.next() method may throw an exception if the execution is canceled.
iterator() - Method in class org.knime.base.data.append.row.ResortedCellsRow
iterator() - Method in class org.knime.base.data.filter.column.FilterColumnRow
iterator() - Method in class org.knime.base.data.filter.column.FilterColumnTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.data.filter.row.FilterRowTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.data.join.JoinedTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.data.nominal.NominalTable
 
iterator() - Method in class org.knime.base.data.normalize.AffineTransTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.data.replace.ReplacedColumnsDataRow
iterator() - Method in class org.knime.base.data.replace.ReplacedColumnsTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.data.sort.SortedTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated. Returns the row iterator of the original data table.
iterator() - Method in class org.knime.base.node.io.arffreader.ARFFTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.io.filereader.FileTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
iterator() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
iterator() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
iterator() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
 
iterator() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
iterator() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable
Deprecated. Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.parallel.appender.CombinedTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.preproc.filter.row.RowFilterTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer.Missing
iterator() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in interface org.knime.base.node.util.DataArray
 
iterator() - Method in class org.knime.base.node.util.DefaultDataArray
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
iterator() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
iterator() - Method in class org.knime.base.util.kdtree.TerminalBucket
iterator() - Method in class org.knime.core.data.collection.BlobSupportDataCellList
iterator() - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
iterator() - Method in interface org.knime.core.data.collection.CollectionDataValue
iterator() - Method in class org.knime.core.data.collection.ListCell
iterator() - Method in class org.knime.core.data.collection.SetCell
iterator() - Method in class org.knime.core.data.collection.SparseListCell
iterator() - Method in class org.knime.core.data.container.BlobSupportDataRow
iterator() - Method in class org.knime.core.data.container.Buffer
Get a new RowIterator, traversing all rows that have been added.
iterator() - Method in class org.knime.core.data.container.ConcatenateTable
Overridden to narrow return type to closeable iterator.
iterator() - Method in class org.knime.core.data.container.ContainerTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.core.data.container.JoinedTable
Overridden to narrow return type to closeable iterator.
iterator() - Method in class org.knime.core.data.container.RearrangeColumnsTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.core.data.container.TableSpecReplacerTable
Overridden to narrow return type to closeable iterator.
iterator() - Method in class org.knime.core.data.container.WrappedTable
Overridden to narrow return type to closeable iterator.
iterator() - Method in interface org.knime.core.data.DataTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.core.data.DataTableSpec
Returns an iterator for the contained DataColumnSpec elements.
iterator() - Method in class org.knime.core.data.def.DefaultRow
iterator() - Method in class org.knime.core.data.def.DefaultTable
Deprecated. Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.core.data.def.JoinedRow
iterator() - Method in class org.knime.core.data.property.ColorModelNominal
Returns an iterator over the keys.
iterator() - Method in class org.knime.core.data.property.ShapeModelNominal
Returns an iterator over the keys.
iterator() - Method in class org.knime.core.node.BufferedDataTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
Overridden to narrow return type to closeable iterator.
iterator() - Method in interface org.knime.core.node.config.ConfigRO
iterator() - Method in class org.knime.core.node.workflow.FlowObjectStack
Get iterator on elements, top of stack first.
iteratorEndedEarly() - Method in class org.knime.base.node.io.filereader.FileRowIterator
The settings allow for specifying a maximum number of rows.
iteratorFailProve() - Method in class org.knime.core.node.BufferedDataTable
Get an iterator instance that will return missing values when the table is cleared as part of a node reset.

J

JDBC_ODBC_DRIVER - Static variable in class org.knime.core.node.port.database.DatabaseDriverLoader
Name of the standard JDBC-ODBC database driver, sun.jdbc.odbc.JdbcOdbcDriver object.
jdbcCompliant() - Method in class org.knime.base.node.io.database.WrappedDriver
jitterDots(DotInfo[], int, int) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Jitters the dots according to the kind of axis and there values.
JMultiLineToolTip - Class in org.knime.base.node.mine.sota.view
 
JMultiLineToolTip() - Constructor for class org.knime.base.node.mine.sota.view.JMultiLineToolTip
Creates new instance of JMultiLineToolTip.
JoinContainer - Class in org.knime.base.node.preproc.joiner
A Container used to collect DataRows.
JoinContainer(OutputDataRow.Settings) - Constructor for class org.knime.base.node.preproc.joiner.JoinContainer
Create a new instance.
JoinedRow - Class in org.knime.core.data.def
Row that concatenates two given rows.
JoinedRow(DataRow, DataRow) - Constructor for class org.knime.core.data.def.JoinedRow
Creates a new row based on two given rows.
JoinedRowKeyFactory - Interface in org.knime.base.node.preproc.joiner
An interface that provides a method for creating the row key of a joined row.
JoinedTable - Class in org.knime.base.data.join
Creates new table by appending all columns from right table to the left table.
JoinedTable(DataTable, DataTable) - Constructor for class org.knime.base.data.join.JoinedTable
Creates new table with the left part defined by left and the appended right part given by right.
JoinedTable(DataTable, DataTable, String, String, boolean) - Constructor for class org.knime.base.data.join.JoinedTable
Creates a new table with the left part defined by left and the appended right part given by right.
JoinedTable - Class in org.knime.core.data.container
Class that realizes a join table of two BufferedDataTable arguments.
JoinedTableRowIterator - Class in org.knime.base.data.join
What is worth to notice about the order: Ideally, the order in both tables is the same.
JoinedTableRowIterator(JoinedTable) - Constructor for class org.knime.base.data.join.JoinedTableRowIterator
Creates new Iterator based on table.
Joiner - Class in org.knime.base.node.preproc.joiner
The joiner implements a database like join of two tables.
Joiner(DataTableSpec, DataTableSpec, Joiner2Settings) - Constructor for class org.knime.base.node.preproc.joiner.Joiner
Creates a new instance.
Joiner2NodeDialog - Class in org.knime.base.node.preproc.joiner
This is the dialog for the joiner node.
Joiner2NodeDialog() - Constructor for class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
Creates a new dialog for the joiner node.
Joiner2NodeFactory - Class in org.knime.base.node.preproc.joiner
This factory create all necessary classes for the joiner node.
Joiner2NodeFactory() - Constructor for class org.knime.base.node.preproc.joiner.Joiner2NodeFactory
 
Joiner2NodeModel - Class in org.knime.base.node.preproc.joiner
This is the model of the joiner node.
Joiner2NodeModel() - Constructor for class org.knime.base.node.preproc.joiner.Joiner2NodeModel
Creates a new model for the Joiner node.
Joiner2Settings - Class in org.knime.base.node.preproc.joiner
This class hold the settings for the joiner node.
Joiner2Settings() - Constructor for class org.knime.base.node.preproc.joiner.Joiner2Settings
 
Joiner2Settings.CompositionMode - Enum in org.knime.base.node.preproc.joiner
This enum holds all ways how join attributes can be combined.
Joiner2Settings.DuplicateHandling - Enum in org.knime.base.node.preproc.joiner
This enum holds all ways of handling duplicate column names in the two input tables.
Joiner2Settings.JoinMode - Enum in org.knime.base.node.preproc.joiner
This enum holds all ways of joining the two tables.
JoinTableIterator - Class in org.knime.core.data.container
Internal iterator class that concatenates two rows.
JoinTableIterator(CloseableRowIterator, CloseableRowIterator, int[], boolean[]) - Constructor for class org.knime.core.data.container.JoinTableIterator
Creates new iterator based on two iterators.
JoinTuple - Class in org.knime.base.node.preproc.joiner
Two InputDataRow do join when two of there JoinTuples do match.
JoinTuple(DataCell[]) - Constructor for class org.knime.base.node.preproc.joiner.JoinTuple
Creates a new JoinTuple.

K

k() - Method in class org.knime.base.node.mine.knn.KnnSettings
Returns the number of neighbours to consider.
k(int) - Method in class org.knime.base.node.mine.knn.KnnSettings
Sets the number of neighbours to consider.
KDTree<T> - Class in org.knime.base.util.kdtree
This class is an implementation of a k-d tree as described in
Friedman, Jerome H; Bentley, Jon Louis; Finkel, Raphael Ari: An Algorithm for Finding Best Matches in Logarithmic Expected Time; ACM Transactions on Mathematical Software; 1997, 3(3), pages 209-226
For creating a k-d tree use the KDTreeBuilder.
KDTree(int, Node, int) - Constructor for class org.knime.base.util.kdtree.KDTree
Creates a new optimized k-d tree.
KDTreeBuilder<T> - Class in org.knime.base.util.kdtree
This class is some kind of factory for the KDTree.
KDTreeBuilder(int) - Constructor for class org.knime.base.util.kdtree.KDTreeBuilder
Creates a new k-d tree builder.
KEEP_COLS - Static variable in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
The name of the settings tag which holds true if the user wants have the selected condensing columns removed as boolean.
keepColumnSpec() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
keepColumnSpec() - Method in class org.knime.base.data.aggregation.OperatorData
 
keepOnly(int...) - Method in class org.knime.core.data.container.ColumnRearranger
Removes all columns from the current settings, whose index is not contained in the argument colIndices.
keepOnly(String...) - Method in class org.knime.core.data.container.ColumnRearranger
Removes all columns from the current settings, whose column name is not contained in the argument colNames.
Kernel - Interface in org.knime.base.node.mine.svm.kernel
The kernel interface to be used by any class that wants to implement a kernel.
KernelFactory - Class in org.knime.base.node.mine.svm.kernel
This class is responsible for managing all the kernels that are known to the SVM.
KernelFactory.KernelType - Enum in org.knime.base.node.mine.svm.kernel
The different kernel types.
KernelPanel - Class in org.knime.base.node.mine.svm.learner
Panel for kernel parameter values.
KernelPanel() - Constructor for class org.knime.base.node.mine.svm.learner.KernelPanel
Constructor.
KEY - Static variable in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
the excluded settings.
KEY_BENDPOINTS - Static variable in class org.knime.core.node.workflow.ConnectionUIInformation
The key under which the bounds are registered.
KEY_BINARY_NOMINAL_SPLIT_MODE - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Key to store whether to use the binary nominal split mode.
KEY_CATEG_COUNT - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Keys under which to save the parameters.
KEY_CLASSCOL - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Key to save the DataTableSpec .
KEY_CLASSIFYCOLUMN - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Key to store the classification column in the settings.
KEY_CONNECTIONS - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
Key for connections.
KEY_CUSTOM_DESCRIPTION - Static variable in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
Key for this node's custom description.
KEY_CUSTOM_NAME - Static variable in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
Key for this node's user name.
KEY_FACTORY_NAME - Static variable in interface org.knime.core.node.workflow.SingleNodeContainerPersistor
Key for the factory class name, used to load nodes.
KEY_ID - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
Key for this node's internal ID.
KEY_MAX_NUM_NOMINAL_VALUES - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Key to store the max number of nominal values for which to compute all subsets.
KEY_MEMORY_OPTION - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Key to store the memory option (memory build or on disk).
KEY_MIN_NUMBER_RECORDS_PER_NODE - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Key to store the minimum number of records per node.
KEY_NODES - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
Key for nodes.
KEY_NUM_PROCESSORS - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Key to store the number of processors to use.
KEY_NUMBER_VIEW_RECORDS - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Key to store the number of records stored for the view.
KEY_PRUNING_CONFIDENCE_THRESHOLD - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Key to store the confidence threshold for tree pruning in the settings.
KEY_PRUNING_METHOD - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Key to store the confidence threshold for tree pruning in the settings.
KEY_SPEC - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
key to save the DataTableSpec .
KEY_SPLIT_AVERAGE - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Key to store the split average in the settings.
KEY_SPLIT_QUALITY_MEASURE - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Key to store the split quality measure in the settings.
KEY_UI_INFORMATION - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
 
KEY_VERSION - Static variable in class org.knime.core.node.workflow.ConnectionUIInformation
The key under which the type is registered.
KeyEvent - Class in org.knime.core.node.property.hilite
Event object that is fired when registered listener need to update its properties.
KeyEvent(Object) - Constructor for class org.knime.core.node.property.hilite.KeyEvent
Creates an empty key event with the given source.
KeyEvent(Object, RowKey...) - Constructor for class org.knime.core.node.property.hilite.KeyEvent
Creates a new event with the underlying source and one data cell.
KeyEvent(Object, Set<RowKey>) - Constructor for class org.knime.core.node.property.hilite.KeyEvent
Creates a new event with the underlying source and a set of row keys.
keys() - Method in class org.knime.core.node.property.hilite.KeyEvent
Returns the set of RowKey row keys on which the event initially occurred.
keySet() - Method in class org.knime.core.node.property.hilite.DefaultHiLiteMapper
Returns an unmodifiable set of key (source) for hiliting.
keySet() - Method in interface org.knime.core.node.property.hilite.HiLiteMapper
Returns an unmodifiable set of key (source) for hiliting.
keyTyped(KeyEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
KeyValuePanel - Class in org.knime.core.node.util
A visual component to define key - value pairs.
KeyValuePanel() - Constructor for class org.knime.core.node.util.KeyValuePanel
Create a new instance.
KeyValuePanel.CopyAction - Class in org.knime.core.node.util
The swing action for copying the selected cells to the system clipboard.
KeyValuePanel.CopyAction(KeyValuePanel) - Constructor for class org.knime.core.node.util.KeyValuePanel.CopyAction
Creates a new instance.
KeyValuePanel.PasteAction - Class in org.knime.core.node.util
The swing action to insert cells from the system clipboard.
KeyValuePanel.PasteAction(KeyValuePanel) - Constructor for class org.knime.core.node.util.KeyValuePanel.PasteAction
Creates a new instance.
KNIME - Static variable in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
The application name for PMML generated with KNIME.
KNIME16X16 - Static variable in class org.knime.core.node.KNIMEConstants
Icon 16 times 16 pixel.
KNIME_DATABASE_FETCHSIZE - Static variable in class org.knime.core.node.KNIMEConstants
Deprecated. Use #PROPERTY_DATABASE_FETCHSIZE instead.
KNIME_DATABASE_LOGIN_TIMEOUT - Static variable in class org.knime.core.node.KNIMEConstants
Deprecated. Use #PROPERTY_DATABASE_LOGIN_TIMEOUT instead.
KNIME_HOME_PROPERTYNAME - Static variable in class org.knime.core.node.KNIMEConstants
Deprecated. Use KNIMEConstants.PROPERTY_KNIME_HOME instead.
KNIME_V_2_3_3 - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Version array for KNIME v.2.3.3.
KNIME_V_2_4 - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Version array for KNIME v.2.4.
KNIMEConstants - Class in org.knime.core.node
Class that hold static values about the KNIME platform.
KnimeEncryption - Class in org.knime.core.util
This class handles the encryption and decryption with the static stored key.
KnimeFileUtil - Class in org.knime.core.util
 
KNIMEJob - Interface in org.knime.core.node.util
This interface describes a generic job that can be submitted via ExecutionContext.submitJob(PortObject[], NodeSettingsRO, Class, org.knime.core.node.ExecutionMonitor).
KNIMEPath - Class in org.knime.core.internal
Container for a field, which holds the home directory of KNIME.
KNIMEStreamConstants - Interface in org.knime.core.data.container
Defines some constants commonly used when writing Buffer files.
KNIMETimer - Class in org.knime.core.util
This final singleton class is a global timer available for all classes inside KNIME.
KnnNodeDialogPane - Class in org.knime.base.node.mine.knn
This class represens the dialog for the kNN node.
KnnNodeDialogPane() - Constructor for class org.knime.base.node.mine.knn.KnnNodeDialogPane
Creates a new dialog pane for the kNN node.
KnnNodeFactory - Class in org.knime.base.node.mine.knn
This factory creates all necessary object for the kNN node.
KnnNodeFactory() - Constructor for class org.knime.base.node.mine.knn.KnnNodeFactory
 
KnnNodeModel - Class in org.knime.base.node.mine.knn
This is the model for the k Nearest Neighbor node.
KnnNodeModel() - Constructor for class org.knime.base.node.mine.knn.KnnNodeModel
Creates a new model for the kNN node.
KnnSettings - Class in org.knime.base.node.mine.knn
This class stores the settings for the kNN node.
KnnSettings() - Constructor for class org.knime.base.node.mine.knn.KnnSettings
 

L

LABEL_AREA_MARGIN - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The margin of the label area in percent of the drawing space size.
LabelDisplayPolicy - Enum in org.knime.base.node.viz.aggregation.util
Enumerates all possible label display options and provides some utility functions.
LabelPaintUtil - Class in org.knime.base.node.viz.plotter
Util class providing methods for drawing labels, which can be rotated if the available space is to small.
LabelPaintUtil.Position - Enum in org.knime.base.node.viz.plotter
Possible positions of the label.
LAMBDAVALUE_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store the lambda value in the config.
LastOperator - Class in org.knime.base.data.aggregation.general
Returns the last element per group.
LastOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.LastOperator
Constructor for class FirstOperator.
LastOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.LastOperator
Constructor for class LastOperator.
lastTokenWasDelimiter() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
Deprecated.  
lastTokenWasDelimiter() - Method in class org.knime.core.util.tokenizer.Tokenizer
 
lastTokenWasQuoted() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
Deprecated. Call this to distinguish between missing and empty tokens.
lastTokenWasQuoted() - Method in class org.knime.core.util.tokenizer.Tokenizer
Call this to distinguish between missing and empty tokens.
Layer - Class in org.knime.base.data.neural
An abstract class defining a layer in a Neural Network.
Layer(Perceptron[]) - Constructor for class org.knime.base.data.neural.Layer
Constructs a layer with given perceptrons.
Layer() - Constructor for class org.knime.base.data.neural.Layer
Used to construct an empty layer which cannot be used unless perceptrons are set.
layoutContainer(Container) - Method in class org.knime.base.node.viz.plotter.Plotter2DScrollPaneLayout
Overwrites the method of the parent class to arrange the header at the bottom of the view.
layoutGraph() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Re-layout the graph.
LayoutHelper - Class in org.knime.core.node.interrupt
A helper class for the use of the GridBagLayout.
le(int, int, DataValueComparator) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new less than or equal node, that compares the values in two columns.
le(int, Number) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new less than or equal node, that compares the value in a column to a fixed number.
le(int, String) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new less than or equal node, that compares the value in a column to a fixed string.
leafs() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns an Iterable over all leaf nodes contained in this node.
Learner - Class in org.knime.base.node.mine.regression.logistic.learner
A Logistic Regression Learner.
Learner(PMMLPortObjectSpec) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.Learner
 
Learner(PMMLPortObjectSpec, int, double) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.Learner
 
leaveOneOut() - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Returns if leave-one-out cross validation should be performed.
leaveOneOut(boolean) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Sets if leave-one-out cross validation should be performed.
LEFT - Static variable in class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
Use interval on the left of the border.
LEFT - Static variable in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
Left/open or right/closed interval bracket.
LEFT - Static variable in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
Left/open or right/closed interval bracket.
LEFT_PARTITION - Static variable in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
index for left partition of a binary nominal split.
leftBoundIncluded() - Method in class org.knime.core.data.def.IntervalCell
leftBoundIncluded() - Method in interface org.knime.core.data.IntervalValue
 
leftCoreLoss(double, MembershipFunction) - Method in interface org.knime.base.node.mine.bfn.fuzzy.shrink.Shrink
leftCoreLoss(.).
leftCoreLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeAnchorBasedShrink
leftCoreLoss(.).
leftCoreLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
leftCoreLoss(.).
leftCoreLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeRuleBasedShrink
 
leftSuppLoss(double, MembershipFunction) - Method in interface org.knime.base.node.mine.bfn.fuzzy.shrink.Shrink
leftSuppLoss(.).
leftSuppLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeAnchorBasedShrink
 
leftSuppLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
leftSuppLoss(.).
leftSuppLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeRuleBasedShrink
 
length() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
 
length() - Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
Returns the length of the bit vector.
length() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Returns the number of bits stored in this vector.
length() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Returns the length of the bit vector.
length() - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Returns the number of bits stored in this vector.
length() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Returns the length of the bit vector.
length() - Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
Returns the length of the byte vector.
length() - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns the length of the vector.
length() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Returns the length of the byte vector.
length() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns the number of numbers stored in this vector.
length() - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Returns the length of the byte vector.
LF_STR - Static variable in class org.knime.base.node.io.filetokenizer.FileTokenizer
Deprecated. String containing only the LF char.
LF_STR - Static variable in class org.knime.core.util.tokenizer.Tokenizer
String containing only the LF char.
LiftChartNodeDialog - Class in org.knime.base.node.viz.liftchart
Class for an configuration dialog for the lift chart node.
LiftChartNodeDialog() - Constructor for class org.knime.base.node.viz.liftchart.LiftChartNodeDialog
Creates a new lift chart configuration dialog.
LiftChartNodeFactory - Class in org.knime.base.node.viz.liftchart
The factory for a lift chart node.
LiftChartNodeFactory() - Constructor for class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
 
LiftChartNodeModel - Class in org.knime.base.node.viz.liftchart
The node model of a lift chart.
LiftChartNodeModel() - Constructor for class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Creates a new lift chart node model.
LiftChartNodeView - Class in org.knime.base.node.viz.liftchart
 
LiftChartNodeView(LiftChartNodeModel) - Constructor for class org.knime.base.node.viz.liftchart.LiftChartNodeView
 
like(int, String) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Returns a new like not that tries to match a fixed wildcard expression to the value in a column.
like(String, int) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Returns a new like not that tries to match a wildcard expression in a column to a fixed string value.
like(int, int) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Returns a new like not that tries to match a fixed wildcard expression to the value in a column.
LimitedXPathMatcher - Class in org.knime.core.data.xml.io
 
LimitedXPathMatcher(String, NamespaceContext) - Constructor for class org.knime.core.data.xml.io.LimitedXPathMatcher
Create a new instance.
LimitRowsPanel - Class in org.knime.base.node.io.filereader
 
LimitRowsPanel(FileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.LimitRowsPanel
Constructs the panels and loads it with the settings from the passed object.
LINEAR_NORM - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
LINEAR_NORM - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
LinearNorm - Class in org.knime.base.node.mine.cluster
 
LinearNorm(String) - Constructor for class org.knime.base.node.mine.cluster.LinearNorm
 
LinearRegressionContent - Class in org.knime.base.node.mine.regression.linear
Utility class that carries out the loading and saving of linear regression models.
LinearRegressionContent() - Constructor for class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Public no arg constructor as required by super class.
LinearRegressionContent(DataTableSpec, double, double[], double[]) - Constructor for class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Create new object with the given parameters.
LinearSamplingRowFilter - Class in org.knime.base.node.preproc.sample
This row filter always includes at least the first and the last row.
LinearSamplingRowFilter(int, int) - Constructor for class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
Creates a new row filter that selects a certain absolute number of rows.
LinearSamplingRowFilter(int, double) - Constructor for class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
Creates a new row filter that selects a certain fraction of rows.
LineInfo - Class in org.knime.base.node.viz.plotter.parcoord
Represents a line (one row) in the parallel coordinates plot.
LineInfo(List<Point>, List<DataCell>, boolean, boolean, ColorAttr, double, RowKey) - Constructor for class org.knime.base.node.viz.plotter.parcoord.LineInfo
Creates a line.
LinePlotter - Class in org.knime.base.node.viz.plotter.line
Plots the values of all selected numeric columns as lines in a plot, where the x axis are the rows and the y axis are the values from the minimum of the values in all columns to the maximum of the values of all selected columns.
LinePlotter(AbstractDrawingPane, AbstractPlotterProperties) - Constructor for class org.knime.base.node.viz.plotter.line.LinePlotter
The construction kit constructor.
LinePlotter() - Constructor for class org.knime.base.node.viz.plotter.line.LinePlotter
Default constructor.
LinePlotterAppearanceTab - Class in org.knime.base.node.viz.plotter.props
Provides three checkboxes, one to show or hide the dots, one for the line thickness and one for the dot size.
LinePlotterAppearanceTab() - Constructor for class org.knime.base.node.viz.plotter.props.LinePlotterAppearanceTab
Creates the tab with a show/hide dots checkbox, a dot size spinner and a line thickness spinner.
LinePlotterDrawingPane - Class in org.knime.base.node.viz.plotter.line
Connects the dots in the passed DotInfoArray with lines.
LinePlotterDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.line.LinePlotterDrawingPane
 
LinePlotterNodeFactory - Class in org.knime.base.node.viz.plotter.line
 
LinePlotterNodeFactory() - Constructor for class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
 
LinePlotterProperties - Class in org.knime.base.node.viz.plotter.line
One tab for the color legend with the possibility to change the color for each column, one tab to set whether missing values should be interpolated or not and one tab to adjust dot size and line thickness and to select whether to show or hide the dots.
LinePlotterProperties() - Constructor for class org.knime.base.node.viz.plotter.line.LinePlotterProperties
 
LineReaderConfig - Class in org.knime.base.node.io.linereader
Configuration for line reader node.
LineReaderConfig() - Constructor for class org.knime.base.node.io.linereader.LineReaderConfig
 
LineReaderNodeDialogPane - Class in org.knime.base.node.io.linereader
Dialog to Line Reader node.
LineReaderNodeDialogPane() - Constructor for class org.knime.base.node.io.linereader.LineReaderNodeDialogPane
Create new dialog, init layout.
LineReaderNodeFactory - Class in org.knime.base.node.io.linereader
Factory to node.
LineReaderNodeFactory() - Constructor for class org.knime.base.node.io.linereader.LineReaderNodeFactory
 
LineReaderNodeModel - Class in org.knime.base.node.io.linereader
Model implementation of the line reader node.
LineReaderNodeModel() - Constructor for class org.knime.base.node.io.linereader.LineReaderNodeModel
No input, one output.
LINKAGETYPE_KEY - Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Key to store the linkage type in the settings.
LinkedDouble - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
A single linked list with a double value.
LinkedDouble(double) - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
Creates a new linked double list element.
LinRegDataProvider - Interface in org.knime.base.node.mine.regression.linear.view
An interface that both the learner node model and the predictor node model implement.
LinRegLearnerNodeDialogPane - Class in org.knime.base.node.mine.regression.linear.learn
Dialog for the linear regression learner.
LinRegLearnerNodeDialogPane() - Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeDialogPane
Create new dialog for linear regression model.
LinRegLearnerNodeFactory - Class in org.knime.base.node.mine.regression.linear.learn
Factory class for linear regression learner node.
LinRegLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
 
LinRegLearnerNodeModel - Class in org.knime.base.node.mine.regression.linear.learn
NodeModel to the linear regression learner node.
LinRegLearnerNodeModel() - Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Inits a new node model, it will have 1 data input, 1 optional model input and 1 model output.
LinRegLearnerNodeView - Class in org.knime.base.node.mine.regression.linear.learn
View on the linear regression learner node.
LinRegLearnerNodeView(LinRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeView
Constructs new view, inits members.
LinRegLineDrawingPane - Class in org.knime.base.node.mine.regression.linear.view
DrawingPane that also draws the regression line.
LinRegLineDrawingPane() - Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLineDrawingPane
 
LinRegLineNodeView - Class in org.knime.base.node.mine.regression.linear.view
2D plot showing the linear regression line.
LinRegLineNodeView(NodeModel) - Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLineNodeView
Create new view with a scatter plot an the regression line.
LinRegLinePlotter - Class in org.knime.base.node.mine.regression.linear.view
A scatter plot with a regression line.
LinRegLinePlotter(ScatterPlotterDrawingPane, LinRegLinePlotterProperties) - Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotter
 
LinRegLinePlotterProperties - Class in org.knime.base.node.mine.regression.linear.view
Properties for the LinRegLinePlotter which ensures that the y axis is fixed to the target column and the x column selection box only contains the columns used for the model calculation.
LinRegLinePlotterProperties() - Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotterProperties
Creates the same properties as the ScatterPlotterProperties but with different functionality.
LinRegPredictorNodeFactory - Class in org.knime.base.node.mine.regression.linear.predict
Factory for linear regression predictor node.
LinRegPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.regression.linear.predict.LinRegPredictorNodeFactory
 
ListCell - Class in org.knime.core.data.collection
Default implementation of a CollectionDataValue, whereby the underlying data structure is a list.
ListCell(BlobSupportDataCellList) - Constructor for class org.knime.core.data.collection.ListCell
Rather use one of the factory methods.
ListCellOperator - Class in org.knime.base.data.aggregation.general
Returns all values as a ListCell per group.
ListCellOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.ListCellOperator
Constructor for class ListCellOperator.
ListCellOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.ListCellOperator
Constructor for class ListCellOperator.
ListDataValue - Interface in org.knime.core.data.collection
Provides additionally access by index to the collection elements.
ListFiles - Class in org.knime.base.node.io.listfiles
 
ListFiles(ListFilesSettings) - Constructor for class org.knime.base.node.io.listfiles.ListFiles
Init object according to argument settings.
ListFiles.Filter - Enum in org.knime.base.node.io.listfiles
Filter criterion.
ListFilesNodeDialog - Class in org.knime.base.node.io.listfiles
NodeDialog for the "List Files" Node.
ListFilesNodeDialog() - Constructor for class org.knime.base.node.io.listfiles.ListFilesNodeDialog
Creates a new List FilesNodeDialog.
ListFilesNodeFactory - Class in org.knime.base.node.io.listfiles
NodeFactory for the "List Files" Node.
ListFilesNodeFactory() - Constructor for class org.knime.base.node.io.listfiles.ListFilesNodeFactory
 
ListFilesNodeModel - Class in org.knime.base.node.io.listfiles
This is the model implementation of List Files.
ListFilesNodeModel() - Constructor for class org.knime.base.node.io.listfiles.ListFilesNodeModel
Constructor for the node model.
ListFilesSettings - Class in org.knime.base.node.io.listfiles
 
ListFilesSettings() - Constructor for class org.knime.base.node.io.listfiles.ListFilesSettings
 
listNames() - Method in class org.knime.core.node.workflow.CredentialsProvider
List all credentials variables available in the workflow.
listNames() - Method in class org.knime.core.node.workflow.CredentialsStore
Get a list with identifiers of the available credential variables.# Each element in the returned list is a valid argument for the CredentialsStore.get(String, NodeContainer) and CredentialsStore.remove(String) method.
load(Config) - Static method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated. Loads a new cell using the properties from the given config.
load(ModelContentRO) - Static method in class org.knime.base.data.normalize.AffineTransConfiguration
Restores content.
load(DataTable, ModelContentRO) - Static method in class org.knime.base.data.normalize.AffineTransTable
Reads the meta information from the settings object and constructs a AffineTransTable based on this information and the given DataTable.
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.data.normalize.NormalizerPortObject
Loads the content into the freshly instantiated object.
load(NodeSettingsRO) - Static method in class org.knime.base.data.statistics.Statistics2Table
Load a new statistic table by the given settings object.
load(ConfigRO) - Static method in class org.knime.base.data.util.DataCellStringMapper
Reads a DataCellStringMapper from given ConfigRO.
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
Loads the content into the freshly instantiated object.
load(ModelContentRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
Loads the content into the freshly instantiated object.
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
Loads the content into the freshly instantiated object.
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
Loads the content into the freshly instantiated object.
load(ModelContentRO, PortObjectSpec) - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Loads a linear regression model from the given model content object.
load(ModelContentRO, DataTableSpec) - Static method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
 
load(File, ExecutionMonitor) - Static method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Factory method to restore this object given a directory in which the content is saved.
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.SotaPortObject
Loads the content into the freshly instantiated object.
load(ModelContentRO) - Method in class org.knime.base.node.mine.sota.SotaPortObjectSpec
Loads the content into the freshly instantiated object.
load(ConfigRO) - Static method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Factory method to load from config.
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Loads the content into the freshly instantiated object.
load(NodeSettingsRO, DataTableSpec, Map<Integer, BufferedDataTable>) - Static method in class org.knime.core.data.container.ConcatenateTable
Restore table form node settings object.
load(NodeSettingsRO, DataTableSpec, Map<Integer, BufferedDataTable>) - Static method in class org.knime.core.data.container.JoinedTable
Method being called when the workflow is restored and the table shall recreated.
load(NodeSettingsRO, DataTableSpec, Map<Integer, BufferedDataTable>) - Static method in class org.knime.core.data.container.TableSpecReplacerTable
Restores table from a file that has been written using KNIME 1.2.0 or later.
load(NodeSettingsRO, Map<Integer, BufferedDataTable>) - Static method in class org.knime.core.data.container.WrappedTable
Restore table, reverse operation to save.
load(ConfigRO) - Static method in class org.knime.core.data.DataColumnDomain
Reads lower and upper bounds as well as the possible values - if available - from ConfigRO.
load(ConfigRO) - Static method in class org.knime.core.data.DataColumnProperties
Reads all properties (key-value pairs) from the given ConfigRO and returns a new DataColumnProperties object.
load(ConfigRO) - Static method in class org.knime.core.data.DataColumnSpec
Reads name, type, domain, and properties from the given ConfigRO and - if available - size, shape, and color handler.
load(ConfigRO) - Static method in class org.knime.core.data.DataTableSpec
Reads all DataColumnSpec objects from the given ConfigRO and returns a new DataTableSpec object containing them.
load(ConfigRO) - Static method in class org.knime.core.data.DataType
Loads a DataType from a given ConfigRO.
load(ConfigRO) - Static method in class org.knime.core.data.date.DateAndTimeCell
Load a data cell that was previously written with the DateAndTimeCell.save(ConfigWO) method.
load(ConfigRO) - Static method in class org.knime.core.data.property.ColorHandler
Reads the color model settings from the given Config, inits a new ColorModel, and returns a new ColorHandler.
load(ConfigRO) - Static method in class org.knime.core.data.property.ColorModelNominal
Read color settings from given Config and returns a new ColorModelNominal object.
load(ConfigRO) - Static method in class org.knime.core.data.property.ColorModelRange
Load color settings from Config including lower and upper bound, and min and max colors.
load(ConfigRO) - Static method in class org.knime.core.data.property.ShapeHandler
Reads ShapeModel from the given Config and returns a new ShapeHandler.
load(ConfigRO) - Static method in class org.knime.core.data.property.ShapeModelNominal
Reads Shape settings from given Config and returns a new ShapeModelNominal object.
load(ConfigRO) - Static method in class org.knime.core.data.property.SizeHandler
Reads size settings from the given Config and returns a new SizeHandler.
load(ConfigRO) - Static method in class org.knime.core.data.property.SizeModelDouble
Reads the size settings and return a new SizeModelDouble.
load(InputStream) - Method in class org.knime.core.node.config.Config
Read config entries from an XML file into this object.
load(NodeSettingsRO) - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
Restores the properties of the specific job manager.
load(InputStream, ExecutionMonitor) - Method in class org.knime.core.node.ModelContent
Load this object from a directory.
load(NodePersistor, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.Node
Load settings and data + internals from a loader instance.
load(NodeSettingsRO) - Static method in class org.knime.core.node.Node.SettingsLoaderAndWriter
 
load(Node, ReferencedFile, ExecutionMonitor, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.NodePersistorVersion1xx
Loads content into node instance.
load(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractPortObject
Loads the content into the freshly instantiated object.
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractSimplePortObject
Loads the content into the freshly instantiated object.
load(ModelContentRO) - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
Loads the content into the freshly instantiated object.
load(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.image.ImagePortObject
Loads the content into the freshly instantiated object.
load(ModelContentRO) - Method in class org.knime.core.node.port.image.ImagePortObjectSpec
Loads the content into the freshly instantiated object.
load(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated. Loads the content into the freshly instantiated object.
load(NodeSettingsRO) - Static method in class org.knime.core.node.port.PortType
 
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.viewproperty.ViewPropertyPortObject
Loads the content into the freshly instantiated object.
load(ConfigRO) - Static method in class org.knime.core.node.property.hilite.DefaultHiLiteMapper
Restores the mapper from the config object that has been written using the save method.
load(NodeSettingsRO) - Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
Restores a job manager given the parameters contained in the argument settings.
load(NodeExecutionJobManager, NodeSettingsRO) - Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
Updates the settings of the passed job manager - if the settings specify the same type of job manager - or creates and returns a new instance of that new type of job manager.
load(NodeSettingsRO, WorkflowPersistorVersion200.LoadVersion) - Method in class org.knime.core.node.workflow.ConnectionUIInformation
Reads the information from the NodeSettings object.
load(NodeSettingsRO, NodeSettingsRO, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
Load content, gets both the current settings (first argument) and the "parent settings", which are only used in 1.3.x flows and will be ignored in any version after that.
load(NodeSettingsRO) - Static method in class org.knime.core.node.workflow.Credentials
Load credentials from argument.
load(NodeSettingsRO) - Static method in class org.knime.core.node.workflow.FlowVariable
Read a flow variable from a settings object.
load(NodeSettingsRO, WorkflowPersistorVersion200.LoadVersion) - Static method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
Load information from argument, throw InvalidSettingsException if that fails.
load(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainer.NodeContainerSettings
Restores all settings (currently only job manager and its settings) from argument.
load(NodeSettingsRO, NodeSettingsRO, WorkflowPersistor.LoadResult) - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
Load content, gets both the current settings (first argument) and the "parent settings", which are only used in 1.3.x flows and will be ignored in any version after that.
load(NodeSettingsRO, NodeSettingsRO, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
Load content, gets both the current settings (first argument) and the "parent settings", which are only used in 1.3.x flows and will be ignored in any version after that.
load(NodeSettingsRO) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Restores the properties of the specific job manager.
load(NodeSettingsRO, WorkflowPersistorVersion200.LoadVersion) - Method in class org.knime.core.node.workflow.NodeUIInformation
Reads the information from the NodeSettings object.
load(NodeSettingsRO, WorkflowPersistorVersion200.LoadVersion) - Method in interface org.knime.core.node.workflow.UIInformation
Reads the information from the NodeSettings object.
load(NodeSettingsRO, WorkflowPersistorVersion200.LoadVersion) - Method in class org.knime.core.node.workflow.WorkflowAnnotation
Reads the information from the NodeSettings object.
load(NodeSettingsRO) - Static method in class org.knime.core.node.workflow.WorkflowAnnotation.StyleRange
Load from settings.
load(File, ExecutionMonitor, WorkflowLoadHelper, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Loads the workflow contained in the directory as node into this workflow instance.
load(WorkflowPersistorVersion1xx, ExecutionMonitor, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Loads the content of the argument persistor into this node.
load11x(File, NodeSettingsRO, Map<Integer, BufferedDataTable>) - Static method in class org.knime.core.data.container.TableSpecReplacerTable
Restores table from a file that has been written using KNIME 1.1.x or before.
loadAdditionalSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBQueryNodeDialogPane
Deprecated. This method can be overridden to load additional settings.
loadAdditionalSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeDialog
This method can be overridden to load additional settings.
loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeDialog
Override hook to load additional settings when all input ports are data ports.
loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeDialog
Override hook to load additional settings when all input ports are data ports.
loadAdditionalSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
This method can be overridden to load additional settings.
loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Override hook to load additional settings when all input ports are data ports.
loadColumnAggregators(NodeSettingsRO) - Static method in class org.knime.base.data.aggregation.ColumnAggregator
Creates a List with all ColumnAggregators that were stored in the settings.
loadConfigurationInDialog(NodeSettingsRO) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
Load configuration in dialog, init defaults if invalid.
loadConfigurationInDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeConfiguration
Load in Dialog.
loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
Load config in dialog, init defaults if necessary.
loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
Load configuration in NodeModel.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeConfiguration
Load in NodeModel.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
Load config from argument.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
loadConnection(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
loadConnection(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
loadConnectionDestID(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
loadConnectionDestID(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
loadConnectionDestPort(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
loadConnectionDestPort(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
loadConnectionSourcePort(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
loadContent(NodeContainerPersistor, Map<Integer, BufferedDataTable>, FlowObjectStack, ExecutionMonitor, WorkflowPersistor.LoadResult, boolean) - Method in class org.knime.core.node.workflow.NodeContainer
Restore content from persistor.
loadContent(NodeContainerPersistor, Map<Integer, BufferedDataTable>, FlowObjectStack, ExecutionMonitor, WorkflowPersistor.LoadResult, boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Restore content from persistor.
loadContent(NodeContainerPersistor, Map<Integer, BufferedDataTable>, FlowObjectStack, ExecutionMonitor, WorkflowPersistor.LoadResult, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Restore content from persistor.
loadCredentials(List<Credentials>) - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
Caller method invoked when credentials are needed during loading of a workflow.
loadCredentials(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Loads credentials, this method returns an empty list.
loadCredentials(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Loads credentials, this method returns an empty list.
loadCustomDescription(NodeSettingsRO, NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
Read the custom description.
loadCustomDescription(NodeSettingsRO, NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
Read the custom description.
loadCustomName(NodeSettingsRO, NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
Read the custom name.
loadCustomName(NodeSettingsRO, NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
Read the custom name.
loadDataAndInternals(NodeContentPersistor, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.Node
Loads data from an argument persistor.
loadDriver(File) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
Loads Driver from the given file.
loadElements(ConfigRO, ExecutionMonitor) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
loadElements(ConfigRO, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
loadElements(ConfigRO, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel
loadExecutionResult(NodeContainerExecutionResult, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.NodeContainer
Load information from execution result.
loadExecutionResult(NodeContainerExecutionResult, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Load information from execution result.
loadExecutionResult(NodeContainerExecutionResult, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.WorkflowManager
Load information from execution result.
loadExtensionTable(ReferencedFile, DataTableSpec, NodeSettingsRO, Map<Integer, BufferedDataTable>, ExecutionMonitor) - Static method in class org.knime.core.node.ExtensionTable
Load the extension, used internally from BufferedDataTable.
loadFlowObjects(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
Load from variables.
loadFlowObjects(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
Load from variables.
loadFrom(ModelContentRO) - Static method in class org.knime.base.node.mine.cluster.assign.Prototype
 
loadFrom(ModelContentRO) - Method in interface org.knime.base.node.mine.sota.logic.SotaCell
Loads the values from the given ModelContentWO.
loadFrom(ModelContentRO) - Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
Loads the values from the given ModelContentWO.
loadFrom(ModelContentRO) - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
Loads the values from the given ModelContentWO.
loadFrom(ModelContentRO, int, SotaTreeCell, boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Loads the values from the given ModelContentWO.
loadFrom(PMMLPortObjectSpec, InputStream, String) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Deprecated. 
loadFrom(PMMLPortObjectSpec, InputStream) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Initializes the pmml port object based on the xml input stream.
loadFrom(PortObjectSpecZipInputStream) - Static method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
loadFrom(PortObjectSpecZipInputStream) - Static method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec
 
loadFromFile(Config, ExecutionMonitor) - Static method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
 
loadFromFile(Config, ExecutionMonitor) - Static method in class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
 
loadFromFile(ConfigRO, ExecutionMonitor) - Static method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
loadFromFile(File, ExecutionMonitor) - Static method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
loadFromFile(File, ExecutionMonitor) - Static method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
 
loadFromFile(Config, ExecutionMonitor) - Static method in class org.knime.base.node.viz.histogram.util.ColorColumn
 
loadFromFile(File, ExecutionMonitor) - Static method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
 
loadFromFile(File, ExecutionMonitor) - Static method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
 
loadFromFile(Config, ExecutionMonitor) - Static method in class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel
 
loadFromFile(Config, ExecutionMonitor) - Static method in class org.knime.base.node.viz.pie.datamodel.PieSubSectionDataModel
 
loadFromFile(ReferencedFile, NodeSettingsRO, ExecutionMonitor, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>) - Static method in class org.knime.core.node.BufferedDataTable
Factory method to restore a table that has been written using the save method.
loadFromModelContent(ModelContentRO) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
Deprecated.  
loadFromModelContent(ModelContentRO) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
Deprecated.  
loadFromPredictorParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Load Decision Tree from a ModelContent object.
loadFromPredictorParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Load node from a model content object.
loadFromPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Load internal predicate settings from a config object.
loadFromPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
Load internal predicate settings from a config object.
loadFromPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Load internal predicate settings from a config object.
loadFromPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
Load internal predicate settings from a config object.
loadFromPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Load internal predicate settings from a config object.
loadFromPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
Load internal predicate settings from a config object.
loadFromQuickFormElement(AbstractQuickFormInElement) - Method in interface org.knime.core.quickform.in.QuickFormInputNode
Loads values from the argument form element.
loadFromReconnectSettings(NodeSettingsRO, PortObject[], NodeContainer) - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
Read the information previously stored in the settings object and restore an executing job.
loadFromReconnectSettings(NodeSettingsRO, PortObject[], NodeContainer) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Read the information previously stored in the settings object and restore an executing job.
loadFromXML(NodeSettingsRO, DataArray) - Static method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Loads a cluster node from the settings.
loadFromXML(Config, InputStream) - Static method in class org.knime.core.node.config.Config
Reads Config from XML into a new Config object.
loadFromXML(InputStream) - Static method in class org.knime.core.node.ModelContent
Reads ModelContent settings from the given XML stream and returns a new ModelContent object.
loadFromXML(InputStream) - Static method in class org.knime.core.node.NodeSettings
Reads NodeSettings object from a given XML input stream and writes them into the given NodeSettings object.
loadHasContent(NodeSettingsRO) - Method in class org.knime.core.node.NodePersistorVersion1xx
 
loadHasContent(NodeSettingsRO) - Method in class org.knime.core.node.NodePersistorVersion200
loadHistogramInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Called from the AbstractHistogramNodeModel.loadInternals(File, ExecutionMonitor) method to let the histogram implementation load own internal data.
loadHistogramInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
Called from the AbstractHistogramNodeModel.loadInternals(File, ExecutionMonitor) method to let the histogram implementation load own internal data.
loadHistogramInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
Called from the AbstractHistogramNodeModel.loadInternals(File, ExecutionMonitor) method to let the histogram implementation load own internal data.
loadIcon(Class<?>, String) - Static method in class org.knime.core.data.DataValue.UtilityFactory
Convenience method to allow subclasses to load their icon.
loadIfMustWarnOnDataLoadError(File) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Sub class hook to check whether there is a "loaded with no data" file.
loadIfMustWarnOnDataLoadError(File) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Sub class hook to check whether there is a "loaded with no data" file.
loadInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
Load config in dialog.
loadInDialog(NodeSettingsRO) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
loadIndividualColSettings(NodeSettingsRO) - Static method in class org.knime.base.node.preproc.missingval.ColSetting
Helper that load individual settings from a config object, used in NodeModel.
loadIndividualColSettings(NodeSettingsRO, DataTableSpec) - Static method in class org.knime.base.node.preproc.missingval.ColSetting
Helper that individual settings from a config object, used in NodeDialog.
LoadingPanel - Class in org.knime.core.node.workflow
 
LoadingPanel() - Constructor for class org.knime.core.node.workflow.LoadingPanel
Displays "loading port content".
loadInModel(NodeSettingsRO) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
Load config in node model.
loadInModel(NodeSettingsRO) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
loadInPortsBarUIInfo(UIInformation, NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Sub-class hook to load port bar info.
loadInPortsBarUIInfo(UIInformation, NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Sub-class hook to load port bar info.
loadInPortsBarUIInfoClassName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Sub class hook o read port bar info.
loadInPortsBarUIInfoClassName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Sub class hook o read port bar info.
loadInPortsSetting(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
Sub class hook o read port settings.
loadInPortsSetting(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Sub class hook o read port settings.
loadInPortsSetting(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
 
loadInPortsSettingsEnum(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
Sub class hook o read port settings.
loadInPortsSettingsEnum(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Sub class hook o read port settings.
loadInPortsSettingsEnum(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Sub class hook o read port settings.
loadInPortTemplate(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
Sub class hook o read port settings.
loadInPortTemplate(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Sub class hook o read port settings.
loadInPortTemplate(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Sub class hook o read port settings.
loadInternalHeldTables(Node, ExecutionMonitor, NodeSettingsRO, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>) - Method in class org.knime.core.node.NodePersistorVersion1xx
Sub class hook to read internal tables.
loadInternalHeldTables(Node, ExecutionMonitor, NodeSettingsRO, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>) - Method in class org.knime.core.node.NodePersistorVersion200
Sub class hook to read internal tables.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.ImageToTableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.writepng.WritePNGNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Load internals.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.mds.MDSNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCANodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.SotaNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.binner.BinnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.split.SplitNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.rules.RuleEngineNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.emtpytablereplacer.EmptyTableReplacerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.endmodelcase.EndmodelcaseNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.cache.CacheNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Loads the converted DataArray.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.roc.ROCNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.table.TableNodeModel
Load internals into the derived NodeModel.
loadInternals(ReferencedFile) - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
Restore the internals from a directory.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.Node
 
loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.NodeModel
Load internals into the derived NodeModel.
loadInternals(ReferencedFile) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Restore the internals from a directory.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectInNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectOutNodeModel
Load internals into the derived NodeModel.
loadInto(Node) - Method in class org.knime.core.node.CopyNodePersistor
Apply the settings to the new node.
loadIsConfigured(NodeSettingsRO) - Method in class org.knime.core.node.NodePersistorVersion1xx
 
loadIsConfigured(NodeSettingsRO) - Method in class org.knime.core.node.NodePersistorVersion200
loadIsDeletable(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
Load whether this node is deletable.
loadIsDeletable(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
Load whether this node is deletable.
loadIsExecuted(NodeSettingsRO) - Method in class org.knime.core.node.NodePersistorVersion1xx
 
loadIsExecuted(NodeSettingsRO) - Method in class org.knime.core.node.NodePersistorVersion200
loadIsInactive(NodeSettingsRO) - Method in class org.knime.core.node.NodePersistorVersion1xx
 
loadIsInactive(NodeSettingsRO) - Method in class org.knime.core.node.NodePersistorVersion200
loadIsMetaNode(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
loadIsMetaNode(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
loadJobManagerInternalsDirectory(ReferencedFile, NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
Load the directory name that is used to persist internals of the associated job manager.
loadJobManagerInternalsDirectory(ReferencedFile, NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
Load the directory name that is used to persist internals of the associated job manager.
loadMetaColSettings(NodeSettingsRO) - Static method in class org.knime.base.node.preproc.missingval.ColSetting
Helper that load meta settings from a config object, used in NodeModel.
loadMetaColSettings(NodeSettingsRO, DataTableSpec) - Static method in class org.knime.base.node.preproc.missingval.ColSetting
Helper that loads meta settings from a config object, used in NodeDialog.
loadModel(Config) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
 
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in interface org.knime.core.node.workflow.NodeContainerPersistor
 
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
loadNodeExecutionJobManager(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
Load the execution manager responsible for this node.
loadNodeExecutionJobManager(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
Load the execution manager responsible for this node.
loadNodeExecutionJobSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
Load the settings representing the pending execution of this node.
loadNodeExecutionJobSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
Load the settings representing the pending execution of this node.
loadNodeFactory(String) - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
 
loadNodeFactoryClassName(NodeSettingsRO, NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
Load factory name.
loadNodeFactoryClassName(NodeSettingsRO, NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
Load factory name.
loadNodeFile(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
Load Name of file containing node settings.
loadNodeFile(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
 
loadNodeFile(NodeSettingsRO, ReferencedFile) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
loadNodeIDSuffix(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
loadNodeInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Load internal node settings from a model content object.
loadNodeInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Load internal node settings from a model content object.
loadNodeInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Load internal node settings from a model content object.
loadNodeInternDirectory(NodeSettingsRO, ReferencedFile) - Method in class org.knime.core.node.NodePersistorVersion1xx
Load internal directory.
loadNodeMessage(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
Load messages that were set on the node.
loadNodeMessage(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
Load messages that were set on the node.
loadNodeSettings(NodeID, NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowManager
Load Settings into specified node.
loadNodeSplitInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Load internal SplitNode settings from a ModelContent object.
loadNodeSplitInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated. Load internal SplitNode settings from a ModelContent object.
loadNodeSplitInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated. Load internal SplitNode settings from a ModelContent object.
loadNodeSplitInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated. Load internal SplitNode settings from a ModelContent object.
loadNodeSplitInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Load internal SplitNode settings from a ModelContent object.
loadOutPortsBarUIInfo(UIInformation, NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Load output port bars.
loadOutPortsBarUIInfo(UIInformation, NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Load output port bars.
loadOutPortsBarUIInfoClassName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Sub-class hook to load port bar info.
loadOutPortsBarUIInfoClassName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Sub-class hook to load port bar info.
loadOutPortsSetting(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
Sub class hook o read port settings.
loadOutPortsSetting(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Sub class hook o read port settings.
loadOutPortsSetting(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
 
loadOutPortsSettingsEnum(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
Sub class hook o read port settings.
loadOutPortsSettingsEnum(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Sub class hook o read port settings.
loadOutPortsSettingsEnum(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Sub class hook o read port settings.
loadOutPortTemplate(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
Sub class hook o read port settings.
loadOutPortTemplate(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Sub class hook o read port settings.
loadOutPortTemplate(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Sub class hook o read port settings.
loadPieInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
Loads the implementation internals.
loadPieInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
Loads the implementation internals.
loadPieInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Loads the implementation internals.
loadPort(Node, ReferencedFile, NodeSettingsRO, ExecutionMonitor, int, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>) - Method in class org.knime.core.node.NodePersistorVersion200
 
loadPortIndex(NodeSettingsRO) - Method in class org.knime.core.node.NodePersistorVersion200
 
loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSerializer
Load a portObject from an input stream.
loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.PortObject.PortObjectSerializer
Load a portObject from an input stream.
loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecSerializer
Load a specification from an input stream.
loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.node.port.PortObjectSpec.PortObjectSpecSerializer
Load a specification from an input stream.
loadPorts(Node, ExecutionMonitor, NodeSettingsRO, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>) - Method in class org.knime.core.node.NodePersistorVersion1xx
 
loadPorts(Node, ExecutionMonitor, NodeSettingsRO, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>) - Method in class org.knime.core.node.NodePersistorVersion200
loadPredictorParams(ModelContentRO) - Static method in class org.knime.base.data.neural.MultiLayerPerceptron
 
loadProject(File, ExecutionMonitor, WorkflowLoadHelper) - Static method in class org.knime.core.node.workflow.WorkflowManager
 
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
Loads configuration, fails if fields are missing/invalid.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Loads the settings from passed node settings object into this object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
Loads the settings from passed node settings object into this object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartSettings
Loads the settings from passed node settings object into this object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEndNodeSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
Loads the settings from the given node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.knn.KnnSettings
Loads the settings from the given node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
Loads settings in model.
loadSettings(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
Loads settings in dialog, inits default if invalid.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.missingval.ColSetting
Loads settings from a NodeSettings object, used in NodeModel.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.rules.RuleEngineSettings
Loads the settings from the settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
Load settings from given NodeSettings.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Loads the settings from the given node settings object.
loadSettings(NodeSettingsRO, String) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
Reads the color settings for the given column.
loadSettings(NodeSettingsRO, String) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
Reads color settings.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.roc.ROCSettings
Loads the settings from the given node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainer
 
loadSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeExecutionJobManagerPanel
Load the values from the specified settings object into the components.
loadSettings(NodeContainer.NodeContainerSettings, PortObjectSpec[]) - Method in class org.knime.core.node.workflow.NodeExecutorJobManagerDialogTab
Takes over the settings from the argument and displays them in the panel.
loadSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainer
loadSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowManager
loadSettings(CFG) - Method in class org.knime.core.quickform.QuickFormConfigurationPanel
Load quickform configuration.
loadSettingsDialog(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
Load settings in dialog.
loadSettingsDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
Called from dialog when settings are to be loaded.
loadSettingsForConnections(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
loadSettingsForConnections(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Loads the settings from passed node settings object into this object using default values if a settings is missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
Loads the settings from passed node settings object into this object using default values if a settings is missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartSettings
Loads the settings from passed node settings object into this object using default values if a settings is missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Loads the settings from the node settings object, using default values if a setting is missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Loads the settings from the node settings object.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Loads the settings from the node settings object.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
Loads the settings from the given node settings object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Loads the settings from the node settings object.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.rules.RuleEngineSettings
Loads the settings from the settings object for use in the dialog, i.e.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Loads the settings from the given node settings object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.viz.roc.ROCSettings
Loads the settings from the given node settings object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
Read the value(s) of this settings model from configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
Read value(s) of this settings model from the configuration object.
loadSettingsForNodes(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
 
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendToTableNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
Loads settings.
loadSettingsFrom(NodeSettingsRO, Map<String, FlowVariable>) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
Load settings.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
Loads settings.
loadSettingsFrom(NodeSettingsRO, Map<String, FlowVariable>) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
Load settings.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[], Collection<String>) - Method in class org.knime.base.node.io.database.DBDialogPane
Load settings.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBReaderDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.database.DBSQLTypesPanel
Reads settings and inits the panel with column name to SQL-type mapping read from spec and settings object.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.database.DBWriterDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.linereader.LineReaderNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopEndNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopStartCountSettings
Loads the settings from the node settings object.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.xvalidation.XValidateDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Loads the settings from the node settings object.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPanel
Loads given settings.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeDialog
Loads the settings from the model, Number of Clusters and maximum number of Iterations.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.knn.KnnNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Loads the settings from the node settings object.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
Fills the two combo boxes with all column names retrieved from the input table spec.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.smote.SmoteNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.sota.SotaHierarchicalFuzzySettings
Method loadSettingsFrom.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.sota.SotaNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.sota.SotaSettingsPanel
Method loadSettingsFrom.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
Loads configuration.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeDialogPane
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.DomainNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeDialog
Calls the update method of the underlying filter panel using the input data table spec from this FilterColumnNodeModel.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated. A comparator MUST be set if a range is specified in the config object!! Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.partition.PartitionNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
Loads settings from a settings object.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.rename.RenameNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sample.RandomFractionRowFilter
Throws exception, not supported.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sample.RandomNumberRowFilter
Throws exception, not supported.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.sample.SamplingNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.sample.SamplingNodeDialogPanel
Method that is called from the dialog to load settings.
loadSettingsFrom(NodeSettingsRO, boolean) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Loads the setting from the given object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialog
Calls the update method of the underlying update method of the SorterNodeDialogPanel using the input data table spec from this SorterNodeModel.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.split.SplitNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.rules.RuleEngineNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.switches.endif.EndifNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeDialogPane
Updates this dialog by refreshing all components in the color tab.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeDialogPane
Updates this dialog by refreshing all components in the shape settings tab.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.roc.ROCNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Load settings for all registered components.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
Read value(s) of this dialog component from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Read value(s) of this component model from configuration object.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.EmptyNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.Node
Loads the settings (but not the data) from the given settings object.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.NodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.core.node.NodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(InputStream) - Method in class org.knime.core.node.NodeDialogPane
Loads settings from an input stream (in xml format).
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.NodeModel
Validates the specified settings in the model and then loads them into it.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.core.node.util.FileSelectionPanel
Method loadSettingsFrom.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.workflow.MetaNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFromFilter(RowFilter) - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
Adjusts the settings/values of its components to reflect the settings/properties of the filter passed in.
loadSettingsFromFilter(RowFilter) - Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
Adjusts the settings/values of its components to reflect the settings/properties of the filter passed in.
loadSettingsFromFilter(RowFilter) - Method in class org.knime.base.node.preproc.filter.row.RowIDRowFilterPanel
Adjusts the settings/values of its components to reflect the settings/properties of the filter passed in.
loadSettingsFromFilter(RowFilter) - Method in class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
Adjusts the settings/values of its components to reflect the settings/properties of the filter passed in.
loadSettingsInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
Load settings, used in dialog.
loadSettingsInDialog(NodeSettingsRO) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
Load settings, used in dialog (no errors).
loadSettingsInDialog(NodeSettingsRO) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
Load settings in dialog (no fail).
loadSettingsInDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
Load settings in dialog, use default if invalid.
loadSettingsInDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
Load config in dialog.
loadSettingsInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
Load model for dialog.
loadSettingsInDialog(NodeSettingsRO) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
Load settings in dialog, init defaults if that fails.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
Load settings, called in NodeModel.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
Load in model, fail if settings are invalid.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
Load settings, fail if incomplete.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
Load settings in model, fails if incomplete.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
Load config in model.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
Load method for NodeModel.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
Load config in model.
loadSettingsModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
Load settings in model.
loadSettingsModel(NodeSettingsRO) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
Called from model when settings are to be loaded.
loadSettingsNoFail(NodeSettingsRO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
Loads configuration, inits defaults if fields are missing/invalid.
loadSNCSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Loads the SingleNodeContainer settings from the argument.
loadSNCSettings(NodeSettingsRO, NodePersistorVersion1xx) - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
Load configuration of node.
loadSNCSettings(NodeSettingsRO, NodePersistorVersion1xx) - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
Load configuration of node.
loadSpec(ReferencedFile) - Static method in class org.knime.core.node.BufferedDataTable
Utility method used in the node's load method.
loadState(NodeSettingsRO, NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
Load the state of the node.
loadState(NodeSettingsRO, NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
Load the state of the node.
loadTemplateInformation(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Load template information (in this version always MetaNodeTemplateInformation.NONE).
loadTemplateInformation(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Load template information (in this version always MetaNodeTemplateInformation.NONE).
loadUIInfoClassName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
loadUIInfoClassName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
loadUIInfoInstance(String) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Creates the UIInformaion from given settings, describing whatever additional information was stored (graphical layout?).
loadUIInfoSettings(UIInformation, NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
 
loadUIInfoSettings(UIInformation, NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
loadValidatedConnection(ConfigRO, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Load validated settings.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.image.ImageToTableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.image.writepng.WritePNGNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBQueryNodeModel
Deprecated. Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBQueryNodeModel2
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBRowFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
Reads in all user settings of the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
Reads in all user settings of the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Loads the number of clusters and the maximum number of iterations from the settings.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Method is called when the NodeModel has to set its configuration using the given one.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Loads the class column and the classification value in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.mds.MDSNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCANodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.sota.SotaNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.binner.BinnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
 
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Loads the class column and the classification value in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
Reads the filtered columns.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
Load the settings (includelist and sort order) in the SorterNodeModel.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.split.SplitNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.rules.RuleEngineNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.emtpytablereplacer.EmptyTableReplacerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.endmodelcase.EndmodelcaseNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.cache.CacheNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Loads the maximum number of rows.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Load color settings.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.roc.ROCNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.table.TableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.NoSettingsNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectInNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.VirtualPortObjectOutNodeModel
Sets new settings from the passed object in the model.
loadValueInDialog(NodeSettingsRO) - Method in class org.knime.core.quickform.AbstractQuickFormValueInConfiguration
Load settings in dialog, init defaults if that fails.
loadValueInModel(NodeSettingsRO) - Method in class org.knime.core.quickform.AbstractQuickFormValueInConfiguration
Load config in model.
loadValuesIntoPanel(FileWriterSettings) - Method in class org.knime.base.node.io.csvwriter.AdvancedPanel
Reads new values from the specified object and puts them into the panel's components.
loadValuesIntoPanel(FileWriterNodeSettings) - Method in class org.knime.base.node.io.csvwriter.CommentPanel
Updates the values in the components from the passed settings object.
loadValuesIntoPanel(FileWriterNodeSettings) - Method in class org.knime.base.node.io.csvwriter.DecimalSeparatorPanel
Updates the values in the components from the passed settings object.
loadValuesIntoPanel(FileWriterSettings) - Method in class org.knime.base.node.io.csvwriter.QuotePanel
Updates the values in the components from the passed settings object.
loadWarningMessage(NodeSettingsRO) - Method in class org.knime.core.node.NodePersistorVersion1xx
Sub class hook to read warning message.
loadWarningMessage(NodeSettingsRO) - Method in class org.knime.core.node.NodePersistorVersion200
Sub class hook to read warning message.
loadWorkflowAnnotations(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Load annotations (added in v2.3).
loadWorkflowAnnotations(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Load annotations (added in v2.3).
loadWorkflowName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
Sub class hook o read workflow name.
loadWorkflowName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Sub class hook o read workflow name.
loadWorkflowName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Sub class hook o read workflow name.
loadWorkflowVariables(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Load workflow variables (not available in 1.3.x flows).
loadWorkflowVariables(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Load workflow variables (not available in 1.3.x flows).
LOCAL_TRANS - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for the LocalTransformations tag.
LOCAL_TRANS - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
LOCAL_TRANS - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
LOCAL_TRANS - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.  
LocalNodeExecutionJob - Class in org.knime.core.node.exec
A locally executed node job.
LocalNodeExecutionJob(SingleNodeContainer, PortObject[]) - Constructor for class org.knime.core.node.exec.LocalNodeExecutionJob
Creates new local job.
Locatable - Interface in org.knime.base.node.mine.sota.view.interaction
 
LOCATION_SETTINGS - Static variable in class org.knime.base.node.io.listfiles.ListFilesSettings
Key to store the location settings.
lock - Static variable in class org.knime.core.eclipseUtil.GlobalClassCreator
Deprecated.  
lock() - Method in class org.knime.core.internal.ReferencedFile
Locks this file location.
lock() - Method in class org.knime.core.util.FileLocker
Tries to auquire the lock on the given File.
LOCK_FILE - Static variable in class org.knime.core.util.VMFileLocker
filename of lock file.
LockFailedException - Exception in org.knime.core.util
Used to indicate that the attempt to acquire a lock on a file or directory failed.
LockFailedException() - Constructor for exception org.knime.core.util.LockFailedException
 
LockFailedException(String, Throwable) - Constructor for exception org.knime.core.util.LockFailedException
 
LockFailedException(String) - Constructor for exception org.knime.core.util.LockFailedException
 
LockFailedException(Throwable) - Constructor for exception org.knime.core.util.LockFailedException
 
lockForVM(File) - Static method in class org.knime.core.util.VMFileLocker
Locks the specified directory (by creating a ".knimeLock" file and placing an exclusive lock on it).
LOG_FILE - Static variable in class org.knime.core.node.NodeLogger
The default log file name, knime.log.
LogarithmicMappingMethod - Class in org.knime.base.util.coordinate
A logarithmic mapping method.
LogarithmicMappingMethod() - Constructor for class org.knime.base.util.coordinate.LogarithmicMappingMethod
Creates a logarithmic mapping method.
LogarithmicMappingMethod(double) - Constructor for class org.knime.base.util.coordinate.LogarithmicMappingMethod
Creates a logarithmic mapping method with the given base.
LogfileAppender - Class in org.knime.core.util
This is a special appender for KNIME that writes into the knime.log file, which is typically located in the current workspace.
LogfileAppender() - Constructor for class org.knime.core.util.LogfileAppender
Creates a new LogfileAppender.
LOGGER - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
The node logger for this class.
LOGGER - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Logger for this package.
LOGGER - Static variable in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Logger for this package.
LogisticRegressionContent - Class in org.knime.base.node.mine.regression.logistic.learner
Utility class that stores results of logistic regression models.
LogisticRegressionContent(PMMLPortObjectSpec, List<String>, List<String>, Matrix, double, Matrix, int) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Create new instance.
LogRegLearner - Class in org.knime.base.node.mine.regression.logistic.learner
Logistic Regression Learner implementation.
LogRegLearner(PortObjectSpec[], LogRegLearnerSettings) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearner
 
LogRegLearnerNodeDialogPane - Class in org.knime.base.node.mine.regression.logistic.learner
Dialog for the logistic regression learner.
LogRegLearnerNodeDialogPane() - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeDialogPane
Create new dialog for linear regression model.
LogRegLearnerNodeFactory - Class in org.knime.base.node.mine.regression.logistic.learner
Factory class for logistic regression node.
LogRegLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory
 
LogRegLearnerNodeModel - Class in org.knime.base.node.mine.regression.logistic.learner
NodeModel to the logistic regression learner node.
LogRegLearnerNodeModel() - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Inits a new node model, it will have 1 data input, and optional PMML model inport, 1 model and 1 data output.
LogRegLearnerNodeView - Class in org.knime.base.node.mine.regression.logistic.learner
View on the logistic regression learner node.
LogRegLearnerNodeView(LogRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeView
New instance.
LogRegLearnerSettings - Class in org.knime.base.node.mine.regression.logistic.learner
This class hold the settings for the Logistic Learner Node.
LogRegLearnerSettings() - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
 
LogRegPredictor - Class in org.knime.base.node.mine.regression.logistic.predict
A Predictor for a logistic regression model.
LogRegPredictor(PMMLPortObjectSpec, DataTableSpec, boolean) - Constructor for class org.knime.base.node.mine.regression.logistic.predict.LogRegPredictor
This constructor should be used during the configure phase of a node.
LogRegPredictor(PMMLGeneralRegressionContent, DataTableSpec, PMMLPortObjectSpec, String, boolean) - Constructor for class org.knime.base.node.mine.regression.logistic.predict.LogRegPredictor
This constructor should be used when executing the node.
LongCell - Class in org.knime.core.data.def
 
LongCell(long) - Constructor for class org.knime.core.data.def.LongCell
Creates new cell for a generic long value.
LongUTFDataInputStream - Class in org.knime.core.data.container
Input Stream that's used to read from stream written by LongUTFDataOuputStream.
LongUTFDataInputStream(DataInputStream) - Constructor for class org.knime.core.data.container.LongUTFDataInputStream
Constructor that wraps a given input stream.
LongUTFDataOutputStream - Class in org.knime.core.data.container
Wrapper class of a DataOutputStream that also allows to write UTF strings longer than 65535.
LongUTFDataOutputStream(DataOutputStream) - Constructor for class org.knime.core.data.container.LongUTFDataOutputStream
Wraps the DataOutputStream argument and delegates all method calls (except the writeUTF method) to it.
LongValue - Interface in org.knime.core.data
Interface supporting generic long values.
longValue() - Method in class org.knime.core.util.MutableDouble
longValue() - Method in class org.knime.core.util.MutableInteger
LongValue.LongUtilityFactory - Class in org.knime.core.data
Implementations of the meta information of this value class.
LongValue.LongUtilityFactory() - Constructor for class org.knime.core.data.LongValue.LongUtilityFactory
Only subclasses are allowed to instantiate this class.
LongValueComparator - Class in org.knime.core.data
Comparator returned by the LongValue interface.
LongValueComparator() - Constructor for class org.knime.core.data.LongValueComparator
 
LongValueRenderer - Class in org.knime.core.data.renderer
Renderer for long values that simply prints the value.
LoopEnd2NodeFactory - Class in org.knime.base.node.meta.looper
 
LoopEnd2NodeFactory() - Constructor for class org.knime.base.node.meta.looper.LoopEnd2NodeFactory
 
LoopEnd2NodeModel - Class in org.knime.base.node.meta.looper
 
LoopEnd2NodeModel() - Constructor for class org.knime.base.node.meta.looper.LoopEnd2NodeModel
Creates a new model.
LoopEndConditionNodeDialog - Class in org.knime.base.node.meta.looper.condition
This class is the dialog for the condition loop tail node in which the user can enter the condition.
LoopEndConditionNodeDialog() - Constructor for class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeDialog
Creates a new dialog.
LoopEndConditionNodeFactory - Class in org.knime.base.node.meta.looper.condition
This factory creates all necessary classes for the condition loop head node.
LoopEndConditionNodeFactory() - Constructor for class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
 
LoopEndConditionNodeModel - Class in org.knime.base.node.meta.looper.condition
This class is the model for the condition loop tail node.
LoopEndConditionNodeModel() - Constructor for class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
Creates a new node model.
LoopEndConditionSettings - Class in org.knime.base.node.meta.looper.condition
This class holds the settings for the condition loop tail node.
LoopEndConditionSettings() - Constructor for class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
 
LoopEndConditionSettings.Operator - Enum in org.knime.base.node.meta.looper.condition
All comparison operators the user can choose from in the dialog.
LoopEndJoinNodeConfiguration - Class in org.knime.base.node.meta.looper
 
LoopEndJoinNodeConfiguration() - Constructor for class org.knime.base.node.meta.looper.LoopEndJoinNodeConfiguration
 
LoopEndJoinNodeDialogPane - Class in org.knime.base.node.meta.looper
 
LoopEndJoinNodeDialogPane() - Constructor for class org.knime.base.node.meta.looper.LoopEndJoinNodeDialogPane
 
LoopEndJoinNodeFactory - Class in org.knime.base.node.meta.looper
Loop End Node that joins the input table with the previous input (colum wise concatenation).
LoopEndJoinNodeFactory() - Constructor for class org.knime.base.node.meta.looper.LoopEndJoinNodeFactory
 
LoopEndJoinNodeModel - Class in org.knime.base.node.meta.looper
Loop End Node that joins the input table with the previous input (colum wise concatenation).
LoopEndJoinNodeModel() - Constructor for class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
 
LoopEndNode - Interface in org.knime.core.node.workflow
 
LoopEndNodeDialog - Class in org.knime.base.node.meta.looper
This is the dialog for the loop end node.
LoopEndNodeDialog() - Constructor for class org.knime.base.node.meta.looper.LoopEndNodeDialog
Creates a new dialog.
LoopEndNodeFactory - Class in org.knime.base.node.meta.looper
This factory create all necessary classes for the for-loop head node.
LoopEndNodeFactory() - Constructor for class org.knime.base.node.meta.looper.LoopEndNodeFactory
 
LoopEndNodeModel - Class in org.knime.base.node.meta.looper
This model is the tail node of a for loop.
LoopEndNodeModel() - Constructor for class org.knime.base.node.meta.looper.LoopEndNodeModel
Creates a new model.
LoopEndNodeSettings - Class in org.knime.base.node.meta.looper
This class holds the settings for the generic loop end node.
LoopEndNodeSettings() - Constructor for class org.knime.base.node.meta.looper.LoopEndNodeSettings
 
LoopEndParallelizeNode - Interface in org.knime.core.node.workflow
 
loops(int) - Method in class org.knime.base.node.meta.looper.LoopStartCountSettings
Sets the number of times the inner workflow should be executed.
loops() - Method in class org.knime.base.node.meta.looper.LoopStartCountSettings
Returns the number of loops.
LoopStartChunkConfiguration - Class in org.knime.base.node.meta.looper.chunk
Configuration object to loop start chunking node.
LoopStartChunkConfiguration() - Constructor for class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
 
LoopStartChunkConfiguration.Mode - Enum in org.knime.base.node.meta.looper.chunk
Policy how to do the chunking.
LoopStartChunkNodeDialogPane - Class in org.knime.base.node.meta.looper.chunk
 
LoopStartChunkNodeDialogPane() - Constructor for class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeDialogPane
 
LoopStartChunkNodeFactory - Class in org.knime.base.node.meta.looper.chunk
Factory for the chunking loop start node.
LoopStartChunkNodeFactory() - Constructor for class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeFactory
 
LoopStartChunkNodeModel - Class in org.knime.base.node.meta.looper.chunk
Loop start node that outputs a set of rows at a time.
LoopStartChunkNodeModel() - Constructor for class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
Creates a new model.
LoopStartCountNodeDialog - Class in org.knime.base.node.meta.looper
This class is the dialog for the looper node.
LoopStartCountNodeDialog() - Constructor for class org.knime.base.node.meta.looper.LoopStartCountNodeDialog
Creates a new dialog for the looper node.
LoopStartCountNodeFactory - Class in org.knime.base.node.meta.looper
This factory create all necessary classes for the for-loop head node.
LoopStartCountNodeFactory() - Constructor for class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
 
LoopStartCountNodeModel - Class in org.knime.base.node.meta.looper
This model is the head node of a for loop.
LoopStartCountNodeModel() - Constructor for class org.knime.base.node.meta.looper.LoopStartCountNodeModel
Creates a new model with one input and one output port.
LoopStartCountSettings - Class in org.knime.base.node.meta.looper
Settings for the looper node.
LoopStartCountSettings() - Constructor for class org.knime.base.node.meta.looper.LoopStartCountSettings
 
LoopStartGenericNodeFactory - Class in org.knime.base.node.meta.looper.condition
This factory creates all necessary classes for the condition loop head node.
LoopStartGenericNodeFactory() - Constructor for class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
 
LoopStartGenericNodeModel - Class in org.knime.base.node.meta.looper.condition
This class is the model for the condition loop head node.
LoopStartGenericNodeModel() - Constructor for class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
Creates a new model.
LoopStartIntervalNodeDialog - Class in org.knime.base.node.meta.looper
This is the dialog for the interval looper node.
LoopStartIntervalNodeDialog() - Constructor for class org.knime.base.node.meta.looper.LoopStartIntervalNodeDialog
Creates a new dialog for the looper node.
LoopStartIntervalNodeFactory - Class in org.knime.base.node.meta.looper
This is the factory for the interval loop node.
LoopStartIntervalNodeFactory() - Constructor for class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
 
LoopStartIntervalNodeModel - Class in org.knime.base.node.meta.looper
This is the model for the interval loop start node.
LoopStartIntervalNodeModel() - Constructor for class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
Creates a new model with one input and one output port.
LoopStartIntervalSettings - Class in org.knime.base.node.meta.looper
This class holds the settings for the loop interval start node.
LoopStartIntervalSettings() - Constructor for class org.knime.base.node.meta.looper.LoopStartIntervalSettings
 
LoopStartNode - Interface in org.knime.core.node.workflow
 
LoopStartNodeTerminator - Interface in org.knime.core.node.workflow
Interface for the start node of a loop which provides information about the termination of the loop.
LoopStartParallelizeNode - Interface in org.knime.core.node.workflow
 
LoopStartVariableNodeFactory - Class in org.knime.base.node.flowvariable.variableloophead
 
LoopStartVariableNodeFactory() - Constructor for class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
Create factory, that instantiates nodes.
LoopStartVariableNodeModel - Class in org.knime.base.node.flowvariable.variableloophead
Start of loop: pushes variables in input datatable columns onto stack, taking the values from one row per iteration.
LoopStartVariableNodeModel() - Constructor for class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeModel
One input, one output.
LOWER_QUARTILE - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Constant for the lower quartile position in the statistics array.
LOWER_WHISKER - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Constant for the lower whisker position in the statistics array.
LowVarFilterNodeDialogPane - Class in org.knime.base.node.preproc.lowvarfilter
Dialog for low variance filter node.
LowVarFilterNodeDialogPane() - Constructor for class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeDialogPane
Inits GUI.
LowVarFilterNodeFactory - Class in org.knime.base.node.preproc.lowvarfilter
Factory for low variance node.
LowVarFilterNodeFactory() - Constructor for class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeFactory
 
LowVarFilterNodeModel - Class in org.knime.base.node.preproc.lowvarfilter
NodeModel for low variance filter node.
LowVarFilterNodeModel() - Constructor for class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
One input, one output.
LR_ANCESTOR - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Default value of the ancestor learningrate.
LR_ANCESTOR_MAX - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Maximal value of the ancestor learningrate.
LR_ANCESTOR_MIN - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Minimal value of the ancestor learningrate.
LR_SISTER - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Default value of the sister learningrate.
LR_SISTER_MAX - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Maximal value of the ancestor learningrate.
LR_SISTER_MIN - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Minimal value of the ancestor learningrate.
LR_WINNER - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Default value of the Winner learningrate.
LR_WINNER_MAX - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Maximal value of the Winner learningrate.
LR_WINNER_MIN - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Minimal value of the Winner learningrate.
lt(int, int, DataValueComparator) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new less than node, that compares the values in two columns.
lt(int, Number) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new less than node, that compares the value in a column to a fixed number.
lt(int, String) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new less than node, that compares the value in a column to a fixed string.
LukaNorm - Class in org.knime.base.node.mine.bfn.fuzzy.norm
LUKASIEWICZ norm.

M

m_chunks - Variable in class org.knime.core.node.workflow.virtual.ParallelizedChunkContentMaster
individual chunks
m_dimension - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The dimension of the target space.
m_distMan - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The distance manager to use.
m_endNode - Variable in class org.knime.core.node.workflow.virtual.ParallelizedChunkContentMaster
end node waiting for chunks
m_epochs - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The number of epochs to train.
m_euclideanDistMan - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The Euclidean distance manager used in the target space.
m_exec - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The execution context to show progress information an enable cancel.
m_finalLearningRate - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The final learning rate.
m_fixedDataPoints - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The input data table storing the fixed data points.
m_fixedPoints - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
A hashtable holding row keys of fixed points and related points of the target space.
m_inData - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The input data table.
m_initialLearningrate - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The initial learning rate.
m_isInit - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Flag, indicating if data points in target space have been initialized (if true) or not (if false).
m_learningrate - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The learning rate.
m_logger - Variable in class org.knime.base.node.io.database.DBNodeModel
The logger instance used for this and all derived classes.
m_manager - Variable in class org.knime.core.node.workflow.virtual.ParallelizedChunkContentMaster
metanode container for all chunks
m_minDistThreshold - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Threshold of minimum distance.
m_next - Variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
The next double element in this list.
m_nodeMutex - Variable in class org.knime.core.node.workflow.NodeContainer
semaphore to make sure never try to work on inconsistent internal node states.
m_nodes - Variable in class org.knime.core.node.workflow.Workflow
mapping from NodeID to Nodes.
m_points - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
A hashtable holding keys of input rows and related points of the target space.
m_previous - Variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
The previous double element in this list.
m_projectOnly - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Flag, indicating if data points have to be projected only according to the fixed points (if true) or adjusted according to the other (not fixed) points as well (if false).
m_settings - Variable in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
 
m_splitQualityMeasure - Variable in class org.knime.base.node.mine.decisiontree2.learner.Split
The quality measure to be used for the best split point calculation.
m_unmodifiablePoints - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The set of unmodifyable data points.
m_value - Variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
The double value of this list element.
m_values - Variable in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
 
m_workers - Variable in class org.knime.base.node.parallel.AbstractParallelNodeModel
The execution service that is used.
m_xSelector - Variable in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
The x column selection box.
m_ySelector - Variable in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
The y column selection box.
main(String[]) - Static method in class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
The main.
main(String[]) - Static method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTest
 
main(String[]) - Static method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
Main.
main(String[]) - Static method in class org.knime.base.node.rules.Rule
Zum Testen...
main(String[]) - Static method in class org.knime.core.node.config.ConfigEditJTree
Public testing method that displays a simple tree with no flow variable stack, though.
main(String[]) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoaderTest
 
main(String[]) - Static method in class org.knime.core.node.tableview.TableViewFrame
Main method for testing purposes.
main(String[]) - Static method in class org.knime.core.node.workflow.BatchExecutor
Main method.
mainExecute() - Method in class org.knime.core.node.exec.LocalNodeExecutionJob
Called when the main execution takes place.
mainExecute() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Called when the main execution takes place.
mainRun(String[]) - Static method in class org.knime.core.node.workflow.BatchExecutor
Called from BatchExecutor.main(String[]) method.
MAJOR - Static variable in class org.knime.core.node.KNIMEConstants
KNIME's major release number.
makegbc(int, int, int, int) - Static method in class org.knime.core.node.interrupt.LayoutHelper
Creates an instance of GridBagConstraints with the following implicit properties: weightx and weighty = 1.
makeRoomForKids(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Reserve space for specific number of kids.
MANHATTAN_DIST - Static variable in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
Flag for korrelation distance.
MANHATTAN_DIST - Static variable in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
Flag for korrelation distance.
ManhattanDist - Class in org.knime.base.node.mine.cluster.hierarchical.distfunctions
Calculates the distance for two data rows based on the manhatten distance.
ManhattanDist() - Constructor for class org.knime.base.node.mine.cluster.hierarchical.distfunctions.ManhattanDist
Creates a Manhatten distance object from an Minkowski distance which means the power is one.
ManhattanDistanceManager - Class in org.knime.base.node.mine.mds.distances
 
ManhattanDistanceManager(boolean) - Constructor for class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
Creates instance of ManhattanDistanceManager, which computes Manhattan distances between DataRows and SotaTreeCells.
ManhattanDistanceManager() - Constructor for class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
Creates instance of ManhattanDistanceManager, which computes the manhattan distances between rows and cells.
ManhattanDistanceManager - Class in org.knime.base.node.mine.sota.distances
 
ManhattanDistanceManager(boolean) - Constructor for class org.knime.base.node.mine.sota.distances.ManhattanDistanceManager
Creates instance of ManhattanDistanceManager, which computes manhattan distances between DataRows and SotaTreeCells.
MANHATTEN_DISTANCE - Static variable in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.ManhattanDist
An instance of this distance function.
ManualIfNodeDialog - Class in org.knime.base.node.switches.manualif
 
ManualIfNodeDialog() - Constructor for class org.knime.base.node.switches.manualif.ManualIfNodeDialog
 
ManualIfNodeFactory - Class in org.knime.base.node.switches.manualif
 
ManualIfNodeFactory() - Constructor for class org.knime.base.node.switches.manualif.ManualIfNodeFactory
Create factory, that instantiates nodes.
ManualIfNodeModel - Class in org.knime.base.node.switches.manualif
Start of an IF statement.
ManualIfNodeModel() - Constructor for class org.knime.base.node.switches.manualif.ManualIfNodeModel
One input, two outputs.
Many2OneColNodeDialog - Class in org.knime.base.node.preproc.columnTrans
NodeDialog for the "Many2One" Node.
Many2OneColNodeDialog() - Constructor for class org.knime.base.node.preproc.columnTrans.Many2OneColNodeDialog
Adds textfield for new column name, column filter for columns to condense, include method (max or min value in row, or 0,1, or regexp pattern), textfield for regexp pattern (if selected), boolean keep columns, boolean allow multiple columns match in one row.
Many2OneColNodeFactory - Class in org.knime.base.node.preproc.columnTrans
NodeFactory for the "BayesianPredictor" Node.
Many2OneColNodeFactory() - Constructor for class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
 
Many2OneColNodeModel - Class in org.knime.base.node.preproc.columnTrans
 
Many2OneColNodeModel() - Constructor for class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
Constructor for class Many2OneColNodeModel.
Many2OneColNodeModel.IncludeMethod - Enum in org.knime.base.node.preproc.columnTrans
Possible methods to let a column match.
MappingMethod - Interface in org.knime.base.util.coordinate
Interface for a mapping method which is executed before calculating ticks and mapping.
mark(int) - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
mark(int) - Method in class org.knime.base.node.util.BufferedFileReader
mark(int) - Method in class org.knime.core.data.container.DCObjectInputStream
mark(int) - Method in class org.knime.core.data.container.LongUTFDataInputStream
mark(int) - Method in class org.knime.core.data.util.NonClosableInputStream
mark() - Method in class org.knime.core.node.tableview.FindPositionAll
Set a mark (memorize last search hit location).
mark() - Method in class org.knime.core.node.tableview.FindPositionRowKey
Set a mark (memorize last search hit location).
markForExecution(boolean) - Method in class org.knime.core.node.workflow.NodeContainer
Enable (or disable) queuing of underlying node for execution.
markForExecution(boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Enable (or disable) queuing of underlying node for execution.
markForExecution(boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Enable (or disable) queuing of underlying node for execution.
markForExecutionNodesInWFMConnectedToInPorts(Set<Integer>, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Mark all nodes in this workflow that are connected to the given inports.
markForReExecutionInLoop() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Mark underlying, executed node so that it can be re-executed (= update state accordingly).
markSupported() - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
markSupported() - Method in class org.knime.base.node.util.BufferedFileReader
markSupported() - Method in class org.knime.core.data.container.DCObjectInputStream
markSupported() - Method in class org.knime.core.data.container.LongUTFDataInputStream
markSupported() - Method in class org.knime.core.data.util.NonClosableInputStream
match(DataCell[], int, Collection<SetCell>, Collection<DataCell>) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated. Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingValueRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataCell) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
matches(DataRow, int) - Method in class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.sample.RandomFractionRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.sample.RandomNumberRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow) - Method in class org.knime.base.node.rules.Rule
Returns if this rules matches the given row.
matches(boolean) - Method in enum org.knime.core.node.tableview.TableContentModel.TableContentFilter
 
MathUtils - Class in org.knime.base.util.math
Implements basic mathematical functions.
MATRIX_OUTPORT - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
Index of covariance matrix output port.
MAX - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Constant for the maximum position in the statistics array.
max(DenseByteVector) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns a new vector with the maximum of the counts at each position.
max(ByteVectorValue, ByteVectorValue) - Static method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Creates a dense byte vector cell containing the result of the max operation on the passed operands (that is each position holds the maximum of the values of the operands).
max(SparseByteVector) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns a new vector with the maximum of the counts at each position.
max(ByteVectorValue, ByteVectorValue) - Static method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
Creates a sparse byte vector cell containing the result of the max operation on the passed operands (that is each position holds the maximum of the values of the operands).
MAX_CELLS_IN_MEMORY - Static variable in class org.knime.core.data.container.DataContainer
Number of cells that are cached without being written to the temp file (see Buffer implementation); It defaults to the value defined by DataContainer.DEF_MAX_CELLS_IN_MEMORY but can be changed using the java property DataContainer.PROPERTY_CELLS_IN_MEMORY.
MAX_CHAR - Static variable in class org.knime.base.node.io.filetokenizer.FileTokenizer
Deprecated. The maximum ASCII code for the first character of patterns (like delimiter, comment, and quote patterns.
MAX_CHAR - Static variable in class org.knime.core.util.tokenizer.Tokenizer
The maximum ASCII code for the first character of patterns (like delimiter, comment, and quote patterns.
MAX_CHUNK_SIZE - Static variable in class org.knime.core.util.DuplicateChecker
The default chunk size.
MAX_CLASS_COVERAGE - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
NodeSettings key for max_class_coverage.
MAX_COLOR - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
The maximum column value for range color settings.
MAX_EPOCHS - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Config key for maximum number of epochs.
MAX_EPOCHS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The maximum value of the epochs.
MAX_FLAG - Static variable in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Maximum flag max.
MAX_LEARNINGRATE - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The maximum value of the learning rate.
MAX_LOG_SIZE_DEFAULT - Static variable in class org.knime.core.util.LogfileAppender
Maximum size of log file before it is split (in bytes).
MAX_NO_OF_SECTIONS - Static variable in class org.knime.base.node.viz.pie.util.PieColumnFilter
Maximum number of supported sections.
MAX_NO_ROWS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The maximum number of rows to use.
MAX_NUM_PROCESSORS - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
The default number of records stored for the view.
MAX_OUTLINES_STORED - Static variable in class org.knime.base.node.util.exttool.CommandExecution
the maximum number of lines stored for stdout and stderr output of the external tool.
MAX_OUTPUTDIMS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The maximum value of the output dimension.
MAX_SEED - Static variable in class org.knime.base.node.mine.mds.MDSManager
The maximum random seed.
MAX_SEED - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The maximum random seed.
MAX_STREAMS - Static variable in class org.knime.core.util.DuplicateChecker
The default number of streams open during merging.
MAXCOVERED - Static variable in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
XML tag name in configuration file for max num of covered pattern.
MAXIMUM_EXPLODE_SIZE - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The maximum size of the explode margin in percent.
MAXIMUM_PIE_SIZE - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The minimum size of the pie drawing space in percent.
MaximumMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
Maximum replacement.
MaximumMissingValueReplacementFunction() - Constructor for class org.knime.base.node.mine.bfn.MaximumMissingValueReplacementFunction
 
MAXITER_KEY - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Key to store the number of maximum iterations.
MAXITERATIONS_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store the number of maximal iterations in the settings.
MAXNRITERATIONS - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
The maximum number of possible iterations.
MaxOperator - Class in org.knime.base.data.aggregation.general
Returns the maximum per group.
MaxOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.MaxOperator
Constructor for class MaxOperator.
MaxOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.MaxOperator
Constructor for class MaxOperator.
mdlPruning(DecisionTree) - Static method in class org.knime.base.node.mine.decisiontree2.learner.Pruner
Prunes a DecisionTree according to the minimum description lenght (MDL) principle.
MDSCellFactory - Class in org.knime.base.node.mine.mds
A CellFactory adding the MDS values as cells to the corresponding rows.
MDSCellFactory(Hashtable<RowKey, DataPoint>, int) - Constructor for class org.knime.base.node.mine.mds.MDSCellFactory
Creates a new instance of MDSCellFactory with given Hashtable containing the MDS points to add and the related row keys.
MDSConfigKeys - Class in org.knime.base.node.mine.mds
Contains the configuration keys of the MDS settings.
MDSConfigKeys() - Constructor for class org.knime.base.node.mine.mds.MDSConfigKeys
 
MDSManager - Class in org.knime.base.node.mine.mds
The MDSManager handling the MDS algorithmic.
MDSManager(int, String, boolean, BufferedDataTable, ExecutionContext) - Constructor for class org.knime.base.node.mine.mds.MDSManager
Creates a new instance of MDSManager with the given dimension, distance metric, fuzzy flag and in data to use.
MDSNodeDialog - Class in org.knime.base.node.mine.mds
The dialog of the MDS node.
MDSNodeDialog() - Constructor for class org.knime.base.node.mine.mds.MDSNodeDialog
Creates a new instance of MDSNodeDialog.
MDSNodeDialog.CheckBoxChangeListener - Class in org.knime.base.node.mine.mds
 
MDSNodeDialog.CheckBoxChangeListener() - Constructor for class org.knime.base.node.mine.mds.MDSNodeDialog.CheckBoxChangeListener
 
MDSNodeFactory - Class in org.knime.base.node.mine.mds
Creates the MDSNodeModel and the MDSNodeDialog instances.
MDSNodeFactory() - Constructor for class org.knime.base.node.mine.mds.MDSNodeFactory
 
MDSNodeModel - Class in org.knime.base.node.mine.mds
 
MDSNodeModel() - Constructor for class org.knime.base.node.mine.mds.MDSNodeModel
Creates a new instance of MDSNodeModel.
MDSNodeModel.CheckBoxChangeListener - Class in org.knime.base.node.mine.mds
 
MDSNodeModel.CheckBoxChangeListener() - Constructor for class org.knime.base.node.mine.mds.MDSNodeModel.CheckBoxChangeListener
 
MDSProjectionConfigKeys - Class in org.knime.base.node.mine.mds.mdsprojection
Contains the additional configuration keys of the MDS projection settings.
MDSProjectionConfigKeys() - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionConfigKeys
 
MDSProjectionManager - Class in org.knime.base.node.mine.mds.mdsprojection
The MDSProjectionManager handling the MDS algorithmic.
MDSProjectionManager(int, String, boolean, BufferedDataTable, BufferedDataTable, int[], ExecutionContext) - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Creates a new instance of MDSProjectionManager with the given dimension, distance metric, fuzzy flag, in data and fixed data to use.
MDSProjectionNodeDialog - Class in org.knime.base.node.mine.mds.mdsprojection
The dialog of the MDS projection node.
MDSProjectionNodeDialog() - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeDialog
Creates a new instance of MDSNodeDialog.
MDSProjectionNodeDialog.CheckBoxChangeListener - Class in org.knime.base.node.mine.mds.mdsprojection
 
MDSProjectionNodeDialog.CheckBoxChangeListener() - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeDialog.CheckBoxChangeListener
 
MDSProjectionNodeFactory - Class in org.knime.base.node.mine.mds.mdsprojection
The node factory of the mds projection node.
MDSProjectionNodeFactory() - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
 
MDSProjectionNodeModel - Class in org.knime.base.node.mine.mds.mdsprojection
 
MDSProjectionNodeModel() - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
Creates a new instance of MDSNodeModel.
MDSProjectionNodeModel.CheckBoxChangeListener - Class in org.knime.base.node.mine.mds.mdsprojection
 
MDSProjectionNodeModel.CheckBoxChangeListener() - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel.CheckBoxChangeListener
 
mean(double[][]) - Static method in class org.knime.base.util.math.StatisticUtils
Calculates the mean for each column of the given input matrix.
MeanMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
Mean replacement.
MeanMissingValueReplacementFunction() - Constructor for class org.knime.base.node.mine.bfn.MeanMissingValueReplacementFunction
 
MeanOperator - Class in org.knime.base.data.aggregation.numerical
Returns the mean per group.
MeanOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.MeanOperator
Constructor for class MeanOperator.
MeanOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.MeanOperator
Constructor for class MeanOperator.
measureQuality(double, double[], double[][], double) - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGainRatio
Calculates the gain ratio split index.
measureQuality(double, double[], double[][], double) - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGini
Calculates the gini split index.
measureQuality(double, double[], double[][], double) - Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityMeasure
Calculates the quality for a given split.
MEASURES_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store whether cluster quality measures should be calculated.
MEDIAN - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Constant for the median position in the statistics array.
MedianDateOperator - Class in org.knime.base.data.aggregation.date
Date operator that calculates the median date.
MedianDateOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.date.MedianDateOperator
Constructor for class MedianDateOperator.
MedianDateOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.date.MedianDateOperator
Constructor for class MedianDateOperator.
MedianOperator - Class in org.knime.base.data.aggregation.numerical
Computes the median of a list of numbers.
MedianOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.MedianOperator
Constructor for class MedianOperator.
MedianOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.MedianOperator
Constructor for class MedianOperator.
MembershipFunction - Class in org.knime.base.node.mine.bfn.fuzzy.membership
Trapezoid membership function with four values for support and core left and right values whereby the support region can be defined infinity.
MembershipFunction(ModelContentRO) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Creates a new membership function based on the given model content.
MembershipFunction(DoubleValue, MutableDouble, MutableDouble) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Creates a new trapezoid membership function with its given anchor and two values used to assign the min and max border.
MEMORY_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store whether the clustering should be performed in memory in the PredParams.
MEMORY_POLICY - Static variable in class org.knime.core.node.MiscSettingsTab
 
MemoryGroupByTable - Class in org.knime.base.node.preproc.groupby
 
MemoryGroupByTable(ExecutionContext, BufferedDataTable, List<String>, ColumnAggregator[], GlobalSettings, boolean, boolean, ColumnNamePolicy, boolean) - Constructor for class org.knime.base.node.preproc.groupby.MemoryGroupByTable
Constructor for class MemoryGroupByTable.
MemoryService - Class in org.knime.base.data.sort
Used to query if memory on the heap is low.
MemoryService(double) - Constructor for class org.knime.base.data.sort.MemoryService
Creates a new instance.
MemoryService(double, long, boolean) - Constructor for class org.knime.base.data.sort.MemoryService
 
merge(DataColumnSpec) - Method in class org.knime.core.data.DataColumnSpecCreator
Merges the existing DataColumnSpec with a second DataColumnSpec.
mergeDataTableSpecs(DataTableSpec...) - Static method in class org.knime.core.data.DataTableSpec
This method merges two or more DataTableSpecs.
messageChanged(NodeMessageEvent) - Method in interface org.knime.core.node.workflow.NodeMessageListener
Called when the node message changes.
METAINFO_FILE - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
Constant for the meta info file name.
MetaNodeDialogPane - Class in org.knime.core.node.workflow
An empty dialog, which is used to create dialogs with only miscellaneous tabs (such as memory policy and job selector panel).
MetaNodeDialogPane() - Constructor for class org.knime.core.node.workflow.MetaNodeDialogPane
Constructor.
MetaNodeTemplateInformation - Class in org.knime.core.node.workflow
Additional information that is associated with a meta node that are used as templates.
MetaNodeTemplateInformation.Role - Enum in org.knime.core.node.workflow
The template's role.
MetaNodeTemplateInformation.UpdateStatus - Enum in org.knime.core.node.workflow
 
METHOD_ALL - Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
Method: oversample all classes equally to a given rate.
METHOD_APPEND_SUFFIX - Static variable in class org.knime.base.data.join.JoinedTable
Method on how to treat duplicate column names: append suffix.
METHOD_FAIL - Static variable in class org.knime.base.data.join.JoinedTable
Method on how to treat duplicate column names: fail execution.
METHOD_FILTER - Static variable in class org.knime.base.data.join.JoinedTable
Method on how to treat duplicate column names: filter.
METHOD_FIX_VAL - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
Method: Replace by fixed value, available for Double, Int, String.
METHOD_IGNORE_ROWS - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
Method: Remove row from data set, available for all types.
METHOD_MAJORITY - Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
Method: oversample only minority classes.
METHOD_MAX - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
Method: Replace by max in column, available for Double and Int.
METHOD_MEAN - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
Method: Replace by mean, available for Double and Int (rounded).
METHOD_MIN - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
Method: Replace by min in column, available for Double and Int.
METHOD_MOST_FREQUENT - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
Method: Replace by most frequent value, available for String.
METHOD_NO_HANDLING - Static variable in class org.knime.base.node.preproc.missingval.ColSetting
Method: Do nothing, leave untouched, available for all types.
MillisRangeOperator - Class in org.knime.base.data.aggregation.date
Date operator that computes the range between the first and last date in milliseconds.
MillisRangeOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.date.MillisRangeOperator
Constructor for class MillisRangeOperator.
MillisRangeOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.date.MillisRangeOperator
Constructor for class MillisRangeOperator.
mimicRemoteExecuted(NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.NodeContainer
Put this node into either the NodeContainer.State.EXECUTED or NodeContainer.State.IDLE state depending on the argument.
mimicRemoteExecuted(NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Put this node into either the NodeContainer.State.EXECUTED or NodeContainer.State.IDLE state depending on the argument.
mimicRemoteExecuted(NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.WorkflowManager
Put this node into either the NodeContainer.State.EXECUTED or NodeContainer.State.IDLE state depending on the argument.
mimicRemoteExecuting() - Method in class org.knime.core.node.workflow.NodeContainer
Marks this node as remotely executing.
mimicRemoteExecuting() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Marks this node as remotely executing.
mimicRemoteExecuting() - Method in class org.knime.core.node.workflow.WorkflowManager
Marks this node as remotely executing.
mimicRemotePostExecute() - Method in class org.knime.core.node.workflow.NodeContainer
Puts this node (and all its children) into the NodeContainer.State.POSTEXECUTE state.
mimicRemotePostExecute() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Puts this node (and all its children) into the NodeContainer.State.POSTEXECUTE state.
mimicRemotePostExecute() - Method in class org.knime.core.node.workflow.WorkflowManager
Puts this node (and all its children) into the NodeContainer.State.POSTEXECUTE state.
mimicRemotePreExecute() - Method in class org.knime.core.node.workflow.NodeContainer
Puts this node (and all its children) into the NodeContainer.State.PREEXECUTE state.
mimicRemotePreExecute() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Puts this node (and all its children) into the NodeContainer.State.PREEXECUTE state.
mimicRemotePreExecute() - Method in class org.knime.core.node.workflow.WorkflowManager
Puts this node (and all its children) into the NodeContainer.State.PREEXECUTE state.
MIN - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Constant for the minimum position in the statistics array.
min(DenseByteVector) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns a new vector with the minimum of the counts at each position.
min(ByteVectorValue, ByteVectorValue) - Static method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Creates a dense byte vector cell containing the result of the min operation on the passed operands (that is each position holds the minimum of the values of the operands).
min(SparseByteVector) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns a new vector with the minimum of the counts at each position.
min(ByteVectorValue, ByteVectorValue) - Static method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
Creates a sparse byte vector cell containing the result of the min operation on the passed operands (that is each position holds the minimum of the values of the operands).
MIN_BIN_WIDTH - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
Defines the minimum width of a bin.
MIN_COLOR - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
The minimum column value for range color settings.
MIN_EPOCHS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The minimum value of the epochs.
MIN_ERROR - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Default value of minimal error.
MIN_ERROR_MAX - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Maximal value of minimal error.
MIN_ERROR_MIN - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Minimal value of minimal error.
MIN_FLAG - Static variable in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Minimum flag min.
MIN_LEARNINGRATE - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The minimum value of the learning rate.
MIN_NO_ROWS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The minimum number of rows to use.
MIN_OUTPUTDIMS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The minimum value of the output dimension.
MIN_QUALPRESERVATION - Static variable in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Config key, for the minimum fraction of information to be preserved by the projection.
MIN_RESOURCE - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Default value of minimal resource.
MIN_RESOURCE_MAX - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Maximal value of minimal resource.
MIN_RESOURCE_MIN - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Minimal value of minimal resource.
MIN_SEED - Static variable in class org.knime.base.node.mine.mds.MDSManager
The minimum random seed.
MIN_SEED - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The minimum random seed.
MIN_VARIABILITY - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Default value of minimal variability.
MIN_VARIABILITY_MAX - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Maximal value of minimal variability.
MIN_VARIABILITY_MIN - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Minimal value of minimal variability.
minClusterMembers() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Returns the minimum number of molecules from the same cluster that have to be found so that a cluster is declared to be found.
minClusterMembers(int) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Sets the minimum number of molecules from the same cluster that have to be found so that a cluster is declared to be found.
MINIMUM_ARC_ANGLE - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The default minimum arc angle of a pie section to draw.
MINIMUM_BAR_HEIGHT - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The minimum height of a bar.
MINIMUM_ELEMENT_WIDTH - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The minimum width of an bar/element.
MINIMUM_EXPLODE_SIZE - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The minimum size of the explode margin in percent.
MINIMUM_PIE_SIZE - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The minimum size of the pie drawing space in percent.
MinimumMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
Minimum replacement.
MinimumMissingValueReplacementFunction() - Constructor for class org.knime.base.node.mine.bfn.MinimumMissingValueReplacementFunction
 
MinkowskiDist - Class in org.knime.base.node.mine.cluster.hierarchical.distfunctions
Calculates the distance for two data rows based on the Minkowski distance.
MinkowskiDist(int) - Constructor for class org.knime.base.node.mine.cluster.hierarchical.distfunctions.MinkowskiDist
Creates a Minkowski distance object from an Minkowski distance.
MINMAX_MODE - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
MINMAX mode.
MinMaxCellFactory - Class in org.knime.base.node.preproc.columnTrans
 
MinMaxCellFactory(DataTableSpec, String, int[], boolean) - Constructor for class org.knime.base.node.preproc.columnTrans.MinMaxCellFactory
 
MinMaxNorm - Class in org.knime.base.node.mine.bfn.fuzzy.norm
Minimum/Maximum norm.
MinOperator - Class in org.knime.base.data.aggregation.general
Returns the minimum per group.
MinOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.MinOperator
Constructor for class MaxOperator.
MinOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.MinOperator
Constructor for class MaxOperator.
MINOR - Static variable in class org.knime.core.node.KNIMEConstants
KNIME's minor release number.
MiscSettingsTab - Class in org.knime.core.node
Implements the tab for the memory policy of nodes with output ports.
MiscSettingsTab() - Constructor for class org.knime.core.node.MiscSettingsTab
Inits GUI.
MISSING - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
NodeSettings key for the missing replacement value.
missing(int) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new MISSING node.
MISSING - Static variable in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Constant for a missing value.
MISSING_VAL_BAR_CAPTION - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The caption of the bar which holds all missing values.
MISSING_VAL_SECTION_CAPTION - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The caption of the bar which holds all missing values.
MISSING_VAL_SECTION_COLOR - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The caption of the bar which holds all missing values.
MISSING_VALUE_REPLACEMENT - Static variable in class org.knime.base.node.preproc.rowkey.RowKeyUtil
This value is used instead of a missing value as new row key if the replaceMissingVals variable is set to true.
MissingCellRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
A simple RowFilter implementation that filters rows containing missing cells.
MissingCellRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
 
MISSINGS - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
A list of possible missing value replacements.
MissingValueCountOperator - Class in org.knime.base.data.aggregation.general
Returns the number of missing values per group.
MissingValueCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.MissingValueCountOperator
Constructor for class MissingValueCountOperator.
MissingValueCountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.MissingValueCountOperator
Constructor for class MissingValueCountOperator.
MissingValueHandlingNodeDialog - Class in org.knime.base.node.preproc.missingval
Dialog to the missing value handling node.
MissingValueHandlingNodeDialog() - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeDialog
Constructs new dialog with an appropriate dialog title.
MissingValueHandlingNodeFactory - Class in org.knime.base.node.preproc.missingval
Factory to create all node classes for a node that handles missing values in a table and replaces it by some meaningful values.
MissingValueHandlingNodeFactory() - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeFactory
 
MissingValueHandlingNodeModel - Class in org.knime.base.node.preproc.missingval
NodeModel for missing value node.
MissingValueHandlingNodeModel() - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeModel
One input, one output.
MissingValueHandlingTable - Class in org.knime.base.node.preproc.missingval
DataTable that replaces missing values according to ColSetting objects.
MissingValueHandlingTableIterator - Class in org.knime.base.node.preproc.missingval
Iterator to MissingValueHandlingTable.
MissingValueHandlingTableIterator(MissingValueHandlingTable, ExecutionMonitor) - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandlingTableIterator
Creates new iterator from table table.
MissingValueHandlingTableIterator(MissingValueHandlingTable) - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandlingTableIterator
Creates new iterator from table table.
MissingValueHandlingTableIterator.RuntimeCanceledExecutionException - Exception in org.knime.base.node.preproc.missingval
Runtime exception that's thrown when the execution monitor's checkCanceled method throws an CanceledExecutionException.
MissingValuePanel - Class in org.knime.base.node.io.filereader
Implements the tab panel for the missing value pattern in string columns (in the advanced settings dialog).
MissingValuePanel(FileReaderSettings) - Constructor for class org.knime.base.node.io.filereader.MissingValuePanel
Creates a panel to set the missing value pattern for string columns and initializes it from the passed object.
MissingValuePanel - Class in org.knime.base.node.preproc.missingval
Panel on a ColSetting object.
MissingValuePanel(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.missingval.MissingValuePanel
Constructor for one individual column, invoked when Add in dialog was pressed.
MissingValuePanel(ColSetting, DataColumnSpec) - Constructor for class org.knime.base.node.preproc.missingval.MissingValuePanel
Constructor that uses settings from setting given a column spec or null if the ColSetting is a meta-config.
MissingValueRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
Filters rows with a missing value in a certain column.
NOTE: Before the filter instance is applied it must be configured to find the column index to the specified column name.
MissingValueRowFilter(String, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.MissingValueRowFilter
Creates a row filter that includes or excludes (depending on the corresponding argument) rows with a missing value in the specified column.
MissingValueRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.MissingValueRowFilter
Don't use created filter without loading settings before.
MLPPredictorNodeFactory - Class in org.knime.base.node.mine.neural.mlp
The Factory for the NeuralNet PredictorNode.
MLPPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
 
MLPPredictorNodeModel - Class in org.knime.base.node.mine.neural.mlp
The Neural Net Predictor takes as input a DataTable with the data that has to be classified and the trained Neural Network.
MLPPredictorNodeModel() - Constructor for class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
The MLPPredictorNodeModel takes as input a model and the test data.
MODE_KEY - Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
Key to store the mode of the MLP in the ModelContent.
MODE_KEY - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Key to store the mode.
MODEL_CONTAINS_NO_CLASS_VALUES - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Invalid cause if the model contains no class values.
MODEL_CONTAINS_NO_RECORDS - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Invalid cause if the model contains no records at all.
MODEL_FILE_PREFIX - Static variable in interface org.knime.core.node.NodePersistor
 
MODEL_INFO - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Model info identifier.
MODEL_INFO_FILE_NAME - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Model info file extension.
MODEL_INPORT - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Index of optional model in port.
MODEL_INPORT - Static variable in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Index of model data port.
MODEL_INPORT - Static variable in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Index of model data port.
MODEL_INPORT - Static variable in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
index of the port providing the model.
MODEL_INPORT - Static variable in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Keeps index of the optional model port which is 1.
MODEL_OUTPORT - Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
Index of model out port.
MODEL_OUTPORT - Static variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
index of the port providing the model.
MODEL_TYPE - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
The unique type of this model used for saving/loading.
MODEL_TYPE - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
The unique type of this model used for saving/loading.
MODEL_TYPE - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
The unique type of this model used for saving/loading.
MODEL_TYPE - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
The unique type of this model used for saving/loading.
modelChanged() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeView
Called when the model changed.
modelChanged() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeView
Updates the view with the following values.
modelChanged() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
Update content of view - in this case fill TreeModel of JTree with new information or a message indicating nonexistend or erronous model.
modelChanged() - Method in class org.knime.base.node.mine.decisiontree2.learner.DecTreeLearnerGraphView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.decisiontree2.learner.DecTreeNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegCoefficientView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineScatterPlotter
This method must be called if the model has changed.
modelChanged() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.sota.SotaNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged(boolean) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
Creates the Tree structure for the JTree and paints it.
modelChanged() - Method in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel
Changes the sliders maximum value.
modelChanged() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
This method is called whenever the entire text has changed (like after a reset, load, execute, etc.).
modelChanged() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeView
Whenever the model changes an update for the plotter is triggered and new HiLiteHandler are set.
modelChanged() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeView
Whenever the model changes an update for the plotter is triggered and new HiLiteHandler are set.
modelChanged() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Updates all views and objects which depend on the PieVizModel.
modelChanged() - Method in class org.knime.base.node.viz.pie.node.PieNodeView
Whenever the model changes an update for the plotter is triggered and new HiLiteHandler are set.
modelChanged() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.viz.roc.ROCNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeView
If the model changes, the new statistical information from the original table is added to the upper statistics table.
modelChanged() - Method in class org.knime.base.node.viz.table.TableNodeView
Called from the super class when a property of the node has been changed.
modelChanged() - Method in class org.knime.core.node.AbstractNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.core.node.interrupt.InterruptibleNodeView
Implement here all the view updating methods.
ModelContent - Class in org.knime.core.node
This ModelContent is used to store XML-like model settings.
ModelContent(String) - Constructor for class org.knime.core.node.ModelContent
Creates new content object.
ModelContentOutPortView - Class in org.knime.core.node.workflow
A port view showing the port's ModelContent as JTree.
ModelContentOutPortView(ModelContentRO) - Constructor for class org.knime.core.node.workflow.ModelContentOutPortView
A view showing the data model stored in the specified ModelContent output port.
ModelContentRO - Interface in org.knime.core.node
Read-only interface for ModelContent objects.
ModelContentWO - Interface in org.knime.core.node
Write-only ModelContentWO interface.
ModeOperator - Class in org.knime.base.data.aggregation.general
Returns the most frequent entry per group.
ModeOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.ModeOperator
Constructor for class ModeOperator.
ModeOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.ModeOperator
Constructor for class ModeOperator.
mouseClicked(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
mouseClicked(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent.MyMouseListener
mouseClicked(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Handler for the mouse clicked event.
mouseClicked(MouseEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
mouseDragged(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
mouseDragged(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
mouseDragged(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
mouseDragged(MouseEvent) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter.TransformationMouseListener
mouseDragged(MouseEvent) - Method in class org.knime.base.node.viz.plotter.PlotterMouseListener
mouseDragged(MouseEvent) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
mouseDragged(MouseEvent) - Method in class org.knime.core.node.tableview.RowHeaderHeightMouseListener
mouseEntered(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
mouseEntered(MouseEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
mouseExited(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
mouseExited(MouseEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
mouseMoved(MouseEvent) - Method in class org.knime.base.node.viz.plotter.PlotterMouseListener
mouseMoved(MouseEvent) - Method in class org.knime.core.node.tableview.RowHeaderHeightMouseListener
mousePressed(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeGraphView
Handler for the mouse pressed event.
mousePressed(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
mousePressed(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent.MyMouseListener
mousePressed(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Handler for the mouse pressed event.
mousePressed(MouseEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
mousePressed(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
mousePressed(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
mousePressed(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
mousePressed(MouseEvent) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter.TransformationMouseListener
mousePressed(MouseEvent) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
mousePressed(MouseEvent) - Method in class org.knime.core.node.tableview.RowHeaderHeightMouseListener
mouseReleased(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
mouseReleased(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent.MyMouseListener
mouseReleased(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Handler for the mouse released event.
mouseReleased(MouseEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
mouseReleased(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
mouseReleased(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
mouseReleased(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
mouseReleased(MouseEvent) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter.TransformationMouseListener
mouseReleased(MouseEvent) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
mouseReleased(MouseEvent) - Method in class org.knime.core.node.tableview.RowHeaderHeightMouseListener
mouseWheelMoved(MouseWheelEvent) - Method in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel.SotaTreeViewPanelController
move(int, int) - Method in class org.knime.core.data.container.ColumnRearranger
Moves the column at index from to the index to.
move(String, int) - Method in class org.knime.core.data.container.ColumnRearranger
Moves the column named colName to the index to.
moveGlobalTransformationsToModel() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Moves the content of the transformation dictionary to local transformations of the model if a model exists.
moveLeadSelectionIndex(int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
MultiColumnPlotterProperties - Class in org.knime.base.node.viz.plotter.columns
This class adds to the default properties (AbstractPlotterProperties) a column filter and provides the possibility to update the columns displayed in this column filter.
MultiColumnPlotterProperties() - Constructor for class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
Creates the default properties and a tab for mutli column selection.
MultiColumnPlotterProperties(Class<? extends DataValue>...) - Constructor for class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
Creates the default properties and a tab for mutli column selection.
MultiLayerPerceptron - Class in org.knime.base.data.neural
Representation of a MultiLayer Perceptron, a neural net with one or more hidden layers.
MultiLayerPerceptron(Layer[]) - Constructor for class org.knime.base.data.neural.MultiLayerPerceptron
Constructs a net with the given layers.
MultiLayerPerceptron(Architecture) - Constructor for class org.knime.base.data.neural.MultiLayerPerceptron
Constructs a net with a given architecture.
MultiLayerPerceptron() - Constructor for class org.knime.base.data.neural.MultiLayerPerceptron
Constructor for an empty Neural Net.
MultiLineBasicLabelUI - Class in org.knime.core.data.renderer
Label UI that respects the linebreaks in the label to be rendered.
MultiLineBasicLabelUI() - Constructor for class org.knime.core.data.renderer.MultiLineBasicLabelUI
 
MultiLineStringValueRenderer - Class in org.knime.core.data.renderer
This class renders strings that consist of more than one line.
MultiLineStringValueRenderer(String) - Constructor for class org.knime.core.data.renderer.MultiLineStringValueRenderer
Instantiates new renderer.
MultiLineToolTipUI - Class in org.knime.base.node.mine.sota.view
 
MultiLineToolTipUI() - Constructor for class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
Creates new instance of MultiLineToolTipUI.
MultipleURLList - Class in org.knime.core.node.util
This component provides multiple file selection based on the FilesHistoryPanel.
MultipleURLList(String, boolean, String...) - Constructor for class org.knime.core.node.util.MultipleURLList
Creates a new URL list.
multiply(double[][], double[][]) - Static method in class org.knime.base.util.math.MathUtils
Multiplies two matrices.
multiply(double[][], double[]) - Static method in class org.knime.base.util.math.MathUtils
Multiplies two matrices.
multiplyLeftWithTranspose(double[][]) - Static method in class org.knime.base.util.math.MathUtils
Multiplies a matrix with its transposed matrix.
MultiThreadWorker<In,Out> - Class in org.knime.core.util
An abstract class to process elements of an Iterable simultaneously.
MultiThreadWorker(int, int) - Constructor for class org.knime.core.util.MultiThreadWorker
Creates new worker with a bounded finished job queue and a maximum number of active jobs.
MultiThreadWorker.ComputationTask - Class in org.knime.core.util
Represents a single computation, consists of corresponding input record, input index and the computed output.
mustComplainIfStateDoesNotMatch() - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
Does this persistor complain if its persisted state state does not match the state after loading (typically all non-executed nodes are configured after load).
mustComplainIfStateDoesNotMatch() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Does this persistor complain if its persisted state state does not match the state after loading (typically all non-executed nodes are configured after load).
mustComplainIfStateDoesNotMatch() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Does this persistor complain if its persisted state state does not match the state after loading (typically all non-executed nodes are configured after load).
mustComplainIfStateDoesNotMatch() - Method in interface org.knime.core.node.workflow.NodeContainerPersistor
Does this persistor complain if its persisted state state does not match the state after loading (typically all non-executed nodes are configured after load).
mustComplainIfStateDoesNotMatch() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Does this persistor complain if its persisted state state does not match the state after loading (typically all non-executed nodes are configured after load).
mustComplainIfStateDoesNotMatch() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
Does this persistor complain if its persisted state state does not match the state after loading (typically all non-executed nodes are configured after load).
mustComplainIfStateDoesNotMatch() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
Does this persistor complain if its persisted state state does not match the state after loading (typically all non-executed nodes are configured after load).
mustComplainIfStateDoesNotMatch() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
Does this persistor complain if its persisted state state does not match the state after loading (typically all non-executed nodes are configured after load).
mustEntirelyMatch() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.  
mustWarnOnDataLoadError() - Method in class org.knime.core.node.CopyNodePersistor
mustWarnOnDataLoadError() - Method in interface org.knime.core.node.NodeContentPersistor
 
mustWarnOnDataLoadError() - Method in class org.knime.core.node.NodePersistorVersion1xx
mustWarnOnDataLoadError() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
mustWarnOnDataLoadError() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
mustWarnOnDataLoadError() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
mustWarnOnDataLoadError() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
mustWarnOnDataLoadError() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
 
mustWarnOnDataLoadError() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
mustWarnOnDataLoadError() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
MutableBoolean - Class in org.knime.core.util
A Boolean object whose value can be changed after construction.
MutableBoolean(boolean) - Constructor for class org.knime.core.util.MutableBoolean
Constructor setting its initial value from the boolean value specified.
MutableBoolean(String) - Constructor for class org.knime.core.util.MutableBoolean
Constructor deriving its initial value from the specified string.
MutableDouble - Class in org.knime.core.util
This class is essentially a double whose value can be changed.
MutableDouble(double) - Constructor for class org.knime.core.util.MutableDouble
Creates a new mutable double.
MutableInteger - Class in org.knime.core.util
This class is essentially an integer whose value can be changed.
MutableInteger(int) - Constructor for class org.knime.core.util.MutableInteger
Creates a new mutable integer.
myRoundedBorders(double, double, int) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Returns the rounded value which contains the given number of decimal places after the last 0 in the given increment.

N

NaiveBayesCellFactory - Class in org.knime.base.node.mine.bayes.naivebayes.predictor
Naive Bayes AppendCellFactory class which uses the given NaiveBayesModel to predict the class membership of each row.
NaiveBayesCellFactory(NaiveBayesModel, DataTableSpec, boolean) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Constructor for class NaiveBayesAlgorithm.
NaiveBayesCellFactory(NaiveBayesModel, DataTableSpec, boolean, double) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Constructor for class NaiveBayesAlgorithm.
NaiveBayesLearnerNodeDialog - Class in org.knime.base.node.mine.bayes.naivebayes.learner
NodeDialog for the "Naive Bayes Learner" node.
NaiveBayesLearnerNodeDialog() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeDialog
New pane for configuring BayesianClassifier node dialog.
NaiveBayesLearnerNodeFactory - Class in org.knime.base.node.mine.bayes.naivebayes.learner
NodeFactory for the "Naive Bayes Learner" node.
NaiveBayesLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
 
NaiveBayesLearnerNodeModel - Class in org.knime.base.node.mine.bayes.naivebayes.learner
This is the NodeModel implementation of the "Naive Bayes Learner" node.
NaiveBayesLearnerNodeModel() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
 
NaiveBayesLearnerNodeView - Class in org.knime.base.node.mine.bayes.naivebayes.learner
NodeView for the "Naive Bayes Learner" Node.
NaiveBayesLearnerNodeView(NaiveBayesLearnerNodeModel) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeView
Creates a new view.
NaiveBayesModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
This class represents the learned Naive Bayes model.
NaiveBayesModel(BufferedDataTable, String, ExecutionContext, int, boolean) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Constructor which iterates through the DataTable to calculate the needed Bayes variables.
NaiveBayesModel(ConfigRO) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Constructor for class NaiveBayesModel.
NaiveBayesPortObject - Class in org.knime.base.node.mine.bayes.naivebayes.port
The Naive Bayes specific port object implementation.
NaiveBayesPortObject() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
Constructor for class NaiveBayesPortObject.
NaiveBayesPortObject(DataTableSpec, NaiveBayesModel) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
Constructor for class NaiveBayesPortObject.
NaiveBayesPortObjectSpec - Class in org.knime.base.node.mine.bayes.naivebayes.port
The Naive Bayes specific port object specification implementation.
NaiveBayesPortObjectSpec() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
Constructor for class NaiveBayesPortObjectSpec.
NaiveBayesPortObjectSpec(DataTableSpec, DataColumnSpec) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
Constructor for class NaiveBayesPortObjectSpec.
NaiveBayesPredictorNodeDialog - Class in org.knime.base.node.mine.bayes.naivebayes.predictor
NodeDialog for the "Naive Bayes Predictor" Node.
NaiveBayesPredictorNodeDialog() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeDialog
New pane for configuring BayesianClassifier node dialog.
NaiveBayesPredictorNodeFactory - Class in org.knime.base.node.mine.bayes.naivebayes.predictor
NodeFactory for the "Naive Bayes Predictor" node.
NaiveBayesPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
 
NaiveBayesPredictorNodeModel - Class in org.knime.base.node.mine.bayes.naivebayes.predictor
This is the NodeModel implementation of the "Naive Bayes Predictor" node.
NaiveBayesPredictorNodeModel() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Constructor for class NaiveBayesPredictorNodeModel.
NAME - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
The string representation of the predicate's XML-element.
NAME - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
The string representation of the predicate's XML-element.
NAME - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
The string representation of the predicate's XML-element.
NAME - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
The string representation of the predicate's XML-element.
NAME - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
The string representation of the predicate's XML-element.
name - Variable in class org.knime.core.node.Node.Output
 
NAME - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
NAME - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
NearestNeighbour<T> - Class in org.knime.base.util.kdtree
This class represents a nearest neighbour found during the search.
NearestNeighbour(T, double) - Constructor for class org.knime.base.util.kdtree.NearestNeighbour
Creates a new nearest neighbour.
needsReAnalyze() - Method in class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
 
needsResetAfterLoad() - Method in class org.knime.core.node.CopyNodePersistor
needsResetAfterLoad() - Method in interface org.knime.core.node.NodeContentPersistor
 
needsResetAfterLoad() - Method in class org.knime.core.node.NodePersistorVersion1xx
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
 
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
needsResetAfterLoad() - Method in interface org.knime.core.node.workflow.NodeContainerPersistor
 
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
NegRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
Negates the match results from the filter passed.
NegRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
Default constructor of the NegFilter.
NegRowFilter(RowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
Creates a new row filter negating the match results of the input filter.
NEW_COL_NAME - Static variable in class org.knime.base.node.rules.RuleEngineNodeDialog
Default name for the newly appended column.
NEW_COL_NAME_4_ROWKEY_VALS - Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
The name of the settings tag which holds the name of new column which contains the row keys as values the user has entered in the dialog as String.
newColors() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
newColumn(String, DataType) - Method in class org.knime.core.util.UniqueNameGenerator
Call UniqueNameGenerator.newCreator(String, DataType) and returns the spec created from it.
newColumnName() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Returns the name of the new column.
newColumnName(String) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Sets the name of the new column.
newCreator(String, DataType) - Method in class org.knime.core.util.UniqueNameGenerator
Convenience method to create a new column spec creator with a unique name, see UniqueNameGenerator.newName(String) for a description on how names are made unique.
NewEntropyNodeFactory - Class in org.knime.base.node.mine.scorer.entrop
 
NewEntropyNodeFactory(boolean) - Constructor for class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
 
NewEntropyNodeFactory() - Constructor for class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
Instantiates class with enabled output.
newInstance(String) - Method in class org.knime.base.node.io.filereader.SmilesTypeHelper
Creates a new SmilesCell using the given String as Smiles.
newInstance(String) - Method in class org.knime.base.node.io.tablecreator.prop.SmilesTypeHelper
Creates a new SmilesCell using the given String as Smiles.
newInstance() - Static method in class org.knime.core.node.tableview.DataCellHeaderRenderer
Factory method to create a new instance of this class.
NEWMAX_KEY - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Key to store the new maximum value (in min/max mode).
NEWMIN_KEY - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Key to store the new minimum value (in min/max mode).
newName(String) - Method in class org.knime.core.util.UniqueNameGenerator
Create new unique name.
next() - Method in class org.knime.base.data.append.column.AppendedColumnRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.append.row.AppendedRowsIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.filter.column.CloseableFilterColumnRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.filter.column.FilterColumnRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.filter.row.FilterRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.join.InMemoryIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.join.JoinedTableRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.normalize.AffineTransRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.replace.ReplacedColumnsRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.node.io.arffreader.ARFFRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.node.io.filereader.FileRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.node.mine.bfn.BasisFunctionIterator
Returns the next DataRow.
next() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.node.preproc.filter.row.RowFilterIterator
This implementation may throw an RuntimeCanceledExecutionException if this class has been initialized with a non-null execution monitor.
next() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTableIterator
Returns the next DataRow.
next() - Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
next() - Method in class org.knime.core.data.container.Buffer.FromFileIterator
Returns the next DataRow.
next() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
Returns the next DataRow.
next() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20
Returns the next DataRow.
next() - Method in class org.knime.core.data.container.JoinTableIterator
Returns the next DataRow.
next() - Method in class org.knime.core.data.def.DefaultCellIterator
next() - Method in class org.knime.core.data.def.DefaultRowIterator
Returns the next DataRow.
next() - Method in class org.knime.core.data.RowIterator
Returns the next DataRow.
next() - Method in class org.knime.core.data.util.SynchronizedIterator
 
NEXT - Static variable in class org.knime.core.node.interrupt.InterruptControlPanel
The identifier for the event to execute exactly one iteration.
next(int) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Causes the execution of the next (n) iteration(s).
next() - Method in class org.knime.core.node.tableview.FindPositionAll
Pushes the search position to its next location.
next() - Method in class org.knime.core.node.tableview.FindPositionRowKey
Pushes the search position to its next location.
nextBasisFunction() - Method in class org.knime.base.node.mine.bfn.BasisFunctionIterator
Returns the next row in the iteration.
nextClearBit(long) - Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
Finds the next bit not set (that is '0') on or after the specified index.
nextClearBit(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Finds the next bit not set (that is '0') on or after the specified index.
nextClearBit(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Finds the next bit not set (that is '0') on or after the specified index.
nextClearBit(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Finds the next bit not set (that is '0') on or after the specified index.
nextClearBit(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Finds the next bit not set (that is '0') on or after the specified index.
nextCountIndex(long) - Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
Finds the next count not equal to zero on or after the specified index.
nextCountIndex(int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns the index equal to or larger than the specified index that contains a count larger than zero.
nextCountIndex(long) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Finds the next count not equal to zero on or after the specified index.
nextCountIndex(long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Finds the next count not equal to zero on or after the specified index.
nextCountIndex(long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Finds the next count not equal to zero on or after the specified index.
nextSetBit(long) - Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
Finds the next bit set to one on or after the specified index.
nextSetBit(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Finds the next bit set to one on or after the specified index.
nextSetBit(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Finds the next bit set to one on or after the specified index.
nextSetBit(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Finds the next bit set to one on or after the specified index.
nextSetBit(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Finds the next bit set to one on or after the specified index.
nextToken() - Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
Deprecated. Reads the next token from the stream and returns it as string.
nextToken() - Method in class org.knime.core.util.tokenizer.Tokenizer
Reads the next token from the stream and returns it as string.
nextWithBlobSupport() - Method in interface org.knime.core.data.collection.BlobSupportDataCellIterator
Get the next DataCell, not unwrapping the blob when it is a BlobWrapperDataCell.
nextWithBlobSupport() - Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
Get the next DataCell, not unwrapping the blob when it is a BlobWrapperDataCell.
nextWithIndex() - Method in class org.knime.core.data.util.SynchronizedIterator
Get the next element along with its index in the iteration (starting with 0 for the first element) or null if no more elements are available.
nextZeroIndex(long) - Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
Finds the next index whose value is zero on or after the specified index.
nextZeroIndex(int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns the index equal to or larger than the specified index that contains a zero count.
nextZeroIndex(long) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Finds the next index whose value is zero on or after the specified index.
nextZeroIndex(long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Finds the next index whose value is zero on or after the specified index.
nextZeroIndex(long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Finds the next index whose value is zero on or after the specified index.
NO_ELEMENT_SELECTED_TEXT - Static variable in class org.knime.base.node.viz.aggregation.util.GUIUtils
This message is displayed in the details tab if no element is selected.
Node - Interface in org.knime.base.util.kdtree
Empty interface for nodes in the k-d tree.
Node - Class in org.knime.core.node
Implementation of a node as basic processing unit within the workflow.
Node(NodeFactory<NodeModel>) - Constructor for class org.knime.core.node.Node
Creates a new node by retrieving the model, dialog, and views, from the specified NodeFactory.
Node(NodeFactory<NodeModel>, NodeCreationContext) - Constructor for class org.knime.core.node.Node
 
Node.Input - Class in org.knime.core.node
Keeps information about incoming connectors (type and name).
Node.Input(String, PortType) - Constructor for class org.knime.core.node.Node.Input
 
Node.LoopRole - Enum in org.knime.core.node
 
Node.Output - Class in org.knime.core.node
Keeps outgoing information (specs, objects, HiLiteHandlers...).
Node.Output() - Constructor for class org.knime.core.node.Node.Output
 
Node.SettingsLoaderAndWriter - Class in org.knime.core.node
 
Node.SettingsLoaderAndWriter() - Constructor for class org.knime.core.node.Node.SettingsLoaderAndWriter
 
NODE_FILE - Static variable in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
 
nodeAtPoint(Point) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Returns the node at a certain point.
NodeContainer - Class in org.knime.core.node.workflow
Abstract super class for containers holding node or just structural information of a meta node.
NodeContainer(WorkflowManager, NodeID) - Constructor for class org.knime.core.node.workflow.NodeContainer
Create new NodeContainer with IDLE state.
NodeContainer(WorkflowManager, NodeID, NodeContainerMetaPersistor) - Constructor for class org.knime.core.node.workflow.NodeContainer
 
NodeContainer.NodeContainerSettings - Class in org.knime.core.node.workflow
Helper class that defines load/save routines for general NodeContainer properties.
NodeContainer.NodeContainerSettings() - Constructor for class org.knime.core.node.workflow.NodeContainer.NodeContainerSettings
 
NodeContainer.NodeContainerSettings.SplitType - Enum in org.knime.core.node.workflow
 
NodeContainer.State - Enum in org.knime.core.node.workflow
possible status values of a NodeContainer.
NodeContainerExecutionResult - Class in org.knime.core.node.workflow.execresult
Remote execution result.
NodeContainerExecutionResult() - Constructor for class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
 
NodeContainerExecutionStatus - Interface in org.knime.core.node.workflow.execresult
Status of a finished execution of a node.
NodeContainerMetaPersistor - Interface in org.knime.core.node.workflow
 
NodeContainerMetaPersistorVersion1xx - Class in org.knime.core.node.workflow
 
NodeContainerMetaPersistorVersion1xx(ReferencedFile, WorkflowLoadHelper) - Constructor for class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
 
NodeContainerMetaPersistorVersion200 - Class in org.knime.core.node.workflow
 
NodeContainerMetaPersistorVersion200(ReferencedFile, WorkflowLoadHelper) - Constructor for class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
Create load persistor.
NodeContainerOutPort - Class in org.knime.core.node.workflow
The implementation of an OutPort of a SingleNodeContainer - e.g.
NodeContainerOutPort(SingleNodeContainer, int) - Constructor for class org.knime.core.node.workflow.NodeContainerOutPort
Creates a new output port with a fixed and ID (should unique to all other output ports of this node) for the given node.
NodeContainerPersistor - Interface in org.knime.core.node.workflow
 
NodeContentPersistor - Interface in org.knime.core.node
 
NodeCreationContext - Class in org.knime.core.node
 
NodeCreationContext(URL) - Constructor for class org.knime.core.node.NodeCreationContext
 
NodeDialog - Class in org.knime.core.node
The standard node dialog used to display the node dialog pane.
NodeDialog(NodeDialogPane, NodeContainer) - Constructor for class org.knime.core.node.NodeDialog
Creates a new dialog which is used for the stand-alone application in order to view the NodeDialogPane.
NodeDialogPane - Class in org.knime.core.node
The base class for all node dialogs.
NodeDialogPane() - Constructor for class org.knime.core.node.NodeDialogPane
Creates a new dialog with the given title.
NodeExecutionJob - Class in org.knime.core.node.workflow
Runnable that represents the execution of a node.
NodeExecutionJob(NodeContainer, PortObject[]) - Constructor for class org.knime.core.node.workflow.NodeExecutionJob
Creates a new execution job for a given node.
NodeExecutionJobManager - Interface in org.knime.core.node.workflow
Main entry point for compute intensive jobs.
NodeExecutionJobManagerFactory - Interface in org.knime.core.node.workflow
Main entry point for compute intensive jobs.
NodeExecutionJobManagerPanel - Class in org.knime.core.node.workflow
Settings panel for NodeExecutionJobManagers.
NodeExecutionJobManagerPanel() - Constructor for class org.knime.core.node.workflow.NodeExecutionJobManagerPanel
 
NodeExecutionJobManagerPool - Class in org.knime.core.node.util
Collects all registered JobManager extensions and holds an instance of each in a set.
NodeExecutionJobReconnectException - Exception in org.knime.core.node.workflow
 
NodeExecutionJobReconnectException(String) - Constructor for exception org.knime.core.node.workflow.NodeExecutionJobReconnectException
 
NodeExecutionJobReconnectException(String, Throwable) - Constructor for exception org.knime.core.node.workflow.NodeExecutionJobReconnectException
 
NodeExecutionResult - Class in org.knime.core.node.workflow.execresult
 
NodeExecutionResult() - Constructor for class org.knime.core.node.workflow.execresult.NodeExecutionResult
 
NodeExecutorJobManagerDialogTab - Class in org.knime.core.node.workflow
Implements the tab that appears in the node dialog if a NodeExecutionJobManager is available (besides the default one) and shows the settings panel of the job manager(s).
NodeExecutorJobManagerDialogTab(NodeContainer.NodeContainerSettings.SplitType) - Constructor for class org.knime.core.node.workflow.NodeExecutorJobManagerDialogTab
Creates a new selection tab for NodeExecutionJobManagers.
NodeFactory<T extends NodeModel> - Class in org.knime.core.node
Interface for NodeFactorys summarizing NodeModel, NodeView, and NodeDialogPane for a specific Node implementation.
NodeFactory() - Constructor for class org.knime.core.node.NodeFactory
Creates a new NodeFactory and tries to read to properties file named Node.xml in the same package as the factory.
NodeFactory.NodeType - Enum in org.knime.core.node
Enum for all node types.
NodeInPort - Class in org.knime.core.node.workflow
Implements a node's input port.
NodeInPort(int, PortType) - Constructor for class org.knime.core.node.workflow.NodeInPort
Creates a new input port with index and type assigned from the node.
NodeLogger - Class in org.knime.core.node
The general logger used to write info, warnings, errors , debugging, assert messages, exceptions, and coding problems into the internal Log4J logger.
NodeLogger.LEVEL - Enum in org.knime.core.node
The logging levels.
nodeMatches() - Method in class org.knime.core.data.xml.io.LimitedXPathMatcher
Returns true when the xpath matches any node except the root node.
NodeMessageEvent - Class in org.knime.core.node.workflow
 
NodeMessageEvent(NodeID, NodeMessage) - Constructor for class org.knime.core.node.workflow.NodeMessageEvent
 
NodeMessageListener - Interface in org.knime.core.node.workflow
Listener interface for classes that want to get informed about new node messages.
NodeModel - Class in org.knime.core.node
Abstract class defining a node's configuration and execution (among others).
NodeModel(int, int) - Constructor for class org.knime.core.node.NodeModel
Creates a new model with the given number of input and output data ports.
NodeModel(PortType[], PortType[]) - Constructor for class org.knime.core.node.NodeModel
Creates a new model with the given number (and types!) of input and output types.
NodeModelWarningListener - Interface in org.knime.core.node
 
NodeOutPort - Interface in org.knime.core.node.workflow
Interface for a node's output port.
NodeOutPortWrapper - Class in org.knime.core.node.workflow
 
NodeOutPortWrapper(int, PortType) - Constructor for class org.knime.core.node.workflow.NodeOutPortWrapper
Creates a new output port with a fixed type and index (should unique to all other output ports of this node) for the given node.
NodePersistor - Interface in org.knime.core.node
 
NodePersistor.LoadNodeModelSettingsFailPolicy - Enum in org.knime.core.node
Policy on how to behave if the node model settings fails.
NodePersistorVersion1xx - Class in org.knime.core.node
 
NodePersistorVersion1xx(SingleNodeContainerPersistorVersion1xx, WorkflowPersistorVersion200.LoadVersion) - Constructor for class org.knime.core.node.NodePersistorVersion1xx
Creates persistor for both load and save.
NodePersistorVersion200 - Class in org.knime.core.node
 
NodePersistorVersion200(SingleNodeContainerPersistorVersion200, WorkflowPersistorVersion200.LoadVersion) - Constructor for class org.knime.core.node.NodePersistorVersion200
Invokes super constructor.
NodePort - Interface in org.knime.core.node.workflow
Abstract node port implementation which keeps an index and a port name.
NodePortAdaptor - Class in org.knime.core.node.workflow
 
NodePortAdaptor(int, PortType) - Constructor for class org.knime.core.node.workflow.NodePortAdaptor
Creates a new node port with an ID assigned from the underlying node.
NodePostConfigure - Interface in org.knime.core.node
Object passed to Node.configure(PortObjectSpec[], NodePostConfigure) in order to modify the output specs in case the node is wrapped and its output is modified.
NodeProgress - Class in org.knime.core.node.workflow
Contained in a NodeProgressEvent which is fired when the progress information has changed, either the progress (value between 0 and 1 or null), or the progress message (could also be null).
NodeProgress(Double, String) - Constructor for class org.knime.core.node.workflow.NodeProgress
Create a progress event based on progress value and message.
NodeProgressEvent - Class in org.knime.core.node.workflow
 
NodeProgressEvent(NodeID, NodeProgress) - Constructor for class org.knime.core.node.workflow.NodeProgressEvent
 
NodeProgressListener - Interface in org.knime.core.node.workflow
Listener for NodeProgressEvent fired when the progress information has changed.
NodeProgressMonitor - Interface in org.knime.core.node
Implement this interface if you want to get informed about progress change events and if you want to can ask for cancelation.
NodeProgressMonitorView - Class in org.knime.core.node
A dialog that contains a progress bar, a label with a message, and a cancel button.
NodeProgressMonitorView(Frame, NodeProgressMonitor) - Constructor for class org.knime.core.node.NodeProgressMonitorView
Constructor that takes the underlying model mon and a frame, which is the parent (or the frame to be modal to).
nodePropertyChanged(NodePropertyChangedEvent) - Method in interface org.knime.core.node.workflow.NodePropertyChangedListener
Gets called whenever a property of a node changes.
NodePropertyChangedEvent - Class in org.knime.core.node.workflow
Event fired when properties of a node change.
NodePropertyChangedEvent(NodeID, NodePropertyChangedEvent.NodeProperty) - Constructor for class org.knime.core.node.workflow.NodePropertyChangedEvent
Create new event.
NodePropertyChangedEvent.NodeProperty - Enum in org.knime.core.node.workflow
Property types that can possibly change.
NodePropertyChangedListener - Interface in org.knime.core.node.workflow
A listener interface for objects interested in changed properties of a node.
NodeSettings - Class in org.knime.core.node
This class overwrites the general Config object and specializes some method to access NodeSettings object.
NodeSettings(String) - Constructor for class org.knime.core.node.NodeSettings
Creates a new instance of this object with the given key.
NodeSettingsRO - Interface in org.knime.core.node
Read-only interface for NodeSettingsRO objects.
NodeSettingsWO - Interface in org.knime.core.node
Write-only NodeSettingsWO interface.
NodeStateChangeListener - Interface in org.knime.core.node.workflow
Interface for clients that are interested in notifications about state changes of a node.
NodeStateEvent - Class in org.knime.core.node.workflow
 
NodeStateEvent(NodeID, NodeContainer.State) - Constructor for class org.knime.core.node.workflow.NodeStateEvent
 
NodeUIInformation - Class in org.knime.core.node.workflow
Special NodeExtraInfo object used by the workflow editor.
NodeUIInformation() - Constructor for class org.knime.core.node.workflow.NodeUIInformation
Creates new object, the bounds to be set are assumed to be absolute (m_isInitialized is true).
NodeUIInformation(int, int, int, int, boolean) - Constructor for class org.knime.core.node.workflow.NodeUIInformation
Inits new node figure with given coordinates.
nodeUIInformationChanged(NodeUIInformationEvent) - Method in interface org.knime.core.node.workflow.NodeUIInformationListener
Invoked when the ui information has changed.
nodeUIInformationChanged(NodeUIInformationEvent) - Method in class org.knime.core.node.workflow.WorkflowManager
Listener to annotations, etc; sets content dirty.
NodeUIInformationEvent - Class in org.knime.core.node.workflow
 
NodeUIInformationEvent(NodeID, UIInformation, String, String) - Constructor for class org.knime.core.node.workflow.NodeUIInformationEvent
 
NodeUIInformationListener - Interface in org.knime.core.node.workflow
 
NodeView<T extends NodeModel> - Class in org.knime.core.node
Node view class that displays the view content in an AWT-frame.
NodeView(T) - Constructor for class org.knime.core.node.NodeView
Create a new view for a given (non-null) model.
NodeViewExport - Class in org.knime.core.node
This class contains all available to-image-export options for node views.
NodeViewExport.ExportType - Interface in org.knime.core.node
Interface for export types.
NodeWidget<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
The visual representation of a node in an HierarchicalGraphView.
NodeWidget(HierarchicalGraphView<K>, K) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Creates a new instance.
NodeWidgetFactory<K> - Interface in org.knime.base.node.mine.decisiontree2.view.graph
A factory for creating NodeWidgets for a single element.
NoDomainColumnFilter - Class in org.knime.base.node.viz.histogram.util
This ColumnFilter implementation filters all columns which have no DataColumnDomain information.
NOISE_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store wheher a noise cluster is induced.
noiseClustering() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
noiseClustering() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
 
NOISEFRAC - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
The default noise fraction (0).
NOISESPEC_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key for the Cluster Columns in the output DataTable.
NoKeyBuffer - Class in org.knime.core.data.container
Buffer implementation that does not write the row keys.
NoKeyBuffer(int, int, Map<Integer, ContainerTable>, Map<Integer, ContainerTable>) - Constructor for class org.knime.core.data.container.NoKeyBuffer
Creates new buffer for writing.
NoKeyBuffer(File, File, DataTableSpec, InputStream, int, Map<Integer, ContainerTable>) - Constructor for class org.knime.core.data.container.NoKeyBuffer
Creates new buffer for reading.
NominalAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
This AttributeModel implementation calculates the probability for all nominal attributes.
NominalAttributeModel(String, boolean, int) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Constructor for class NominalRowValue.
NominalAttributeModel(String, int, boolean, Config) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Constructor for class NominalAttributeModel.
nominalColumn(String) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
Sets the nominal column.
nominalColumn() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
Returns the nominal column.
NominalCoordinate - Class in org.knime.base.util.coordinate
This class represents a nominal coordinate defined by a given DataColumnSpec.
NominalCoordinate(DataColumnSpec) - Constructor for class org.knime.base.util.coordinate.NominalCoordinate
Constructs a nominal coordinate according to the given column spec.
NominalCoordinateFactory - Class in org.knime.base.util.coordinate
Factory class for a nominal coordinate.
NominalCoordinateFactory() - Constructor for class org.knime.base.util.coordinate.NominalCoordinateFactory
 
NominalCoordinateMapping - Class in org.knime.base.util.coordinate
Holds the nominal domain value according its mapping.
NominalCoordinateMapping(String, double) - Constructor for class org.knime.base.util.coordinate.NominalCoordinateMapping
Constructs a nominal coordinate mapping.
NominalParallelAxis - Class in org.knime.base.node.viz.plotter.parcoord
Represents a ParallelAxis with nominal values and provides access to the possible values.
NominalParallelAxis() - Constructor for class org.knime.base.node.viz.plotter.parcoord.NominalParallelAxis
 
NominalTable - Class in org.knime.base.data.nominal
This class wraps a DataTable into a new one by computing all possible values for one particular column.
NominalTable(BufferedDataTable, ExecutionMonitor, String...) - Constructor for class org.knime.base.data.nominal.NominalTable
Wraps the given table into a new table by computing all possible values for the given column.
NominalTable(BufferedDataTable, ExecutionMonitor) - Constructor for class org.knime.base.data.nominal.NominalTable
Wraps the given table into a new table by computing all possible values for all columns.
NominalTable(BufferedDataTable, ExecutionMonitor, int...) - Constructor for class org.knime.base.data.nominal.NominalTable
Wraps the given table into a new table by computing all possible values for the given column indices.
NominalValue - Interface in org.knime.core.data
Interface of a StringCell, which does not enforce additional functionality but indicates that cells implementing this value can be used as nominal values.
NominalValueHistogram - Class in org.knime.base.node.mine.decisiontree2.learner
Represents a count histogram for nominal values.
NominalValueHistogram() - Constructor for class org.knime.base.node.mine.decisiontree2.learner.NominalValueHistogram
Creates a nominal value histogram.
NominalValueHistogram(NominalValueHistogram) - Constructor for class org.knime.base.node.mine.decisiontree2.learner.NominalValueHistogram
Creates a nominal value histogram from the given template.
NominalValueRowFilterNodeDialog - Class in org.knime.base.node.preproc.filter.nominal
NodeDialog for the "PossibleValueRowFilter" Node.
NominalValueRowFilterNodeDialog() - Constructor for class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
New pane for configuring the PossibleValueRowFilter node.
NominalValueRowFilterNodeFactory - Class in org.knime.base.node.preproc.filter.nominal
NodeFactory for the "PossibleValueRowFilter" Node.
NominalValueRowFilterNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
 
NominalValueRowFilterNodeModel - Class in org.knime.base.node.preproc.filter.nominal
This is the model implementation of PossibleValueRowFilter.
NominalValueRowFilterNodeModel() - Constructor for class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
One inport (data to be filtered) two out ports (included and excluded).
NominalValueRowFilterNodePlugin - Class in org.knime.base.node.preproc.filter.nominal
This is the eclipse bundle activator.
NominalValueRowFilterNodePlugin() - Constructor for class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodePlugin
The constructor.
NonClosableInputStream - Class in org.knime.core.data.util
InputStream that delegates to an underlying InputStream but ignores calls of NonClosableInputStream.close().
NonClosableInputStream(InputStream) - Constructor for class org.knime.core.data.util.NonClosableInputStream
Creates new input stream.
NonClosableInputStream.Zip - Class in org.knime.core.data.util
Special implementation that wraps ZipInputStream objects and calls ZipInputStream.closeEntry() when the stream is closed.
NonClosableInputStream.Zip(ZipInputStream) - Constructor for class org.knime.core.data.util.NonClosableInputStream.Zip
Wraps a given zip input stream.
NonClosableOutputStream - Class in org.knime.core.data.util
Class that overrides the close method and flushes the stream instead of closing it.
NonClosableOutputStream(OutputStream) - Constructor for class org.knime.core.data.util.NonClosableOutputStream
Inits object, references argument.
NonClosableOutputStream.Zip - Class in org.knime.core.data.util
Special implementation that wraps ZipOutputStream objects and calls ZipOutputStream.closeEntry() when the stream is closed.
NonClosableOutputStream.Zip(ZipOutputStream) - Constructor for class org.knime.core.data.util.NonClosableOutputStream.Zip
Wraps a given zip output stream.
NONE - Static variable in class org.knime.core.node.workflow.MetaNodeTemplateInformation
Default info object (no template).
NONORM_MODE - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
No Normalization mode.
NonterminalNode - Class in org.knime.base.util.kdtree
This class represents non-terminal nodes inside the k-d tree.
NonterminalNode(int, double, Node, Node) - Constructor for class org.knime.base.util.kdtree.NonterminalNode
Creates a new non-terminal node.
noOfCompatibleRows(Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Returns the number of rows that are compatible to the given type.
Norm - Interface in org.knime.base.node.mine.bfn.fuzzy.norm
Fuzzy norm interface which implements the fuzzy operator for conjunction and disjunction, also known as t-norm and tco-norm.
NORM - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
NORM - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
NORM_CONT - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
NORM_KEY - Static variable in interface org.knime.base.node.mine.bfn.fuzzy.norm.Norm
Choice of fuzzy norm.
normalizeClassification() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
 
normalizeClassification() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeModel
normalizeClassification() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeModel
normalizeMatrix(double[][], double[], double[]) - Static method in class org.knime.base.util.math.MathUtils
Normalizes the matrix relative to the mean of the input data and to the standard deviation.
normalizeMatrix(double[][], double[]) - Static method in class org.knime.base.util.math.MathUtils
Normalizes the matrix relative to the mean of the input data.
normalizeMatrix(double[][]) - Static method in class org.knime.base.util.math.MathUtils
Normalizes the matrix relative to the mean and standard deviation of the input data.
Normalizer - Class in org.knime.base.data.normalize
A wrapper table to normalize all DataRows.
Normalizer(BufferedDataTable, String[]) - Constructor for class org.knime.base.data.normalize.Normalizer
Prepares a Normalizer to process the buffered data table table.
Normalizer(StatisticsTable, String[]) - Constructor for class org.knime.base.data.normalize.Normalizer
Prepares a Normalizer to process the StatisticsTable table (actually no traversing is done here).
NormalizerApplyNodeFactory - Class in org.knime.base.node.preproc.normalize
 
NormalizerApplyNodeFactory() - Constructor for class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
 
NormalizerApplyNodeModel - Class in org.knime.base.node.preproc.normalize
 
NormalizerApplyNodeModel() - Constructor for class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Constructor.
NormalizerApplyNodeModel(PortType) - Constructor for class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
 
NormalizerApplyNodeModel(PortType, boolean) - Constructor for class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
 
NormalizerNodeDialog - Class in org.knime.base.node.preproc.normalize
The NormalizeNodeDialog lets the user choose the three different methods of normalization.
NormalizerNodeDialog() - Constructor for class org.knime.base.node.preproc.normalize.NormalizerNodeDialog
Creates a new dialog for the Normalize Node.
NormalizerNodeFactory - Class in org.knime.base.node.preproc.normalize
Factory class for the Normalize Node.
NormalizerNodeFactory() - Constructor for class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
 
NormalizerNodeModel - Class in org.knime.base.node.preproc.normalize
The NormalizeNodeModel uses the Normalizer to normalize the input DataTable.
NormalizerNodeModel() - Constructor for class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Creates an new normalizer.
NormalizerNodeModel(PortType) - Constructor for class org.knime.base.node.preproc.normalize.NormalizerNodeModel
 
NormalizerNodeModel.CalculationResult - Class in org.knime.base.node.preproc.normalize
Helper class for being able to return all necessary information in the NormalizerNodeModel.calculate(PortObject[], ExecutionContext) method.
NormalizerPMMLApplyNodeFactory - Class in org.knime.base.node.preproc.pmml.normalize
 
NormalizerPMMLApplyNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeFactory
 
NormalizerPMMLApplyNodeModel - Class in org.knime.base.node.preproc.pmml.normalize
 
NormalizerPMMLApplyNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeModel
 
NormalizerPMMLNodeFactory - Class in org.knime.base.node.preproc.pmml.normalize
Factory class for the Normalize Node.
NormalizerPMMLNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory
 
NormalizerPMMLNodeModel - Class in org.knime.base.node.preproc.pmml.normalize
The NormalizeNodeModel uses the Normalizer to normalize the input DataTable.
NormalizerPMMLNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeModel
Creates a new normalizer node model with an optional PMML inport and a PMML model outport.
NormalizerPortObject - Class in org.knime.base.data.normalize
Port Object that is passed along a normalizer and a normalizer apply node.
NormalizerPortObject() - Constructor for class org.knime.base.data.normalize.NormalizerPortObject
Empty constructor required by super class, should not be used.
NormalizerPortObject(DataTableSpec, AffineTransConfiguration) - Constructor for class org.knime.base.data.normalize.NormalizerPortObject
Create new port object given the arguments.
NORMS - Static variable in interface org.knime.base.node.mine.bfn.fuzzy.norm.Norm
Number of available norm choices.
NoSelectionListSelectionModel - Class in org.knime.core.util
A ListSelectionModel not allowing any selection.
NoSelectionListSelectionModel() - Constructor for class org.knime.core.util.NoSelectionListSelectionModel
 
NoSettingsNodeModel - Class in org.knime.core.node
Convenience model class that make some empty stub implementations of methods that are not used by nodes that are not configurable (e.g.
NoSettingsNodeModel(int, int) - Constructor for class org.knime.core.node.NoSettingsNodeModel
Creates a NodeModel based on data in- and outports.
NOSORT - Static variable in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
The entry in the JComboBox for not sorting a column.
not(RuleNode) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new NOT node.
NotConfigurableException - Exception in org.knime.core.node
This exception is thrown if a node dialog cannot be opened for various reasons, e.g.
NotConfigurableException(String) - Constructor for exception org.knime.core.node.NotConfigurableException
Creates a new NotConfigurableException.
NotConfigurableException(String, Throwable) - Constructor for exception org.knime.core.node.NotConfigurableException
Creates a new NotConfigurableException with a given cause.
notEmpty(String) - Static method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
 
notifyChangeListeners() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Notifies all registered listeners about a new model content.
notifyChangeListeners() - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Notifies all registered listeners about a new model content.
notifyChangeListeners() - Method in class org.knime.core.node.FlowVariableModel
Notifies all registered listeners about a new model content.
notifyMessageListeners(NodeMessageEvent) - Method in class org.knime.core.node.workflow.NodeContainer
Notifies all registered NodeMessageListeners about the new message.
notifyNodePropertyChangedListener(NodePropertyChangedEvent.NodeProperty) - Method in class org.knime.core.node.workflow.NodeContainer
 
notifyNodePropertyChangedListener(NodePropertyChangedEvent.NodeProperty) - Method in class org.knime.core.node.workflow.WorkflowManager
notifyNodeStateChangeListener(NodeStateEvent) - Method in class org.knime.core.node.workflow.NodeContainerOutPort
notifyNodeStateChangeListener(NodeStateEvent) - Method in interface org.knime.core.node.workflow.NodeOutPort
 
notifyNodeStateChangeListener(NodeStateEvent) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
notifyParentExecuteFinished(NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.NodeContainer
Called immediately after the execution took place in the job executor.
notifyParentExecuteStart() - Method in class org.knime.core.node.workflow.NodeContainer
Invoked by the job executor immediately before the execution is triggered.
notifyParentPostExecuteStart() - Method in class org.knime.core.node.workflow.NodeContainer
Invoked by job manager when the execution is finishing.
notifyParentPreExecuteStart() - Method in class org.knime.core.node.workflow.NodeContainer
Invoked by job manager when the execution starts.
notifyProgressListeners(ConnectionProgressEvent) - Method in class org.knime.core.node.workflow.ConnectionContainer
Notifies all registered progress listeners with the argument event.
notifyProgressListeners(NodeProgressEvent) - Method in class org.knime.core.node.workflow.NodeContainer
Notifies all registered NodeProgressListeners about the new progress.
notifyStateChangeListeners(NodeStateEvent) - Method in class org.knime.core.node.workflow.NodeContainer
Notifies all registered NodeStateChangeListeners about the new state.
notifyUIListeners(ConnectionUIInformationEvent) - Method in class org.knime.core.node.workflow.ConnectionContainer
Notifies all registered listeners with the argument event.
notifyUIListeners(NodeUIInformationEvent) - Method in class org.knime.core.node.workflow.NodeContainer
 
notifyViews(Object) - Method in class org.knime.core.node.NodeModel
This method can be called from the derived model in order to inform the views about changes of the settings or during execution, if you want the views to show the progress, and if they can display models half way through the execution.
notifyWarningListeners(String) - Method in class org.knime.core.node.NodeModel
Notifies all listeners that the warning of this node has changed.
nrChunks() - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContentMaster
 
NRCLUSTERS_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store the number of clusters in the settings.
NRCLUSTERS_KEY - Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Key to store the number of clusters for output in the settings.
nrExecutedChunks() - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContentMaster
 
nrExecutingChunks() - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContentMaster
 
nrFailedChunks() - Method in class org.knime.core.node.workflow.virtual.ParallelizedChunkContentMaster
 
NRHNEURONS_KEY - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Key to store the number of neurons per hidden layer.
nrOfFeatures() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Returns the number of included feature for the selected level.
nrOfFeatures(int) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Sets the number of included feature for the selected level.
NullPrintStream - Class in org.knime.base.util
Very simple stream that just swallows everything that is written to it.
NullWriter - Class in org.knime.base.util
This writer just swallows everything that is written to it.
NullWriter() - Constructor for class org.knime.base.util.NullWriter
Creates a new NullWriter.
NUMBERFORMAT - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
For formatting the predicates toString output.
NumberToStringNodeDialog - Class in org.knime.base.node.preproc.colconvert.numbertostring
Dialog for the Number to String Node.
NumberToStringNodeDialog() - Constructor for class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeDialog
Constructor.
NumberToStringNodeDialog - Class in org.knime.base.node.preproc.pmml.numbertostring
Dialog for the Number to String Node.
NumberToStringNodeDialog() - Constructor for class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeDialog
Constructor.
NumberToStringNodeFactory - Class in org.knime.base.node.preproc.colconvert.numbertostring
NodeFactory for the Number to String Node that converts numbers to String values.
NumberToStringNodeFactory() - Constructor for class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
 
NumberToStringNodeFactory - Class in org.knime.base.node.preproc.pmml.numbertostring
NodeFactory for the Number to String Node that converts numbers to String values.
NumberToStringNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory
 
NumberToStringNodeModel - Class in org.knime.base.node.preproc.colconvert.numbertostring
The NodeModel for the Number to String Node that converts numbers to StringValues.
NumberToStringNodeModel() - Constructor for class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
Constructor with one inport and one outport.
NumberToStringNodeModel - Class in org.knime.base.node.preproc.pmml.numbertostring
The NodeModel for the Number to String Node that converts numbers to StringValues.
NumberToStringNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Constructor with one data inport, one data outport and an optional PMML inport and outport.
Numeric2BitVectorMeanCellFactory - Class in org.knime.base.data.bitvector
 
Numeric2BitVectorMeanCellFactory(DataColumnSpec, double[], double, List<Integer>) - Constructor for class org.knime.base.data.bitvector.Numeric2BitVectorMeanCellFactory
 
Numeric2BitVectorThresholdCellFactory - Class in org.knime.base.data.bitvector
 
Numeric2BitVectorThresholdCellFactory(DataColumnSpec, double, List<Integer>) - Constructor for class org.knime.base.data.bitvector.Numeric2BitVectorThresholdCellFactory
 
NUMERIC_COLUMNS - Static variable in class org.knime.base.node.preproc.binner.BinnerNodeModel
Key for binned columns.
NUMERIC_COLUMNS - Static variable in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Key for binned columns.
NumericalAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
This AttributeModel implementation calculates the probability for numerical attributes by assuming a Gaussian distribution of the data.
NumericalAttributeModel(String, boolean) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Constructor for class NumericalRowValue.
NumericalAttributeModel(String, boolean, int, Config) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Constructor for class NumericalAttributeModel.
NumericBin - Class in org.knime.base.node.preproc.autobinner.apply
Encapsulates a bin.
NumericBin(DataCell, boolean, double, boolean, double) - Constructor for class org.knime.base.node.preproc.autobinner.apply.NumericBin
 
NumericBin - Class in org.knime.base.node.preproc.binner
Delegates bin access function to lokal structure.
NumericBin(String, boolean, double, boolean, double) - Constructor for class org.knime.base.node.preproc.binner.NumericBin
 
NumericBin(NodeSettingsRO) - Constructor for class org.knime.base.node.preproc.binner.NumericBin
Create numeric bin from NodeSettings.
NumericBin - Class in org.knime.base.node.preproc.pmml.binner
Delegates bin access function to lokal structure.
NumericBin(String, boolean, double, boolean, double) - Constructor for class org.knime.base.node.preproc.pmml.binner.NumericBin
 
NumericBin(NodeSettingsRO) - Constructor for class org.knime.base.node.preproc.pmml.binner.NumericBin
Create numeric bin from NodeSettings.
numericColumn(String) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
Sets the numeric column.
numericColumn() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
Returns the numeric column.
NumericCoordinate - Class in org.knime.base.util.coordinate
The abstract class which should be implemented by all coordinates which map numeric values.
NumericCoordinate(DataColumnSpec) - Constructor for class org.knime.base.util.coordinate.NumericCoordinate
Constructor for class NumericCoordinate.
NumericParallelAxis - Class in org.knime.base.node.viz.plotter.parcoord
Represents a ParallelAxis with numeric values and provides access to the minimum and maximum value of the domain.
NumericParallelAxis() - Constructor for class org.knime.base.node.viz.plotter.parcoord.NumericParallelAxis
 
NumericRowSplitterNodeDialogPane - Class in org.knime.base.node.preproc.rowsplit
 
NumericRowSplitterNodeDialogPane() - Constructor for class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
Creates a new dialog pane with a field for numeric column selection, as well as components to define lower and upper bound optionally.
NumericRowSplitterNodeFactory - Class in org.knime.base.node.preproc.rowsplit
 
NumericRowSplitterNodeFactory() - Constructor for class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
 
NumericRowSplitterNodeModel - Class in org.knime.base.node.preproc.rowsplit
 
NumericRowSplitterNodeModel() - Constructor for class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
 
NUMOFLINES - Static variable in class org.knime.base.node.io.filereader.FileAnalyzer
If the analysis is cut short, we look only at the first couple of lines.
numOfNominalValues() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
 
numOfNominalValuesOutput() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
 

O

object - Variable in class org.knime.core.node.Node.Output
 
ObjectPool<T> - Class in org.knime.core.util
Implements a simple pool for reusable objects.
ObjectPool(int, int) - Constructor for class org.knime.core.util.ObjectPool
Creates a new object pool.
ObjectToDataCellConverter - Class in org.knime.core.data.util
Deprecated. This class is obsolete as the class DefaultTable is deprecated. DataCell objects should be created using their respective constructor rather than using an ObjectToDataCellConverter.
ObjectToDataCellConverter() - Constructor for class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated.  
ObsoleteMetaNodeWorkflowPersistorVersion1xx - Class in org.knime.core.node.workflow
 
ObsoleteMetaNodeWorkflowPersistorVersion1xx(HashMap<Integer, ContainerTable>, ReferencedFile, WorkflowLoadHelper, String) - Constructor for class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
 
OccurrenceCounter - Class in org.knime.base.node.preproc.equalsizesampling
 
OccurrenceCounter(DataCell) - Constructor for class org.knime.base.node.preproc.equalsizesampling.OccurrenceCounter
 
OccurrenceCounter.Sampler - Interface in org.knime.base.node.preproc.equalsizesampling
 
OFFSET - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotter
Constant for the space at top and bottom.
ok() - Method in class org.knime.base.node.mine.svm.util.BinarySvmRunnable
 
OLD_AUTOEXECUTABLE_NODEFACTORIES - Static variable in class org.knime.core.node.NodePersistorVersion1xx
List of factories (only the simple class name), which were auto-executable in 1.3.x and need to be restored as configured only.
OLD_META_NODES - Static variable in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
 
oldWay(String) - Static method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated. The old way of constructing the bitvector cell's bitvector.
onAddAll() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Adds all columns to the aggregation column table.
onAddIt() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Adds all selected columns to the aggregation column table.
onAddIt() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Called by the '<< add' button to include the selected elements from the exclude list.
onAggrColChanged() - Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramPlotter
Called whenever the user changes the aggregation column.
onApply(AWTEvent) - Method in class org.knime.core.node.NodeDialog
Triggered if this dialog's apply button is pressed.
onCancel() - Method in class org.knime.base.node.io.filereader.ColPropertyDialog
Called when user presses the cancel button or closes the window.
onCancel() - Method in class org.knime.base.node.io.filereader.DomainDialog
called when user presses cancel.
onCancel() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Override this method in order to react on events induced by the Cancel button from the surrounding dialog.
onCancel() - Method in class org.knime.base.node.io.tablecreator.prop.ColPropertyDialog
Called when user presses the cancel button or closes the window.
onCancel() - Method in class org.knime.base.node.io.tablecreator.prop.DomainDialog
called when user presses cancel.
onCancel(AWTEvent) - Method in class org.knime.core.node.NodeDialog
Invoked when the cancel button is pressed.
onCancel() - Method in class org.knime.core.node.NodeDialogPane
Override this method in order to react on events induced by the Cancel button from the surrounding dialog.
onClose() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.decisiontree2.learner.DecTreeLearnerGraphView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.decisiontree2.learner.DecTreeNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegCoefficientView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.sota.SotaNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.pie.node.PieNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.roc.ROCNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.table.TableNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.core.node.ExternalApplicationNodeView
Close the view.
onClose() - Method in class org.knime.core.node.interrupt.InterruptibleNodeView
Forces the model to pause and then to finish.
onClose(AWTEvent) - Method in class org.knime.core.node.NodeDialog
Invoked if the dialog is going to be closed.
onClose() - Method in class org.knime.core.node.NodeDialogPane
Override this method in order to react on events if the surrounding dialog is supposed to be closed.
onClose() - Method in class org.knime.core.node.NodeView
Invoked when the window is about to be closed.
onDispose() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
Called by the framework when the node is disposed, for instance if the workflow is closed or the node is deleted by the user.
onDispose() - Method in class org.knime.core.node.NodeModel
Called by the framework when the node is disposed, for instance if the workflow is closed or the node is deleted by the user.
ONE - Static variable in class org.knime.base.node.mine.bfn.OneMissingValueReplacementFunction
static one replacement value.
One2ManyCellFactory - Class in org.knime.base.node.preproc.columnTrans
Maps several original nominal columns to their possible values, creates a column for every possible value and when the rows are processed the value is set to 1 if the original column contains this value and to 0 otherwise.
One2ManyCellFactory(DataTableSpec, List<String>, boolean) - Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
Creates for every possible value of one column given by the columnNames an extra column with the values present(1) or absent(0).
One2ManyColNodeDialog - Class in org.knime.base.node.preproc.columnTrans
 
One2ManyColNodeDialog() - Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyColNodeDialog
A node dialog with one column filter to select those columns, which should be transformed into many columns.
One2ManyColNodeFactory - Class in org.knime.base.node.preproc.columnTrans
 
One2ManyColNodeFactory() - Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
 
One2ManyColNodeModel - Class in org.knime.base.node.preproc.columnTrans
This node converts one column to many columns, such that each possible value becomes an extra column with the value 1 if the row contains this value in the original column and 0 otherwise.
One2ManyColNodeModel() - Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyColNodeModel
 
One2ManyColPMMLNodeFactory - Class in org.knime.base.node.preproc.pmml.columnTrans
 
One2ManyColPMMLNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
 
One2ManyColPMMLNodeModel - Class in org.knime.base.node.preproc.pmml.columnTrans
This node converts one column to many columns, such that each possible value becomes an extra column with the value 1 if the row contains this value in the original column and 0 otherwise.
One2ManyColPMMLNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
 
One2ManyColPMMLNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Creates a new PMML-enabled node model.
OneMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
One replacement.
OneMissingValueReplacementFunction() - Constructor for class org.knime.base.node.mine.bfn.OneMissingValueReplacementFunction
 
onMouseClickInHeader(MouseEvent) - Method in class org.knime.base.node.io.filereader.PreviewTableContentView
Invoked when a mouse event in the header occurs.
onMouseClickInHeader(MouseEvent) - Method in class org.knime.core.node.tableview.TableContentView
Invoked when a mouse event in the header occurs.
onOK() - Method in class org.knime.base.node.io.filereader.ColPropertyDialog
Called when user presses the ok button.
onOk() - Method in class org.knime.base.node.io.filereader.DomainDialog
Called when user presses okay.
onOK() - Method in class org.knime.base.node.io.tablecreator.prop.ColPropertyDialog
Called when user presses the ok button.
onOk() - Method in class org.knime.base.node.io.tablecreator.prop.DomainDialog
Called when user presses okay.
onOK(AWTEvent) - Method in class org.knime.core.node.NodeDialog
Invoked when the ok button is pressed - automatically calls the #onApply(AWTEvent) method which must be provided by the derived class.
onOpen() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.decisiontree2.learner.DecTreeLearnerGraphView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.decisiontree2.learner.DecTreeNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegCoefficientView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.sota.SotaNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.util.exttool.ExtToolStderrNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.pie.node.PieNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.roc.ROCNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.table.TableNodeView
Does nothing since view is in sync anyway.
onOpen(String) - Method in class org.knime.core.node.ExternalApplicationNodeView
Open the external application.
onOpen() - Method in class org.knime.core.node.interrupt.InterruptibleNodeView
Invoked when the window has been opened.
onOpen(AWTEvent) - Method in class org.knime.core.node.NodeDialog
Invoked if the dialog is going to open.
onOpen() - Method in class org.knime.core.node.NodeDialogPane
Override this method in order to react on events if the surrounding dialog is supposed to be opened.
onOpen() - Method in class org.knime.core.node.NodeView
Invoked when the window has been opened.
onPressCancel() - Method in class org.knime.core.node.NodeProgressMonitorView
Called when cancel button is pressed.
onRemAll() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Removes all columns from the aggregation column table.
onRemIt() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Removes the selected columns from the aggregation column table.
onRemIt() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Called by the 'remove >>' button to exclude the selected elements from the include list.
onSelectAggrMethod(String) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
onSelectAggrMethod(String) - Method in class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramProperties
onSelectAggrMethod(String) - Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
onSelectAggrMethod(AggregationMethod) - Method in class org.knime.base.node.viz.pie.impl.fixed.FixedPieProperties
onSelectAggrMethod(AggregationMethod) - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
onSelectAggrMethod(AggregationMethod) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
onXColChanged(String) - Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramPlotter
Called whenever user changes the x column selection.
OP_TYPE_CONTINOUS - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
OP_TYPE_CONTINOUS - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
openDialog() - Method in class org.knime.core.node.NodeDialog
Opens the dialog: packed, centered, and visible true.
openDialogInJFrame() - Method in class org.knime.core.node.workflow.NodeContainer
Launch a node dialog in its own JFrame (a JDialog).
openDomainDialog() - Method in class org.knime.base.node.io.filereader.ColPropertyDialog
Called when "domain..." button is pressed.
openDomainDialog() - Method in class org.knime.base.node.io.tablecreator.prop.ColPropertyDialog
Called when "domain..." button is pressed.
openPortView(String) - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Opens the port view for this port with the given name.
openPortView(String) - Method in interface org.knime.core.node.workflow.NodeOutPort
Opens the port view for this port with the given name.
openPortView(String) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Opens the port view for this port with the given name.
openUserDialog(Frame, int, Vector<ColProperty>) - Static method in class org.knime.base.node.io.filereader.ColPropertyDialog
Opens a Dialog to receive user settings for column name, type, missing value pattern, and domain.
openUserDialog(Frame, int, Vector<ColProperty>) - Static method in class org.knime.base.node.io.tablecreator.prop.ColPropertyDialog
Opens a Dialog to receive user settings for column name, type, missing value pattern, and domain.
openView(String) - Method in class org.knime.core.node.AbstractNodeView
Called from the framework to open a new view or bring an existing view to front.
openView() - Method in class org.knime.core.node.workflow.OutPortView
shows this view and brings it to front.
openViewComponent() - Method in class org.knime.core.node.NodeView
Deprecated. Will be removed without replacement in future versions of KNIME.
operator() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Returns the operator that should be used in the comparison between variable and value.
operator(LoopEndConditionSettings.Operator) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Sets the operator that should be used in the comparison between variable and value.
OPERATOR_KEY - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
The key to store the operator in configurations.
OperatorColumnSettings - Class in org.knime.base.data.aggregation
Contains the operator specific settings for a specific column.
OperatorColumnSettings(boolean, DataColumnSpec) - Constructor for class org.knime.base.data.aggregation.OperatorColumnSettings
Constructor for class OperatorSeetings.
OperatorData - Class in org.knime.base.data.aggregation
 
OperatorData(String, boolean, boolean, Class<? extends DataValue>, boolean) - Constructor for class org.knime.base.data.aggregation.OperatorData
Constructor for class OperatorData.
OperatorData(String, String, boolean, boolean, Class<? extends DataValue>, boolean) - Constructor for class org.knime.base.data.aggregation.OperatorData
Constructor for class OperatorData.
OperatorData(String, String, String, boolean, boolean, Class<? extends DataValue>, boolean) - Constructor for class org.knime.base.data.aggregation.OperatorData
Constructor for class OperatorData.
operatorExists(String) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
options - Static variable in class org.knime.base.node.switches.startcase.StartcaseNodeDialog
 
OPTYPE - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
OPTYPE - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
or(RuleNode, RuleNode) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Creates a new OR node.
or(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.BitVectorUtil
Creates a sparse bit vector cell, in case that both given values are sparse bit vector cells (otherwise a dense bit vector cell).
or(DenseBitVector) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Creates and returns a new bit vector whose bits are set at positions where at least one of the vectors (this or the argument vector) have a bit set.
or(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Creates a dense bit vector cell containing the result of the OR operation on the passed operands.
or(SparseBitVector) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Creates and returns a new bit vector whose bits are set at positions where at least one of the vectors (this or the argument vector) have a bit set.
or(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Creates a sparse bit vector cell containing the result of the OR operation on the passed operands.
OrElementCountOperator - Class in org.knime.base.data.aggregation.collection
Collection operator that returns the number of unique member collection elements.
OrElementCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.OrElementCountOperator
Constructor for class FirstOperator.
OrElementCountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.OrElementCountOperator
Constructor for class OrElementCountOperator.
OrElementOperator - Class in org.knime.base.data.aggregation.collection
Collection operator that returns the union of all elements.
OrElementOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.OrElementOperator
Constructor for class UnionOperator.
OrElementOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.OrElementOperator
Constructor for class OrElementOperator.
org.knime.base.collection.list.create - package org.knime.base.collection.list.create
Implementation of the collection create node.
org.knime.base.collection.list.split - package org.knime.base.collection.list.split
Implementation of the collection split node.
org.knime.base.data.aggregation - package org.knime.base.data.aggregation
Contains the main classes used for aggregating DataCells.
org.knime.base.data.aggregation.booleancell - package org.knime.base.data.aggregation.booleancell
Contains implementations of the AggregationOperator that are compatible to org.knime.core.data.collection.BooleanValue.
org.knime.base.data.aggregation.collection - package org.knime.base.data.aggregation.collection
Contains implementations of the AggregationOperator that are compatible to CollectionDataValue which are all collection implementations.
org.knime.base.data.aggregation.date - package org.knime.base.data.aggregation.date
Contains implementations of the AggregationOperator that are compatible to DateAndTimeValue.
org.knime.base.data.aggregation.deprecated - package org.knime.base.data.aggregation.deprecated
This package contains previous implementations of aggregation methods that need to be kept to be backward compatible.
org.knime.base.data.aggregation.dialogutil - package org.knime.base.data.aggregation.dialogutil
Contains helper classes that can be used in the configuration dialog of a node that uses the aggregation methods.
org.knime.base.data.aggregation.general - package org.knime.base.data.aggregation.general
Contains implementations of the AggregationOperator that are compatible to DataValue which are basically all types.
org.knime.base.data.aggregation.numerical - package org.knime.base.data.aggregation.numerical
Contains implementations of the AggregationOperator that handle numerical columns that are compatible with DoubleValue.
org.knime.base.data.append.column - package org.knime.base.data.append.column
 
org.knime.base.data.append.row - package org.knime.base.data.append.row
 
org.knime.base.data.bitvector - package org.knime.base.data.bitvector
This package contains classes responsible for the representation and conversion of bit vectors.
org.knime.base.data.filter.column - package org.knime.base.data.filter.column
Contains column filter for DataTable objects which includes or excludes a certain number of columns from a given data table.
org.knime.base.data.filter.row - package org.knime.base.data.filter.row
Contains row filter for DataTable objects which uses the FilterRowGenerator interface to dynamically ask for included or excluded rows during itertation.
org.knime.base.data.join - package org.knime.base.data.join
Implementation of a DataTable that joins to underlying tables based on their row key (like a Database join).
org.knime.base.data.neural - package org.knime.base.data.neural
This package contains all the necessary classes to build your own neural network.
org.knime.base.data.neural.methods - package org.knime.base.data.neural.methods
In this package: different implementations of neural networks.
org.knime.base.data.nominal - package org.knime.base.data.nominal
Utility package for retrieving nominal values from a DataTable.
org.knime.base.data.normalize - package org.knime.base.data.normalize
This package contains the utility classes for normalization of DataRows.
org.knime.base.data.replace - package org.knime.base.data.replace
 
org.knime.base.data.sort - package org.knime.base.data.sort
 
org.knime.base.data.statistics - package org.knime.base.data.statistics
This package holds the StatisticsTable.
org.knime.base.data.util - package org.knime.base.data.util
 
org.knime.base.node.flowvariable.appendvariabletotable - package org.knime.base.node.flowvariable.appendvariabletotable
 
org.knime.base.node.flowvariable.extractvariables - package org.knime.base.node.flowvariable.extractvariables
 
org.knime.base.node.flowvariable.injectvariables - package org.knime.base.node.flowvariable.injectvariables
 
org.knime.base.node.flowvariable.tablerowtovariable - package org.knime.base.node.flowvariable.tablerowtovariable
 
org.knime.base.node.flowvariable.variableloophead - package org.knime.base.node.flowvariable.variableloophead
 
org.knime.base.node.flowvariable.variabletotablerow - package org.knime.base.node.flowvariable.variabletotablerow
 
org.knime.base.node.image - package org.knime.base.node.image
 
org.knime.base.node.image.readpng - package org.knime.base.node.image.readpng
Node to read PNG files accordig to a list of URLs.
org.knime.base.node.image.writepng - package org.knime.base.node.image.writepng
 
org.knime.base.node.io.arffreader - package org.knime.base.node.io.arffreader
Contains the implementation of a node which reads ARFF files.
org.knime.base.node.io.arffwriter - package org.knime.base.node.io.arffwriter
Contains the implementation of a node which writes the content of a data table into an ARFF file.
org.knime.base.node.io.csvreader - package org.knime.base.node.io.csvreader
CSV Reader implementation.
org.knime.base.node.io.csvwriter - package org.knime.base.node.io.csvwriter
Node implementation that writes a DataTable to a file in CSV (comma separated value) format (or with any other selectable separator).
org.knime.base.node.io.database - package org.knime.base.node.io.database
Contains nodes to access data via a database connection.
org.knime.base.node.io.def - package org.knime.base.node.io.def
(Obsolete) Node that produces predefined DataTables.
org.knime.base.node.io.extractsysprop - package org.knime.base.node.io.extractsysprop
Contains a node to extract system properties, such as user name.
org.knime.base.node.io.filereader - package org.knime.base.node.io.filereader
Contains a node implementation that reads in data from an ASCII file.
org.knime.base.node.io.filetokenizer - package org.knime.base.node.io.filetokenizer
 
org.knime.base.node.io.linereader - package org.knime.base.node.io.linereader
A file reader that reads a file (or URL) line by line.
org.knime.base.node.io.listfiles - package org.knime.base.node.io.listfiles
Node to scan a directory and list files of a given name pattern.
org.knime.base.node.io.pmml.read - package org.knime.base.node.io.pmml.read
 
org.knime.base.node.io.pmml.write - package org.knime.base.node.io.pmml.write
 
org.knime.base.node.io.portobject - package org.knime.base.node.io.portobject
Contains node implementations for a prediction model reader and writer.
org.knime.base.node.io.predictor - package org.knime.base.node.io.predictor
Contains node implementations for a prediction model reader and writer.
org.knime.base.node.io.table.read - package org.knime.base.node.io.table.read
Node that reads data from a file as written by the Write table node.
org.knime.base.node.io.table.write - package org.knime.base.node.io.table.write
Node that writes a datatable to a file.
org.knime.base.node.io.tablecreator - package org.knime.base.node.io.tablecreator
This package contains all node classes that use the classes from the EditableTable package to let the user create a new data table with values in the node dialog.
org.knime.base.node.io.tablecreator.prop - package org.knime.base.node.io.tablecreator.prop
 
org.knime.base.node.io.tablecreator.table - package org.knime.base.node.io.tablecreator.table
 
org.knime.base.node.meta.feature.backwardelim - package org.knime.base.node.meta.feature.backwardelim
 
org.knime.base.node.meta.looper - package org.knime.base.node.meta.looper
The looper package contains all classes for building for loops.
org.knime.base.node.meta.looper.chunk - package org.knime.base.node.meta.looper.chunk
Chunking loop start node.
org.knime.base.node.meta.looper.columnlist - package org.knime.base.node.meta.looper.columnlist
A loop start node that iterates a list of columns and outputs one of them at a time.
org.knime.base.node.meta.looper.condition - package org.knime.base.node.meta.looper.condition
Contains two nodes with which a loop can be built.
org.knime.base.node.meta.xvalidation - package org.knime.base.node.meta.xvalidation
The xvalidation package contains all classes for a cross validation flow.
org.knime.base.node.mine.bayes.naivebayes.datamodel - package org.knime.base.node.mine.bayes.naivebayes.datamodel
This package implements the naive bayes algorithm for numerical and nominal attributes.
org.knime.base.node.mine.bayes.naivebayes.learner - package org.knime.base.node.mine.bayes.naivebayes.learner
This package contains the classes of the learner node.
org.knime.base.node.mine.bayes.naivebayes.port - package org.knime.base.node.mine.bayes.naivebayes.port
 
org.knime.base.node.mine.bayes.naivebayes.predictor - package org.knime.base.node.mine.bayes.naivebayes.predictor
This package contains the classes of the predictor node.
org.knime.base.node.mine.bfn - package org.knime.base.node.mine.bfn
Contains abstract and util classes to train and perform prediction to rule models, also called BasisFunction models.
org.knime.base.node.mine.bfn.fuzzy - package org.knime.base.node.mine.bfn.fuzzy
Contains the learner and predictor to train fuzzy rules and apply them to unknown data.
org.knime.base.node.mine.bfn.fuzzy.membership - package org.knime.base.node.mine.bfn.fuzzy.membership
Membership function package which are used during training of BasisFunction models.
org.knime.base.node.mine.bfn.fuzzy.norm - package org.knime.base.node.mine.bfn.fuzzy.norm
A set of fuzzy norms.
org.knime.base.node.mine.bfn.fuzzy.shrink - package org.knime.base.node.mine.bfn.fuzzy.shrink
A number of shrink heuristics.
org.knime.base.node.mine.bfn.radial - package org.knime.base.node.mine.bfn.radial
Contains the PNN learner and predictor.
org.knime.base.node.mine.cluster - package org.knime.base.node.mine.cluster
 
org.knime.base.node.mine.cluster.assign - package org.knime.base.node.mine.cluster.assign
This package contains the classes for the Cluster Assigner Node.
org.knime.base.node.mine.cluster.fuzzycmeans - package org.knime.base.node.mine.cluster.fuzzycmeans
The fuzzycmeans package contains all classes for the Fuzzy c-means node.
org.knime.base.node.mine.cluster.hierarchical - package org.knime.base.node.mine.cluster.hierarchical
Contains the implementation of a node performing hierarchical clustering.
org.knime.base.node.mine.cluster.hierarchical.distfunctions - package org.knime.base.node.mine.cluster.hierarchical.distfunctions
Contains distance function implementations for the Hierarchical Clustering node.
org.knime.base.node.mine.cluster.kmeans - package org.knime.base.node.mine.cluster.kmeans
This package contains the classes needed from the KMeans Node.
org.knime.base.node.mine.decisiontree2 - package org.knime.base.node.mine.decisiontree2
 
org.knime.base.node.mine.decisiontree2.learner - package org.knime.base.node.mine.decisiontree2.learner
 
org.knime.base.node.mine.decisiontree2.model - package org.knime.base.node.mine.decisiontree2.model
This package contains code for a decision tree model.
org.knime.base.node.mine.decisiontree2.predictor - package org.knime.base.node.mine.decisiontree2.predictor
This package contains code for a decision tree model and predictor.
org.knime.base.node.mine.decisiontree2.view - package org.knime.base.node.mine.decisiontree2.view
 
org.knime.base.node.mine.decisiontree2.view.graph - package org.knime.base.node.mine.decisiontree2.view.graph
 
org.knime.base.node.mine.knn - package org.knime.base.node.mine.knn
 
org.knime.base.node.mine.mds - package org.knime.base.node.mine.mds
A node that applies multi dimensional scaling (MDS) on high dimensional data.
org.knime.base.node.mine.mds.distances - package org.knime.base.node.mine.mds.distances
The package contains distance classes, computing various kinds of distances between DataRows and DataPoints ect.
org.knime.base.node.mine.mds.mdsprojection - package org.knime.base.node.mine.mds.mdsprojection
A node that applies multi dimensional scaling (MDS) projection on high dimensional data.
org.knime.base.node.mine.neural.mlp - package org.knime.base.node.mine.neural.mlp
This package contains the classes for the MultiLayerPerceptron Predictor node.
org.knime.base.node.mine.neural.rprop - package org.knime.base.node.mine.neural.rprop
This package contains all classes for the RProp Node.
org.knime.base.node.mine.pca - package org.knime.base.node.mine.pca
This package contains all classes for the PCA (principal component analysis) Node.
org.knime.base.node.mine.regression - package org.knime.base.node.mine.regression
Contains nodes and utility classes for linear and polynomial regression.
org.knime.base.node.mine.regression.linear - package org.knime.base.node.mine.regression.linear
Contains classes for linear regression.
org.knime.base.node.mine.regression.linear.learn - package org.knime.base.node.mine.regression.linear.learn
Node implementation performing linear regression.
org.knime.base.node.mine.regression.linear.predict - package org.knime.base.node.mine.regression.linear.predict
Node implementation performing linear regression prediction.
org.knime.base.node.mine.regression.linear.view - package org.knime.base.node.mine.regression.linear.view
Customized scatter plot view that also shows the regression line.
org.knime.base.node.mine.regression.logistic.learner - package org.knime.base.node.mine.regression.logistic.learner
Node implementation performing logistic regression.
org.knime.base.node.mine.regression.logistic.predict - package org.knime.base.node.mine.regression.logistic.predict
Node implementation performing regression prediction.
org.knime.base.node.mine.regression.pmmlgreg - package org.knime.base.node.mine.regression.pmmlgreg
 
org.knime.base.node.mine.regression.polynomial.learner - package org.knime.base.node.mine.regression.polynomial.learner
The polyreg's predictor package contains just the two classes that make up the predictor node: the model and its factory.
org.knime.base.node.mine.regression.polynomial.predictor - package org.knime.base.node.mine.regression.polynomial.predictor
The polyreg's learner package contains all necessary classes for the Polynomial Regression Learner node.
org.knime.base.node.mine.regression.predict - package org.knime.base.node.mine.regression.predict
Node implementation performing regression prediction.
org.knime.base.node.mine.scorer.accuracy - package org.knime.base.node.mine.scorer.accuracy
Similar to the default scorer.
org.knime.base.node.mine.scorer.entrop - package org.knime.base.node.mine.scorer.entrop
Node that performs an entropy calculation and compares two clustering results.
org.knime.base.node.mine.smote - package org.knime.base.node.mine.smote
Node that oversample patterns in an input table.
org.knime.base.node.mine.sota - package org.knime.base.node.mine.sota
Contains the Sota node, which can be used for clustering hirarchically numerical and fuzzy data and visualize the resulting cluster tree.
org.knime.base.node.mine.sota.distances - package org.knime.base.node.mine.sota.distances
Contains classes to compute distances for SOTA.
org.knime.base.node.mine.sota.logic - package org.knime.base.node.mine.sota.logic
Contains the logic classes of SOTA.
org.knime.base.node.mine.sota.predictor - package org.knime.base.node.mine.sota.predictor
Contains the Sotapredictor node, which can be used for class prediction of incoming data.
org.knime.base.node.mine.sota.view - package org.knime.base.node.mine.sota.view
Contains the view classes of the Sota node.
org.knime.base.node.mine.sota.view.interaction - package org.knime.base.node.mine.sota.view.interaction
Contains interaction interfaces and classes, like hilite and selection manager.
org.knime.base.node.mine.subgroupminer - package org.knime.base.node.mine.subgroupminer
This package contains everything necessary for normal subgroup mining.
org.knime.base.node.mine.subgroupminer.apriori - package org.knime.base.node.mine.subgroupminer.apriori
This package contains two algorithm implementations for the SubgroupMinerNode.
org.knime.base.node.mine.subgroupminer.freqitemset - package org.knime.base.node.mine.subgroupminer.freqitemset
This package contains the necessary data structures for the subgroup mining.
org.knime.base.node.mine.svm - package org.knime.base.node.mine.svm
The scm package contains all classes necessary for Support Vector Machine learning (package learner) and prediction (predict).
org.knime.base.node.mine.svm.kernel - package org.knime.base.node.mine.svm.kernel
This subpackage contains all kernels that can be used by the SVM node.
org.knime.base.node.mine.svm.learner - package org.knime.base.node.mine.svm.learner
This subpackage contains all classes for the SVM Learner Node.
org.knime.base.node.mine.svm.predictor - package org.knime.base.node.mine.svm.predictor
This subpackage contains all classes for the SVM Predictor Node.
org.knime.base.node.mine.svm.util - package org.knime.base.node.mine.svm.util
This subpackage contains some utility classes for the SVM node.
org.knime.base.node.parallel - package org.knime.base.node.parallel
This subpackage contains some classes that can be used to implemet nodes that process their data in parallel.
org.knime.base.node.parallel.appender - package org.knime.base.node.parallel.appender
 
org.knime.base.node.parallel.builder - package org.knime.base.node.parallel.builder
 
org.knime.base.node.preproc.addemptyrows - package org.knime.base.node.preproc.addemptyrows
Node that adds empty rows to an input table.
org.knime.base.node.preproc.append.row - package org.knime.base.node.preproc.append.row
 
org.knime.base.node.preproc.autobinner - package org.knime.base.node.preproc.autobinner
Contains nodes for (automatic) binning.
org.knime.base.node.preproc.autobinner.apply - package org.knime.base.node.preproc.autobinner.apply
Contains nodes to apply (automatic) binning.
org.knime.base.node.preproc.autobinner.pmml - package org.knime.base.node.preproc.autobinner.pmml
 
org.knime.base.node.preproc.binner - package org.knime.base.node.preproc.binner
Contains a node to bin/group a number of numeric columns into a string column by predefined intervals.
org.knime.base.node.preproc.binnerdictionary - package org.knime.base.node.preproc.binnerdictionary
Contains a node that categorizes values in a column according to a dictionary table with min/max values.
org.knime.base.node.preproc.caseconvert - package org.knime.base.node.preproc.caseconvert
Node to convert alphanumeric characters to lowercase or uppercase.
org.knime.base.node.preproc.cellreplace - package org.knime.base.node.preproc.cellreplace
Node that replaces a cell's content using a dictionary table.
org.knime.base.node.preproc.cellsplit - package org.knime.base.node.preproc.cellsplit
Contains the implementation of a node that splits (and replaces) a values in a column into multiple new ones.
org.knime.base.node.preproc.cellsplitbypos - package org.knime.base.node.preproc.cellsplitbypos
 
org.knime.base.node.preproc.colcombine - package org.knime.base.node.preproc.colcombine
Node to combine the content of a set of columns into a single column (to be appended).
org.knime.base.node.preproc.colcompare - package org.knime.base.node.preproc.colcompare
Node to combine the content of a set of columns into a single column (to be appended).
org.knime.base.node.preproc.colconvert - package org.knime.base.node.preproc.colconvert
Node to convert String columns to Double columns or the other way around.
org.knime.base.node.preproc.colconvert.numbertostring - package org.knime.base.node.preproc.colconvert.numbertostring
Node to convert DoubleValue columns to StringValue columns.
org.knime.base.node.preproc.colconvert.stringtonumber - package org.knime.base.node.preproc.colconvert.stringtonumber
Node to convert StringValue columns to NumberValue columns.
org.knime.base.node.preproc.colsort - package org.knime.base.node.preproc.colsort
This package contains all classes for the Column Resorter node.
org.knime.base.node.preproc.columnheaderextract - package org.knime.base.node.preproc.columnheaderextract
Node that extract column headers and puts them into a new single-row table.
org.knime.base.node.preproc.columnheaderinsert - package org.knime.base.node.preproc.columnheaderinsert
A node that replace the column names according to a dictionary table containing old-name to new-name mappings.
org.knime.base.node.preproc.columnmerge - package org.knime.base.node.preproc.columnmerge
A node that merges two selected columns such that it uses the values from the first selected column unless it is missing.
org.knime.base.node.preproc.columnrenameregex - package org.knime.base.node.preproc.columnrenameregex
Contains a node that renames columns in a table according to regular expression search & replace filter.
org.knime.base.node.preproc.columntogrid - package org.knime.base.node.preproc.columntogrid
Contains a node that breaks a column (or a set of columns) into a grid.
org.knime.base.node.preproc.columnTrans - package org.knime.base.node.preproc.columnTrans
This package contains the classes of the Many2One and One2Many column transformation nodes.
org.knime.base.node.preproc.correlation.pmcc - package org.knime.base.node.preproc.correlation.pmcc
 
org.knime.base.node.preproc.createtablestructure - package org.knime.base.node.preproc.createtablestructure
Node that creates a table structure (given number of typed columns), no rows.
org.knime.base.node.preproc.discretization.caim2 - package org.knime.base.node.preproc.discretization.caim2
Contains two nodes for class supervised binning and applying such a learned binning model to new data.
org.knime.base.node.preproc.discretization.caim2.modelapply - package org.knime.base.node.preproc.discretization.caim2.modelapply
Contains the classes implementing a node that applies a discretization (binning) model to new data.
org.knime.base.node.preproc.discretization.caim2.modelcreator - package org.knime.base.node.preproc.discretization.caim2.modelcreator
Contains the classes implementing a node that learns a class supervised discretization (binning) model.
org.knime.base.node.preproc.domain - package org.knime.base.node.preproc.domain
Contains a node to determine the DataTableSpec of the input data.
org.knime.base.node.preproc.double2int - package org.knime.base.node.preproc.double2int
 
org.knime.base.node.preproc.equalsizesampling - package org.knime.base.node.preproc.equalsizesampling
 
org.knime.base.node.preproc.filter.column - package org.knime.base.node.preproc.filter.column
Contains the filter column node which can be used the extract certain columns from the input data table.
org.knime.base.node.preproc.filter.columnref - package org.knime.base.node.preproc.filter.columnref
Contains a Reference Column Filter node that allows columns to be included or excluded from the first table while the second one is used as reference table.
org.knime.base.node.preproc.filter.hilite - package org.knime.base.node.preproc.filter.hilite
Node to seperate hilited and not hilited rows of given DataTable.
org.knime.base.node.preproc.filter.hilite.collector - package org.knime.base.node.preproc.filter.hilite.collector
Contains the HiLite Collector node with can be used to apply annotations to a set of hilit rows.
org.knime.base.node.preproc.filter.nominal - package org.knime.base.node.preproc.filter.nominal
This package implements a possible value row filter.
org.knime.base.node.preproc.filter.row - package org.knime.base.node.preproc.filter.row
Contains a node filtering out rows from an input data table, including only those rows into the output/result table that match a certain criteria.
org.knime.base.node.preproc.filter.row.rowfilter - package org.knime.base.node.preproc.filter.row.rowfilter
Contains all filters currently implemented for the row filter node.
org.knime.base.node.preproc.filter.rowref - package org.knime.base.node.preproc.filter.rowref
Contains a Reference Row Filter node that allows rows to be included or excluded from the first table while the second one is used as reference table.
org.knime.base.node.preproc.groupby - package org.knime.base.node.preproc.groupby
Contains a node to perform a group by operation on an input table.
org.knime.base.node.preproc.joiner - package org.knime.base.node.preproc.joiner
This package contains classes for a node that joins two data tables.
org.knime.base.node.preproc.lowvarfilter - package org.knime.base.node.preproc.lowvarfilter
Node implementation that allows the user to filter out numeric columns, which have a low or no variance.
org.knime.base.node.preproc.matcher - package org.knime.base.node.preproc.matcher
 
org.knime.base.node.preproc.missingval - package org.knime.base.node.preproc.missingval
Implemenation of the node that treats missing values.
org.knime.base.node.preproc.normalize - package org.knime.base.node.preproc.normalize
This package contains all classes for the Normalizer Node.
org.knime.base.node.preproc.partition - package org.knime.base.node.preproc.partition
Node that partitions the data into train- and test set.
org.knime.base.node.preproc.pivot - package org.knime.base.node.preproc.pivot
Deprecated pacckage.
org.knime.base.node.preproc.pmml - package org.knime.base.node.preproc.pmml
 
org.knime.base.node.preproc.pmml.binner - package org.knime.base.node.preproc.pmml.binner
Contains a node to bin/group a number of numeric columns into a string column by predefined intervals.
org.knime.base.node.preproc.pmml.columnTrans - package org.knime.base.node.preproc.pmml.columnTrans
This package contains the PMML enabled version of the classes of the Many2One and One2Many column transformation nodes.
org.knime.base.node.preproc.pmml.normalize - package org.knime.base.node.preproc.pmml.normalize
This package contains all classes for the Normalizer Node with PMML support.
org.knime.base.node.preproc.pmml.numbertostring - package org.knime.base.node.preproc.pmml.numbertostring
Node to convert DoubleValue columns to StringValue columns.
org.knime.base.node.preproc.pmml.stringtonumber - package org.knime.base.node.preproc.pmml.stringtonumber
Node to convert StringValue columns to NumberValue columns.
org.knime.base.node.preproc.regexsplit - package org.knime.base.node.preproc.regexsplit
Node that splits an input string (column) into multiple groups according to a regular expression (realized by java.util.regex.Pattern).
org.knime.base.node.preproc.rename - package org.knime.base.node.preproc.rename
Node that allows to rename column names or change the type.
org.knime.base.node.preproc.rowkey - package org.knime.base.node.preproc.rowkey
This package contains all classes of the RowKey node which provides the following function: Replacing of the current rowkey with the values of a column Creating a column with the row key values
org.knime.base.node.preproc.rowsplit - package org.knime.base.node.preproc.rowsplit
Node splits a data table according to a numeric filter criterion.
org.knime.base.node.preproc.sample - package org.knime.base.node.preproc.sample
Node that samples rows from an input table.
org.knime.base.node.preproc.setoperator - package org.knime.base.node.preproc.setoperator
Contains a node to perform a set operation on two columns from two input tables.
org.knime.base.node.preproc.shuffle - package org.knime.base.node.preproc.shuffle
Implementation of the Fisher Yates shuffle, that guarantees that all n! possible outcomes are possible and equally likely.
org.knime.base.node.preproc.sorter - package org.knime.base.node.preproc.sorter
Contains the Sorter Node which can be used to sort columns from the input data table.
org.knime.base.node.preproc.split - package org.knime.base.node.preproc.split
Node that splits an input table into two output table.
org.knime.base.node.preproc.stringreplacer - package org.knime.base.node.preproc.stringreplacer
This package contains a node that can be used to replace strings in a column based on wildcard matches.
org.knime.base.node.preproc.stringreplacer.dict - package org.knime.base.node.preproc.stringreplacer.dict
Node that replaces the content of a selected column by dictionary entries.
org.knime.base.node.preproc.transpose - package org.knime.base.node.preproc.transpose
Contains a node to transpose a table by swaping rows and columns.
org.knime.base.node.preproc.ungroup - package org.knime.base.node.preproc.ungroup
 
org.knime.base.node.preproc.unpivot - package org.knime.base.node.preproc.unpivot
 
org.knime.base.node.preproc.valcount - package org.knime.base.node.preproc.valcount
 
org.knime.base.node.rules - package org.knime.base.node.rules
 
org.knime.base.node.switches.emtpytablereplacer - package org.knime.base.node.switches.emtpytablereplacer
 
org.knime.base.node.switches.endcase - package org.knime.base.node.switches.endcase
 
org.knime.base.node.switches.endif - package org.knime.base.node.switches.endif
 
org.knime.base.node.switches.endmodelcase - package org.knime.base.node.switches.endmodelcase
 
org.knime.base.node.switches.manualif - package org.knime.base.node.switches.manualif
 
org.knime.base.node.switches.startcase - package org.knime.base.node.switches.startcase
 
org.knime.base.node.util - package org.knime.base.node.util
 
org.knime.base.node.util.cache - package org.knime.base.node.util.cache
Contains node that allows caching of data for fast access.
org.knime.base.node.util.createtempdir - package org.knime.base.node.util.createtempdir
A node that creates a temporary directory upon execute.
org.knime.base.node.util.exttool - package org.knime.base.node.util.exttool
Provides functionality for nodes that want to launch external programs.
The CommandExecution can be used to run the external program.
org.knime.base.node.util.sampledata - package org.knime.base.node.util.sampledata
 
org.knime.base.node.viz.aggregation - package org.knime.base.node.viz.aggregation
This package contains all data models and some utility classes which are used in the different aggregation visualization implementations like pie chart and histogram.
org.knime.base.node.viz.aggregation.util - package org.knime.base.node.viz.aggregation.util
This package contains classes that are used in all aggregating visualisations.
org.knime.base.node.viz.condbox - package org.knime.base.node.viz.condbox
Contains all classes that realize a conditional box plot.
org.knime.base.node.viz.crosstable - package org.knime.base.node.viz.crosstable
Creates a cross table and some statistics.
org.knime.base.node.viz.enrichment - package org.knime.base.node.viz.enrichment
The enrichment plotter node allows you to plot enrichment curves.
org.knime.base.node.viz.histogram - package org.knime.base.node.viz.histogram
Contains classes to create an histogram view.
org.knime.base.node.viz.histogram.datamodel - package org.knime.base.node.viz.histogram.datamodel
This package contains all data and visualization models which are used in the different histogram implementations.
org.knime.base.node.viz.histogram.impl - package org.knime.base.node.viz.histogram.impl
This package contains the different plotter implementations of the histogram and the root class AbstractHistogramPlotter and AbstractHistogramProperties that need to be implemented by the concrete implementation.
org.knime.base.node.viz.histogram.impl.fixed - package org.knime.base.node.viz.histogram.impl.fixed
This is the memory saving implementation of the abstract histogram plotter.
org.knime.base.node.viz.histogram.impl.interactive - package org.knime.base.node.viz.histogram.impl.interactive
This is the interactive implementation of the abstract histogram plotter.
org.knime.base.node.viz.histogram.node - package org.knime.base.node.viz.histogram.node
Contains classes for KNIME nodes which uses the classes of the histogram package to display a histogram view.
org.knime.base.node.viz.histogram.util - package org.knime.base.node.viz.histogram.util
Contains utility classes which performe binning or which are used in dialogs to select the aggregation columns.
org.knime.base.node.viz.liftchart - package org.knime.base.node.viz.liftchart
The liftchart package contains all classes for building a lift chart node.
org.knime.base.node.viz.pie.datamodel - package org.knime.base.node.viz.pie.datamodel
This package contains the pie chart data model classes.
org.knime.base.node.viz.pie.datamodel.fixed - package org.knime.base.node.viz.pie.datamodel.fixed
This package contains the fixed pie chart data model classes.
org.knime.base.node.viz.pie.datamodel.interactive - package org.knime.base.node.viz.pie.datamodel.interactive
This package contains the interactive pie chart data model classes.
org.knime.base.node.viz.pie.impl - package org.knime.base.node.viz.pie.impl
This package contains the plotter framework implementation classes.
org.knime.base.node.viz.pie.impl.fixed - package org.knime.base.node.viz.pie.impl.fixed
This package contains the fixed pie chart plotter classes.
org.knime.base.node.viz.pie.impl.interactive - package org.knime.base.node.viz.pie.impl.interactive
This package contains the interactive pie chart plotter classes.
org.knime.base.node.viz.pie.node - package org.knime.base.node.viz.pie.node
This package contains the KNIME node classes for the fixed and interactive pie chart.
org.knime.base.node.viz.pie.node.fixed - package org.knime.base.node.viz.pie.node.fixed
This package contains the KNIME node classes for the fixed pie chart.
org.knime.base.node.viz.pie.node.interactive - package org.knime.base.node.viz.pie.node.interactive
This package contains the KNIME node classes for the interactive pie chart.
org.knime.base.node.viz.pie.util - package org.knime.base.node.viz.pie.util
This package contains some utility classes like the ColumnFilter and the GeometryUtil class.
org.knime.base.node.viz.plotter - package org.knime.base.node.viz.plotter
Contains the basic viewing framework for KNIME.
org.knime.base.node.viz.plotter.basic - package org.knime.base.node.viz.plotter.basic
The idea behind the BasicPlotter is to provide a small fraction of the functionality known from "R" or "GnuPlot", if you have some basic elements, such as lines, ellipses, rectangles, you want to add to your view you can use the BasicPlotter.
org.knime.base.node.viz.plotter.box - package org.knime.base.node.viz.plotter.box
Contains all classes that realize a box plot.
org.knime.base.node.viz.plotter.columns - package org.knime.base.node.viz.plotter.columns
This package contains convenient classes when two or n columns should be displayed.
org.knime.base.node.viz.plotter.dendrogram - package org.knime.base.node.viz.plotter.dendrogram
Contains all classes necessary to visualize a hierachical clustering result represented by a DendrogramNode.
org.knime.base.node.viz.plotter.line - package org.knime.base.node.viz.plotter.line
A line plot plots the numeric columns of the input table as lines.
org.knime.base.node.viz.plotter.node - package org.knime.base.node.viz.plotter.node
This package contains a default node implementation which can be used if a simple plotter is implemented, which displays data from one inport and also wants to display only a restricted number of rows.
org.knime.base.node.viz.plotter.parcoord - package org.knime.base.node.viz.plotter.parcoord
A ParallelCoordinatePlot is a representation of multi-dimensional information or data, in which multiple dimensions are allocated to parallel axes on-screen.
org.knime.base.node.viz.plotter.props - package org.knime.base.node.viz.plotter.props
The properties for the plotters are organized into small functional units which can be added as tabs to the properties panel which is added to the plotter.
org.knime.base.node.viz.plotter.scatter - package org.knime.base.node.viz.plotter.scatter
A scatter plot maps to columns (dimensions) of data to 2-dimensional space, which results that each row (data instance) can be represented as one 2-dimensional point.
org.knime.base.node.viz.plotter.scattermatrix - package org.knime.base.node.viz.plotter.scattermatrix
A scatter matrix plot is a matrix of scatter plots, where each selected column is plotted against each selected column.
org.knime.base.node.viz.property.color - package org.knime.base.node.viz.property.color
Contains the Color Manager and Color Appender node to set colors for a nominal or bounded (numeric) column.
org.knime.base.node.viz.property.shape - package org.knime.base.node.viz.property.shape
Contains the Shape Manager and Shape Appender node to set shapes for a nominal column.
org.knime.base.node.viz.property.size - package org.knime.base.node.viz.property.size
Contains the Size Manager and Size Appender node to set sizes for a bounded (numeric) column.
org.knime.base.node.viz.roc - package org.knime.base.node.viz.roc
The ROC node allows you to plot ROC curves.
org.knime.base.node.viz.statistics - package org.knime.base.node.viz.statistics
Contains the deprecated Statistics Node.
org.knime.base.node.viz.table - package org.knime.base.node.viz.table
Node implementation of the interactive table view.
org.knime.base.util - package org.knime.base.util
 
org.knime.base.util.coordinate - package org.knime.base.util.coordinate
All classes of this package are not part of the offical API and might undergo changes until the next release.
org.knime.base.util.kdtree - package org.knime.base.util.kdtree
 
org.knime.base.util.math - package org.knime.base.util.math
 
org.knime.core.data - package org.knime.core.data
Contains the interface definitions of the DataCell and DataTable and related classes, used to store and access the actual data.
org.knime.core.data.collection - package org.knime.core.data.collection
Definitions for KNIME collection types and default implementations.
org.knime.core.data.container - package org.knime.core.data.container
Implementation of a DataContainer.
org.knime.core.data.date - package org.knime.core.data.date
Definition of date and time in KNIME.
org.knime.core.data.def - package org.knime.core.data.def
Provides default implementations for all (except DataTable) abstract classes in the data package.

The default implementations of classes derived from DataCell just store their values in members of the appropriate java type (like DoubleCell has a private member of Java type double, etc.).

The default implementation of DataTable is deprecated and shouldn't be used.
org.knime.core.data.image - package org.knime.core.data.image
 
org.knime.core.data.image.png - package org.knime.core.data.image.png
 
org.knime.core.data.model - package org.knime.core.data.model
 
org.knime.core.data.property - package org.knime.core.data.property
Contains utility classes for Colors, Shapes, and Sizes which can be assigned to a DataTable via corresponding ColorHandler, ShapeHandler, and SizeHandler all derived from PropertyHandler.
org.knime.core.data.renderer - package org.knime.core.data.renderer
Interfaces and default implementations for renderer of DataValue objects.
org.knime.core.data.util - package org.knime.core.data.util
This package contains the utility class ObjectToDataCellConverter, which is as of KNIME 1.2.0 deprecated.
org.knime.core.data.vector.bitvector - package org.knime.core.data.vector.bitvector
 
org.knime.core.data.vector.bytevector - package org.knime.core.data.vector.bytevector
 
org.knime.core.data.xml - package org.knime.core.data.xml
 
org.knime.core.data.xml.io - package org.knime.core.data.xml.io
 
org.knime.core.data.xml.util - package org.knime.core.data.xml.util
 
org.knime.core.eclipseUtil - package org.knime.core.eclipseUtil
Contains only utility classes needed to make Eclipse work together with the KNIME framework.
org.knime.core.internal - package org.knime.core.internal
Contains class for internal use.
org.knime.core.node - package org.knime.core.node
Contains all classes needed to implement a new node in the workflow.
org.knime.core.node.config - package org.knime.core.node.config
Contains a utility class org.knime.core.node.config.BaseConfig to store a general state (i.e.
org.knime.core.node.defaultnodesettings - package org.knime.core.node.defaultnodesettings
Contains default dialog components, which can be used to quickly create a simple dialog.
org.knime.core.node.exec - package org.knime.core.node.exec
 
org.knime.core.node.interrupt - package org.knime.core.node.interrupt
This package contains the necessary classes for an interruptible framework.
org.knime.core.node.port - package org.knime.core.node.port
 
org.knime.core.node.port.database - package org.knime.core.node.port.database
 
org.knime.core.node.port.flowvariable - package org.knime.core.node.port.flowvariable
 
org.knime.core.node.port.image - package org.knime.core.node.port.image
Defines simple image port type.
org.knime.core.node.port.inactive - package org.knime.core.node.port.inactive
 
org.knime.core.node.port.pmml - package org.knime.core.node.port.pmml
 
org.knime.core.node.port.pmml.preproc - package org.knime.core.node.port.pmml.preproc
 
org.knime.core.node.port.viewproperty - package org.knime.core.node.port.viewproperty
 
org.knime.core.node.property.hilite - package org.knime.core.node.property.hilite
Contains hilite classes to maintain hilite events between different views.
org.knime.core.node.tableview - package org.knime.core.node.tableview
Node implementation of a table view.
org.knime.core.node.util - package org.knime.core.node.util
Contains a set of utility classes that may be used in different (so far visual) contexts.
org.knime.core.node.workflow - package org.knime.core.node.workflow
Contains wrapper classes which control the communication between Node and GUI Workflow.
org.knime.core.node.workflow.execresult - package org.knime.core.node.workflow.execresult
 
org.knime.core.node.workflow.virtual - package org.knime.core.node.workflow.virtual
 
org.knime.core.quickform - package org.knime.core.quickform
 
org.knime.core.quickform.in - package org.knime.core.quickform.in
 
org.knime.core.util - package org.knime.core.util
This package contains some small utility classes that may be useful in all kinds of nodes.
org.knime.core.util.pathresolve - package org.knime.core.util.pathresolve
 
org.knime.core.util.tokenizer - package org.knime.core.util.tokenizer
 
org.knime.core.xml - package org.knime.core.xml
Holds a class which can be used to read certain properties from an xml file.
ORIG - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
ORIG - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.  
origStringToString(String) - Method in class org.knime.base.data.util.DataCellStringMapper
 
OrRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
 
OrRowFilter(RowFilter, RowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
Implements a RowFilter that takes two other RowFilters and combines their results with a logical OR.
OrRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
The row filter created by this constructor can not be used without setting two input filters by loading settings from a config object.
OUT - Static variable in class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
Values on the border are excluded.
OutlineView<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
This component displays a typically smaller representation of a HierarchicalGraphView.
OutlineView(HierarchicalGraphView<K>) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
Creates a new instance.
OUTPORT - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
The output port used here.
OUTPORT - Static variable in class org.knime.base.node.preproc.binner.BinnerNodeModel
Keeps index of the output port which is 0.
OUTPORT - Static variable in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
The output port used here.
OUTPORT - Static variable in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Keeps index of the output port which is 0.
OUTPORT - Static variable in class org.knime.base.node.preproc.sorter.SorterNodeModel
The output port used here.
OUTPORT - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Keeps port number for the single input port.
OUTPORT - Static variable in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Keeps port number for the single input port.
OUTPORT - Static variable in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Keeps port number for the single input port.
OUTPORT_0 - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
The output port 0: confusion matrix.
OUTPORT_1 - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
The output port 1: accuracy measures.
OUTPORT_A - Static variable in class org.knime.base.node.preproc.partition.PartitionNodeModel
Outport for training data: 0.
OUTPORT_B - Static variable in class org.knime.base.node.preproc.partition.PartitionNodeModel
Outport for test data: 1.
OutPortView - Class in org.knime.core.node.workflow
 
OutPortView(String, String) - Constructor for class org.knime.core.node.workflow.OutPortView
A view showing the data stored in the specified output port.
output() - Method in class org.knime.base.data.neural.InputPerceptron
Returns the current input of the perceptron.
output(double[]) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Evaluates input and returns output of output neurons.
output(Double[]) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Computes the output for given input.
output() - Method in class org.knime.base.data.neural.Perceptron
Used to get the output from all input neurons.
output() - Method in class org.knime.base.data.neural.SigmoidPerceptron
Returns the output.
OutputDataRow - Class in org.knime.base.node.preproc.joiner
Stores information of a inner or outer join in a DataRow.
OutputDataRow.Settings - Class in org.knime.base.node.preproc.joiner
A class that stores the common settings for all OutputDataRows.
OutputDataRow.Settings(DataTableSpec, int[]) - Constructor for class org.knime.base.node.preproc.joiner.OutputDataRow.Settings
 
overlap(BasisFunctionPredictorRow, boolean) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Computes the overlapping of two basis functions.
overlap(BasisFunctionPredictorRow, boolean) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Computes the overlapping of two fuzzy basisfunction based on their core spreads.
overlap(BasisFunctionPredictorRow, boolean) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
Computes the overlapping based on the standard deviation of both radial basisfunctions.
overlapping(double, double, double, double, boolean) - Static method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Computes the overlapping based on two lines.
overrideSettings(FileReaderSettings) - Method in class org.knime.base.node.io.filereader.CharsetNamePanel
Writes the current settings of the panel into the passed settings object.
overrideSettings(FileReaderNodeSettings) - Method in class org.knime.base.node.io.filereader.DecSepPanel
Writes the current settings of the panel into the passed settings object.
overrideSettings(FileReaderNodeSettings) - Method in class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
Overrides the settings in the passed argument with the settings from this dialog.
overrideSettings(FileReaderNodeSettings) - Method in class org.knime.base.node.io.filereader.IgnoreDelimsPanel
Transfers the current settings from the panel in the passed object.
overrideSettings(FileReaderNodeSettings) - Method in class org.knime.base.node.io.filereader.LimitRowsPanel
Transfers the current settings from the panel in the passed object.
overrideSettings(FileReaderSettings) - Method in class org.knime.base.node.io.filereader.MissingValuePanel
Writes the current settings of the panel into the passed settings object.
overrideSettings(FileReaderNodeSettings) - Method in class org.knime.base.node.io.filereader.QuotePanel
Deletes all quotes defined in the passed object, reads the currently listed quotes from the JList and adds them to the settings object.
overrideSettings(FileReaderNodeSettings) - Method in class org.knime.base.node.io.filereader.ShortLinesPanel
Transfers the current settings from the panel in the passed object.
overrideSettings(FileReaderNodeSettings) - Method in class org.knime.base.node.io.filereader.UniquifyPanel
Transfers the current settings from the panel in the passed object.
overwriteSettings(Config, Map<String, FlowVariable>) - Method in class org.knime.core.node.config.ConfigEditTreeModel
Modifies the first argument to reflect the values of the mask represented by this object.

P

pack() - Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
Sets the size of the underlying array to the number of elements in the list.
paint(Graphics) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
paint(Graphics) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView.ClassPieChart
paint(Graphics) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView.HistoChart
paint(Component, Graphics2D, int, int, int, int) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
Paint this NodeWidget using the given Graphics2D.
paint(Graphics) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
paint(Component, Graphics2D, int, int, int, int) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Paints the nodes, the connectors and the labels on the connectors to the given graphics object.
paint(Component, Graphics2D, int, int, int, int) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Paint this NodeWidget using the given Graphics2D.
paint(Component, Graphics2D, Rectangle) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Paint this NodeWidget using the given Graphics2D.
paint(Graphics) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
paint(Graphics, JComponent) - Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
paint(Graphics) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
paint(Graphics2D) - Method in class org.knime.base.node.viz.plotter.basic.Basic2DDrawingElement
The method which "knows" how to paint it.
paint(Graphics2D) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
The method which "knows" how to paint it.
paint(Graphics2D) - Method in class org.knime.base.node.viz.plotter.basic.BasicEllipse
Paints and ellipse that it fills a rectangle defined by two points: the lower-left and the upper -right corner.
paint(Graphics2D) - Method in class org.knime.base.node.viz.plotter.basic.BasicLine
Paints the line by connecting all points.
paint(Graphics2D) - Method in class org.knime.base.node.viz.plotter.basic.BasicRectangle
Paints a rectangle defined by two points, the upper-left and lower-right corner.
paint(Graphics2D) - Method in class org.knime.base.node.viz.plotter.basic.BasicText
Paints the text starting at the only set point.
paint(Graphics2D, int, int) - Method in interface org.knime.core.data.image.ImageContent
Render image into argument graphics object.
paint(Graphics2D, int, int) - Method in class org.knime.core.data.image.png.PNGImageContent
Render image into argument graphics object.
paint(Graphics, int, int, int, Color, boolean, boolean, boolean) - Method in class org.knime.core.data.property.ShapeFactory.Shape
Paints the dot and if hilited a border around the dot.
paint(Graphics, JComponent) - Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
paintBorder(Graphics, int, int, int, boolean, boolean) - Method in class org.knime.core.data.property.ShapeFactory.Shape
Paints the hilite border.
paintComponent(Graphics) - Method in class org.knime.base.data.bitvector.BitVectorValuePixelRenderer
Deprecated. 
paintComponent(Graphics) - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
paintComponent(Graphics) - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
Calls the AbstractDrawingPane.paintContent(Graphics) method and then draws the selection rectangle.
paintComponent(Graphics) - Method in class org.knime.base.node.viz.plotter.Axis
paintComponent(Graphics) - Method in class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
paintComponent(Graphics) - Method in class org.knime.core.data.image.ImageDataValueRenderer
paintComponent(Graphics) - Method in class org.knime.core.data.renderer.BitVectorValuePixelRenderer
paintComponent(Graphics) - Method in class org.knime.core.data.renderer.ByteVectorValuePixelRenderer
paintComponent(Graphics) - Method in class org.knime.core.node.config.ConfigEditTreeRenderer
paintContent(Graphics) - Method in class org.knime.base.node.mine.regression.linear.view.LinRegLineDrawingPane
Paints all added BasicDrawingElements by calling their #paint(Graphics2D) method.
paintContent(Graphics) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelDrawingPane
Paints the actual content of the drawing pane.
paintContent(Graphics) - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
Paints the actual content of the drawing pane.
paintContent(Graphics) - Method in class org.knime.base.node.viz.pie.impl.PieDrawingPane
Paints the actual content of the drawing pane.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
Paints the actual content of the drawing pane.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
Paints all added BasicDrawingElements by calling their #paint(Graphics2D) method.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPaneImpl
Paints all added BasicDrawingElements by calling their #paint(Graphics2D) method.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
Paints all added BasicDrawingElements by calling their #paint(Graphics2D) method.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
Paints a dendrogram such that the leaf nodes are painted at the border (with distance 0) and on the nominal x axis and the cluster nodes are drawn with increasing distance to the top (that is the distance is plotted on the y axis).
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.line.LinePlotterDrawingPane
Connects the points of one column by a line, which is done by modulo calculation, the color information is stored in the DotInfos.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Paints all added BasicDrawingElements by calling their #paint(Graphics2D) method.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
Paints all added BasicDrawingElements by calling their #paint(Graphics2D) method.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
Paints the rectangles of the scatter matrix elements and the vertical and horizontal coordinates at the border of the drawing pane.
paintDot(Graphics, Point, LineInfo, int) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Paints one dot with its shape.
paintDot() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
paintDot(Graphics, DotInfo) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
Paints the dot with the right shape, color, size and at its correct position.
paintHorizontalCoordinate(Graphics, ScatterMatrixElement, int, boolean) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
Paints the horizontal coordinates of the matrix elements at the border of the drawing pane.
paintHorizontalLine(Graphics2D, int, int, int, Color, BasicStroke) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Draws a horizontal line starting at the given x/y offset with the given length.
paintIcon(Component, Graphics, int, int) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
paintIcon(Component, Graphics, int, int) - Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
paintLabels(Graphics, Box) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
If space between axis is enough and also between the values paint labels otherwise the information is available with the tool tip.
paintOutlierLabels(Graphics) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
Paints the label(value) of each outlier dot.
paintSelectionRectangle(Graphics) - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
Paints the dragged selection rectangle.
paintShape(Graphics, int, int, int, boolean, boolean) - Method in class org.knime.core.data.property.ShapeFactory.Shape
Paints the shape.
paintVerticalCoordinate(Graphics, ScatterMatrixElement, int, boolean) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
Paints the vertical coordinates at the border of the drawing pane.
Pair<T,M> - Class in org.knime.core.util
This class is a simple pair of objects.
Pair(T, M) - Constructor for class org.knime.core.util.Pair
Creates a new pair.
PANEL_DIMENSION - Static variable in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
The initial dimension of this panel.
ParallelAxis - Class in org.knime.base.node.viz.plotter.parcoord
Represents a parallel axis in a parallel coordinates plot with an x position, a height, a Coordinate, a name and a flag, whether this ParallelAxis is selected.
ParallelAxis() - Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
ParallelCoordinateAppearanceTab - Class in org.knime.base.node.viz.plotter.props
Adds a box with "Show / Hide Dots" check box and a checkbox to draw curves and a checkbox for the line thickness.
ParallelCoordinateAppearanceTab() - Constructor for class org.knime.base.node.viz.plotter.props.ParallelCoordinateAppearanceTab
Adds a box with "Show / Hide Dots" check box and a checkbox to draw curves and a checkbox for the line thickness.
ParallelCoordinateDrawingPane - Class in org.knime.base.node.viz.plotter.parcoord
Since the ParallelCoordinatesPlotter only calculates the mapped datapoints, the connection of them by lines or curves is done here, also the missing values handling.
ParallelCoordinateDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
ParallelCoordinateNodeFactory - Class in org.knime.base.node.viz.plotter.parcoord
 
ParallelCoordinateNodeFactory() - Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
 
ParallelCoordinateNodeView - Class in org.knime.base.node.viz.plotter.parcoord
Extends the DefaultVisualizationNodeView since it provides an additional menu to show, fade or hide unhilited lines (rows).
ParallelCoordinateNodeView(NodeModel, ParallelCoordinatesPlotter) - Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeView
Adds a show/hide menu to the menu bar.
ParallelCoordinatePlotterProperties - Class in org.knime.base.node.viz.plotter.parcoord
In addition to the MultiColumnPlotterProperties a tab to select how to handle missing values and a tab to adjust dot size, line thickness and select whether to show or hide dots is provided.
ParallelCoordinatePlotterProperties() - Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
Default tab, column selection tab, missing value handling and appearance.
ParallelCoordinatesMissingValueTab - Class in org.knime.base.node.viz.plotter.props
Control elements for the handling of missing values, either skip the rows containing missing values, or skip only the missing value or explicitly show the missing values on a horizontal bottom line.
ParallelCoordinatesMissingValueTab() - Constructor for class org.knime.base.node.viz.plotter.props.ParallelCoordinatesMissingValueTab
Three radio buttons for several missing value handling methods.
ParallelCoordinatesPlotter - Class in org.knime.base.node.viz.plotter.parcoord
 
ParallelCoordinatesPlotter() - Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Registers listeners to the control elements of the .ParallelCoordinatePlotterProperties.
ParallelCoordinatesPlotter.TransformationMouseListener - Class in org.knime.base.node.viz.plotter.parcoord
MouseListener to change the order of the ParallelAxis.
ParallelCoordinatesPlotter.TransformationMouseListener() - Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter.TransformationMouseListener
 
ParallelizedChunkContent - Class in org.knime.core.node.workflow.virtual
An object representing the copied content of a chunk that is executed in parallel.
ParallelizedChunkContent(WorkflowManager, NodeID, NodeID, NodeID[]) - Constructor for class org.knime.core.node.workflow.virtual.ParallelizedChunkContent
 
ParallelizedChunkContentMaster - Class in org.knime.core.node.workflow.virtual
Represents all parallel chunks (@see{ParallelChunkContext}) together and also encapsulating metanode.
ParallelizedChunkContentMaster(WorkflowManager, LoopEndParallelizeNode, int) - Constructor for class org.knime.core.node.workflow.virtual.ParallelizedChunkContentMaster
Create new chunk object master - also knows Workflowmanager the chunks are located in.
ParallelProcessing - Class in org.knime.base.node.mine.decisiontree2.learner
Holds information for the parallel processing and is also used for synchronization stuff.
ParallelProcessing(int) - Constructor for class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
Constructor.
ParamMatrix - Class in org.knime.base.node.mine.regression.logistic.predict
Convenient class to access the contents of PMMLPCells.
ParamMatrix(PMMLPCell...) - Constructor for class org.knime.base.node.mine.regression.logistic.predict.ParamMatrix
Creates an instance which is a decorate for the given cells.
ParentNodeType - Enum in org.knime.base.node.mine.decisiontree2
Deprecated. 
pa