- AbstractAccuracyScorerNodeView<M extends NodeModel> - Class in org.knime.base.node.mine.scorer.accuracy
-
This view displays the scoring results.
- AbstractAccuracyScorerNodeView(M) - Constructor for class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
-
Creates a new ScorerNodeView displaying the table with the score.
- AbstractAccuracyScorerNodeView(M, boolean) - Constructor for class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
-
Creates a new ScorerNodeView displaying the table with the score.
- AbstractAggregationFunctionTableCellEditor<F extends AggregationFunction,R extends AggregationFunctionRow<F>> - Class in org.knime.base.data.aggregation.dialogutil
-
- AbstractAggregationFunctionTableCellEditor(AggregationFunctionProvider<F>) - Constructor for class org.knime.base.data.aggregation.dialogutil.AbstractAggregationFunctionTableCellEditor
-
Constructor for class AggregationMethodTableCellEditor.
- AbstractAggregationMethodTableCellEditor - Class in org.knime.base.data.aggregation.dialogutil
-
- AbstractAggregationMethodTableCellEditor() - Constructor for class org.knime.base.data.aggregation.dialogutil.AbstractAggregationMethodTableCellEditor
-
Constructor for class AggregationMethodTableCellEditor.
- AbstractAggregationPanel<T extends AggregationTableModel<R>,R extends AggregationFunctionRow<?>,L> - Class in org.knime.base.data.aggregation.dialogutil
-
Abstract class that creates a panel which contains a list of Objects defined
by the parameter
O to select from on the left side of the
panel, a box with add an remove buttons in the middle and a table
of type
AggregationTableModel that contains the selected options
from the left with additional information on the right.
- AbstractAggregationPanel(String, String, ListCellRenderer<? super L>, String, T) - Constructor for class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
Constructor for class AbstractAggregatorPanel.
- AbstractAggregationTableModel<F extends AggregationFunction,R extends AggregationFunctionRow<F>> - Class in org.knime.base.data.aggregation.dialogutil
-
- AbstractAggregationTableModel(String[], Class<?>[], boolean) - Constructor for class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
-
Deprecated.
- AbstractAggregationTableModel(String[], Class<?>[], boolean, AggregationFunctionProvider<F>) - Constructor for class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
-
Constructor for class AbstractAggregationTableModel.
- AbstractBooleanDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function.booleanoption
-
- AbstractBooleanDBAggregationFunction(String, boolean) - Constructor for class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
-
- 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.
- AbstractCellFactory(boolean, 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.
- AbstractCellFactory(boolean, int, int, 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.
- AbstractColumnDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function.column
-
Abstract class that allows the user to select a column from the input table.
- AbstractColumnDBAggregationFunction(String, String, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
-
- AbstractColumnRefNodeModel - Class in org.knime.base.node.preproc.filter.columnref
-
- AbstractColumnRefNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
-
Creates a new node model of the Reference Column Filter node with two inputs and one output.
- AbstractColumnTableSorter - Class in org.knime.core.data.sort
-
Sorts a data table, in a fine configurable way.
- AbstractColumnTableSorter(DataTableSpec, long) - Constructor for class org.knime.core.data.sort.AbstractColumnTableSorter
-
- AbstractColumnTableSorter(DataTableSpec, long, String...) - Constructor for class org.knime.core.data.sort.AbstractColumnTableSorter
-
Sorts the columns of the given table separately and ascending.
- AbstractColumnTableSorter(DataTableSpec, long, SortingDescription...) - Constructor for class org.knime.core.data.sort.AbstractColumnTableSorter
-
- AbstractConcatDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function.concatenate
-
Abstract class that can be used by concatenation functions.
- AbstractConcatDBAggregationFunction(ConcatDBAggregationFuntionSettings) - Constructor for class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
-
- AbstractConfigElement - Class in org.knime.core.util.node.config
-
Superclass of all config elements, whether parameter leafs or complex
configurations.
- AbstractConfigElement(String) - Constructor for class org.knime.core.util.node.config.AbstractConfigElement
-
Create new config element with given id.
- AbstractConfigEntry - Class in org.knime.core.node.config.base
-
Abstract Config entry holding only a Config entry type.
- AbstractConfigEntry(ConfigEntries, String) - Constructor for class org.knime.core.node.config.base.AbstractConfigEntry
-
Creates a new Config entry by the given key and type.
- AbstractCorrelationComputeNodeView<M extends NodeModel> - Class in org.knime.base.node.preproc.correlation.compute
-
This class implements a
NodeView for correlation compute models.
- AbstractCorrelationComputeNodeView(M) - Constructor for class org.knime.base.node.preproc.correlation.compute.AbstractCorrelationComputeNodeView
-
Inits the GUI.
- AbstractDataValueRendererFactory - Class in org.knime.core.data.renderer
-
- AbstractDataValueRendererFactory() - Constructor for class org.knime.core.data.renderer.AbstractDataValueRendererFactory
-
- AbstractDBAggregationFunctionRow<F extends DBAggregationFunction> - Class in org.knime.base.node.io.database.groupby.dialog
-
- AbstractDBAggregationFunctionRow(F) - Constructor for class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
-
- AbstractDisplayOption - Class in org.knime.core.util.node.config.display
-
- AbstractDisplayOption(String) - Constructor for class org.knime.core.util.node.config.display.AbstractDisplayOption
-
- AbstractDistinctDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
Abstract class that provides a dialog where the user can select if distinct should be used in the function.
- AbstractDistinctDBAggregationFunction(boolean) - Constructor for class org.knime.core.node.port.database.aggregation.function.AbstractDistinctDBAggregationFunction
-
- AbstractDrawingPane - Class in org.knime.base.node.viz.plotter
-
- AbstractDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.AbstractDrawingPane
-
- AbstractEntropyNodeView<M extends NodeModel> - Class in org.knime.base.node.mine.scorer.entrop
-
Constructs the
NodeView from an entropy node model
- AbstractEntropyNodeView(M) - Constructor for class org.knime.base.node.mine.scorer.entrop.AbstractEntropyNodeView
-
Delegates to super class.
- AbstractField - Class in org.knime.core.node.util.dialog.field
-
Settings for dialog list field.
- AbstractField() - Constructor for class org.knime.core.node.util.dialog.field.AbstractField
-
- 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
-
- 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.
- AbstractLoopEndNodeDialog<T extends AbstractLoopEndNodeSettings> - Class in org.knime.base.node.meta.looper
-
This is the dialog for the loop end node.
- AbstractLoopEndNodeDialog(T) - Constructor for class org.knime.base.node.meta.looper.AbstractLoopEndNodeDialog
-
Creates a new dialog.
- AbstractLoopEndNodeSettings - Class in org.knime.base.node.meta.looper
-
Abstract class for Loop End node settings.
- AbstractLoopEndNodeSettings() - Constructor for class org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings
-
- AbstractLoopEndNodeSettings.RowKeyPolicy - Enum in org.knime.base.node.meta.looper
-
Specifies how to generate the row keys
- AbstractMany2OneCellFactory - Class in org.knime.base.node.preproc.columnTrans
-
Deprecated.
- AbstractMany2OneCellFactory(DataTableSpec, String, int[]) - Constructor for class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
-
Deprecated.
- AbstractMany2OneCellFactory - Class in org.knime.base.node.preproc.columntrans2
-
- AbstractMany2OneCellFactory(DataTableSpec, String, int[]) - Constructor for class org.knime.base.node.preproc.columntrans2.AbstractMany2OneCellFactory
-
- AbstractNodeExecutionJobManager - Class in org.knime.core.node.workflow
-
Default implementation of an node execution job manager.
- AbstractNodeExecutionJobManager() - Constructor for class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
-
- 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.
- AbstractNormalizerPMMLNodeModel - Class in org.knime.base.node.preproc.pmml.normalize
-
The NormalizeNodeModel uses the Normalizer to normalize the input DataTable.
- AbstractNormalizerPMMLNodeModel(PortType) - Constructor for class org.knime.base.node.preproc.pmml.normalize.AbstractNormalizerPMMLNodeModel
-
- AbstractNormalizerPMMLNodeModel(PortType, PortType) - Constructor for class org.knime.base.node.preproc.pmml.normalize.AbstractNormalizerPMMLNodeModel
-
- AbstractNormalizerPMMLNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.normalize.AbstractNormalizerPMMLNodeModel
-
- AbstractNumericScorerNodeView<M extends NodeModel> - Class in org.knime.base.node.mine.scorer.numeric
-
This view displays the numeric scoring results.
- AbstractNumericScorerNodeView(M) - Constructor for class org.knime.base.node.mine.scorer.numeric.AbstractNumericScorerNodeView
-
Creates a 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.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.ZoomMouseListener - Class in org.knime.base.node.viz.plotter
-
- 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.
- AbstractPortObject.AbstractPortObjectSerializer<T extends AbstractPortObject> - Class in org.knime.core.node.port
-
- AbstractPortObjectSerializer() - Constructor for class org.knime.core.node.port.AbstractPortObject.AbstractPortObjectSerializer
-
- 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
-
- AbstractQuickFormElement - Class in org.knime.core.util.node.quickform
-
Super class of all form elements.
- AbstractQuickFormElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.AbstractQuickFormElement
-
Constructor with a given label and description.
- AbstractQuickFormInElement - Class in org.knime.core.util.node.quickform.in
-
Super class of all input elements.
- AbstractQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.AbstractQuickFormInElement
-
Constructor with a given label and description.
- AbstractQuickFormInElement.Type - Enum in org.knime.core.util.node.quickform.in
-
Enum of all known types.
- AbstractQuickFormOutElement - Class in org.knime.core.util.node.quickform.out
-
Super class of all output elements.
- AbstractQuickFormOutElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.out.AbstractQuickFormOutElement
-
Delegate to super.
- AbstractQuickFormOutElement.Type - Enum in org.knime.core.util.node.quickform.out
-
Type enum of all registered types.
- AbstractQuickFormValueInConfiguration - Class in org.knime.core.quickform
-
- AbstractQuickFormValueInConfiguration() - Constructor for class org.knime.core.quickform.AbstractQuickFormValueInConfiguration
-
- AbstractRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
-
- AbstractRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AbstractRowFilter
-
- AbstractRowRefNodeModel - Class in org.knime.base.node.preproc.filter.rowref
-
The Reference Row Filter node allow the filtering of row IDs based on a second reference table.
- AbstractRowRefNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
-
Creates a new reference row filter node model with two inputs and one filtered output.
- 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.
- AbstractSimplePortObject.AbstractSimplePortObjectSerializer<T extends AbstractSimplePortObject> - Class in org.knime.core.node.port
-
- AbstractSimplePortObjectSerializer() - Constructor for class org.knime.core.node.port.AbstractSimplePortObject.AbstractSimplePortObjectSerializer
-
- 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.
- AbstractSimplePortObjectSpec.AbstractSimplePortObjectSpecSerializer<T extends AbstractSimplePortObjectSpec> - Class in org.knime.core.node.port
-
- AbstractSimplePortObjectSpecSerializer() - Constructor for class org.knime.core.node.port.AbstractSimplePortObjectSpec.AbstractSimplePortObjectSpecSerializer
-
- AbstractTablePanel - Class in org.knime.base.node.io.database.tablecreator.util
-
- AbstractTablePanel(String, String, DBTableCreatorConfiguration, TableCreatorTableModel, String, String, String) - Constructor for class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Creates a new instance of AbstractTablePanel
- AbstractTablePanel.TableListener - Class in org.knime.base.node.io.database.tablecreator.util
-
A listener class to handle user clicks.
- AbstractTableSorter - Class in org.knime.core.data.sort
-
Class to sort a table.
- AbstractTableSorter(long, DataTableSpec, Comparator<DataRow>) - Constructor for class org.knime.core.data.sort.AbstractTableSorter
-
- AbstractTableSorter(DataTable, int, Comparator<DataRow>) - Constructor for class org.knime.core.data.sort.AbstractTableSorter
-
- AbstractTableSorter(DataTable, int, Collection<String>, boolean[]) - Constructor for class org.knime.core.data.sort.AbstractTableSorter
-
- AbstractTableSorter(DataTable, int, Collection<String>, boolean[], boolean) - Constructor for class org.knime.core.data.sort.AbstractTableSorter
-
- AbstractTableSorter(DataTable, long, Comparator<DataRow>) - Constructor for class org.knime.core.data.sort.AbstractTableSorter
-
Inits sorter on argument table with given row comparator.
- AbstractTableSorter(DataTable, long, Collection<String>, boolean[]) - Constructor for class org.knime.core.data.sort.AbstractTableSorter
-
- AbstractTableSorter(DataTable, long, Collection<String>, boolean[], boolean) - Constructor for class org.knime.core.data.sort.AbstractTableSorter
-
- AbstractWizardNodeView<T extends NodeModel & WizardNode<REP,VAL>,REP extends WebViewContent,VAL extends WebViewContent> - Class in org.knime.core.node.wizard
-
- AbstractWizardNodeView(T) - Constructor for class org.knime.core.node.wizard.AbstractWizardNodeView
-
- AbstractWizardNodeView.WizardNodeViewExtension - Class in org.knime.core.node.wizard
-
Implementation of a WizardNodeView from extension point.
- accept(File) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel.ARFFFileFilter
- accept(Class<?>) - Method in class org.knime.core.util.EclipseUtil.AnnotationClassFilter
-
Returns whether the given class should be included in the resulting list.
- accept(Class<?>) - Method in interface org.knime.core.util.EclipseUtil.ClassFilter
-
Returns whether the given class should be included in the resulting list.
- accept(File) - Method in class org.knime.core.util.FileReaderFileFilter
- accept(Path) - Method in interface org.knime.core.util.PathFilter
-
Decides if the given path should be accepted or filtered.
- accept(File) - Method in class org.knime.core.util.SimpleFileFilter
- acceptAll - Static variable in class org.knime.core.util.PathFilters
-
Filter that accepts all paths.
- 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(DataColumnSpec) - Method in class org.knime.core.data.renderer.ImageValueRenderer
-
Is this renderer instance able to render the content of the column
given by spec.
- 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.core.node.port.database.DatabaseWrappedDriver
- 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.
- AccuracyScorerNodeDialog(boolean) - 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
-
- AccuracyScorerNodeView(AccuracyScorerNodeModel) - Constructor for class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
-
Delegates to super class.
- ACTION_ON_MISSING_VALUES - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
Identifier in model spec to specify how to handle missing values.
- actionPerformed(ActionEvent) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
- 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.base.node.preproc.pmml.missingval.compute.MissingValueHandlerFactorySelectionPanel
- actionPerformed(ActionEvent) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
-
Called whenever the authentication type has changed.
- 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.
- ACTIVEBRANCH - Static variable in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
-
break on active branch.
- ActiveBranchInverterNodeFactory - Class in org.knime.base.node.flowcontrol.trycatch.inverter
-
- ActiveBranchInverterNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeFactory
-
Create factory, that instantiates nodes.
- ActiveBranchInverterNodeModel - Class in org.knime.base.node.flowcontrol.trycatch.inverter
-
Utility Node for a Try-Catch Enclosure.
- ActiveBranchInverterNodeModel() - Constructor for class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
-
One variable input, one variable output.
- AdapterCell - Class in org.knime.core.data
-
Abstract implementation of an adapter cell.
- AdapterCell(DataCellDataInput) - Constructor for class org.knime.core.data.AdapterCell
-
This constructor should only be used by the de-serializer.
- AdapterCell(DataCell, AdapterValue, Class<? extends DataValue>...) - Constructor for class org.knime.core.data.AdapterCell
-
Used by extensions to fill adapter map from an existing AdapterValue.
- AdapterCell(DataCell, Class<? extends DataValue>...) - Constructor for class org.knime.core.data.AdapterCell
-
Creates a new adapter cell that contains a single data cell.
- AdapterCell.AdapterCellSerializer<T extends AdapterCell> - Class in org.knime.core.data
-
(De)serializer for adapter cells.
- AdapterCellSerializer() - Constructor for class org.knime.core.data.AdapterCell.AdapterCellSerializer
-
- AdapterValue - Interface in org.knime.core.data
-
- adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
Override this method to set specific renderer and column widths.
- adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
-
Deprecated.
Override this method to set specific renderer and column widths.
- adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
-
Override this method to set specific renderer and column widths.
- adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
-
Override this method to set specific renderer and column widths.
- adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
-
Override this method to set specific renderer and column widths.
- adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationPanel
-
Override this method to set specific renderer and column widths.
- adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
-
Override this method to set specific renderer and column widths.
- adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
-
Override this method to set specific renderer and column widths.
- adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
-
Override this method to set specific renderer and column widths.
- adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Adapts the table column model
- adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
-
Adapts the table column model
- adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
-
Adapts the table column model
- adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
-
Adapts the table column model
- adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysPanel
-
Adapts the table column model
- adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingPanel
-
Adapts the table column model
- add(List<R>) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
- add(List<R>) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
-
- add(List<NamedAggregationOperator>) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationTableModel
- add(List<R>) - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
-
- add(List<RowElement>) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
-
Adds the given elements to the table model
- add(RowElement) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
-
Adds the given element to the table model
- add(Integer) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
-
Adds the passed item to the set.
- add(E) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- add(int, E) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- 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(int, int, double) - Method in class org.knime.base.util.HalfDoubleMatrix
-
Adds a value in the matrix.
- add(int, int, int) - Method in class org.knime.base.util.HalfIntMatrix
-
Adds a value in the matrix.
- add(double[][], double[][]) - Static method in class org.knime.base.util.math.MathUtils
-
Adds two matrices.
- add(FileStore) - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
-
- add(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
-
- add(String) - Method in class org.knime.core.data.filestore.internal.InternalDuplicateChecker
-
- 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(PortObject) - Static method in class org.knime.core.node.exec.dataexchange.PortObjectRepository
-
Add new port object to repository.
- add(int, Object) - Method in class org.knime.core.node.util.FilterableListModel
- add(String) - Method in class org.knime.core.node.util.StringHistory
-
Adds a new String to the history.
- add(Component) - Method in class org.knime.core.node.util.VerticalCollapsablePanels
-
Deprecated.
- add(NativeNodeContainer) - Method in class org.knime.core.node.workflow.action.InteractiveWebViewsResult.Builder
-
Add the interactive view that is provided by a given node.
- add(NativeNodeContainer, String) - Method in class org.knime.core.node.workflow.action.InteractiveWebViewsResult.Builder
-
Add the interactive view that is provided by a given node.
- 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.
- ADD_ICON_16 - Static variable in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
-
A small green "+" icon.
- ADD_ICON_48 - Static variable in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
-
A green "+" icon.
- 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.
- addAdditionalColumn(DataColumnSpec) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
-
Adds an additional column to the model.
- addAdditionalColumns(Iterable<DataColumnSpec>) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
-
Adds additional columns to the model.
- addAdditionalColumns(DataColumnSpec...) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
-
Adds additional columns to the model.
- 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
-
- addAll(Collection<? extends E>) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- addAll(int, Collection<? extends E>) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- 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.core.util.tokenizer.TokenizerSettings
-
Adds support for block comment to the tokenizer.
- addBoolean(String, boolean) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds this boolean value to the ConfigBase by the given key.
- addBoolean(String, boolean) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds this boolean value to the Config by the given key.
- addBoolean(String, Boolean, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new Boolean attribute to the registry.
- addBooleanArray(String, boolean...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds this boolean values to the ConfigBase by the given key.
- addBooleanArray(String, boolean...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds this boolean values to the Config by the given key.
- addBooleanArray(String, boolean[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new Boolean Array attribute to the registry.
- addByte(String, byte) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds this byte value to the ConfigBase by the given key.
- addByte(String, byte) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds this byte value to the Config by the given key.
- addByte(String, Byte, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new Byte attribute to the registry.
- addByteArray(String, byte...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds this byte array to the ConfigBase by the given key.
- addByteArray(String, byte...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds this byte array to the Config by the given key.
- addByteArray(String, byte[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new Byte Array attribute to the registry.
- addCell(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
-
Adds a new cell from a data row read by a WindowedDataTableIterator.
- addChangeListener(ChangeListener) - Method in class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
-
Adds a change listener to the panel that gets notified whenever the entered file name changes.
- 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.io.fixedwidthfr.FixedWidthFRPreviewTable
-
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.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
-
- 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.DialogComponentFileChooser
-
Adds a change listener to the file choose that gets notified whenever the entered file name 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
-
Deprecated.
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.
- addChangeListener(ChangeListener) - Method in class org.knime.core.node.util.filter.column.TypeFilterPanelImpl
-
Adds a listener which gets informed whenever the filtering changes.
- addChangeListener(ChangeListener) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Adds a listener which gets informed whenever the column filtering changes.
- addChangeListener(ChangeListener) - Method in class org.knime.core.node.util.filter.PatternFilterPanelImpl
-
Adds a listener which gets informed whenever the filtering changes.
- addChar(String, char) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds this char value to the ConfigBase by the given key.
- addChar(String, char) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds this char value to the Config by the given key.
- addCharArray(String, char...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds this char array to the ConfigBase by the given key.
- addCharArray(String, char...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds this char array to the Config by the given key.
- 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
-
- addColumn(DataColumnSpec...) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
-
Deprecated.
- addColumn(DataColumnSpec...) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
-
Deprecated.
- 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.
- addColumns(DataColumnSpec...) - Method in class org.knime.core.data.DataTableSpecCreator
-
Adds argument columns to list of already added columns.
- addColumns(DataTableSpec) - Method in class org.knime.core.data.DataTableSpecCreator
-
- 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(Component) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeDialog
-
Adds the given component to the panel.
- 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.
- addConfigBase(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Creates a new ConfigBase with the given key and returns it.
- addConfigBase(ConfigBase) - Method in class org.knime.core.node.config.base.ConfigBase
-
Appends the given ConfigBase to this ConfigBase which has to directly derived
from this class.
- addConfigBase(String) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Creates and adds a new ConfigBase to this
ConfigBase by the given key.
- addConfigEditTreeEventListener(ConfigEditTreeEventListener) - Method in class org.knime.core.node.config.ConfigEditTreeModel
-
Adds new listener.
- addConfigElement(T) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a configuration parameter to the registry and returns it.
- addConfigurationPanel(T) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
-
Adds a configuration panel.
- addConfigurationRequestListener(ColumnSelectionSearchableListPanel.ConfigurationRequestListener) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
-
- addConflict(DataValidatorColConflicts.DataValidatorColConflict) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
-
Adds a conflict to this container.
- addConnectedOutport(int) - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
-
Add a new connected outport to the metanode outport indices this node is (directly
or more likely: indirectly) connected to.
- addConnection(ConnectionContainer) - Method in class org.knime.core.node.workflow.Workflow
-
Add a connection.
- 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.
- addConnectionCreation(NodeContainer, NodeContainer) - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
-
- addControlsOnNewTabs() - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
-
Add controls on a new tab, called after the first tab is arranged in the constructor.
- 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.
- addCreatedValue(String, DataCell) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
-
Adds a cell which is created within this node to the corresponding set.
- 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
-
Deprecated.
Adds a new curve to the settings.
- addCurve(String, String, boolean) - Method in class org.knime.base.node.viz.enrichment2.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.
- addDataColumns(Iterable<DataColumnSpec>) - Method in class org.knime.core.node.util.filter.column.TypeFilterPanelImpl
-
Add columns to selection.
- 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
-
- addDataRow2Bin(boolean, List<? extends BinDataModel>, 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.
- addDataValues(Iterable<Class<? extends DataValue>>) - Method in class org.knime.core.node.util.filter.column.TypeFilterPanelImpl
-
Add data values to the selection.
- addDegree(int, List<DataCell>) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinearRegressionContent
-
Adds the degree/exponent information to a row (which is represented as a
List of
DataCells).
- addDegree(int, List<DataCell>) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegContent
-
Adds the degree/exponent information to a row (which is represented as a
List of
DataCells).
- addDegree(int, List<DataCell>) - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Adds the degree/exponent information to a row (which is represented as a
List of
DataCells).
- 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(JPanel, DialogComponent) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
-
Adds the
dialog's panel to the
panel left aligned, below the
previous control.
- addDialogComponent(DialogComponent) - Method in class org.knime.base.node.preproc.pmml.missingval.DefaultMissingValueHandlerPanel
-
Adds a dialog component to this panel.
- 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
-
- addDouble(String, double) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds a double by the given key.
- addDouble(String, double) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds a double by the given key.
- addDouble(String, Double, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new Double attribute to the registry.
- addDoubleArray(String, double...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds this double array value to the ConfigBase by the given key.
- addDoubleArray(String, double...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds this double array value to the Config by the given key.
- addDoubleArray(String, double[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new Double Array attribute to the registry.
- addDrawingElement(BasicDrawingElement) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
-
- addElement(String, String) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
-
Adds a new user-defined SQL data type to the list retrieved using the given key
- addElement(String) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
-
Adds a new user-defined SQL data type to the list retrieved using the default key
- addElement(String) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
-
- addElement(Object) - Method in class org.knime.core.node.util.FilterableListModel
- 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.base.ConfigBase
-
Adds the given ConfigBase entry to this Config.
- addEntry(AbstractConfigEntry) - Method in class org.knime.core.node.config.Config
-
Adds the given Config entry to this Config.
- addEnum(ConfigWO, String, Enum<?>) - Static method in class org.knime.base.node.preproc.datavalidator.ConfigSerializationUtils
-
Deprecated.
- addEnum(ConfigWO, String, Enum<?>) - Static method in class org.knime.core.node.config.ConfigSerializationUtils
-
- addEnumSet(ConfigWO, String, EnumSet<?>) - Static method in class org.knime.base.node.preproc.datavalidator.ConfigSerializationUtils
-
Deprecated.
- addEnumSet(ConfigWO, String, EnumSet<?>) - Static method in class org.knime.core.node.config.ConfigSerializationUtils
-
- 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.
- addExecutionTime(String, boolean, long) - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
-
- 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.
- addFileStoreHandler(IWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.FileStoreHandlerRepository
-
- addFileStoreHandler(IWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.NotInWorkflowFileStoreHandlerRepository
- addFileStoreHandler(IWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.WorkflowFileStoreHandlerRepository
-
- addFileStoreKeysFromNestedLoop(FileStoresInLoopCache) - Method in interface org.knime.core.data.filestore.internal.ILoopStartWriteFileStoreHandler
-
- addFileStoreKeysFromNestedLoop(FileStoresInLoopCache) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- addFileStoreKeysFromNestedLoop(FileStoresInLoopCache) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
- addFileStoreKeysFromNestedLoops(FileStoresInLoopCache) - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
-
- addFloat(String, float) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds a float by the given key.
- addFloat(String, float) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds a float by the given key.
- addFloat(String, Float, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new Float attribute to the registry.
- addFloatArray(String, float...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds this float array value to the ConfigBase by the given key.
- addFloatArray(String, float...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds this float array value to the Config by the given key.
- addFloatArray(String, float[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new Float Array attribute to the registry.
- 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.
- addFromFlowVariable(FlowVariable) - Method in class org.knime.core.node.workflow.CredentialsStore
-
Adds the credentials defined in the argument to this store.
- 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.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
-
Deprecated.
Writes the PMML input layer of the MLP.
- addInputLayer(NeuralNetworkDocument.NeuralNetwork, MultiLayerPerceptron) - Method in class org.knime.base.node.mine.neural.mlp2.PMMLNeuralNetworkTranslator
-
Writes the PMML input layer of the MLP.
- addInt(String, int) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds an int.
- addInt(String, int) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds an int.
- addIntArray(String, int...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds this int array to the ConfigBase by the given key.
- addIntArray(String, int...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds this int array to the Config by the given key.
- addInteger(String, Integer, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new int attribute to the registry.
- addIntegerArray(String, int[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new int array attribute to the registry.
- 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.
- addInvalidColumns(DataType, String...) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
-
Creates and adds invalid column specs of the given type for the given column names.
- addInvalidColumns(String...) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
-
- 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.
- addItemToHash(DataType) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
-
- addIterationColumn(boolean) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings
-
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.AbstractLoopEndNodeSettings
-
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.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.
- AdditionalSQLStatementPanel - Class in org.knime.base.node.io.database.tablecreator.util
-
Panel used to define additional SQL statement
- AdditionalSQLStatementPanel(DBTableCreatorConfiguration) - Constructor for class org.knime.base.node.io.database.tablecreator.util.AdditionalSQLStatementPanel
-
Creates a new instance of AdditionalSQLStatementPanel
- 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.
- addKNIMEConsoleWriter(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.
- 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
-
Deprecated.
Writes a layer of the MLP.
- addLayer(NeuralNetworkDocument.NeuralNetwork, MultiLayerPerceptron, int) - Method in class org.knime.base.node.mine.neural.mlp2.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
-
- 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
-
- 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(MemoryAlertListener) - Method in class org.knime.core.data.util.memory.MemoryAlertSystem
-
Registers a new listener.
- 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.
- addLong(String, long) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds this long value to the ConfigBase by the given key.
- addLong(String, long) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds this long value to the Config by the given key.
- addLong(String, Long, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new Long attribute to the registry.
- addLongArray(String, long...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds this long array to the ConfigBase by the given key.
- addLongArray(String, long...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds this long array to the Config by the given key.
- addLongArray(String, long[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new Long Array attribute to the registry.
- addMapping(DataCell) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
-
Adds a mapping of a row key to a replacement value.
- addMappingMethod(Class<? extends DataValue>, String, MappingMethod) - Static method in class org.knime.base.util.coordinate.Coordinate
-
- addMatch(DataRow, ExecutionContext) - Method in class org.knime.base.node.preproc.joiner.JoinContainer
-
- addMatrix(double[][], double[][]) - Static method in class org.knime.base.util.math.MathUtils
-
Adds the second matrix to the first one.
- addMemoryReleaseable(MemoryReleasable) - Method in class org.knime.core.data.util.memory.MemoryObjectTracker
-
Deprecated.
Track memory releasable objects.
- addMessageListener(NodeMessageListener) - Method in class org.knime.core.node.Node
-
Adds a state listener to this node.
- addMiscTab(NodeDialogPane) - Static method in class org.knime.core.node.Node
-
Adds the misc tab to dialogs.
- 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.
- addMissingNode(NodeAndBundleInformation) - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
-
Adds information about a missing node.
- addMissingNodes(Collection<NodeAndBundleInformation>) - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
-
Adds information about missing nodes.
- 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
-
- 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.
- addNode(NodeFactory<?>) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Create new Node based on given factory and add to workflow.
- addNodeAndApplyContext(NodeFactory<?>, NodeCreationContext) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- addNodeCreation(NodeContainer) - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
-
- addNodeDescription(KnimeNodeDocument) - Method in class org.knime.core.node.DynamicNodeFactory
-
- addNodeDescription(KnimeNodeDocument) - Method in class org.knime.core.node.missing.MissingNodeFactory
-
Subclasses should add the node description elements.
- 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.NodeContainerStateObservable
-
- 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.core.util.tokenizer.TokenizerSettings
-
Replaces the delimiter with the same delimiter pattern overriding the
values for combineConsecutiveDelims,
returnAsSeparateToken, and includeInToken.
- addOtherControls(JPanel) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeDialog
-
Deprecated.
Override this if you want to add additional controls on the same tab before the common controls.
- addOtherControls(JPanel) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeDialog
-
Override this if you want to add additional controls on the same tab before the common controls.
- addOtherControls(JPanel) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
-
Override this if you want to add additional controls on the same tab before the common controls.
- AddOutFieldDialog - Class in org.knime.core.node.util.dialog
-
A dialog with most basic settings for an output field.
- addOutputLayer(NeuralNetworkDocument.NeuralNetwork, MultiLayerPerceptron, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
-
Deprecated.
Writes the PMML output layer of the MLP.
- addOutputLayer(NeuralNetworkDocument.NeuralNetwork, MultiLayerPerceptron, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.neural.mlp2.PMMLNeuralNetworkTranslator
-
Writes the PMML output layer of the MLP.
- addPanel(JPanel, String) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeDialog
-
Add additional panel (i.e.
- addPanel(JPanel, String) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
-
Add additional panel (for example for pivoting) to this dialog.
- addPanel(JPanel, String, int) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
-
Add additional panel (for example for pivoting) to this dialog.
- addPanel(JPanel, boolean, String) - Method in class org.knime.core.node.util.VerticalCollapsablePanels
-
Adds a panel wrapped with text on the wrapper.
- addPanel(JPanel, boolean) - Method in class org.knime.core.node.util.VerticalCollapsablePanels
-
Adds a panel wrapped without text on the wrapper.
- addParallelChunk(int, ParallelizedChunkContent) - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContentMaster
-
Add a new chunk to the list.
- addPassword(String, String, String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds a password to the config object.
- addPassword(String, String, String) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds a password to the config object.
- 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.
- addPredictionColumn(DefaultNodeSettingsPane) - Method in class org.knime.base.node.mine.util.PredictorHelper
-
Creates the
SettingsModelString for the custom prediction column and adds the controls to
dialog.
- addPredictionColumn(DefaultNodeSettingsPane, SettingsModelString, SettingsModelBoolean) - Method in class org.knime.base.node.mine.util.PredictorHelper
-
Adds the prediction column name to the dialog.
- 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.
- addProbabilitySuffix(DefaultNodeSettingsPane) - Method in class org.knime.base.node.mine.util.PredictorHelper
-
Adds the suffix model to dialog.
- addProbabilitySuffix(DefaultNodeSettingsPane, SettingsModelString) - Method in class org.knime.base.node.mine.util.PredictorHelper
-
Adds suffixModel to dialog.
- 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
-
- addProgressListener(NodeProgressListener) - Method in class org.knime.core.util.ProgressMonitorAdapter
-
Adds a new listener to the list of instances which are interested in
receiving progress events.
- 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.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.
- addRendererFactory(DataValueRendererFactory, boolean) - Method in class org.knime.core.data.ExtensibleUtilityFactory
-
Adds a factory to the list of available renderers.
- addRequestProperty(String, String) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- addRightOuter(DataRow, ExecutionContext) - Method in class org.knime.base.node.preproc.joiner.JoinContainer
-
- addRow(DataRowWeighted) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
-
- 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.
- addRow() - Method in interface org.knime.core.node.util.ConfigTableModel
-
Add a row with default content.
- addRow() - Method in class org.knime.core.node.util.DefaultConfigTableModel
-
Add a row with default content.
- addRow(DataColumnSpec) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
-
Adds a row using the give colSpec as a hint for the new row.
- addRow(FlowVariable) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
-
Adds a row using the given flow variable as a hint.
- addRow(String, FlowVariable.Type) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
-
Adds a row using the give values as a hint.
- addRow(OutColumnField) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
-
Adds a row using the values of the given output column.
- addRow(OutFlowVariableField) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
-
Adds a row using the values of the given output variable.
- addRowDelimiter(String, boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Will add a delimiter pattern that will terminate a row.
- addRowElement(RowElement) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Adds a new row element to the table
- 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
-
- addRows(List<R>) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
- addRows(Set<RowKey>) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
Adds the rows to thsi DendrogramPoint.
- addRowToChunk(DataRow) - Method in class org.knime.core.data.sort.AbstractTableSorter
-
Adds a row to the current chunk.
- 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(DataCell, DataCell, DataCell) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryRuleSet
-
Add a rule to the set.
- addRule(String) - Method in class org.knime.base.node.rules.RuleEngineSettings
-
Deprecated.
Adds a rule.
- addSearchListener(ColumnSelectionSearchableListPanel.SearchListener) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
-
- addSelectionInterval(int, int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
- addShort(String, short) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds this short value to the ConfigBase by the given key.
- addShort(String, short) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds this short value to the Config by the given key.
- addShort(String, Short, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new Short attribute to the registry.
- addShortArray(String, short...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds this short array to the ConfigBase by the given key.
- addShortArray(String, short...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds this short array to the Config by the given key.
- addShortArray(String, short[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new Short Array attribute to the registry.
- addShortDescriptionToNodeDescription(Element, Iterable<MissingCellHandlerFactory>) - Static method in class org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescriptionFactory
-
- 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
-
- addShowInvalidValBinListener(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.core.util.tokenizer.TokenizerSettings
-
Adds support for single line comment to the tokenizer.
- addSkippedGroup(String, 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.core.util.tokenizer.TokenizerSettings
-
Checks the completeness and consistency of all settings and adds
informational messages, warnings, and errors, if something is suspicious.
- addString(String, String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds this String object to the ConfigBase by the given key.
- addString(String, String) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds this String object to the Config by the given key.
- addString(String, String, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new String attribute to the registry.
- addStringArray(String, String...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds this array of String object to the ConfigBase by the given key.
- addStringArray(String, String...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds this array of String object to the Config by the given key.
- addStringArray(String, String[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Adds a new String Array attribute to the registry.
- 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.
- addTab(String, Component) - Method in class org.knime.core.node.NodeDialogPane
-
Adds a new component in a new tab to the node's dialog.
- addTab(String, Component, boolean) - Method in class org.knime.core.node.NodeDialogPane
-
- addTab(String, Component) - Method in class org.knime.core.node.util.SelectableAccordion
-
Deprecated.
- 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.
- addTabAt(int, String, Component, boolean) - Method in class org.knime.core.node.NodeDialogPane
-
- addTable(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.meta.looper.ConcatenateTableFactory
-
Table is added and rows are copied to a new data container.
- addTable(RowInput, ExecutionContext) - Method in class org.knime.base.node.meta.looper.ConcatenateTableFactory
-
All rows of the given row input are added to a new data container.
- 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.
- addToDuplicateChecker(String) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
-
- 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() - Method in class org.knime.core.node.util.FilesHistoryPanel
-
Adds the current location to the history.
- addToRepository(FileStoreHandlerRepository) - Method in interface org.knime.core.data.filestore.internal.IWriteFileStoreHandler
-
- addToRepository(FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
- addToRepository(FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- addToRepository(FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
- addToRepository(FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
- addToRepository(FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
- addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
-
Adds the model to a segment in a pmml segmentation.
- addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
-
Adds the model to a segment in a pmml segmentation.
- addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
-
Adds the model to a segment in a pmml segmentation.
- addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
Adds the model to a segment in a pmml segmentation.
- addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
-
Adds the model to a segment in a pmml segmentation.
- addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
-
Adds the model to a segment in a pmml segmentation.
- addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
-
Adds the model to a segment in a pmml segmentation.
- addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
-
Adds the model to a segment in a pmml segmentation.
- addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
-
Adds the model to a segment in a pmml segmentation.
- addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
-
Adds the model to a segment in a pmml segmentation.
- addToSettings(T) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeDialog
-
Enables subclasses to add there settings to the settings object.
- addToSettings(LoopEnd2NodeSettings) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeDialog
-
Enables subclasses to add there settings to the settings object.
- addToSettings(LoopEndNodeSettings) - Method in class org.knime.base.node.meta.looper.LoopEndNodeDialog
-
Enables subclasses to add there settings to the settings object.
- 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.
- addTransientString(String, String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Adds a 'transient' string to this settings tree.
- addTransientString(String, String) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
Adds a 'transient' string to this settings tree.
- addTreeCellClass(String) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
- addType(JRadioButton, int) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Adds the type to the given radio button.
- addUIInformationListener(NodeUIInformationListener) - Method in class org.knime.core.node.workflow.Annotation
-
- 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
-
- addValue(String, Object) - Method in class org.knime.base.data.aggregation.GlobalSettings
-
Allows the adding of arbitrary objects with a given key.
- addValue(String, Object) - Method in class org.knime.base.data.aggregation.OperatorColumnSettings
-
Allows the adding of arbitrary objects with a given key.
- addValue(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
Adds the given value to this attribute model.
- addValue(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
Adds the given value to this attribute model.
- addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
Adds the given value to the concrete implementation.
- addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
-
Deprecated.
Adds the given value to the concrete implementation.
- addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
Deprecated.
Adds the given value to the concrete implementation.
- addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
Deprecated.
Adds the given value to the concrete implementation.
- addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
Deprecated.
Adds the given value to the concrete implementation.
- addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
Adds the given value to the concrete implementation.
- addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
-
Adds the given value to the concrete implementation.
- addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
-
Adds the given value to the concrete implementation.
- addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
-
Adds the given value to the concrete implementation.
- addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
-
Adds the given value to the concrete implementation.
- addValues(Map<String, Object>) - Method in class org.knime.base.data.aggregation.GlobalSettings
-
Allows the adding of arbitrary key value pairs.
- 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
-
- addVariableControlledParameters(Set<String>) - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
-
- 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.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.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.
- addWriter(Writer, Layout, 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.
- advancedFormat(double) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner.BinnerNumberFormat
-
- 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
-
Deprecated.
Called when the user presses the "Advanced Settings..." button.
- AffineTransConfiguration - Class in org.knime.base.data.normalize
-
- 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.
- AffineTransRowIterator(RowInput, AffineTransTable) - Constructor for class org.knime.base.data.normalize.AffineTransRowIterator
-
Creates new row iterator given an AffineTransTable with its informations.
- AffineTransRowIterator.RowInputIterator - Class in org.knime.base.data.normalize
-
- 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
-
- AffineTransTable(DataTable, AffineTransConfiguration) - Constructor for class org.knime.base.data.normalize.AffineTransTable
-
Creates new table, normalizing table with the configuration
given by configuration.
- AffineTransTable(RowInput, AffineTransConfiguration) - Constructor for class org.knime.base.data.normalize.AffineTransTable
-
Creates new table, normalizing table (given as row input) with the configuration
given by configuration.
- afterEvaluation() - Method in class org.knime.base.data.statistics.calculation.NominalValue
- afterEvaluation() - Method in class org.knime.base.data.statistics.Statistic
-
- afterEvaluation() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationStatisticMB
- afterEvaluation() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationStatisticMB
- afterEvaluation() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
- afterEvaluation() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextValidValueStatisticMB
- afterEvaluation() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextValidValueStatisticTB
- afterExecute() - Method in class org.knime.core.node.workflow.NodeExecutionJob
-
Called to finalize the execution.
- afterProcessing() - Method in class org.knime.core.data.container.AbstractCellFactory
-
Called after all rows have been processed (either successfully or failed).
- 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.
- AggregationCellFactory - Class in org.knime.base.node.preproc.columnaggregator
-
- AggregationCellFactory(DataTableSpec, List<String>, GlobalSettings, List<NamedAggregationOperator>) - Constructor for class org.knime.base.node.preproc.columnaggregator.AggregationCellFactory
-
Constructor for class AggregationCellFactory.
- 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
-
Deprecated.
- AggregationColumnPanel() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
-
Deprecated.
Constructor for class AggregationColumnPanel.
- AggregationColumnPanel(String) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
-
Deprecated.
Constructor for class AggregationColumnPanel.
- AggregationColumnPanel(String, String) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
-
Deprecated.
- AggregationColumnPanel - Class in org.knime.base.data.aggregation.dialogutil.column
-
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.column.AggregationColumnPanel
-
Constructor for class AggregationColumnPanel.
- AggregationColumnPanel(String) - Constructor for class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
-
Constructor for class AggregationColumnPanel.
- AggregationColumnPanel(String, String) - Constructor for class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
-
- AggregationColumnTableModel - Class in org.knime.base.data.aggregation.dialogutil
-
Deprecated.
- AggregationColumnTableModel() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
-
Deprecated.
Constructor for class AggregationColumnTableModel.
- AggregationColumnTableModel - Class in org.knime.base.data.aggregation.dialogutil.column
-
- AggregationColumnTableModel() - Constructor for class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
-
Constructor for class AggregationColumnTableModel.
- AggregationFunction - Interface in org.knime.core.node.port.database.aggregation
-
Methods are not thread safe since they might have internal state.
- AggregationFunctionAndRowListCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
-
- AggregationFunctionAndRowListCellRenderer() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationFunctionAndRowListCellRenderer
-
- AggregationFunctionAndRowTableCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
-
- AggregationFunctionAndRowTableCellRenderer() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationFunctionAndRowTableCellRenderer
-
- AggregationFunctionComboBox - 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.
- AggregationFunctionComboBox() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationFunctionComboBox
-
Creates AggregationMethod selection combo box with the allowed
methods.
- AggregationFunctionProvider<F extends AggregationFunction> - Interface in org.knime.core.node.port.database.aggregation
-
- AggregationFunctionRow<F extends AggregationFunction> - Interface in org.knime.base.data.aggregation.dialogutil
-
- AggregationFunctionRowTableCellRenderer<R extends AggregationFunctionRow<?>> - Class in org.knime.base.data.aggregation.dialogutil
-
- AggregationFunctionRowTableCellRenderer(AggregationFunctionRowTableCellRenderer.ValueRenderer<R>) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationFunctionRowTableCellRenderer
-
- AggregationFunctionRowTableCellRenderer(AggregationFunctionRowTableCellRenderer.ValueRenderer<R>, boolean) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationFunctionRowTableCellRenderer
-
- AggregationFunctionRowTableCellRenderer(AggregationFunctionRowTableCellRenderer.ValueRenderer<R>, boolean, String) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationFunctionRowTableCellRenderer
-
- AggregationFunctionRowTableCellRenderer.ValueRenderer<R> - Interface in org.knime.base.data.aggregation.dialogutil
-
- 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
-
Deprecated.
- AggregationMethodComboBox() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodComboBox
-
Deprecated.
Creates AggregationMethod selection combo box with the allowed
methods.
- AggregationMethodDecorator - Class in org.knime.base.data.aggregation
-
- AggregationMethodDecorator(AggregationMethod) - Constructor for class org.knime.base.data.aggregation.AggregationMethodDecorator
-
Constructor for class AggregationOperatorDecorator.
- AggregationMethodDecorator(AggregationMethod, boolean) - Constructor for class org.knime.base.data.aggregation.AggregationMethodDecorator
-
Constructor for class AggregationMethodDecorator.
- AggregationMethodDecoratorTableCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
-
Deprecated.
- AggregationMethodDecoratorTableCellRenderer(AggregationMethodDecoratorTableCellRenderer.ValueRenderer) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodDecoratorTableCellRenderer
-
Deprecated.
- AggregationMethodDecoratorTableCellRenderer(AggregationMethodDecoratorTableCellRenderer.ValueRenderer, boolean) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodDecoratorTableCellRenderer
-
Deprecated.
- AggregationMethodDecoratorTableCellRenderer(AggregationMethodDecoratorTableCellRenderer.ValueRenderer, boolean, String) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodDecoratorTableCellRenderer
-
Deprecated.
- AggregationMethodDecoratorTableCellRenderer.ValueRenderer - Interface in org.knime.base.data.aggregation.dialogutil
-
Deprecated.
- AggregationMethodListCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
-
Deprecated.
- AggregationMethodListCellRenderer() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodListCellRenderer
-
Deprecated.
- 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
-
Deprecated.
- AggregationMethodTableCellEditor(TableModel) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellEditor
-
Deprecated.
Constructor for class AggregationMethodTableCellEditor.
- AggregationMethodTableCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
-
Deprecated.
- AggregationMethodTableCellRenderer() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellRenderer
-
Deprecated.
- 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) - Constructor for class org.knime.base.data.aggregation.AggregationOperator
-
Constructor for class AggregationOperator.
- AggregationOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.AggregationOperator
-
Constructor for class AggregationOperator.
- AggregationParameterDialog - Class in org.knime.base.data.aggregation.dialogutil
-
Deprecated.
- AggregationParameterDialog(Frame, AggregationMethod, DataTableSpec) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationParameterDialog
-
Deprecated.
- AggregationParameterDialog(Frame, boolean, String, AggregationMethod, DataTableSpec) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationParameterDialog
-
Deprecated.
- AggregationSettingsButtonCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
-
This class implements the aggregation operator settings button that is
displayed in the aggregation operator table.
- AggregationSettingsButtonCellRenderer(AbstractAggregationPanel<?, ?, ?>) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
-
Create the ButtonColumn to be used as a renderer and editor.
- AggregationSettingsDialog - Class in org.knime.base.data.aggregation.dialogutil
-
- AggregationSettingsDialog(Frame, AggregationFunction, DataTableSpec) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationSettingsDialog
-
- AggregationSettingsDialog(Frame, boolean, String, AggregationFunction, DataTableSpec) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationSettingsDialog
-
- AggregationTableModel<R extends AggregationFunctionRow<?>> - Interface in org.knime.base.data.aggregation.dialogutil
-
- AggregationTableModel<R extends AggregationFunctionRow<?>> - Interface in org.knime.base.node.io.database.groupby.dialog
-
- AggregationValModel<T extends AggregationValSubModel<S,H>,S extends Shape,H extends Shape> - Class in org.knime.base.node.viz.aggregation
-
- 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.
- allApplicableColumns(DataTableSpec, List<String>) - Static method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Finds those columns that have applicable columns.
- AllColumnConfiguration - Class in org.knime.base.node.preproc.draganddroppanel
-
- AllColumnConfiguration(ConfigurationDialogFactory) - Constructor for class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
-
- AllColumnPanel - Class in org.knime.base.node.preproc.draganddroppanel
-
- AllColumnPanel(AllColumnConfiguration) - Constructor for class org.knime.base.node.preproc.draganddroppanel.AllColumnPanel
-
- 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
-
Deprecated.
- 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.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
The name of the settings tag which holds true if the user
wants that the node handles multiple occurrences as
boolean.
- ALLOW_MULTIPLE - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
The name of the settings tag which holds true if the user wants that the node handles multiple
occurrences as boolean.
- allowLFinQuotes(boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
If true is passed, line breaks in quoted string are allowed and stored as part of
the string, if the argument is false, an exception is thrown if a new line character
is read inside a quoted string (and no line continuation character (backslash) is used).
- allowLFinQuotes() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
Returns true if line breaks in quoted string are allowed and stored as part of
the string, or false, if a new line character in a quoted string causes an error (unless
the line continuation character (backslash) is used).
- 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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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.
- AndElementCountOperator - Class in org.knime.base.data.aggregation.deprecated
-
Deprecated.
- AndElementCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.AndElementCountOperator
-
Deprecated.
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.
- AndElementOperator - Class in org.knime.base.data.aggregation.deprecated
-
Deprecated.
- AndElementOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.AndElementOperator
-
Deprecated.
Constructor for class AndElementOperator.
- AndElementOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.AndElementOperator
-
Deprecated.
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
-
- AndRowFilter(IRowFilter, IRowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
-
Implements a
IRowFilter that takes two other
IRowFilters 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.
- Annotation - Class in org.knime.core.node.workflow
-
An annotation on the workflow.
- Annotation(AnnotationData) - Constructor for class org.knime.core.node.workflow.Annotation
-
Create new annotation with arg data (not null).
- AnnotationClassFilter(Class<? extends Annotation>...) - Constructor for class org.knime.core.util.EclipseUtil.AnnotationClassFilter
-
Creates a new annotation filter.
- AnnotationData - Class in org.knime.core.node.workflow
-
- AnnotationData() - Constructor for class org.knime.core.node.workflow.AnnotationData
-
- AnnotationData.StyleRange - Class in org.knime.core.node.workflow
-
Formatting rule on the text; similar to SWT style range.
- AnnotationData.TextAlignment - Enum in org.knime.core.node.workflow
-
Text alignment in annotation.
- ApacheMathStatistic - Class in org.knime.base.data.statistics.calculation
-
Base class for apache math StorelessUnivariateStatistics implementations.
- ApacheMathStatistic(StorelessUnivariateStatistic, String...) - Constructor for class org.knime.base.data.statistics.calculation.ApacheMathStatistic
-
- append(String) - Method in class org.knime.base.node.preproc.double2int.WarningMessage
-
Appends the given warning message to existing ones and puts a '\n' in between.
- append(String) - Method in class org.knime.base.node.preproc.double2int2.WarningMessage
-
Appends the given warning message to existing ones and puts a '\n' in between.
- 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_COLUMNS - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys
-
The configuration key for the specified column appending.
- APPEND_COLUMNS_WITH_NORMALIZED_CLASS_DISTRIBUTION - Static variable in class org.knime.base.node.mine.util.PredictorHelper
-
The dialog text for adding probabilities columns.
- APPEND_ROWKEY_COLUMN - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
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.InteractiveHiLiteCollectorNodeModel
-
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.BasisFunctionPredictor2NodeModel
-
- appendClassProbabilities() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
Deprecated.
- 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
-
- AppendedColumnRow - Class in org.knime.base.data.append.column
-
Deprecated.
- AppendedColumnRow(DataRow, DataCell...) - Constructor for class org.knime.base.data.append.column.AppendedColumnRow
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
Create a new row with the baseRow providing the first cells
and appendedRow providing the following cells.
- AppendedColumnRow - Class in org.knime.core.data.append
-
A
DataRow that is extended by one or more
cells.
- AppendedColumnRow(DataRow, DataCell...) - Constructor for class org.knime.core.data.append.AppendedColumnRow
-
Creates new Row with baseRow providing the first cells and
appendCell as last cells.
- AppendedColumnRow(RowKey, DataRow, DataCell...) - Constructor for class org.knime.core.data.append.AppendedColumnRow
-
Creates new Row with baseRow providing the first cells and
appendCell as last cells.
- AppendedColumnRow(DataRow, DataRow, boolean[]) - Constructor for class org.knime.core.data.append.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.core.data.append.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.core.data.append.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
-
- 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
-
Deprecated.
- AppendedRowsIterator(AppendedRowsIterator.PairSupplier[], AppendedRowsTable.DuplicatePolicy, String, DataTableSpec, ExecutionMonitor, long) - Constructor for class org.knime.base.data.append.row.AppendedRowsIterator
-
Deprecated.
Creates new iterator of tables following spec.
- AppendedRowsIterator - Class in org.knime.core.data.append
-
- AppendedRowsIterator(AppendedRowsIterator.PairSupplier[], AppendedRowsTable.DuplicatePolicy, String, DataTableSpec, ExecutionMonitor, long) - Constructor for class org.knime.core.data.append.AppendedRowsIterator
-
Creates new iterator of tables following spec.
- AppendedRowsIterator.PairSupplier - Class in org.knime.base.data.append.row
-
- AppendedRowsIterator.PairSupplier - Class in org.knime.core.data.append
-
- AppendedRowsIterator.RuntimeCanceledExecutionException - Exception in org.knime.base.data.append.row
-
Deprecated.
- AppendedRowsIterator.RuntimeCanceledExecutionException - Exception in org.knime.core.data.append
-
- 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.
- AppendedRowsRowInput - Class in org.knime.base.data.append.row
-
Deprecated.
- AppendedRowsRowInput - Class in org.knime.core.data.append
-
- AppendedRowsRowInput.RowInputIterator - Class in org.knime.base.data.append.row
-
Deprecated.
- AppendedRowsRowInput.RowInputIterator - Class in org.knime.core.data.append
-
- AppendedRowsTable - Class in org.knime.base.data.append.row
-
Deprecated.
- AppendedRowsTable(DataTable...) - Constructor for class org.knime.base.data.append.row.AppendedRowsTable
-
Deprecated.
Concatenates a set of tables.
- AppendedRowsTable(String, DataTable...) - Constructor for class org.knime.base.data.append.row.AppendedRowsTable
-
Deprecated.
Concatenates a set of tables.
- AppendedRowsTable(AppendedRowsTable.DuplicatePolicy, String, DataTable...) - Constructor for class org.knime.base.data.append.row.AppendedRowsTable
-
Deprecated.
Concatenates a set of tables.
- AppendedRowsTable - Class in org.knime.core.data.append
-
- AppendedRowsTable(DataTable...) - Constructor for class org.knime.core.data.append.AppendedRowsTable
-
Concatenates a set of tables.
- AppendedRowsTable(String, DataTable...) - Constructor for class org.knime.core.data.append.AppendedRowsTable
-
Concatenates a set of tables.
- AppendedRowsTable(AppendedRowsTable.DuplicatePolicy, String, DataTable...) - Constructor for class org.knime.core.data.append.AppendedRowsTable
-
Concatenates a set of tables.
- AppendedRowsTable.DuplicatePolicy - Enum in org.knime.base.data.append.row
-
Deprecated.
- AppendedRowsTable.DuplicatePolicy - Enum in org.knime.core.data.append
-
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
-
- AppendElementOperator - Class in org.knime.base.data.aggregation.collection
-
Collection operator that creates a new List by appending the elements of all lists of the group.
- AppendElementOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.AppendElementOperator
-
Constructor for class AndElementOperator.
- AppendElementOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.AppendElementOperator
-
Constructor for class AndElementOperator.
- AppendErrorMessageCellFactory(int[], DataColumnSpec[]) - Constructor for class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel.AppendErrorMessageCellFactory
-
- appendMessage(Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
- appendMessage(Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
-
- appendMissingValuesEntry(JPopupMenu) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
Appends the toggle missing values entry at the end of the given menu
if at least one row is selected and the table model contains
the missing cell option column.
- 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
-
Deprecated.
- AppendToTableNodeDialogPane() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendToTableNodeDialogPane
-
Deprecated.
Inits components.
- AppendVariableToTable2NodeDialogPane - Class in org.knime.base.node.flowvariable.appendvariabletotable2
-
Dialog for the "Variable To TableColumn" node.
- AppendVariableToTable2NodeDialogPane() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeDialogPane
-
Inits components.
- AppendVariableToTable2NodeFactory - Class in org.knime.base.node.flowvariable.appendvariabletotable2
-
Factory for the "Variable To TableColumn" node.
- AppendVariableToTable2NodeFactory() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeFactory
-
- AppendVariableToTable2NodeModel - Class in org.knime.base.node.flowvariable.appendvariabletotable2
-
NodeModel for the "Variable To TableColumn" node which adds variables as new columns to the input table.
- AppendVariableToTable2NodeModel() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
-
One input, one output.
- AppendVariableToTableNodeFactory - Class in org.knime.base.node.flowvariable.appendvariabletotable
-
Deprecated.
- AppendVariableToTableNodeFactory() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
-
Deprecated.
- AppendVariableToTableNodeModel - Class in org.knime.base.node.flowvariable.appendvariabletotable
-
Deprecated.
- AppendVariableToTableNodeModel() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
-
Deprecated.
One input, one output.
- AppendVariableToTableSettings - Class in org.knime.base.node.flowvariable.appendvariabletotable
-
Deprecated.
- AppendVariableToTableSettings() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
-
Deprecated.
- apply(DataCell) - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
-
Deprecated.
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.BasisFunctionPredictor2NodeDialog
-
Key for the applied column: apply_column.
- APPLY_COLUMN - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
-
Deprecated.
Key for the applied column: apply_column.
- applyColConfiguration(DataColumnSpec, DataColumnSpec, DataValidatorColConflicts) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
Checks this configuration against an input table spec.
- applyCommonSettings(NodeContainer.NodeContainerSettings, NodeID...) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- applyConfiguration(DataTableSpec, DataValidatorColConflicts) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
-
Returns the column names mapped to the corresponding DataValidatorColConfiguration.
- 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.
- applyTo(DataTableSpec) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
- applyTo(DataTableSpec) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
-
Applies the settings to the input spec and returns an object representing the included, excluded and unknown
names.
- applyTo(Iterable<DataColumnSpec>) - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
-
Applies this configuration to the column.
- applyTo(String[]) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
Create and return a new name filter that contains a list of include, exclude and unknown names based on the
current configuration and names provided as an argument.
- applyTo(String[]) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
-
Applies this configuration to the array of given names.
- applyTo(Map<String, FlowVariable>) - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterConfiguration
-
Applies the settings to the flow variables and returns an object representing the included, excluded and unknown
names.
- 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
-
- 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?
- ARFFFileFilter() - Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeModel.ARFFFileFilter
-
- 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.
- 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.
- ArrayAggDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function.postgresql
-
- ArrayAggDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function.postgresql
-
- ArrayApriori - Class in org.knime.base.node.mine.subgroupminer.apriori
-
- 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.
- ArraySpinnerModel(int[]) - Constructor for class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
-
- ArrayToCollectionConverterFactory<T,F> - Class in org.knime.core.data.convert.datacell
-
JavaToDataCellConverterFactory for converting arrays of a type to a collection of a data cell type by
converting each element using a given converter.
- ArrayToCollectionConverterFactory(JavaToDataCellConverterFactory<F>) - Constructor for class org.knime.core.data.convert.datacell.ArrayToCollectionConverterFactory
-
- ASC - Static variable in class org.knime.core.node.port.database.aggregation.DBAggregationFunctionLabelComparator
-
Ascending order comparator.
- ASC_NAME_COMPARATOR - Static variable in interface org.knime.base.data.aggregation.AggregationMethod
-
Comparator that sorts
AggregationMethods based on their label that is displayed to the
user in ascending order.
- ASCENDING_KEY - Static variable in class org.knime.base.node.io.database.DBSorterNodeModel
-
Settings key for ascending sort.
- 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.
- assembleInputData(NodeID, PortObject[]) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Fill array holding input data for a given node.
- assembleInputSpecs(NodeID, PortObjectSpec[]) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Fill array holding all input specs for the given node.
- assertIndexForColumn(String) - Method in class org.knime.base.data.statistics.Statistic
-
Convenience method for subclasses, which returns the index of the column and checks if the column name was
configured.
- ASSERTIONS_ENABLED - Static variable in class org.knime.core.node.KNIMEConstants
-
Global flag indicating whether assertions are enabled or disabled.
- assertLock() - Method in class org.knime.core.node.workflow.WorkflowManager
-
- 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.
- assignInternalHeldObjects(PortObject[], ExecutionEnvironment, ExecutionContext, PortObject[]) - Method in class org.knime.core.node.Node
-
Called after execute to retrieve internal held objects from underlying NodeModel and to do some clean-up with
previous objects.
- 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.
- asXML(ConfigBase, ContentHandler) - Static method in class org.knime.core.node.config.base.XMLContentHandler
-
Utility method that writes the given config object to a content handler.
- ASYNC_CACHE_SIZE - Static variable in class org.knime.core.data.container.DataContainer
-
Size of buffers.
- ASYNC_EXECUTORS - Static variable in class org.knime.core.data.container.DataContainer
-
The executor, which runs the IO tasks.
- AtomicDouble - Class in org.knime.base.node.mine.decisiontree2.learner2
-
Implements an atomic double (i.e.
- AtomicDouble(double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.AtomicDouble
-
Creates an atomic double with the given value.
- attachTo(JComboBox) - Method in class org.knime.core.node.util.ColumnComboBoxRenderer
-
Attach this renderer to the given JComboBox.
- ATTRIBUTE_KEY - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
The key to store the attribute in configurations.
- ATTRIBUTE_NAME - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
Config key for the attribute name.
- AttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
-
Deprecated.
- AttributeModel(String, int, boolean) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
Constructor for class ClassValue.
- AttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel2
-
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.datamodel2.AttributeModel
-
Constructor for class ClassValue.
- AttrValueRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
-
- 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.
- AttrValueRowFilter(String, boolean, 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.
- AuthorInformation(String, Date, String, Date) - Constructor for class org.knime.core.node.workflow.WorkflowManager.AuthorInformation
-
- AutoBinner - Class in org.knime.base.node.preproc.autobinner
-
Creates Bins.
- AutoBinner(AutoBinnerLearnSettings) - Constructor for class org.knime.base.node.preproc.autobinner.AutoBinner
-
- AutoBinner - Class in org.knime.base.node.preproc.autobinner2
-
Creates Bins.
- AutoBinner(AutoBinnerLearnSettings) - Constructor for class org.knime.base.node.preproc.autobinner2.AutoBinner
-
- AutoBinner - Class in org.knime.base.node.preproc.autobinner3
-
Creates Bins.
- AutoBinner(AutoBinnerLearnSettings, DataTableSpec) - Constructor for class org.knime.base.node.preproc.autobinner3.AutoBinner
-
- AutoBinner.BinnerNumberFormat - Class in org.knime.base.node.preproc.autobinner3
-
This formatted should not be changed, since it may result in a different output of the binning labels.
- 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.
- AutoBinnerLearnNodeDialogPane - Class in org.knime.base.node.preproc.autobinner2
-
Binner dialog used to specify binning rules.
- AutoBinnerLearnNodeDialogPane() - Constructor for class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeDialogPane
-
Creates a new binner dialog.
- AutoBinnerLearnNodeDialogPane - Class in org.knime.base.node.preproc.autobinner3
-
Binner dialog used to specify binning rules.
- AutoBinnerLearnNodeDialogPane() - Constructor for class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeDialogPane
-
Creates a new binner dialog.
- AutoBinnerLearnNodeDialogPane(boolean) - Constructor for class org.knime.base.node.preproc.autobinner3.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
-
- AutoBinnerLearnNodeFactory - Class in org.knime.base.node.preproc.autobinner2
-
- AutoBinnerLearnNodeFactory() - Constructor for class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeFactory
-
- AutoBinnerLearnNodeFactory - Class in org.knime.base.node.preproc.autobinner3
-
- AutoBinnerLearnNodeFactory() - Constructor for class org.knime.base.node.preproc.autobinner3.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.
- AutoBinnerLearnNodeModel - Class in org.knime.base.node.preproc.autobinner2
-
Performs a mapping from continuous to discrete values.
- AutoBinnerLearnNodeModel() - Constructor for class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
-
Creates a new binner.
- AutoBinnerLearnNodeModel - Class in org.knime.base.node.preproc.autobinner3
-
Performs a mapping from continuous to discrete values.
- AutoBinnerLearnNodeModel() - Constructor for class org.knime.base.node.preproc.autobinner3.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 - Class in org.knime.base.node.preproc.autobinner2
-
This class hold the settings for the Logistic Learner Node.
- AutoBinnerLearnSettings() - Constructor for class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- AutoBinnerLearnSettings - Class in org.knime.base.node.preproc.autobinner3
-
This class hold the settings for the Logistic Learner Node.
- AutoBinnerLearnSettings() - Constructor for class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- AutoBinnerLearnSettings.BinNaming - Enum in org.knime.base.node.preproc.autobinner
-
The method for naming bins
- AutoBinnerLearnSettings.BinNaming - Enum in org.knime.base.node.preproc.autobinner2
-
The method for naming bins.
- AutoBinnerLearnSettings.BinNaming - Enum in org.knime.base.node.preproc.autobinner3
-
The method for naming bins.
- AutoBinnerLearnSettings.EqualityMethod - Enum in org.knime.base.node.preproc.autobinner2
-
The name of the equality method.
- AutoBinnerLearnSettings.EqualityMethod - Enum in org.knime.base.node.preproc.autobinner3
-
The name of the equality method.
- AutoBinnerLearnSettings.Method - Enum in org.knime.base.node.preproc.autobinner
-
The name of the autobinning method
- AutoBinnerLearnSettings.Method - Enum in org.knime.base.node.preproc.autobinner2
-
The name of the autobinning method.
- AutoBinnerLearnSettings.Method - Enum in org.knime.base.node.preproc.autobinner3
-
The name of the autobinning method.
- AutoBinnerLearnSettings.OutputFormat - Enum in org.knime.base.node.preproc.autobinner2
-
The format of output decimals.
- AutoBinnerLearnSettings.OutputFormat - Enum in org.knime.base.node.preproc.autobinner3
-
The format of output decimals.
- AutoBinnerLearnSettings.PrecisionMode - Enum in org.knime.base.node.preproc.autobinner2
-
How decimals will be rounded.
- AutoBinnerLearnSettings.PrecisionMode - Enum in org.knime.base.node.preproc.autobinner3
-
How decimals will be rounded.
- AutoconvertRowIterator - Class in org.knime.core.data
-
- AutoconvertRowIterator(CloseableRowIterator, int, DataCellTypeConverter) - Constructor for class org.knime.core.data.AutoconvertRowIterator
-
Creates a new iterator.
- 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).
- autoGuessIncludeColumns(DataTableSpec) - Static method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
-
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).
- AutoHiLiteNodeFactory - Class in org.knime.base.node.viz.hilite
-
Node that automatically hilites all incoming rows.
- AutoHiLiteNodeFactory() - Constructor for class org.knime.base.node.viz.hilite.AutoHiLiteNodeFactory
-
- AUTOMATIC_DB_ID - Static variable in class org.knime.base.node.io.database.connection.util.DBAdvancedPanel
-
Automatic db identifier option.
- 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
- AVAILABLE_STRATEGIES - Static variable in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
- availableDataTypes() - Method in class org.knime.core.data.DataTypeRegistry
-
Returns a collection with all known data types (that registered at the extension point
org.knime.core.DataType.
- availablePortTypes() - Method in class org.knime.core.node.port.PortTypeRegistry
-
Returns a collection with all known data types (that registered at the extension point
org.knime.core.DataType.
- AverageInterpolationMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
-
A handler that replaces missing values with a linear interpolation of the next and previous valid values.
- AverageInterpolationMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandler
-
- AverageInterpolationMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
-
Creates a handler that replaces missing values with the a linear interpolation of the
previous and next non-missing values.
- AverageInterpolationMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandlerFactory
-
- AverageInterpolationStatisticMB - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
-
HashMap based statistic for average interpolation.
- AverageInterpolationStatisticMB(String, boolean) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationStatisticMB
-
- AverageInterpolationStatisticTB - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
-
Table based statistic that calculates for each missing cell the
linear interpolation between the previous and next valid cell.
- AverageInterpolationStatisticTB(String, boolean) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationStatisticTB
-
Constructor for NextValidValueStatistic.
- AvgDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
- AvgDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for the parent class.
- AvgDistinctDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
- AvgDistinctDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction
-
Constructor.
- AvgDistinctDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- 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
-
Creates a new ruler in either horizontal or vertical orientation.
- 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).
- CachedConnectionFactory - Class in org.knime.core.node.port.database.connection
-
- CachedConnectionFactory(DBDriverFactory) - Constructor for class org.knime.core.node.port.database.connection.CachedConnectionFactory
-
- 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.
- calcDimensions() - Method in class org.knime.core.node.util.VTextIcon
-
Deprecated.
- 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.
- calcDomainBoundsIfNeccessary(BufferedDataTable, ExecutionContext, List<String>) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinner
-
Determines the per column min/max values of the given data if not already present in the domain.
- calcDomainBoundsIfNeccessary(BufferedDataTable, ExecutionContext, List<String>) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner
-
Determines the per column min/max values of the given data if not already present in the domain.
- calcNewCellsForRow(DataRow, RearrangeColumnsTable.NewColumnsProducerMapping) - Static method in class org.knime.core.data.container.RearrangeColumnsTable
-
Calls for an input row the list of cell factories to produce the output row (contains only the new cells, merged
later).
- calculate(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
-
Deprecated.
- calculate(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
- calculate(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
-
- 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.
- calculateBounds(int, double, double) - Static method in class org.knime.base.node.preproc.autobinner3.AutoBinner
-
- 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.
- calculateCovarianceMatrix(ExecutionMonitor, DataTable, long, DataContainer) - Method in class org.knime.base.data.statistics.CovarianceMatrixCalculator
-
Computes the covariance matrix and puts the result in the given (optional) data container and additionally
returns a in memory representation.
- calculateCurveData(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.viz.roc.ROCCalculator
-
Calculates the ROC curve.
- calculateDots() - Method in class org.knime.base.node.viz.plotter.line.LinePlotter
-
- 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.
- calculateLiftTables(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.viz.liftchart.LiftCalculator
-
Calculates the tables necessary for displaying a lift chart.
- 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
-
- 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.
- calculateMultiple(BufferedDataTable, String[], ExecutionContext) - Method in class org.knime.base.node.viz.plotter.box.BoxplotCalculator
-
Calculates the necessary statistics for a non-conditional boxplot.
- calculateMultipleConditional(BufferedDataTable, String, String[], ExecutionContext) - Method in class org.knime.base.node.viz.plotter.box.BoxplotCalculator
-
Calculates statistics for a conditional box plot.
- calculateOutput(BufferedDataTable, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputer
-
Second scan on data.
- calculatePartialExtent(Arc2D, double) - Static method in class org.knime.base.node.viz.pie.util.GeometryUtil
-
- calculateStatistics(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputer
-
First scan on the data.
- 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.
- call() - Method in class org.knime.core.util.ThreadUtils.CallableWithContext
- callableWithContext(Callable<V>) - Static method in class org.knime.core.util.ThreadUtils
-
- callableWithContext(Callable<V>, boolean) - Static method in class org.knime.core.util.ThreadUtils
-
- CallableWithContext() - Constructor for class org.knime.core.util.ThreadUtils.CallableWithContext
-
Default constructor.
- callCloseView() - Method in class org.knime.core.node.AbstractNodeView
-
- callCloseView() - Method in class org.knime.core.node.ExternalApplicationNodeView
-
- callCloseView() - Method in class org.knime.core.node.NodeView
-
Called by the node when it is deleted or by the "close" button.
- callCloseView() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView
-
- callConvert(DataCell) - Method in class org.knime.core.data.DataCellTypeConverter
-
- callCreateNodeModel(NodeCreationContext) - Method in class org.knime.core.node.NodeFactory
-
- callDerivedLoadSettingsFrom(NodeSettingsRO, PortObjectSpec[], PortObject[]) - Method in class org.knime.core.node.DataAwareNodeDialogPane
-
- callDerivedLoadSettingsFrom(NodeSettingsRO, PortObjectSpec[], PortObject[]) - Method in class org.knime.core.node.NodeDialogPane
-
- callFlushIfNeeded() - Method in class org.knime.core.data.filestore.FileStoreCell
-
- callFlushIfNeeded() - Method in class org.knime.core.data.filestore.FileStorePortObject
-
- 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.
- callNodeConfigure(PortObjectSpec[], boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
Calls configure in the node, whereby it also updates the settings in case the node is driven by flow variables.
- callOnCancel() - Method in class org.knime.core.node.NodeDialogPane
-
- callOnClose() - Method in class org.knime.core.node.NodeDialogPane
-
- callOnOpen() - Method in class org.knime.core.node.NodeDialogPane
-
- callOpenView(String) - Method in class org.knime.core.node.AbstractNodeView
-
Direct(!) subclasses override this method and open the view or frame.
- callOpenView(String, Rectangle) - 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, Rectangle) - 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.
- callOpenView(String, Rectangle) - Method in class org.knime.core.node.NodeView
-
Direct(!) subclasses override this method and open the view or frame.
- callWithContext() - Method in class org.knime.core.util.ThreadUtils.CallableWithContext
-
Computes a result, or throws an exception if unable to do so.
- canAddConnection(NodeID, int, NodeID, int) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Check if a new connection can be added.
- canAddNewConnection(NodeID, int, NodeID, int) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- canBeFurtherUsed() - Method in class org.knime.base.node.mine.decisiontree2.learner2.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.learner2.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.learner2.SplitNominalBinary
-
Binary nominal splits can be further used.
- canBeFurtherUsed() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalNormal
-
For normal nominal splits it makes no sense to be used in deeper levels.
- canCancelAll() - Method in class org.knime.core.node.workflow.WorkflowManager
-
- 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.CopyContentIntoTempFlowNodeExecutionJob
-
Called when the execution is to be canceled.
- 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
-
- cancel(boolean) - Method in class org.knime.core.util.MultiThreadWorker
-
Cancels an ongoing execution.
- cancelChunkExecution() - Method in class org.knime.core.node.workflow.virtual.parchunk.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.parchunk.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
-
- 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.
- canConfigureNodes() - Method in interface org.knime.core.node.workflow.NodeContainerParent
-
May return false for nodes contained in subnodes, which cannot be configured until all data is available
to the subnode.
- canConfigureNodes() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
May return false for nodes contained in subnodes, which cannot be configured until all data is available
to the subnode.
- canConfigureNodes() - Method in class org.knime.core.node.workflow.WorkflowManager
-
May return false for nodes contained in subnodes, which cannot be configured until all data is available
to the subnode.
- canDisconnect(NodeExecutionJob) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
-
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
- canExecute(NodeContainer) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
-
Allows one to check whether this job manager can execute a certain type of
NodeContainer, e.g.
- canExecuteAll() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Called by execute-all action to (attempt to) execute all nodes in the workflow.
- canExecuteNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Check if a node can be executed either directly or via chain of nodes that
include an executable node.
- canExecuteNodeDirectly(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Check if a node can be executed directly.
- canExecuteUpToHere() - Method in class org.knime.core.node.workflow.NodeContainer
-
Currently called by nodes having
data aware dialogs
in order to test whether upstream nodes are correctly wired and can be executed.
- 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.
- canExpandSubNode(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.
- canImport(TransferHandler.TransferSupport) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTargetTransferHander
- canImport(TransferHandler.TransferSupport) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
-
- canImport(JComponent, DataFlavor[]) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
-
- canImport(JComponent, DataFlavor[]) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
-
- 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.SubNodeContainer
- 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.
- canReExecute() - Method in class org.knime.core.node.interactive.InteractiveClientNodeView
- canReExecute() - Method in interface org.knime.core.node.interactive.InteractiveView
-
- canReExecute() - Method in class org.knime.core.node.interactive.InteractiveViewDelegate
-
- canReExecute() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView
-
- canReExecuteNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- 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.
- canResetContainedNodes() - Method in interface org.knime.core.node.workflow.NodeContainerParent
-
If a contained node contained (independent of its connections).
- canResetContainedNodes() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
If a contained node contained (independent of its connections).
- canResetContainedNodes() - Method in class org.knime.core.node.workflow.WorkflowManager
-
If a contained node contained (independent of its connections).
- 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.
- canResetSuccessors(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Called from virtual end of sub node to determine if there are any executing downstream nodes.
- canSaveInternals() - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
- 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.
- canUndo() - Method in class org.knime.core.node.workflow.action.CollapseIntoMetaNodeResult
-
- canUndo() - Method in class org.knime.core.node.workflow.action.ExpandSubnodeResult
-
- canUndo() - Method in class org.knime.core.node.workflow.action.MetaNodeToSubNodeResult
-
- canUndo() - Method in class org.knime.core.node.workflow.action.SubNodeToMetaNodeResult
-
- canUpdateMetaNodeLink(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Returns true if the argument node is a valid metanode link and is not
executing and has no successor in execution.
- cardinality() - Method in interface org.knime.core.data.vector.bitvector.BitVector
-
Number of bits set in this bit vector.
- 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.DenseBitVectorCellFactory
-
Number of bits set in this bit 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 class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
-
Number of bits set in this bit 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.
- cardinalityOfIntersection(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.BitVectorUtil
-
Computes the cardinality of the bitwise AND of the given vectors.
- cardinalityOfIntersection(DenseBitVector) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
-
Computes the cardinality of the intersection with the given bitVector.
- cardinalityOfIntersection(DenseBitVectorCell) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
-
- cardinalityOfIntersection(SparseBitVector) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
-
Computes the cardinality of the intersection with the given bitVector.
- cardinalityOfIntersection(SparseBitVectorCell) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
-
- cardinalityOfRelativeComplement(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.BitVectorUtil
-
Computes the cardinality of the relative complement of the given vectors, i.e.
- cardinalityOfRelativeComplement(DenseBitVector) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
-
Computes the cardinality of the complement relative to the given bitVector.
- cardinalityOfRelativeComplement(DenseBitVectorCell) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
-
- cardinalityOfRelativeComplement(SparseBitVector) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
-
Computes the cardinality of the complement relative to the given bitVector.
- cardinalityOfRelativeComplement(SparseBitVectorCell) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
-
- CASE_SENSITIVE_STRING - Static variable in class org.knime.base.node.io.listfiles.ListFilesSettings
-
Key to store the case sensitive settings.
- CASE_SENSITIVE_STRING - Static variable in class org.knime.base.node.io.listfiles2.ListFilesSettings
-
Key to store the case sensitive settings.
- CaseBinningStatementGenerator - Class in org.knime.core.node.port.database.binning
-
Class to create a SQL binning statement for databases which support "CASE"
- CaseBinningStatementGenerator() - Constructor for class org.knime.core.node.port.database.binning.CaseBinningStatementGenerator
-
- CaseConvertNodeDialog - Class in org.knime.base.node.preproc.caseconvert
-
- 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.
- CaseEndNodeDialogPane - Class in org.knime.base.node.switches.caseswitch
-
- CaseEndNodeDialogPane() - Constructor for class org.knime.base.node.switches.caseswitch.CaseEndNodeDialogPane
-
Constructor.
- CaseEndNodeFactory - Class in org.knime.base.node.switches.caseswitch
-
- CaseEndNodeFactory(PortType, PortType) - Constructor for class org.knime.base.node.switches.caseswitch.CaseEndNodeFactory
-
- CaseEndNodeModel - Class in org.knime.base.node.switches.caseswitch
-
- CaseEndNodeModel(PortType, PortType) - Constructor for class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
-
3 ins, 1 out.
- CaseEndNodeModel.MultipleActiveHandling - Enum in org.knime.base.node.switches.caseswitch
-
What to do when two or more inputs are active.
- CaseEndVariableNodeFactory - Class in org.knime.base.node.switches.caseswitch.variable
-
- CaseEndVariableNodeFactory() - Constructor for class org.knime.base.node.switches.caseswitch.variable.CaseEndVariableNodeFactory
-
- CasePivotStatementGenerator - Class in org.knime.core.node.port.database.pivoting
-
This class creates a SQL statement for pivoting using CASE WHEN keyword.
- 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.
- CaseStartModelNodeFactory - Class in org.knime.base.node.switches.caseswitch.model
-
- CaseStartModelNodeFactory() - Constructor for class org.knime.base.node.switches.caseswitch.model.CaseStartModelNodeFactory
-
Constructor.
- CaseStartNodeDialogPane - Class in org.knime.base.node.switches.caseswitch
-
- CaseStartNodeDialogPane() - Constructor for class org.knime.base.node.switches.caseswitch.CaseStartNodeDialogPane
-
Constructor.
- CaseStartNodeFactory - Class in org.knime.base.node.switches.caseswitch
-
- CaseStartNodeFactory(PortType) - Constructor for class org.knime.base.node.switches.caseswitch.CaseStartNodeFactory
-
- CaseStartNodeModel - Class in org.knime.base.node.switches.caseswitch
-
Shared node model for (almost) all case switch start nodes.
- CaseStartNodeModel(PortType) - Constructor for class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
-
One in, three out.
- CaseStartVariableNodeFactory - Class in org.knime.base.node.switches.caseswitch.variable
-
- CaseStartVariableNodeFactory() - Constructor for class org.knime.base.node.switches.caseswitch.variable.CaseStartVariableNodeFactory
-
Customized super class with flow var port type.
- cast(Class<T>, AbstractQuickFormElement) - Static method in class org.knime.core.util.node.quickform.AbstractQuickFormElement
-
Casts the argument to the expected class, throws exception if not
an instance.
- castAndGetFileStoreHandler() - Method in class org.knime.core.data.container.Buffer
-
- 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.
- CategoryToNumberApplyCellFactory - Class in org.knime.base.node.preproc.colconvert.categorytonumber
-
CellFactory to process a single column for the category2number (Apply) node.
- CategoryToNumberApplyCellFactory(DataTableSpec, String, CategoryToNumberApplyNodeSettings, MapValuesDocument.MapValues) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyCellFactory
-
- CategoryToNumberApplyNodeDialogPane - Class in org.knime.base.node.preproc.colconvert.categorytonumber
-
The dialog ot the Category2Number node.
- CategoryToNumberApplyNodeDialogPane() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeDialogPane
-
Create a new instance.
- CategoryToNumberApplyNodeFactory - Class in org.knime.base.node.preproc.colconvert.categorytonumber
-
- CategoryToNumberApplyNodeFactory() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeFactory
-
- CategoryToNumberApplyNodeModel - Class in org.knime.base.node.preproc.colconvert.categorytonumber
-
Node model of the Category2Number (Apply) node.
- CategoryToNumberApplyNodeModel() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
-
Create new instance.
- CategoryToNumberApplyNodeSettings - Class in org.knime.base.node.preproc.colconvert.categorytonumber
-
The settings object of the Category2Number node.
- CategoryToNumberApplyNodeSettings() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
-
Create an instance with default values.
- CategoryToNumberCellFactory - Class in org.knime.base.node.preproc.colconvert.categorytonumber
-
CellFactory to process a single column for the category2number node.
- CategoryToNumberCellFactory(DataTableSpec, String, CategoryToNumberNodeSettings) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberCellFactory
-
- CategoryToNumberCellFactory - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
-
CellFactory to process a single column for the category2number node.
- CategoryToNumberCellFactory(DataTableSpec, String, CategoryToNumberNodeSettings) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberCellFactory
-
- CategoryToNumberConfiguration - Class in org.knime.base.node.preproc.colconvert.categorytonumber
-
Container class to hold information about PMML MapValues element generated
by the CategoryToNumber node.
- CategoryToNumberConfiguration(String, String, Map<DataCell, IntCell>, DataCell, DataCell) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberConfiguration
-
- CategoryToNumberConfiguration - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
-
Container class to hold information about PMML MapValues element generated
by the CategoryToNumber node.
- CategoryToNumberConfiguration(String, String, Map<DataCell, IntCell>, DataCell, DataCell) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberConfiguration
-
- CategoryToNumberNodeDialogPane - Class in org.knime.base.node.preproc.colconvert.categorytonumber
-
The dialog ot the Category2Number node.
- CategoryToNumberNodeDialogPane() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeDialogPane
-
Create a new instance.
- CategoryToNumberNodeDialogPane - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
-
The dialog ot the Category2Number node.
- CategoryToNumberNodeDialogPane() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeDialogPane
-
Create a new instance.
- CategoryToNumberNodeFactory - Class in org.knime.base.node.preproc.colconvert.categorytonumber
-
- CategoryToNumberNodeFactory() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeFactory
-
- CategoryToNumberNodeFactory - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
-
- CategoryToNumberNodeFactory() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory
-
- CategoryToNumberNodeFactory(boolean) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory
-
- CategoryToNumberNodeFactory2 - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
-
- CategoryToNumberNodeFactory2() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory2
-
- CategoryToNumberNodeModel - Class in org.knime.base.node.preproc.colconvert.categorytonumber
-
- CategoryToNumberNodeModel() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
-
Create a new instance.
- CategoryToNumberNodeModel - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
-
- CategoryToNumberNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
-
Create a new instance.
- CategoryToNumberNodeSettings - Class in org.knime.base.node.preproc.colconvert.categorytonumber
-
The settings object of the Category2Number node.
- CategoryToNumberNodeSettings() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
Create an instance with default values.
- CategoryToNumberNodeSettings - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
-
The settings object of the Category2Number node.
- CategoryToNumberNodeSettings() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
Create an instance with default values.
- 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).
- CellCollection - Interface in org.knime.core.data.collection
-
Implemented by
DataCell, which contain other cells.
- CellFactory - Interface in org.knime.core.data.container
-
Factory for a ColumnRearranger to provide new columns which are, e.g.
- CellMean - Class in org.knime.base.data.statistics
-
Statistic for calculating the mean of columns.
- CellMean(String...) - Constructor for class org.knime.base.data.statistics.CellMean
-
- 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
-
- 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.
- centerLocation(Window, Rectangle) - Static method in class org.knime.core.node.util.ViewUtils
-
Centers a window relative to a parent window.
- CFG_ADD_COUNT_STAR - Static variable in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
-
Config key for the add count star option.
- CFG_ADDITIONAL_OPTIONS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Configuration key for additional SQL statement
- CFG_ADJUSTED_R_SQUARED - Static variable in class org.knime.base.node.mine.regression.RegressionContent
-
The key for adjusted R^2.
- CFG_AGGREGATED_COLUMNS - Static variable in class org.knime.base.node.io.database.DBGroupByNodeModel
-
Config key for columns that will be aggregated.
- CFG_AGGREGATION_FUNCTIONS - Static variable in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
-
Config key for the manual aggregation methods applied to the columns.
- CFG_AGGREGATION_FUNCTIONS - Static variable in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
-
Config key for the manual aggregation methods applied to the columns.
- CFG_AGGREGATION_METHODS - Static variable in class org.knime.base.node.io.database.DBGroupByNodeModel
-
Config key for the aggregation methods applied to the columns.
- CFG_AGGREGATION_METHODS - Static variable in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
Configuration key for the aggregation method settings.
- 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_CALC_ERROR - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
Deprecated.
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_CEIL - Static variable in class org.knime.base.node.preproc.double2int2.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_PROBS - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeDialog
-
Config key if class probabilities should be appended to the table.
- CFG_CLASS_PROPS - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
-
Deprecated.
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
-
Deprecated.
Key to store the classification column in the settings.
- CFG_CLASSIFYCOLUMN_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
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_COEFFICIENTS - Static variable in class org.knime.base.node.mine.regression.RegressionContent
-
The key for the coefficients.
- 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.MissingValueHandling2ColSetting
-
Deprecated.
NodeSettings key: write column name (only for individual columns).
- CFG_COLUMN_NAME_POLICY - Static variable in class org.knime.base.node.io.database.DBGroupByNodeModel
-
Config key for the name policy of aggregated columns.
- CFG_COLUMN_NAME_POLICY - Static variable in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
-
Config key for the name policy of aggregated 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
-
Deprecated.
Config identifier: Included columns.
- CFG_COLUMNS - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
-
Deprecated.
Config key for the columns 2 be transformed.
- CFG_COLUMNS - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
-
Config key for the columns 2 be transformed.
- CFG_COLUMNS_SETTINGS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Configuration key for the column definitions settings
- 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_COVARIANCE_MATRIX - Static variable in class org.knime.base.node.mine.regression.RegressionContent
-
The key for the covariance matrix.
- CFG_COVARIATES - Static variable in class org.knime.base.node.mine.regression.RegressionContent
-
The key for the numeric columns.
- 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_DATA_TYPE_AGGREGATORS - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
Configuration key for the data type based aggregation methods.
- 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
-
Deprecated.
- 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
-
Deprecated.
Config identifier: delimiter string.
- CFG_DELIMITER_STRING - Static variable in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
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.BasisFunctionPredictor2NodeDialog
-
Config key if don't know should be ignored.
- CFG_DONT_KNOW_IGNORE - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
-
Deprecated.
Config key if don't know should be ignored.
- CFG_ENABLE_HILITE - Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
-
Config key for the enable hiliting setting.
- 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.rowkey2.RowKeyNodeModel2
-
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_FACTORS - Static variable in class org.knime.base.node.mine.regression.RegressionContent
-
The key for the nominal columns.
- 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_FAIL_ON_INVALID - Static variable in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
-
Config key for the fail-on-invalid setting.
- 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_FILTERCOLS - Static variable in class org.knime.base.node.preproc.split2.SplitNodeModel2
-
Config key for the filter column settings.
- CFG_FIXVAL - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
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_FLOOR - Static variable in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
-
Key for the flooring (cutting) the integer.
- CFG_FROM_STRING - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
-
Deprecated.
Config key if a StringCell should be parsed.
- CFG_FROMROW - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
Deprecated.
Settings object key for the starting row.
- CFG_GENERIC_PARSE - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
-
Key for parsing with optional trailing d, f, l.
- CFG_GROUP_BY_COLUMNS - Static variable in class org.knime.base.node.io.database.DBGroupByNodeModel
-
Config key for the columns that will be grouped.
- CFG_GROUP_BY_COLUMNS - Static variable in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
-
Config key for the columns that will be grouped.
- 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_IF_NOT_EXISTS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Configuration key for if not exists
- 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
-
Deprecated.
The settings key for the include probability values boolean.
- CFG_INCL_PROBABILITYVALS_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
-
Deprecated.
The settings key for the include probability values boolean.
- CFG_INCLUDE_CONSTANT - Static variable in class org.knime.base.node.mine.regression.RegressionContent
-
The key for whether include constant in estimation or not.
- CFG_INCLUDE_PROBABILITIES - Static variable in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
-
Deprecated.
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.double2int2.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.MissingValueHandling2ColSetting
-
Deprecated.
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
-
Deprecated.
Config identifier: if to use quoting.
- CFG_IS_QUOTING - Static variable in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
Config identifier: if to use quoting.
- CFG_IS_QUOTING_ALWAYS - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
-
Deprecated.
Config identifier: if is to quote always.
- CFG_IS_QUOTING_ALWAYS - Static variable in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
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.lowvarfilter2.LowVarFilter2NodeModel
-
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_FILTER - Static variable in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
-
Key for the filter configuration.
- CFG_KEY_FILTER - Static variable in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
-
Key for the filter configuration.
- 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.lowvarfilter2.LowVarFilter2NodeModel
-
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_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_KEYS_SETTINGS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Configuration key for the key definitions settings
- CFG_KNIME_BASED_TYPE_MAPPING - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Configuration key for the knime type based mapping
- 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
-
Deprecated.
The settings key for the laplace corrector.
- CFG_LAPLACE_CORRECTOR_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
-
Deprecated.
The settings key for the laplace corrector.
- CFG_LEARNING_COLS - Static variable in class org.knime.base.node.mine.regression.RegressionContent
-
The key for the selected columns.
- CFG_LONG - Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
-
Key for setting whether to produce long or int.
- CFG_LONG - Static variable in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
-
Key for setting whether to produce long or int.
- 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
-
Deprecated.
Key to store the maximum number of nominal values in the settings.
- CFG_MAX_NO_OF_NOMINAL_VALS_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
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.dialog2.DomainNodeModel
-
Config identifier for columns for which min and max values
must be determined.
- 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
-
Deprecated.
Config key for the mean percentage.
- CFG_MEANS - Static variable in class org.knime.base.node.mine.regression.RegressionContent
-
The key for the column means (for scatter plots).
- 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.MissingValueHandling2ColSetting
-
Deprecated.
NodeSettings branch identifier for meta settings.
- CFG_META_DOUBLE - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
NodeSettings branch identifier for meta setting, Double.
- CFG_META_INT - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
NodeSettings branch identifier for meta setting, Int.
- CFG_META_OTHER - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
NodeSettings branch identifier for meta setting, Other.
- CFG_META_STRING - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
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.MissingValueHandling2ColSetting
-
Deprecated.
NodeSettings key: write method.
- CFG_MIN_MAX_COLS - Static variable in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
-
Config identifier for columns for which min and max values
must be determined.
- 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.dialog2.DomainNodeModel
-
Config identifier whether min/max values should be retained
for non-selected columns (will otherwise be dropped).
- 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
-
- CFG_MODEL - Static variable in class org.knime.core.node.workflow.SingleNodeContainer
-
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
-
Deprecated.
The config key under which the model is stored.
- CFG_MODEL_NAME - Static variable in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
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_NAME_BASED_KEYS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Configuration key for the column name based keys mapping
- CFG_NAME_BASED_TYPE_MAPPING - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Configuration key for the column name based type mapping
- 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
-
Deprecated.
Config identifier: Name of new column.
- CFG_NEW_COLUMN_NAME - Static variable in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
Config identifier: Name of new column.
- CFG_NEW_COLUMN_NAME - Static variable in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
-
Config key for the new column name setting.
- CFG_NO_COLUMNS_POLICY - Static variable in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
-
Config identifier for columns for execution policy if no input
columns are selected.
- 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_OFFSET_VALUE - Static variable in class org.knime.base.node.mine.regression.RegressionContent
-
The key for the custom offset value.
- 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_PATTERN_AGGREGATION_FUNCTIONS - Static variable in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
-
Config key for the pattern based aggregation methods applied to the columns.
- CFG_PATTERN_AGGREGATORS - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
Configuration key for the pattern based aggregation methods.
- 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.dialog2.DomainNodeModel
-
Config identifier for columns for which possible values
must be determined.
- 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.dialog2.DomainNodeModel
-
Config identifier whether possible value domain should be retained
for non-selected columns (will otherwise be dropped).
- 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
-
Deprecated.
Config identifier: quote character.
- CFG_QUOTE_CHAR - Static variable in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
Config identifier: quote character.
- CFG_R_SQUARED - Static variable in class org.knime.base.node.mine.regression.RegressionContent
-
The key for R^2.
- 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_REMOVESOURCES - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
-
Config key which stores if the source columns should be removed.
- CFG_REPLACE - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
-
Deprecated.
Flag whether column(s) should be replaced or not.
- CFG_REPLACE_COLUMN - Static variable in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
-
Config key for the replace column setting.
- CFG_REPLACE_DELIMITER_STRING - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
-
Deprecated.
Config identifier: delimiter replacement string.
- CFG_REPLACE_DELIMITER_STRING - Static variable in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
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_ROUND - Static variable in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
-
Key for rounding the integer.
- CFG_ROWCNT - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
Deprecated.
Settings object key for the number of row to display.
- CFG_SCHEMA - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Configuration key for the schema
- 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 be included.
- 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
-
Deprecated.
Key to store if the missing values should be skipped during learning.
- CFG_SKIP_MISSING_VALUES - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
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
-
Deprecated.
- CFG_SORT_IN_MEMORY - Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
-
- CFG_SPEC_FILES - Static variable in interface org.knime.core.node.NodePersistor
-
- CFG_SQL_STATEMENT - Static variable in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
- 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.base.node.io.database.DBSQLExecutorNodeModel
-
Settings key for sort columns.
- 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
-
Deprecated.
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.io.database.columnrename.DBColumnRenameNodeModel
-
Config identifier for the NodeSettings object contained in the NodeSettings which contains the settings.
- 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_TABLE_NAME - Static variable in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
-
Table name config key.
- CFG_TABLE_NAME - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Configuration key for the table name
- 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
-
Deprecated.
Key for the target column, used for dialog settings.
- CFG_TARGET - Static variable in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
-
Deprecated.
Key for the target column, used for dialog settings.
- CFG_TARGET - Static variable in class org.knime.base.node.mine.regression.RegressionContent
-
The column to estimate.
- CFG_TARGET_COLUMN - Static variable in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
-
Config key for target column selection.
- CFG_TEMP_TABLE - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Configuration key for the temporary table
- 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
-
Deprecated.
Config key for the threshold.
- CFG_THRESHOLD - Static variable in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
-
Config key for threshold.
- 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.MissingValueHandling2ColSetting
-
Deprecated.
NodeSettings key: write column type.
- CFG_TYPE_AGGREGATION_FUNCTIONS - Static variable in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
-
Config key for the type based aggregation methods applied to the columns.
- CFG_TYPE_OF_ROUND - Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
-
Key for the type of rounding.
- CFG_TYPE_OF_ROUND - Static variable in class org.knime.base.node.preproc.double2int2.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
-
Deprecated.
Key to store if all numeric columns are used for normalization.
- CFG_USE_ALL_NUMERIC - Static variable in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
Key to store if all numeric columns are used for normalization.
- CFG_USE_DYNAMIC_SETTINGS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Configuration key for use dynamic settings
- CFG_USE_MEAN - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
-
Deprecated.
Config key whether the threshold is used for the mean.
- CFG_USED_COLUMNS - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
Deprecated.
Key for flag which columns are included in the linear regression.
- CFG_VALUE_COUNT - Static variable in class org.knime.base.node.mine.regression.RegressionContent
-
The key for the number of training rows.
- 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
-
- CFG_VARIABLES - Static variable in class org.knime.core.node.workflow.SingleNodeContainer
-
The sub settings entry containing the flow variable settings.
- CFG_VARIATES - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
Deprecated.
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
-
Deprecated.
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.
- CFG_WRITTEN_ON - Static variable in class org.knime.core.node.workflow.WorkflowManager
-
Timestamp when the workflow was written.
- CFG_XML_COLUMN_NAME - Static variable in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
-
Config key for the xml column name setting.
- 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_ADD_PROBABILITIES - Static variable in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
-
Configuration key for add probabilities property.
- 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_APPEND_PROBABILITIES - Static variable in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
-
The configuration key for the append probabilities.
- CFGKEY_BASE_DIR - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameConfigKeys
-
The configuration key of the path to the base directory.
- CFGKEY_CHANGE_PREDICTION - Static variable in class org.knime.base.node.mine.util.PredictorHelper
-
Configuration key for the change prediction column name.
- 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_COLUMN - Static variable in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
-
- CFGKEY_COLUMN - Static variable in class org.knime.base.node.image.tablerowtoimage.TableRowToImageConfigKeys
-
Config Key for column containing the images.
- 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_DROPPANE - Static variable in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
-
The configuration key of this dialog component.
- 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_FILE_EXT - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameConfigKeys
-
The configuration key of the extension of the new file.
- CFGKEY_FILENAME - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameConfigKeys
-
The configuration key of the name of the new file.
- 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_FILEPATH - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Path to file to wait for.
- CFGKEY_FILESTATUS - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
File event to observe.
- 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_FORHOURS - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Hours to wait for.
- CFGKEY_FORMINUTES - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Minutes to wait for.
- CFGKEY_FORSECONDS - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Seconds to wait for.
- 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_IGNORE_MISSING - Static variable in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
-
- CFGKEY_INTERNAL - Static variable in class org.knime.core.node.defaultnodesettings.SettingsModel
-
Models write some internal settings into the settings object.
- 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_ORDERCOL - Static variable in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
- CFGKEY_OUTDIMS - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
-
The configuration key for output dimension.
- CFGKEY_OUTPUT - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
- CFGKEY_OUTPUT_PREFIX - Static variable in class org.knime.base.node.util.ExpandVectorNodeModel
-
Configuration key for the output column prefixes.
- CFGKEY_OUTPUT_VAR - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameConfigKeys
-
The configuration key of the name of the output flow variable.
- CFGKEY_OVERRIDE_OUTPUT - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
- 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_PREDICTED - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
- CFGKEY_PREDICTION_COLUMN - Static variable in class org.knime.base.node.mine.util.PredictorHelper
-
Configuration key for the custom prediction column name.
- CFGKEY_PROJECT_ONLY - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionConfigKeys
-
The configuration key for fixed columns to use.
- CFGKEY_REFERENCE - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
- 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_STRATEGY - Static variable in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
- CFGKEY_SUFFIX - Static variable in class org.knime.base.node.mine.util.PredictorHelper
-
Configuration key for the probability columns' suffices.
- CFGKEY_TOHOURS - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Hours to wait to.
- CFGKEY_TOMINUTES - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Minutes to wait to.
- CFGKEY_TOSECONDS - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Seconds to wait to.
- CFGKEY_UNISIZE - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
-
configuration key: universe size (int[]).
- CFGKEY_URL - Static variable in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
configuration key for file location URL.
- 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_WAITOPTION - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Wait for, wait to or wait for file.
- 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.
- CHANGE_PREDICTION_COLUMN_NAME - Static variable in class org.knime.base.node.mine.util.PredictorHelper
-
The overrides the prediction column name checkbox text.
- changeAggregationMethod(String) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
-
Deprecated.
Changes the aggregation method of all selected rows to the method
with the given label.
- changeAggregationMethod(String) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
-
Changes the aggregation method of all selected rows to the method
with the given label.
- changeAggregationMethod(String) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
-
Changes the aggregation method of all selected rows to the method
with the given label.
- changeAggregationMethod(String) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
-
Changes the aggregation method of all selected rows to the method
with the given label.
- changeAggregationMethod(String) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
-
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.
- changeDestinationPortsForMetaNode(NodeID, MetaPortInfo[], boolean) - Method in class org.knime.core.node.workflow.Workflow
-
- changeDomain(DataColumnDomain) - Method in class org.knime.base.node.io.filereader.ColProperty
-
Replaces the list of possible values for this columns.
- changedUpdate(DocumentEvent) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
- changeMetaNodeInputPorts(NodeID, MetaPortInfo[]) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- changeMetaNodeOutputPorts(NodeID, MetaPortInfo[]) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- changeNodeLocks(boolean, NodeContainer.NodeLock...) - Method in class org.knime.core.node.workflow.NodeContainer
-
Changes the nodes lock status for various actions, i.e.
- changeRenderer(String) - Method in class org.knime.base.node.preproc.correlation.compute.AbstractCorrelationComputeNodeView
-
- 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.
- changeRoot(File) - Method in class org.knime.core.internal.ReferencedFile
-
Changes the file this reference to the new root.
- changeRowKey(BufferedDataTable, ExecutionContext, String, boolean, DataColumnSpec, boolean, boolean, boolean, boolean) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyUtil2
-
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.
- changeRowKey(RowInput, RowOutput, ExecutionContext, String, boolean, DataColumnSpec, boolean, boolean, boolean, boolean, int, int) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyUtil2
-
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.
- changeSourcePortsForMetaNode(NodeID, MetaPortInfo[], boolean) - Method in class org.knime.core.node.workflow.Workflow
-
- changeSubNodeInputPorts(NodeID, MetaPortInfo[]) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- changeSubNodeOutputPorts(NodeID, MetaPortInfo[]) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- 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.config.base.XMLContentHandler
- 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.
- check(String) - Static method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
-
- check4MissingCols(DataTableSpec) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
Deprecated.
Checks if the model contains attributes which are not present in the
given table specification which could influence the prediction result.
- check4MissingCols(DataTableSpec) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.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
-
Deprecated.
Checks if the given table specification contains columns which are not
covered by the learned model.
- check4UnknownCols(DataTableSpec) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
Checks if the given table specification contains columns which are not
covered by the learned model.
- checkArgument(boolean, String) - Static method in class org.knime.core.node.util.CheckUtils
-
Checks the given predicate to be true.
- checkArgument(boolean, String, Object...) - Static method in class org.knime.core.node.util.CheckUtils
-
Checks the given predicate to be true.
- checkArgumentNotNull(T, String, Object...) - Static method in class org.knime.core.node.util.CheckUtils
-
Checks the given object to be not null.
- checkArgumentNotNull(T) - Static method in class org.knime.core.node.util.CheckUtils
-
Checks the given object to be not null.
- CheckBoxChangeListener() - Constructor for class org.knime.base.node.mine.mds.MDSNodeDialog.CheckBoxChangeListener
-
- CheckBoxChangeListener() - Constructor for class org.knime.base.node.mine.mds.MDSNodeModel.CheckBoxChangeListener
-
- CheckBoxChangeListener() - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeDialog.CheckBoxChangeListener
-
- CheckBoxChangeListener() - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel.CheckBoxChangeListener
-
- CheckboxInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
-
A form element to enter a simple boolean value.
- CheckboxInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.CheckboxInputQuickFormInElement
-
Create an checkbox input with a given description.
- 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
-
- checkCanceled() - Method in class org.knime.core.util.ProgressMonitorAdapter
- 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.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
-
Will be called before the new values are loaded from the NodeSettings
object.
- 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.DialogComponentAuthentication
-
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.DialogComponentColorChooser
-
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.DialogComponentColumnFilter2
-
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.DialogComponentDate
-
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.DialogComponentDuration
-
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.DialogComponentFlowVariableNameSelection
-
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.DialogComponentOptionalString
-
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.
- checkConfiguration(BatchExecutor.WorkflowConfiguration) - Method in class org.knime.core.node.workflow.BatchExecutor
-
Checks the workflow configuration after all paramaters have been read.
- checkDataTableSize(int) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeModel
-
Check if the datatable size is smaller than the threshold.
- checkDataTableSize(int) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
-
Check if the datatable size is smaller than the threshold.
- checkDestinationDirectory(String) - Static method in class org.knime.core.node.util.CheckUtils
-
Does several checks for the given destination location, e.g.
- checkDestinationFile(String, boolean) - Static method in class org.knime.core.node.util.CheckUtils
-
Does several checks for the given destination location in case it's a local file, e.g.
- checkDestinationFile(String, boolean, boolean) - Static method in class org.knime.core.node.util.CheckUtils
-
Does several checks for the given destination location in case it's a local file, e.g.
- 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.
- checkDotsAndSpaces(String) - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
- checkDuplicateAggregators(ColumnNamePolicy, List<ColumnAggregator>) - Static method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
- checkedComputePredictionColumnName(String, boolean, String) - Method in class org.knime.base.node.mine.util.PredictorHelper
-
Checks whether the prediction column name would be empty or not.
- CheckedRadioButtonPanel<T> - Class in org.knime.core.node.util
-
- CheckedRadioButtonPanel(String, String, T, T...) - Constructor for class org.knime.core.node.util.CheckedRadioButtonPanel
-
Constructor.
- checkError() - Method in class org.knime.base.util.NullPrintStream
- checkForbiddenWindowsName(String) - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
- checkForDuplicates() - Method in class org.knime.core.util.DuplicateChecker
-
Checks for duplicates in all added keys.
- checkForNewRelease(URI) - Static method in class org.knime.core.eclipseUtil.UpdateChecker
-
Checks the given existing update site if it contains the newRelease.txt and returns the new release information.
- checkGroupCols(DataTableSpec, List<String>) - Static method in class org.knime.base.node.preproc.groupby.GroupByTable
-
- checkHaltingCriteria(NodeID) - Method in class org.knime.core.node.workflow.ExecutionController
-
Call when a certain nodes was executed to determine if it should be added to the
list of halted nodes.
- checkHaltingCriteria(NodeID) - Method in class org.knime.core.node.workflow.WizardExecutionController
-
Call when a certain nodes was executed to determine if it should be added to the
list of halted nodes.
- checkIn(byte) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler.NestedLoopIdentifierProvider
-
- checkInterrupted() - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
-
Throws an exception if the execution was interrupted.
- checkIP(String) - Static method in class org.knime.core.util.HostUtils
-
Checks if the string is a valid IPv4 address or at most a class B network.
- 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.
- checkLeadingWhitespaces(String) - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
- checkLocation(URL) - Method in class org.knime.core.node.util.FilesHistoryPanel.DirectoryReaderCheckLabel
-
- checkLocation(URL) - Method in class org.knime.core.node.util.FilesHistoryPanel.DirectoryWriterCheckLabel
-
- checkLocation(URL) - Method in class org.knime.core.node.util.FilesHistoryPanel.FileReaderCheckLabel
-
- checkLocation(URL) - Method in class org.knime.core.node.util.FilesHistoryPanel.FileWriterCheckLabel
-
- checkLocation(URL) - Method in class org.knime.core.node.util.FilesHistoryPanel.LocationCheckLabel
-
Checks a source or destination location.
- checkLocation(URL) - Method in class org.knime.core.node.util.FilesHistoryPanel.NoCheckLabel
-
- checkMAC(String) - Static method in class org.knime.core.util.HostUtils
-
Checks if the given string is a valid MAC address.
- checkMemory() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
Checks the memory footprint.
- checkNotNull(T) - Static method in class org.knime.core.node.util.CheckUtils
-
Checks the given object to be not null.
- checkNotNull(T, String) - Static method in class org.knime.core.node.util.CheckUtils
-
Checks the given object to be not null.
- checkNotNull(T, String, Object...) - Static method in class org.knime.core.node.util.CheckUtils
-
Checks the given object to be not null.
- checkOut() - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler.NestedLoopIdentifierProvider
-
- checkRowCount(long) - Static method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
-
- checkSetting(boolean, String, Object...) - Static method in class org.knime.core.node.util.CheckUtils
-
Checks the given object to be not null.
- checkSettingNotNull(T, String, Object...) - Static method in class org.knime.core.node.util.CheckUtils
-
Checks the given object to be not null.
- 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() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
checks settings.
- checkSettings(DataTableSpec) - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
-
Checks if the node settings are valid, i.e.
- checkSourceFile(String) - Static method in class org.knime.core.node.util.CheckUtils
-
Does several checks for the given source location, e.g.
- checkState(boolean, String) - Static method in class org.knime.core.node.util.CheckUtils
-
Checks the given predicate to be true.
- checkState(boolean, String, Object...) - Static method in class org.knime.core.node.util.CheckUtils
-
Checks the given predicate to be true.
- checkTableSize(BufferedDataTable) - Static method in class org.knime.core.node.util.ConvenienceMethods
-
Checks if the number of rows is greater than
Integer.MAX_VALUE and throws an exception in this case.
- checkTableSize(long) - Static method in class org.knime.core.node.util.ConvenienceMethods
-
Checks if the number of rows is greater than
Integer.MAX_VALUE and throws an exception in this case.
- checkUpdateMetaNodeLink(NodeID, WorkflowLoadHelper) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Query the template to the linked metanode with the given ID and check whether a newer version is available.
- CheckUtils - Class in org.knime.core.node.util
-
Static check functions used during settings loading etc.
- checkValid() - Method in class org.knime.base.node.io.database.DBSorterNodeDialogPanel
-
Tests if user selections are valid and throws an Exception if not.
- checkValid() - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
-
Tests if user selections are valid and throws an Exception if not.
- 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
-
- children() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
-
- children() - Method in class org.knime.core.node.config.base.ConfigBase
-
An enumeration of a values.
- chmod(File, Boolean, Boolean, Boolean, boolean) - Static method in class org.knime.core.util.FileUtil
-
Sets the permissions on a given file or directory.
- chmodRecursively(Path, Set<PosixFilePermission>) - Static method in class org.knime.core.util.PathUtils
-
Recursively sets the permission of the given path.
- CHUNK_SIZE - Static variable in class org.knime.core.node.tableview.TableContentModel
-
Number of rows being read at a time (50).
- cipherOutput(OutputStream) - Method in interface org.knime.core.node.workflow.NodeContainerParent
-
- cipherOutput(OutputStream) - Method in class org.knime.core.node.workflow.SubNodeContainer
- cipherOutput(WorkflowManager, OutputStream) - Method in class org.knime.core.node.workflow.WorkflowCipher
-
Cipher output.
- cipherOutput(OutputStream) - Method in class org.knime.core.node.workflow.WorkflowManager
- 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
-
Deprecated.
- ClassAttributeModel(String, boolean, int) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
Deprecated.
Constructor for class ClassRowValue.
- ClassAttributeModel(String, int, boolean, Config) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
Deprecated.
Constructor for class ClassModel.
- ClassAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel2
-
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.datamodel2.ClassAttributeModel
-
Constructor for class ClassRowValue.
- ClassAttributeModel(String, int, boolean, Config) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.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.
- ClassPieChart() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView.ClassPieChart
-
- ClassUtil - Class in org.knime.core.data.convert.util
-
Various utility methods for finding classes.
- 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.learner2
-
A data row represented as a double array.
- ClassValueDataRow(double[], int) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.ClassValueDataRow
-
Constructs a data row.
- cleanDirectoryIfExists(Path) - Static method in class org.knime.core.util.PathUtils
-
Removes all entried in the given directory recursively.
- cleanOutPorts() - Method in class org.knime.core.node.Node
-
- cleanOutPorts(boolean) - Method in class org.knime.core.node.Node
-
Sets output objects to null.
- cleanOutPorts(boolean) - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
Cleans outports, i.e.
- cleanOutPorts(boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
Cleans outports, i.e.
- cleanOutPorts(boolean) - Method in class org.knime.core.node.workflow.SubNodeContainer
-
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(JComponent, boolean) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.ListTransferHandler
-
- cleanup(JComponent, boolean) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
-
If a move operation took place, the source item has to be removed from the source list.
- 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.NativeNodeContainer
-
Method that's called when the node is discarded.
- 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.SubNodeContainer
-
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.
- cleanup() - Method in class org.knime.core.util.DiskBasedByteQueue
-
Cleans up any temporary data after the queue has been closed.
- cleanupChunks() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContentMaster
-
Clean up chunks (and containing WFM).
- clear() - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- clear() - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
-
Clear input list and panel list.
- 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.BufferTracker
-
Clears the tracker.
- 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.VoidTable
-
Does nothing.
- clear() - Method in class org.knime.core.data.container.WrappedTable
-
Clears any allocated temporary files.
- clear(long) - Method in interface org.knime.core.data.vector.bitvector.BitVector
-
Sets the bit at the specified index to one.
- 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 interface org.knime.core.node.util.ConfigTableModel
-
Clear all values, \i.e.
- clear() - Method in class org.knime.core.node.util.DefaultConfigTableModel
-
Clear all values, \i.e.
- clear() - Method in class org.knime.core.node.util.FilterableListModel
- 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'.
- clearAndDispose() - Method in class org.knime.core.data.filestore.internal.EmptyFileStoreHandler
- clearAndDispose() - Method in interface org.knime.core.data.filestore.internal.IFileStoreHandler
-
- clearAndDispose() - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
- clearAndDispose() - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- clearAndDispose() - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
- clearAndDispose() - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
- clearAndDispose() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
- 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
-
- clearFileStoreHandler() - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
Disposes file store handler (if set) and sets it to null.
- 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.
- clearHistory() - Method in class org.knime.core.node.util.StringHistory
-
Removes all entries from the history.
- 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
-
Clear loop context member of NodeModel.
- clearLoopContext() - Method in class org.knime.core.node.NodeModel
-
- clearNestedLoopPath(byte) - Method in interface org.knime.core.data.filestore.internal.ILoopStartWriteFileStoreHandler
-
- clearNestedLoopPath(byte) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- clearNestedLoopPath(byte) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
- 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
-
Deprecated.
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.
- clearSingle(Node) - Method in class org.knime.core.node.BufferedDataTable
-
Clears any associated storage, for instance temp files.
- clearTable(DataTable) - Method in class org.knime.core.data.sort.AbstractTableSorter
-
Clears the temporary table that was used during the execution but is no longer needed.
- clearTable(DataTable) - Method in class org.knime.core.data.sort.BufferedDataTableSorter
-
Clears the temporary table that was used during the execution but is no longer needed.
- clearTable(DataTable) - Method in class org.knime.core.data.sort.DataTableSorter
-
Clears the temporary table that was used during the execution but is no longer needed.
- clearTable(BufferedDataTable) - Method in class org.knime.core.node.ExecutionContext
-
Allows node implementations to clear temporary tables.
- 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.
- CLibrary - Class in org.knime.core.util
-
Wrapper around native C library functions.
- CLibrary() - Constructor for class org.knime.core.util.CLibrary
-
- CLibrary.UnixCLibrary - Class in org.knime.core.util
-
- CLibrary.WindowsCLibrary - Class in org.knime.core.util
-
- 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.learner2.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.AbstractRowFilter
- clone() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
- clone() - Method in interface org.knime.base.node.preproc.filter.row.rowfilter.IRowFilter
- 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
-
Deprecated.
- 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.data.AdapterCell
- clone() - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
- clone() - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
- clone() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
- clone() - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
- clone() - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterConfiguration
- clone() - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
- clone() - Method in class org.knime.core.node.workflow.Annotation
-
UIInformation objects are cloneable without further restriction.
- clone() - Method in class org.knime.core.node.workflow.AnnotationData
- clone() - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
- 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.EditorUIInformation
-
UIInformation objects are cloneable without further restriction.
- 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.NodeAnnotationData
- 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.WorkflowCipher
- cloneAndAddAdapter(DataCell, Class<? extends DataValue>...) - Method in class org.knime.core.data.AdapterCell
-
Clones this adapter cell and adds a new value to the adapter collection.
- cloneAndAddAdapter(DataCell, Class<? extends DataValue>...) - Method in interface org.knime.core.data.RWAdapterValue
-
Clones this adapter cell and adds a new value to the adapter collection.
- 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.
- cloneModel() - Method in interface org.knime.core.node.util.ConfigTableModel
-
Copy the model.
- cloneModel() - Method in class org.knime.core.node.util.DefaultConfigTableModel
-
Copy the model.
- close() - Method in class org.knime.base.data.append.row.AppendedRowsIterator
-
Deprecated.
Closes this iterator.
- close() - Method in class org.knime.base.data.append.row.AppendedRowsRowInput
-
Deprecated.
Indicates that no more input is needed.
- close() - Method in class org.knime.base.data.filter.column.CloseableFilterColumnRowIterator
-
Closes this iterator.
- close() - Method in class org.knime.base.data.filter.column.FilterColumnRowInput
-
Indicates that no more input is needed.
- close() - Method in class org.knime.base.node.io.filereader.FileRowIterator
-
Closes this iterator.
- close() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRTable
-
Call this before releasing the last reference to this table and all its iterators.
- close() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthRowIterator
-
Call this before releasing the last reference to 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.binnerdictionary.BinByDictionaryRuleSet
-
Called after all rules are added.
- 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.append.AppendedRowsIterator
-
Closes this iterator.
- close() - Method in class org.knime.core.data.append.AppendedRowsRowInput
-
Indicates that no more input is needed.
- close() - Method in class org.knime.core.data.AutoconvertRowIterator
-
Closes this iterator.
- 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.filestore.FileStoreFactory
-
Can be called by the client to disallow further creation of file stores.
- close() - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
-
- close() - Method in class org.knime.core.data.filestore.internal.InternalDuplicateChecker
-
- close() - Method in interface org.knime.core.data.filestore.internal.IWriteFileStoreHandler
-
- close() - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
- close() - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- close() - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
- close() - Method in class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
- close() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
-
- 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.
- close() - Method in class org.knime.core.node.exec.SandboxedNodeCreator.SandboxedNode
- close() - Method in class org.knime.core.node.port.database.DatabaseReaderConnection.RowIteratorConnection
-
Deprecated.
Closes the database connection.
- close() - Method in interface org.knime.core.node.port.database.reader.DBRowIterator
- close() - Method in class org.knime.core.node.port.database.reader.RowIteratorConnection
-
Closes the database connection.
- close() - Method in class org.knime.core.node.streamable.BufferedDataTableRowOutput
-
To be called by the client to signal the end of the data stream.
- close() - Method in class org.knime.core.node.streamable.DataTableRowInput
-
Indicates that no more input is needed.
- close() - Method in class org.knime.core.node.streamable.RowInput
-
Indicates that no more input is needed.
- close() - Method in class org.knime.core.node.streamable.RowOutput
-
To be called by the client to signal the end of the data stream.
- close() - Method in class org.knime.core.node.workflow.WorkflowLock
-
- close() - Method in class org.knime.core.util.DiskBasedByteQueue
- close() - Method in interface org.knime.core.util.ThreadLocalHTTPAuthenticator.AuthenticationCloseable
- 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.workflow.AbstractNodeExecutionJobManager
-
Close all open views.
- closeAllViews() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
-
Close all open views.
- closeChunk() - Method in class org.knime.core.data.sort.AbstractTableSorter
-
Closes the chunk.
- 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).
- closeFileStoreHandlerAfterExecute(boolean) - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
...
- closeInternal() - Method in class org.knime.core.data.container.Buffer
-
Closes by creating shortcut array for file access.
- 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.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
-
- closeView() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView
-
Called on view close.
- 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.
- CLUSTER_NAME_PREFIX - Static variable in class org.knime.base.node.mine.cluster.PMMLClusterTranslator
-
The prefix for cluster names.
- 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
-
- clusterCoverage() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterViewData
-
Returns an array with the number of patterns per clusters.
- 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
-
- ClusterNodeFactory2 - Class in org.knime.base.node.mine.cluster.kmeans
-
Create classes for k-means Clustering NodeModel, NodeView and NodeDialogPane.
- ClusterNodeFactory2() - Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory2
-
- 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.
- ClusterNodeModel(boolean, boolean) - 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.
- clusters() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterViewData
-
Returns an 2-dimensional array with all clusters and their coordinates.
- ClusterViewData - Class in org.knime.base.node.mine.cluster.kmeans
-
This class holds the data that is displayed in the view.
- ClusterViewData(double[][], int[], int, String[]) - Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterViewData
-
- CNFG_AGGR_METHODS - Static variable in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
Config key for the aggregation method.
- CNFG_INCL_MISSING_VALS - Static variable in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
Config key for the include missing value flag.
- CNFG_RESULT_COL_NAMES - Static variable in class org.knime.base.data.aggregation.NamedAggregationOperator
-
Config key for the name the result column should have.
- 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.
- codingWithFormat(String, Object...) - Method in class org.knime.core.node.NodeLogger
-
- CoefficientTable - Class in org.knime.base.node.mine.regression.polynomial.learner
-
Deprecated.
- CoefficientTable(PolyRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner.CoefficientTable
-
Deprecated.
Creates a new coefficient table.
- CoefficientTable - Class in org.knime.base.node.mine.regression.polynomial.learner2
-
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.learner2.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.
- ColCombine2NodeDialog - Class in org.knime.base.node.preproc.colcombine2
-
NodeDialog for the "ColCombine" Node.
- ColCombine2NodeDialog() - Constructor for class org.knime.base.node.preproc.colcombine2.ColCombine2NodeDialog
-
Inits GUI.
- ColCombine2NodeFactory - Class in org.knime.base.node.preproc.colcombine2
-
NodeFactory for the "ColCombine" Node.
- ColCombine2NodeFactory() - Constructor for class org.knime.base.node.preproc.colcombine2.ColCombine2NodeFactory
-
- ColCombine2NodeModel - Class in org.knime.base.node.preproc.colcombine2
-
This is the model implementation of ColCombine.
- ColCombine2NodeModel() - Constructor for class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
- ColCombineNodeDialog - Class in org.knime.base.node.preproc.colcombine
-
Deprecated.
- ColCombineNodeDialog() - Constructor for class org.knime.base.node.preproc.colcombine.ColCombineNodeDialog
-
Deprecated.
Inits GUI.
- ColCombineNodeFactory - Class in org.knime.base.node.preproc.colcombine
-
Deprecated.
- ColCombineNodeFactory() - Constructor for class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
-
Deprecated.
- ColCombineNodeModel - Class in org.knime.base.node.preproc.colcombine
-
Deprecated.
- ColCombineNodeModel() - Constructor for class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
-
Deprecated.
Constructor for the node model.
- ColConvertNodeDialog - Class in org.knime.base.node.preproc.colconvert
-
- 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.
- colHeaderSettingsChanged() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
-
save new column header checkbox settings into nodeSettings object and update dialog.
- 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
-
Deprecated.
Reads the settings of the 'fileHasColHeaders' checkbox and transfers them
into the internal settings object.
- COLIDX_ROWKEY - Static variable in class org.knime.core.node.tableview.TableSortOrder
-
Indicates that the sorting is on the rowID column.
- CollapseBranchAction<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
-
- CollapseBranchAction(HierarchicalGraphView<K>) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.CollapseBranchAction
-
- collapseIntoMetaNode(NodeID[], WorkflowAnnotation[], String) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Collapse selected set of nodes into a metanode.
- CollapseIntoMetaNodeResult - Class in org.knime.core.node.workflow.action
-
Represents the result of an collapse into metanode.
- CollapseIntoMetaNodeResult(WorkflowManager, NodeID, WorkflowPersistor) - Constructor for class org.knime.core.node.workflow.action.CollapseIntoMetaNodeResult
-
Used by workflow manager to fill content.
- CollapsiblePanel - Class in org.knime.base.node.mine.decisiontree2.view
-
A JPanel which is a container for a single component.
- CollapsiblePanel(String, JPanel, float) - Constructor for class org.knime.base.node.mine.decisiontree2.view.CollapsiblePanel
-
- Collection2BitVectorCellFactory - Class in org.knime.base.data.bitvector
-
- Collection2BitVectorCellFactory(BitVectorType, DataColumnSpec, int, Map<String, Integer>) - Constructor for class org.knime.base.data.bitvector.Collection2BitVectorCellFactory
-
- collectionCell2SortedArray(CollectionDataValue, Comparator<DataCell>) - Static method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
-
- CollectionCellFactory - Class in org.knime.core.data.collection
-
- CollectionConverterFactory<D,SE extends DataValue,DE> - Class in org.knime.core.data.convert.java
-
- CollectionConverterFactory(DataCellToJavaConverterFactory<SE, DE>) - Constructor for class org.knime.core.data.convert.java.CollectionConverterFactory
-
Constructor.
- CollectionCreate2NodeDialogPane - Class in org.knime.base.collection.list.create2
-
- CollectionCreate2NodeDialogPane() - Constructor for class org.knime.base.collection.list.create2.CollectionCreate2NodeDialogPane
-
- CollectionCreate2NodeFactory - Class in org.knime.base.collection.list.create2
-
- CollectionCreate2NodeFactory() - Constructor for class org.knime.base.collection.list.create2.CollectionCreate2NodeFactory
-
- CollectionCreate2NodeModel - Class in org.knime.base.collection.list.create2
-
- CollectionCreate2NodeModel() - Constructor for class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
-
- 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.
- 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.
- CollectionUtilityFactory(Class<? extends DataValue>) - Constructor for class org.knime.core.data.collection.CollectionDataValue.CollectionUtilityFactory
-
Only subclasses are allowed to instantiate this class.
- CollectionValueRenderer - Class in org.knime.core.data.collection
-
Generic renderer for
CollectionDataValue which prints the string representation of each object in the
collection.
- CollectionValueRenderer(int, String) - Constructor for class org.knime.core.data.collection.CollectionValueRenderer
-
Instantiate renderer.
- CollectionValueRenderer.FullRendererFactory - Class in org.knime.core.data.collection
-
- CollectionValueRenderer.ShortRendererFactory - Class in org.knime.core.data.collection
-
- collectTableAndReferencesOwnedBy(Node, Collection<BufferedDataTable>) - Method in class org.knime.core.node.BufferedDataTable
-
Finds all tables owned by the argument node, which are directly
reachable (including this table).
- 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.
- ColorExtractNodeFactory - Class in org.knime.base.node.viz.property.color.extract
-
A node that reads a color port object (output of "Color Manager" node) and
converts the content into a table with RGB information.
- ColorExtractNodeFactory() - Constructor for class org.knime.base.node.viz.property.color.extract.ColorExtractNodeFactory
-
- ColorExtractNodeModel - Class in org.knime.base.node.viz.property.color.extract
-
NodeModel to Color Extractor.
- ColorExtractNodeModel() - Constructor for class org.knime.base.node.viz.property.color.extract.ColorExtractNodeModel
-
Color Port Object in, Data Table out.
- ColorHandler - Class in org.knime.core.data.property
-
- 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
-
- ColorHandlerPortObject - Class in org.knime.core.node.port.viewproperty
-
- 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.
- ColorHandlerPortObject.Serializer - Class in org.knime.core.node.port.viewproperty
-
- ColorIcon - Class in org.knime.core.node.defaultnodesettings
-
Icon that shows a rectangle with the given color and size.
- ColorIcon(Color) - Constructor for class org.knime.core.node.defaultnodesettings.ColorIcon
-
Creates new squared color icon.
- ColorIcon(Color, int) - Constructor for class org.knime.core.node.defaultnodesettings.ColorIcon
-
Creates new squared color icon.
- ColorIcon(Color, int, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.ColorIcon
-
Creates new squared color icon.
- 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
-
- 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
-
- COLUMN_CLASSES - Static variable in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
The column classes
- COLUMN_CLASSES - Static variable in class org.knime.base.node.io.database.tablecreator.util.KeyElement
-
The column classes
- COLUMN_CLASSES - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
-
The column classes
- COLUMN_CLASSES - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
The column classes
- COLUMN_CLASSES - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
The column classes
- COLUMN_FILTER_IDX - Static variable in class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
-
The index for the column filter tab.
- COLUMN_NAME - Static variable in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
The column name place holder.
- COLUMN_NAME_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
The column index of the column name in the table
- COLUMN_NAMES - Static variable in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
The column names
- COLUMN_NAMES - Static variable in class org.knime.base.node.io.database.tablecreator.util.KeyElement
-
The column names
- COLUMN_NAMES - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
-
The column names
- COLUMN_NAMES - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
The column names
- COLUMN_NAMES - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
The column names
- COLUMN_NAMES - Static variable in class org.knime.base.node.meta.looper.group.GroupLoopStartConfigKeys
-
The configuration key for the selected column names.
- COLUMN_NAMES - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys
-
The configuration key for the selected column names.
- COLUMN_ORDER - Static variable in class org.knime.base.node.preproc.columnresorter.ColumnResorterConfigKeys
-
The configuration key for the order of columns.
- COLUMN_SUFFIX - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys
-
The configuration key for the specified column suffix.
- COLUMN_TYPE_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
The column index of the column type in the table
- ColumnAggregationPanel - 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.
- ColumnAggregationPanel(String) - Constructor for class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
-
Constructor for class AggregationColumnPanel.
- ColumnAggregationTableModel - Class in org.knime.base.data.aggregation.dialogutil
-
- ColumnAggregationTableModel() - Constructor for class org.knime.base.data.aggregation.dialogutil.ColumnAggregationTableModel
-
Constructor for class ColumnAggregatorTableModel.
- ColumnAggregator - Class in org.knime.base.data.aggregation
-
- ColumnAggregator(DataColumnSpec, AggregationMethod) - Constructor for class org.knime.base.data.aggregation.ColumnAggregator
-
Constructor for class ColumnAggregator.
- ColumnAggregator(DataColumnSpec, AggregationMethod, boolean) - Constructor for class org.knime.base.data.aggregation.ColumnAggregator
-
Constructor for class ColumnAggregator.
- ColumnAggregatorNodeDialog - Class in org.knime.base.node.preproc.columnaggregator
-
- ColumnAggregatorNodeDialog() - Constructor for class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeDialog
-
Constructor for class ColumnAggregatorNodeDialog.
- ColumnAggregatorNodeFactory - Class in org.knime.base.node.preproc.columnaggregator
-
- ColumnAggregatorNodeFactory() - Constructor for class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeFactory
-
- ColumnAggregatorNodeModel - Class in org.knime.base.node.preproc.columnaggregator
-
NodeModel implementation of the column aggregator node.
- ColumnAggregatorNodeModel() - Constructor for class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
Constructor for class ColumnAggregatorNodeModel.
- ColumnAggregatorTableCellEditor - Class in org.knime.base.data.aggregation.dialogutil.column
-
- ColumnAggregatorTableCellEditor() - Constructor for class org.knime.base.data.aggregation.dialogutil.column.ColumnAggregatorTableCellEditor
-
Constructor.
- ColumnAggregatorTableCellEditor - Class in org.knime.base.data.aggregation.dialogutil
-
Deprecated.
- ColumnAggregatorTableCellEditor() - Constructor for class org.knime.base.data.aggregation.dialogutil.ColumnAggregatorTableCellEditor
-
Deprecated.
- ColumnAppenderNodeDialog - Class in org.knime.base.node.preproc.columnappend
-
NodeDialog for the "ColumnAppender" Node.
- ColumnAppenderNodeDialog() - Constructor for class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeDialog
-
- ColumnAppenderNodeFactory - Class in org.knime.base.node.preproc.columnappend
-
NodeFactory for the "ColumnAppender" Node.
- ColumnAppenderNodeFactory() - Constructor for class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeFactory
-
- ColumnAppenderNodeModel - Class in org.knime.base.node.preproc.columnappend
-
This is the model implementation of ColumnAppender.
- ColumnAppenderNodeModel() - Constructor for class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
-
Constructor for the node model.
- ColumnAppenderNodeModel.CustomRowIterator - Interface in org.knime.base.node.preproc.columnappend
-
- ColumnAutoTypeCasterNodeDialogPane - Class in org.knime.base.node.preproc.colautotypecast
-
This is the dialog for the column type changer.
- ColumnAutoTypeCasterNodeDialogPane() - Constructor for class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeDialogPane
-
Creates a new
NodeDialogPane for the column filter in order to
set the desired columns.
- ColumnAutoTypeCasterNodeFactory - Class in org.knime.base.node.preproc.colautotypecast
-
Factory for the Column Type Changer node.
- ColumnAutoTypeCasterNodeFactory() - Constructor for class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeFactory
-
- ColumnAutoTypeCasterNodeModel - Class in org.knime.base.node.preproc.colautotypecast
-
The column type changer node model which converts a string column to a numeric or date-type column iff all
column-entries could be converted.
- ColumnAutoTypeCasterNodeModel() - Constructor for class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
-
Creates a new node model with one in- and outport.
- ColumnBufferedDataTableSorter - Class in org.knime.core.data.sort
-
- ColumnBufferedDataTableSorter(DataTableSpec, int) - Constructor for class org.knime.core.data.sort.ColumnBufferedDataTableSorter
-
- ColumnBufferedDataTableSorter(DataTableSpec, int, String...) - Constructor for class org.knime.core.data.sort.ColumnBufferedDataTableSorter
-
- ColumnBufferedDataTableSorter(DataTableSpec, int, SortingDescription...) - Constructor for class org.knime.core.data.sort.ColumnBufferedDataTableSorter
-
- ColumnBufferedDataTableSorter(DataTableSpec, long) - Constructor for class org.knime.core.data.sort.ColumnBufferedDataTableSorter
-
- ColumnBufferedDataTableSorter(DataTableSpec, long, String...) - Constructor for class org.knime.core.data.sort.ColumnBufferedDataTableSorter
-
- ColumnBufferedDataTableSorter(DataTableSpec, long, SortingDescription...) - Constructor for class org.knime.core.data.sort.ColumnBufferedDataTableSorter
-
- ColumnComboBoxRenderer - Class in org.knime.core.node.util
-
- ColumnComboBoxRenderer() - Constructor for class org.knime.core.node.util.ColumnComboBoxRenderer
-
Create a ListCellRenderer intended to be used for a JComboBox.
- 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
-
- ColumnDataTableSorter - Class in org.knime.core.data.sort
-
- ColumnDataTableSorter(DataTableSpec, int) - Constructor for class org.knime.core.data.sort.ColumnDataTableSorter
-
- ColumnDataTableSorter(DataTableSpec, int, String...) - Constructor for class org.knime.core.data.sort.ColumnDataTableSorter
-
- ColumnDataTableSorter(DataTableSpec, int, SortingDescription...) - Constructor for class org.knime.core.data.sort.ColumnDataTableSorter
-
A
SortingDescription defines a set of columns which should be packaged and sorted together and also the
comparison function.
- 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.
- ColumnElement - Class in org.knime.base.node.io.database.tablecreator.util
-
Column row element of the ColumnsPanel
- ColumnElement(String, String, boolean) - Constructor for class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
Creates a new instance of ColumnElement
- ColumnElement(NodeSettingsRO) - Constructor for class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
Create a new instance of ColumnElement from the given NodeSettingsRO instance
- ColumnField - Class in org.knime.core.node.util.dialog.field
-
Settings for dialog column list field.
- ColumnField() - Constructor for class org.knime.core.node.util.dialog.field.ColumnField
-
- ColumnField.InColumnField - Class in org.knime.core.node.util.dialog.field
-
A marker class for a field in the java snippet that represents an input column.
- ColumnFilter - Interface in org.knime.core.node.util
-
- ColumnFilterPanel - Class in org.knime.core.node.util
-
- ColumnFilterPanel() - Constructor for class org.knime.core.node.util.ColumnFilterPanel
-
- ColumnFilterPanel(boolean) - Constructor for class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
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
-
Deprecated.
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
-
- ColumnFilterPanel(ColumnFilter) - Constructor for class org.knime.core.node.util.ColumnFilterPanel
-
- ColumnFilterPanel(boolean, ColumnFilter) - Constructor for class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
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
-
Deprecated.
Class that filters all columns based on a given set of compatible
DataValue classes.
- 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.
- ColumnFuntionSettings - Class in org.knime.core.node.port.database.aggregation.function.column
-
- ColumnFuntionSettings(String) - Constructor for class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
-
- ColumnFuntionSettingsPanel - Class in org.knime.core.node.port.database.aggregation.function.column
-
JPanel that allows the user to specify layout mapping settings.
- ColumnFuntionSettingsPanel(ColumnFuntionSettings, String, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettingsPanel
-
- ColumnHandlingFactorySelectionPanel - Class in org.knime.base.node.preproc.pmml.missingval.compute
-
Panel that allows setting the missing cell handler for an arbitrary group of columns.
- ColumnHandlingFactorySelectionPanel(List<DataColumnSpec>, PortObjectSpec[], int) - Constructor for class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
-
Constructor for ColumnHandlingFactorySelectionPanel.
- ColumnHandlingFactorySelectionPanel(MVColumnSettings, PortObjectSpec[], int) - Constructor for class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
-
Constructor for the MissingValueHandlerFactorySelectionPanel.
- 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.
- ColumnListLoopStartNodeDialog - Class in org.knime.base.node.meta.looper.columnlist2
-
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.columnlist2.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
-
- ColumnListLoopStartNodeFactory - Class in org.knime.base.node.meta.looper.columnlist2
-
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.columnlist2.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.
- ColumnListLoopStartNodeModel - Class in org.knime.base.node.meta.looper.columnlist2
-
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.columnlist2.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
-
- 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() - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
-
Returns the choosen column name.
- columnName(String) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
-
Sets the choosen column name.
- 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.
- columnNames - Variable in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegViewData
-
Deprecated.
- columnNames - Variable in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
-
- ColumnPairsSelectionPanel - Class in org.knime.core.node.util
-
A Component used to define a list of column pairs.
- ColumnPairsSelectionPanel() - Constructor for class org.knime.core.node.util.ColumnPairsSelectionPanel
-
Creates a new instance.
- ColumnPairsSelectionPanel(boolean) - Constructor for class org.knime.core.node.util.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.DataCellTypeConverterCellFactory - Class in org.knime.core.data.container
-
- ColumnRearranger.SpecAndFactoryObject - Class in org.knime.core.data.container
-
Utility class that helps us with internal data structures.
- ColumnRearrangerFunction - Class in org.knime.core.data.container
-
- ColumnRearrangerFunction(ColumnRearranger) - Constructor for class org.knime.core.data.container.ColumnRearrangerFunction
-
- ColumnRearrangerFunction(ColumnRearranger, StreamableOperatorInternals, int, int) - Constructor for class org.knime.core.data.container.ColumnRearrangerFunction
-
- ColumnReference(DataColumnSpec, int) - Constructor for class org.knime.base.node.rules.Rule.ColumnReference
-
Deprecated.
- 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.
- ColumnResorterConfigKeys - Class in org.knime.base.node.preproc.columnresorter
-
- ColumnResorterNodeDialog - Class in org.knime.base.node.preproc.columnresorter
-
The dialog of the column resorter node.
- ColumnResorterNodeDialog() - Constructor for class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeDialog
-
Creates new instance of ColumnResorterNodeDialog.
- ColumnResorterNodeFactory - Class in org.knime.base.node.preproc.columnresorter
-
The factory of the column resorter node.
- ColumnResorterNodeFactory() - Constructor for class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeFactory
-
- ColumnResorterNodeModel - Class in org.knime.base.node.preproc.columnresorter
-
The node model of the column resorter node, re sorting columns based on
dialog settings.
- ColumnResorterNodeModel() - Constructor for class org.knime.base.node.preproc.columnresorter.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.io.database.DBSorterNodeModel
-
Settings key for sort columns.
- COLUMNS_KEY - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
-
Deprecated.
Key to store the columns to use.
- COLUMNS_KEY - Static variable in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
Key to store the columns to use.
- columnsChanged() - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeDialog
-
Synchronizes the available aggregation column list and the
selected group columns.
- 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
-
- 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.
- ColumnSelectionSearchableListPanel - Class in org.knime.core.node.util
-
A panel comprising a column list, search field and some search customizers for the user.
- ColumnSelectionSearchableListPanel(ColumnSelectionSearchableListPanel.SearchedItemsSelectionMode, ColumnSelectionSearchableListPanel.ConfiguredColumnDeterminer) - Constructor for class org.knime.core.node.util.ColumnSelectionSearchableListPanel
-
- ColumnSelectionSearchableListPanel(ColumnSelectionSearchableListPanel.SearchedItemsSelectionMode, ColumnSelectionSearchableListPanel.ConfiguredColumnDeterminer, int, boolean) - Constructor for class org.knime.core.node.util.ColumnSelectionSearchableListPanel
-
- ColumnSelectionSearchableListPanel.ConfigurationRequestEvent - Class in org.knime.core.node.util
-
Comprises if the user either want to delete, to create a configuration for the selected items.
- ColumnSelectionSearchableListPanel.ConfigurationRequestEvent.Type - Enum in org.knime.core.node.util
-
- ColumnSelectionSearchableListPanel.ConfigurationRequestListener - Interface in org.knime.core.node.util
-
Listener called if the user presses 'Enter' or 'Del' while the list has the focus.
- ColumnSelectionSearchableListPanel.ConfiguredColumnDeterminer - Interface in org.knime.core.node.util
-
Determines if there is already a configuration for a given
DataColumnSpec.
- ColumnSelectionSearchableListPanel.ListModifier - Interface in org.knime.core.node.util
-
- ColumnSelectionSearchableListPanel.SearchedItemsSelectionMode - Enum in org.knime.core.node.util
-
The selection type which appears if the user press enter while the search field has the focus.
- ColumnSelectionSearchableListPanel.SearchEvent - Class in org.knime.core.node.util
-
Comprises the search results after the user performed a search.
- ColumnSelectionSearchableListPanel.SearchListener - Interface in org.knime.core.node.util
-
Listener called if the user presses 'Enter' in the searchfield.
- ColumnSelectorOperator - Class in org.knime.base.data.aggregation.general
-
Selects an additional column from a given Data Table
- ColumnSelectorOperator(OperatorData, GlobalSettings, OperatorColumnSettings, String, String, Class<? extends DataValue>...) - Constructor for class org.knime.base.data.aggregation.general.ColumnSelectorOperator
-
Constructor for class ColumnSelectorOperator.
- ColumnsPanel - Class in org.knime.base.node.io.database.tablecreator.util
-
Panel used to define column settings for table creator
- ColumnsPanel(String, DBTableCreatorConfiguration) - Constructor for class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
-
Creates a new instance of ColumnsPanel
- ColumnsPanel(String, DBTableCreatorConfiguration, String, String, String) - Constructor for class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
-
Creates a new instance of ColumnsPanel
- ColumnSpecListRenderer - Class in org.knime.base.node.preproc.joiner
-
- ColumnSpecListRenderer() - Constructor for class org.knime.base.node.preproc.joiner.ColumnSpecListRenderer
-
Deprecated.
- ColumnSplitRefNodeDialogPane - Class in org.knime.base.node.preproc.filter.columnref
-
The dialog pane to split columns which offers the option
to check column type compatibility.
- ColumnSplitRefNodeDialogPane() - Constructor for class org.knime.base.node.preproc.filter.columnref.ColumnSplitRefNodeDialogPane
-
Creates a new dialog pane with the option to include or exclude column
and to optionally check to column compatibility.
- ColumnSplitRefNodeFactory - Class in org.knime.base.node.preproc.filter.columnref
-
Factory to create a Reference Column Splitter node.
- ColumnSplitRefNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.columnref.ColumnSplitRefNodeFactory
-
- ColumnSplitRefNodeModel - Class in org.knime.base.node.preproc.filter.columnref
-
NodeModel for the Reference Column Splitter node
- ColumnSplitRefNodeModel() - Constructor for class org.knime.base.node.preproc.filter.columnref.ColumnSplitRefNodeModel
-
Creates a new node model of the Reference Column Filter node with two inputs and one output.
- ColumnToGrid2Configuration - Class in org.knime.base.node.preproc.columntogrid2
-
Configuration to the node, contains grid count column number and included
columns.
- ColumnToGrid2Configuration(DataTableSpec) - Constructor for class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
-
Creates new config, auto-guessing defaults if possible (prefers
unknown type columns over string columns).
- ColumnToGrid2Configuration() - Constructor for class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
-
Default constructor, inits field empty.
- ColumnToGrid2NodeDialogPane - Class in org.knime.base.node.preproc.columntogrid2
-
Dialog to Column-to-Grid node.
- ColumnToGrid2NodeDialogPane() - Constructor for class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeDialogPane
-
Sets up dialog.
- ColumnToGrid2NodeFactory - Class in org.knime.base.node.preproc.columntogrid2
-
Factory for Grid-to-Grid node.
- ColumnToGrid2NodeFactory() - Constructor for class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeFactory
-
- ColumnToGrid2NodeModel - Class in org.knime.base.node.preproc.columntogrid2
-
Model for Column-to-Grid node.
- ColumnToGrid2NodeModel() - Constructor for class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
-
Constructor, one in, one out.
- 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
-
- 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.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.StdErrCatchRunnable - Class in org.knime.base.node.util.exttool
-
- CommandExecution.StdOutCatchRunnable - Class in org.knime.base.node.util.exttool
-
- 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
-
Deprecated.
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
-
- commit() - Method in class org.knime.core.node.config.ConfigEditTreeNodePanel
-
Write the currently edited values to the underlying model.
- commitOpenEditor() - Method in class org.knime.core.node.util.ConfigTablePanel
-
Commits pending edits.
- commitSelectedToHistory() - Method in class org.knime.core.node.util.StringHistoryPanel
-
Adds the currently selected element to the string history.
- compare(DataType, DataType) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeNameSorter
- 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
-
- 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(DBAggregationFunction, DBAggregationFunction) - Method in class org.knime.core.node.port.database.aggregation.DBAggregationFunctionLabelComparator
- 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
-
- compareDataValues(DataValue, DataValue) - Method in class org.knime.base.util.StringValueComparator
-
- 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
-
- compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.date.DateAndTimeComparator
-
- 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
-
- 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
-
- compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.IntervalValueComparator
-
- 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
-
- compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.model.PortObjectValueComparator
-
- 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.
- compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.vector.doublevector.DoubleVectorValueComparator
-
- compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.vector.stringvector.StringVectorValueComparator
-
- 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.
- compareNodes(Node, Node) - Static method in class org.knime.core.data.xml.util.XmlDomComparer
-
Checks if two nodes are equal.
- compareNodes(Node, Node, XmlDomComparerCustomizer) - Static method in class org.knime.core.data.xml.util.XmlDomComparer
-
Checks if two nodes are equal and uses a
XmlDomComparerCustomizer to determine which nodes to check and
which to ignore and to determine if the ordering of child elements impacts the comparison.
- 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.AggregationMethodDecorator
- 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
-
Deprecated.
- compareTo(AttributeModel) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.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(DropPaneConfig) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
- compareTo(InputRow) - Method in class org.knime.base.node.preproc.joiner.InputRow
- 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
- compareTo(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.FileStoreKey
- compareTo(NodeGraphAnnotation) - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
- compareTo(NodeID) - Method in class org.knime.core.node.workflow.NodeID
-
- compareTo(Workflow.NodeAndInports) - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
- compareTo(Version) - Method in class org.knime.core.util.Version
- 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.
- COMPAT_GENERIC_PARSE - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
-
For compatibility reasons accept type suffices.
- COMPATIBLE_DATA_VALUE_CLASSES - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
-
- 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(String, boolean, int) - Static method in class org.knime.base.node.io.database.tablecreator.util.PatternUtil
-
- compile(String, boolean) - Static method in class org.knime.base.node.io.database.tablecreator.util.PatternUtil
-
- compile() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
Compiles the pattern with the current settings.
- compilePattern(String, PatternFilterConfigurationImpl.PatternFilterType, boolean) - Static method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
-
Creates a regex pattern from the given pattern string and with the given 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.
- ComplexNumberCell.ComplexNumberSerializer - Class in org.knime.core.data.def
-
- ComplexNumberCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.ComplexNumberCellEntry
-
- ComplexNumberSerializer() - Constructor for class org.knime.core.data.def.ComplexNumberCell.ComplexNumberSerializer
-
- ComplexNumberUtilityFactory() - Constructor for class org.knime.core.data.ComplexNumberValue.ComplexNumberUtilityFactory
-
Only subclasses are allowed to instantiate this class.
- 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.
- 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.
- ComplexNumberValueRenderer.Factory - Class in org.knime.core.data.renderer
-
- 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).
- ComponentBorder - Class in org.knime.core.node.util
-
A border which includes a arbitrary component.
- ComponentBorder(JComponent, JComponent, Border) - Constructor for class org.knime.core.node.util.ComponentBorder
-
Creates a new border titled with the given component.
- 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
-
- 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
-
- 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.
- CompositeIcon - Class in org.knime.core.node.util
-
Deprecated.
- CompositeIcon(Icon, Icon) - Constructor for class org.knime.core.node.util.CompositeIcon
-
Deprecated.
Create a CompositeIcon from the specified Icons,
using the default relative position (icon1 above icon2)
and orientations (centered horizontally and vertically)
- CompositeIcon(Icon, Icon, int) - Constructor for class org.knime.core.node.util.CompositeIcon
-
Deprecated.
Create a CompositeIcon from the specified Icons,
using the specified relative position
and default orientations (centered horizontally and vertically)
- CompositeIcon(Icon, Icon, int, int, int) - Constructor for class org.knime.core.node.util.CompositeIcon
-
Deprecated.
Create a CompositeIcon from the specified Icons,
using the specified relative position
and orientations
- compute(DataCell) - Method in class org.knime.base.data.aggregation.AggregationOperator
-
- compute(DataRow, int...) - Method in class org.knime.base.data.aggregation.AggregationOperator
-
- compute(double[], double[]) - Method in enum org.knime.base.data.aggregation.numerical.CorrelationOperator.CorrelationMethods
-
- compute(double[], double[]) - Method in interface org.knime.base.data.aggregation.numerical.CorrelationOperator.Method
-
- 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(ExecutionContext) - Method in class org.knime.base.node.preproc.ungroup.UngroupOperation
-
- compute(RowInput, RowOutput, ExecutionContext, long) - Method in class org.knime.base.node.preproc.ungroup.UngroupOperation
-
Performs the ungroup operation on the given row input and pushes the result to the row output.
- compute(DataRow) - Method in class org.knime.core.data.container.ColumnRearrangerFunction
-
Single row computation.
- compute(DataRow) - Method in class org.knime.core.node.streamable.StreamableFunction
-
Single row computation.
- 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.
- computeCovarianceMatrix(ExecutionMonitor, BufferedDataTable, DataContainer) - Method in class org.knime.base.data.statistics.CovarianceMatrixCalculator
-
Computes the covariance matrix and puts the result in the given (optional) data container and additionally
returns a in memory representation.
- 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.
- computeCramersV(int[][]) - Static method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputer
-
Calculates G formula, for details see
http://en.wikipedia.org/wiki/Chi-square_test and
http://en.wikipedia.org/wiki/Cram%C3%A9r%27s_V_%28statistics%29.
- 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.
- computeFinalOutputSpecs(StreamableOperatorInternals, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
-
Streaming API (pending): Finally determines the specification of the output (tables).
- computeFinalOutputSpecs(StreamableOperatorInternals, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
Streaming API (pending): Finally determines the specification of the output (tables).
- computeFinalOutputSpecs(StreamableOperatorInternals, PortObjectSpec[]) - Method in class org.knime.core.node.NodeModel
-
Streaming API (pending): Finally determines the specification of the output (tables).
- computeFuzzyCovarianceMatrix(int) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
-
Computes the fuzzy cobariance matrix of a cluster.
- computeInternal(DataRow, DataCell) - Method in class org.knime.base.data.aggregation.AggregationOperator
-
- computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.AggregationOperator
-
- computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorIntersectionOperator
-
- computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorNotSetCountOperator
-
- computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorSetCountOperator
-
- computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorUnionOperator
-
- computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorXOrOperator
-
- 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.AppendElementOperator
-
- 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.AndElementOperator
-
Deprecated.
- computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
-
Deprecated.
- computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.deprecated.SumOperator
-
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.UniqueConcatenateWithCountOperator
-
- computeInternal(DataRow, DataCell) - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
-
- computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
-
- computeInternal(DataRow, DataCell) - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
-
- computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
-
- computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
-
- computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.GeometricStdDeviationOperator
-
- computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
-
- 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.StorelessUnivariantStatisticOperator
-
- computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.StoreResizableDoubleArrayOperator
-
- 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.
- computeNewState() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Derives state of this WFM by inspecting all nodes and computing the corresponding state.
- computePredictionColumnName(String, boolean, String) - Method in class org.knime.base.node.mine.util.PredictorHelper
-
- computePredictionDefault(String) - Method in class org.knime.base.node.mine.util.PredictorHelper
-
- 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.
- ConcatDBAggregationFuntionSettings - Class in org.knime.core.node.port.database.aggregation.function.concatenate
-
- ConcatDBAggregationFuntionSettings(String) - Constructor for class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
-
- ConcatDBAggregationFuntionSettingsPanel - Class in org.knime.core.node.port.database.aggregation.function.concatenate
-
JPanel that allows the user to specify layout mapping settings.
- ConcatDBAggregationFuntionSettingsPanel(ConcatDBAggregationFuntionSettings) - Constructor for class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettingsPanel
-
- 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
-
- 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
-
- ConcatenateTableFactory - Class in org.knime.base.node.meta.looper
-
Helper class that collects the rows of different tables.
- ConcatenateTableFactory(boolean, boolean, boolean, boolean, Optional<Function<RowKey, RowKey>>) - Constructor for class org.knime.base.node.meta.looper.ConcatenateTableFactory
-
- CONDENSED_COL_NAME - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
The name of the settings tag which holds the new name of the condensed
column the user has entered in the dialog as String.
- CONDENSED_COL_NAME - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
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.ComplexNumberCellEntry - Class in org.knime.core.node.config
-
ComplexNumberCell entry.
- Config.DataCellEntry.DateAndTimeCellEntry - Class in org.knime.core.node.config
-
DateAndTimeCell entry.
- Config.DataCellEntry.DoubleCellEntry - Class in org.knime.core.node.config
-
DoubleCell entry.
- Config.DataCellEntry.FuzzyIntervalCellEntry - Class in org.knime.core.node.config
-
FuzzyIntervalCell entry.
- Config.DataCellEntry.FuzzyNumberCellEntry - Class in org.knime.core.node.config
-
FuzzyNumberCell entry.
- Config.DataCellEntry.IntCellEntry - Class in org.knime.core.node.config
-
IntCell entry.
- Config.DataCellEntry.LongCellEntry - Class in org.knime.core.node.config
-
LongCell entry.
- Config.DataCellEntry.MissingCellEntry - Class in org.knime.core.node.config
-
Entry for missing DataCell.
- Config.DataCellEntry.StringCellEntry - Class in org.knime.core.node.config
-
StringCell entry.
- ConfigBase - Class in org.knime.core.node.config.base
-
Supports a mechanism to save settings by their type and a key.
- ConfigBase(String) - Constructor for class org.knime.core.node.config.base.ConfigBase
-
Creates a new, empty config object with the given key.
- ConfigBaseRO - Interface in org.knime.core.node.config.base
-
Interface implements only read access functions for ConfigBase
objects providing methods for base data types only..
- ConfigBaseWO - Interface in org.knime.core.node.config.base
-
Write-only interface for ConfigBase objects providing only
only write access functions for base data types..
- ConfigBooleanEntry - Class in org.knime.core.node.config.base
-
Config entry for boolean objects.
- ConfigBooleanEntry(String, boolean) - Constructor for class org.knime.core.node.config.base.ConfigBooleanEntry
-
Creates a new entry for boolean objects.
- ConfigBooleanEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigBooleanEntry
-
Creates a new entry for boolean objects.
- ConfigByteEntry - Class in org.knime.core.node.config.base
-
Config entry for byte objects.
- ConfigByteEntry(String, byte) - Constructor for class org.knime.core.node.config.base.ConfigByteEntry
-
Creates a new config entry for bytes.
- ConfigByteEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigByteEntry
-
Creates a new config entry for bytes.
- ConfigCharEntry - Class in org.knime.core.node.config.base
-
Config entry for char objects.
- ConfigCharEntry(String, char) - Constructor for class org.knime.core.node.config.base.ConfigCharEntry
-
Creates a new char entry.
- ConfigCharEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigCharEntry
-
Creates a new char entry.
- ConfigDoubleEntry - Class in org.knime.core.node.config.base
-
Config entry for double values.
- ConfigDoubleEntry(String, double) - Constructor for class org.knime.core.node.config.base.ConfigDoubleEntry
-
Creates a new Config entry for type double.
- ConfigDoubleEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigDoubleEntry
-
Creates a new Config entry for type double.
- 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
-
- ConfigEditTreeEditor - Class in org.knime.core.node.config
-
- 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
-
- 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.
- 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
-
- ConfigEditTreeNodePanel(boolean) - Constructor for class org.knime.core.node.config.ConfigEditTreeNodePanel
-
Constructs new panel.
- ConfigEditTreeRenderer - Class in org.knime.core.node.config
-
- ConfigEditTreeRenderer() - Constructor for class org.knime.core.node.config.ConfigEditTreeRenderer
-
Only creates fields.
- ConfigElementAbstractSimple<T> - Class in org.knime.core.util.node.config
-
Package scope super class for all config elements representing (boxed)
primitive types and arrays of them.
- ConfigElementAbstractSimple(String, T, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementAbstractSimple
-
Created new configuration element.
- ConfigElementBoolean - Class in org.knime.core.util.node.config
-
Simple config element for a boolean.
- ConfigElementBoolean(String, boolean, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementBoolean
-
Creates a new config element with the given properties.
- ConfigElementBooleanArray - Class in org.knime.core.util.node.config
-
Simple config element for a boolean array.
- ConfigElementBooleanArray(String, boolean[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementBooleanArray
-
Creates a new config element with the given properties.
- ConfigElementByte - Class in org.knime.core.util.node.config
-
Simple config element for a byte.
- ConfigElementByte(String, byte, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementByte
-
Creates a new config element with the given properties.
- ConfigElementByteArray - Class in org.knime.core.util.node.config
-
Simple config element for a byte array.
- ConfigElementByteArray(String, byte[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementByteArray
-
Creates a new config element with the given properties.
- ConfigElementDouble - Class in org.knime.core.util.node.config
-
Simple config element for a double.
- ConfigElementDouble(String, double, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementDouble
-
Creates a new config element with the given properties.
- ConfigElementDoubleArray - Class in org.knime.core.util.node.config
-
Simple config element for a double array.
- ConfigElementDoubleArray(String, double[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementDoubleArray
-
Creates a new config element with the given properties.
- ConfigElementFloat - Class in org.knime.core.util.node.config
-
Simple config element for a float.
- ConfigElementFloat(String, float, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementFloat
-
Creates a new config element with the given properties.
- ConfigElementFloatArray - Class in org.knime.core.util.node.config
-
Simple config element for a float array.
- ConfigElementFloatArray(String, float[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementFloatArray
-
Creates a new config element with the given properties.
- ConfigElementInt - Class in org.knime.core.util.node.config
-
Simple config element for an integer.
- ConfigElementInt(String, int, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementInt
-
Creates a new config element with the given properties.
- ConfigElementIntArray - Class in org.knime.core.util.node.config
-
Simple config element for an int array.
- ConfigElementIntArray(String, int[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementIntArray
-
Creates a new config element with the given properties.
- ConfigElementLong - Class in org.knime.core.util.node.config
-
Simple config element for a long.
- ConfigElementLong(String, long, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementLong
-
Creates a new config element with the given properties.
- ConfigElementLongArray - Class in org.knime.core.util.node.config
-
Simple config element for a long array.
- ConfigElementLongArray(String, long[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementLongArray
-
Creates a new config element with the given properties.
- ConfigElementShort - Class in org.knime.core.util.node.config
-
Simple config element for a short.
- ConfigElementShort(String, short, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementShort
-
Creates a new config element with the given properties.
- ConfigElementShortArray - Class in org.knime.core.util.node.config
-
Simple config element for a short array.
- ConfigElementShortArray(String, short[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementShortArray
-
Creates a new config element with the given properties.
- ConfigElementString - Class in org.knime.core.util.node.config
-
Simple config element for a string.
- ConfigElementString(String, String, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementString
-
Creates a new config element with the given properties.
- ConfigElementStringArray - Class in org.knime.core.util.node.config
-
Simple config element for a string array.
- ConfigElementStringArray(String, String[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementStringArray
-
Creates a new config element with the given properties.
- ConfigEntries - Enum in org.knime.core.node.config.base
-
An enumeration holding all possible types that can be written to and read
from a Config.
- ConfigFloatEntry - Class in org.knime.core.node.config.base
-
Config entry for float values.
- ConfigFloatEntry(String, float) - Constructor for class org.knime.core.node.config.base.ConfigFloatEntry
-
Creates a new Config entry for type float.
- ConfigFloatEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigFloatEntry
-
Creates a new Config entry for type float.
- ConfigIntEntry - Class in org.knime.core.node.config.base
-
Config entry for integer values.
- ConfigIntEntry(String, int) - Constructor for class org.knime.core.node.config.base.ConfigIntEntry
-
Creates a new Config entry for an int value.
- ConfigIntEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigIntEntry
-
Creates a new Config entry for an int value.
- ConfigLongEntry - Class in org.knime.core.node.config.base
-
Config entry for long values.
- ConfigLongEntry(String, long) - Constructor for class org.knime.core.node.config.base.ConfigLongEntry
-
Creates a new Config entry for an long value.
- ConfigLongEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigLongEntry
-
Creates a new Config entry for a long value.
- ConfigPasswordEntry - Class in org.knime.core.node.config.base
-
Config entry for password values.
- ConfigPasswordEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigPasswordEntry
-
Creates a new password entry.
- ConfigRegistry - Class in org.knime.core.util.node.config
-
Registry for configuration parameters.
- ConfigRegistry(String) - Constructor for class org.knime.core.util.node.config.ConfigRegistry
-
- ConfigRO - Interface in org.knime.core.node.config
-
Interface implements only access functions for Config objects.
- ConfigSerializationUtils - Class in org.knime.base.node.preproc.datavalidator
-
- ConfigSerializationUtils - Class in org.knime.core.node.config
-
- ConfigShortEntry - Class in org.knime.core.node.config.base
-
Config entry for short values.
- ConfigShortEntry(String, short) - Constructor for class org.knime.core.node.config.base.ConfigShortEntry
-
Creates a new short entry.
- ConfigShortEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigShortEntry
-
Creates a new short entry.
- ConfigStringEntry - Class in org.knime.core.node.config.base
-
Config entry for String values.
- ConfigStringEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigStringEntry
-
Creates a new String entry.
- ConfigTableModel - Interface in org.knime.core.node.util
-
- ConfigTablePanel - Class in org.knime.core.node.util
-
A Panel with a table in the center and buttons at the right to add and remove rows.
- ConfigTablePanel(ConfigTableModel) - Constructor for class org.knime.core.node.util.ConfigTablePanel
-
Create a new component.
- ConfigTransientStringEntry - Class in org.knime.core.node.config.base
-
Config entry for transient strings values.
- ConfigTransientStringEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigTransientStringEntry
-
Creates a new password entry.
- ConfigurableDataCellFactory - Interface in org.knime.core.data
-
- CONFIGURATION_CHANGED - Static variable in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
-
Name of the property changed if configuration have been added.
- ConfigurationDialogFactory - Class in org.knime.base.node.preproc.draganddroppanel
-
- ConfigurationDialogFactory() - Constructor for class org.knime.base.node.preproc.draganddroppanel.ConfigurationDialogFactory
-
- configurationRequested(ColumnSelectionSearchableListPanel.ConfigurationRequestEvent) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ConfigurationRequestListener
-
Called if the user presses 'Enter' or 'Del' while the list has the focus.
- configure(DataTableSpec[]) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
This method is called from
NodeModel in the
configure() in
order to let the operator configure and to check that the aggregation operator
can work with the available input table.
- configure(DataTableSpec) - Method in class org.knime.base.data.aggregation.AggregationOperator
-
Override this method if the operator requires additional settings.
- configure(DataTableSpec, List<ColumnAggregator>) - Static method in class org.knime.base.data.aggregation.ColumnAggregator
-
- configure(DataTableSpec) - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
-
Override this method if the operator requires additional settings.
- configure(DataTableSpec, List<NamedAggregationOperator>) - Static method in class org.knime.base.data.aggregation.NamedAggregationOperator
-
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
-
Deprecated.
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
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.tablecoltovariable.TableColumnToVariableNodeModel
-
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
-
Deprecated.
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
-
Configure method for general port types.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- 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
-
Deprecated.
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
-
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 and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
-
Configure method for general port types.
- 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.DBDeleteRowsNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBGroupByNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBJoinerNodeModel
-
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(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBRowFilterNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBSorterNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBUpdateNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeModel
-
Configure method for general port types.
- 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(PortObjectSpec[]) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
-
Configure method for general port types.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
-
Deprecated.
Configure method for general port types.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- 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 and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- 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 and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- 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.looper.recursive.RecursiveLoopEndNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
-
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 and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
-
Deprecated.
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
-
Deprecated.
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
-
Deprecated.
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
-
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.BasisFunctionPredictor2NodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
Deprecated.
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 and generate the expected output specs.
- 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.image.DecTreeToImageNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
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
-
Deprecated.
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.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 and generate the expected output specs.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
-
Configure method for general port types.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.mds.MDSNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
-
Deprecated.
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.mlp2.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
-
- 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
-
Deprecated.
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
-
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.learner3.LogRegLearnerNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
-
Deprecated.
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
-
Deprecated.
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
-
Deprecated.
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.predict2.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 and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- 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
-
Deprecated.
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 and generate the expected output specs.
- 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
-
Deprecated.
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.svm.predictor2.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 and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- 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(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
-
Configure method for general port types.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
Assume to get numeric data only.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
-
Deprecated.
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
-
Configure method for general port types.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeModel
-
Configure method for general port types.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
-
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 and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- 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.dialog2.DomainNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
-
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
-
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
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.AbstractColumnRefNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
-
Configure method for general port types.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AbstractRowFilter
-
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
-
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
-
- 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
-
- configure(DataTableSpec) - Method in interface org.knime.base.node.preproc.filter.row.rowfilter.IRowFilter
-
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
-
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
-
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
-
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
-
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
-
Deprecated.
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
-
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
-
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
-
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- 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 and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeModel
-
Deprecated.
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
-
Deprecated.
This function is called whenever the derived model should re-configure and generate the expected output specs.
- 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
-
Deprecated.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
-
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.partition.PartitionNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- 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.columnfilter.DataColumnSpecFilterPMMLNodeModel
-
Excludes a number of columns from the input spec and generates a new output spec.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
-
Deprecated.
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
-
Configure method for general port types.
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.MVSettings
-
Adds do nothing handlers for all types that have no setting yet.
- 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.pmml.xml2pmml.XML2PMMLNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.rank.RankNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- 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 and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
-
- 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 and generate the expected output specs.
- configure(DataTableSpec) - Method in class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
-
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- 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.split2.SplitNodeModel2
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.rules.RuleEngineNodeModel
-
Deprecated.
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
-
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.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 and generate the expected output specs.
- 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 and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
-
Configure method for general port types.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.util.sendmail.SendMailNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
-
Configure method for general port types.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
-
Deprecated.
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- 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 and generate the expected output specs.
- 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 and generate the expected output specs.
- 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.color.extract.ColorExtractNodeModel
-
Configure method for general port types.
- 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 and generate the expected output specs.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
Deprecated.
Output table is like the input table.
- configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
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 and generate the expected output specs.
- configure(PortObjectSpec[]) - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
-
Configure method for general port types.
- configure(String) - Method in interface org.knime.core.data.ConfigurableDataCellFactory
-
Configures this reader with the given format parameters.
- configure(String) - Method in class org.knime.core.data.date.DateAndTimeCellFactory
-
Configures this reader with the given format parameters.
- configure(PortObjectSpec[]) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.core.node.missing.MissingNodeModel
-
Configure method for general port types.
- 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[], NodeConfigureHelper) - 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 and generate the expected output specs.
- configure(DataTableSpec) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
-
This method is called from
NodeModel in the
configure() in
order to let the operator configure and to check that the aggregation operator
can work with the available input table.
- configure(DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
-
This method is called from
NodeModel in the
configure() in
order to let the operator configure and to check that the aggregation operator
can work with the available input table.
- configure(DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
-
This method is called from
NodeModel in the
configure() in
order to let the operator configure and to check that the aggregation operator
can work with the available input table.
- configure(DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
-
This method is called from
NodeModel in the
configure() in
order to let the operator configure and to check that the aggregation operator
can work with the available input table.
- configure(DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
-
This method is called from
NodeModel in the
configure() in
order to let the operator configure and to check that the aggregation operator
can work with the available input table.
- configure(DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
- configure(DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
-
This method is called from
NodeModel in the
configure() in
order to let the operator configure and to check that the aggregation operator
can work with the available input table.
- configure(DataTableSpec[]) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
-
This function is called whenever the derived model should re-configure and generate the expected output specs.
- configure(PortObjectSpec[], PortObjectSpec[]) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
-
In case the executor modifies the result of the underlying node it can
create the appropriate output specs.
- 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[], boolean) - 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.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
Configure method for general port types.
- configure(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
Configure method for general port types.
- ConfigureCallback - Class in org.knime.core.node.interactive
-
- ConfigureCallback() - Constructor for class org.knime.core.node.interactive.ConfigureCallback
-
- configureModel(PortObjectSpec[]) - Method in class org.knime.core.node.NodeModel
-
This function is called when something changes that could affect the
output DataTableSpec elements.
- configureNodeAndSuccessors(NodeID, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Configure node and, if this node's output specs have changed
also configure its successors.
- 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.
- confirmResetDownstreamNodes(String) - Method in class org.knime.core.node.interactive.ConfigureCallback
-
Called from the framework when downstream nodes need to be reset and the user should confirm this.
- confirmResetDownstreamNodes(String) - Method in class org.knime.core.node.interactive.DefaultConfigureCallback
-
Called from the framework when downstream nodes need to be reset and the user should confirm this.
- confirmResetDownstreamNodes(String) - Method in class org.knime.core.node.interactive.DefaultReexecutionCallback
-
Called from the framework when downstream nodes need to be reset and the user should confirm this.
- CONFLICTS_SPEC - Static variable in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
-
The table spec for the optional data output.
- 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.core.node.port.database.DatabaseWrappedDriver
- connect() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- 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.
- connectedInPortsOLD(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.
- connectedOutPortsOLD(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
-
Typ of the connection: metanode input, output, through or "standard" connection.
- ConnectionContainerTemplate(int, int, int, int, boolean, ConnectionUIInformation) - Constructor for class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
-
Creates new template connection.
- ConnectionContainerTemplate(ConnectionContainer, boolean) - Constructor for class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
-
Copies an existing connection (used for copy&paste).
- 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
-
- ConnectionProgress(boolean, String) - Constructor for class org.knime.core.node.workflow.ConnectionProgress
-
Create a progress event based on progress value and message.
- ConnectionProgress(boolean, Supplier<String>) - Constructor for class org.knime.core.node.workflow.ConnectionProgress
-
Create a progress event based on progress value and message supplier.
- 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
-
- ConnectionUIInformationEvent(ConnectionContainer, ConnectionUIInformation) - Constructor for class org.knime.core.node.workflow.ConnectionUIInformationEvent
-
- ConnectionUIInformationListener - Interface in org.knime.core.node.workflow
-
- considerAttribute(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
-
Returns true if the given attribute should be considered during learning,
false if not.
- ConstantValueColumnConfig - Class in org.knime.base.node.preproc.constantvalue
-
Configuration object to the Constant Value Column.
- ConstantValueColumnConfig() - Constructor for class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
-
- ConstantValueColumnNodeDialogPane - Class in org.knime.base.node.preproc.constantvalue
-
Dialog for the Constant Value Column.
- ConstantValueColumnNodeDialogPane() - Constructor for class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeDialogPane
-
Create new dialog.
- ConstantValueColumnNodeFactory - Class in org.knime.base.node.preproc.constantvalue
-
Factory for Constant Value Column node.
- ConstantValueColumnNodeFactory() - Constructor for class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeFactory
-
- ConstantValueColumnNodeModel - Class in org.knime.base.node.preproc.constantvalue
-
Model for the Constant Value Column.
- ConstantValueColumnNodeModel() - Constructor for class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeModel
-
- constraints(JComponent) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
-
- 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.
- consume(DataRow) - Method in interface org.knime.core.data.sort.SortingConsumer
-
- consumeRow(DataRow) - Method in class org.knime.base.data.statistics.calculation.ApacheMathStatistic
-
Called for each row in the data table.
- consumeRow(DataRow) - Method in class org.knime.base.data.statistics.calculation.DoubleMinMax
-
Called for each row in the data table.
- consumeRow(DataRow) - Method in class org.knime.base.data.statistics.calculation.Median
-
Called for each row in the data table.
- consumeRow(DataRow) - Method in class org.knime.base.data.statistics.calculation.MinMax
-
Called for each row in the data table.
- consumeRow(DataRow) - Method in class org.knime.base.data.statistics.calculation.MissingValue
-
Called for each row in the data table.
- consumeRow(DataRow) - Method in class org.knime.base.data.statistics.calculation.NominalValue
-
Called for each row in the data table.
- consumeRow(DataRow) - Method in class org.knime.base.data.statistics.calculation.SpecialDoubleCells
-
Called for each row in the data table.
- consumeRow(DataRow) - Method in class org.knime.base.data.statistics.CellMean
-
Called for each row in the data table.
- consumeRow(DataRow) - Method in class org.knime.base.data.statistics.Statistic
-
Called for each row in the data table.
- consumeRow(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueStatistic
-
Called for each row in the data table.
- consumeRow(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationStatisticMB
-
Called for each row in the data table.
- consumeRow(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationStatisticTB
-
Called for each row in the data table.
- consumeRow(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationStatisticMB
-
Called for each row in the data table.
- consumeRow(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationStatisticTB
-
Called for each row in the data table.
- consumeRow(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextValidValueStatisticMB
-
Called for each row in the data table.
- consumeRow(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextValidValueStatisticTB
-
Called for each row in the data table.
- 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(Object) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- 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
or the parent store under the given name.
- containsAll(Collection<?>) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- 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.AdapterCell
-
- 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.CellCollection
-
- containsBlobWrapperCells() - Method in class org.knime.core.data.collection.ListCell
-
- containsBlobWrapperCells() - Method in class org.knime.core.data.collection.SetCell
-
- containsBlobWrapperCells() - Method in class org.knime.core.data.collection.SparseListCell
-
- containsBlobWrapperCells() - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
-
- containsBlobWrapperCells() - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
-
- containsColumn(String) - Method in class org.knime.base.data.statistics.Statistic
-
- 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.ScorerViewData
-
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 interface org.knime.core.node.workflow.NodeContainerTemplate
-
- containsExecutedNode() - Method in class org.knime.core.node.workflow.SubNodeContainer
- containsExecutedNode() - Method in class org.knime.core.node.workflow.WorkflowManager
- containsInactiveObjects(PortObject[]) - Static method in class org.knime.core.node.Node
-
- containsInactiveSpecs(PortObjectSpec[]) - Static method in class org.knime.core.node.Node
-
- containsInvalidValueBin() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- containsKey(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Checks if this key for a particular type is in this Config.
- containsKey(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Checks if this key for a particular type is in this Config.
- containsMissingValue(String, RowKey) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
-
- 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.
- containsRowWithSettings() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
- containsRowWithSettings() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
-
- containsRowWithSettings() - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
-
- containsSettingsOperator() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
-
Deprecated.
- containsSettingsOperator() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
-
Deprecated.
- containsSkippedAttributes() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
Deprecated.
- containsSkippedAttributes() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- containsValsChanged() - Method in class org.knime.base.node.io.filereader.DomainDialog
-
Called when the state of the "contains nominal values" box changes.
- contentsChanged(ListDataEvent) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionComboBox
-
- CONTEXT_AUTHOR - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
Context variable name for workflow author's name.
- CONTEXT_CREATION_DATE - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
Context variable name for the creation date of the workflow.
- CONTEXT_EDITOR - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
Context variable name for workflow last editor's name.
- CONTEXT_LAST_MODIFIED - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
Context variable name for last modified time of workflow.
- CONTEXT_SERVER_USER - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
Context variable name for workflow user.
- CONTEXT_TEMP_LOCATION - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
Context variable name for workflow temporary location.
- CONTEXT_WORKFLOW_ABSOLUTE_PATH - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
Context variable name for absolute workflow path.
- CONTEXT_WORKFLOW_NAME - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
Context variable name for workflow name.
- CONTEXT_WORKFLOW_PATH - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
Context variable name for mount-point-relative workflow path.
- 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
-
- ConversionKey - Class in org.knime.core.data.convert
-
- ConversionKey(Class<?>, Object) - Constructor for class org.knime.core.data.convert.ConversionKey
-
Create from source and destination type.
- ConversionKey(DataCellToJavaConverterFactory<?, ?>) - Constructor for class org.knime.core.data.convert.ConversionKey
-
Create from an existing factory.
- ConversionKey(JavaToDataCellConverterFactory<?>) - Constructor for class org.knime.core.data.convert.ConversionKey
-
Create from an existing factory.
- convert(S) - Method in interface org.knime.core.data.convert.datacell.JavaToDataCellConverter
-
Convert the given
source object into a
DataCell.
- convert(S) - Method in interface org.knime.core.data.convert.java.DataCellToJavaConverter
-
Convert source into an instance of type .
- convert(DataCell) - Method in class org.knime.core.data.DataCellTypeConverter
-
Converts one data cell into another data cell.
- convert(LoggingEvent) - Method in class org.knime.core.node.NodeLoggerPatternLayout.NodeIDLogPatternConverter
- convert(LoggingEvent) - Method in class org.knime.core.node.NodeLoggerPatternLayout.NodeNameLogPatternConverter
- convert(LoggingEvent) - Method in class org.knime.core.node.NodeLoggerPatternLayout.QualifierPatternConverter
- convert(LoggingEvent) - Method in class org.knime.core.node.NodeLoggerPatternLayout.WorkflowDirLogPatternConverter
- convert2Array(List<Integer>) - Static method in class org.knime.base.data.bitvector.BitVectorCellFactory
-
- convertCell(DataCell) - Method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.ConvertionType
-
- 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.
- convertionCellDecorator(DataValidatorCellDecorator, DataValidatorColConfiguration.DataTypeHandling, DataValidatorColConfiguration.ConvertionType, DataColumnSpec, DataValidatorColConflicts) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
-
Tries to convert the given cell to the given type.
- convertionFailed(String, RowKey, DataType) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
-
- convertMetaNodeToSubNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Convert the selected metanode into a subnode.
- convertSubNodeToMetaNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Unwrap a selected subnode into a metanode.
- convertToMap(List<ExtensionDocument.Extension>) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
-
- convertToUrl(String) - Static method in class org.knime.core.node.util.MultipleURLList
-
Creates an URL from the "file"name entered in the dialog.
- convertUnsafe(DataCell) - Method in interface org.knime.core.data.convert.java.DataCellToJavaConverter
-
- 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() - Method in class org.knime.base.node.preproc.matcher.MismatchCounter
-
- copy(PortObject, ExecutionContext, ExecutionMonitor) - Static method in class org.knime.core.node.exec.dataexchange.PortObjectRepository
-
Copies the argument object by means of the associated serializer.
- 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.
- CopyAction(ConfigTablePanel) - Constructor for class org.knime.core.node.util.KeyValuePanel.CopyAction
-
Creates a new instance.
- CopyContentIntoTempFlowNodeExecutionJob - Class in org.knime.core.node.exec
-
Execution job that applies a given execution result to a node container.
- CopyContentIntoTempFlowNodeExecutionJob(NodeContainer, PortObject[], NodeContainerExecutionResult) - Constructor for class org.knime.core.node.exec.CopyContentIntoTempFlowNodeExecutionJob
-
Delegates to super constructor.
- CopyContentIntoTempFlowNodeExecutionJobManager - Class in org.knime.core.node.exec
-
Job manager that applies a given execution result to a node container.
- CopyContentIntoTempFlowNodeExecutionJobManager(NodeContainerExecutionResult) - Constructor for class org.knime.core.node.exec.CopyContentIntoTempFlowNodeExecutionJobManager
-
Create new instance given an execution result.
- 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.
- copyDirectory(Path, Path) - Static method in class org.knime.core.util.PathUtils
-
Recursively copied the source directory to the destination directory.
- copyDirectory(Path, Path, PathFilter) - Static method in class org.knime.core.util.PathUtils
-
Recursively copied the source directory to the destination directory.
- copyExistingTablesIntoSandboxContainer(NodeContainerExecutionResult, NodeContainer, NodeContainer, ExecutionMonitor, boolean) - Static method in class org.knime.core.node.exec.SandboxedNodeCreator
-
Copies the tables (port and internal) into the context of the corresponding node in the targetWFM.
- copyFrom(AnnotationData, boolean) - Method in class org.knime.core.node.workflow.Annotation
-
Copy content, styles, position from the argument and notify listeners.
- copyFrom(AnnotationData, boolean) - Method in class org.knime.core.node.workflow.AnnotationData
-
Copy content, styles, position from the argument.
- copyFrom(AnnotationData, boolean) - Method in class org.knime.core.node.workflow.NodeAnnotationData
-
Copy content, styles, position from the argument.
- 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.
- CopyNativeNodeContainerPersistor - Class in org.knime.core.node.workflow
-
- CopyNativeNodeContainerPersistor(NativeNodeContainer, boolean, boolean) - Constructor for class org.knime.core.node.workflow.CopyNativeNodeContainerPersistor
-
- 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() - Constructor for class org.knime.core.node.CopyNodePersistor
-
- 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>, FileStoreHandlerRepository, DataContainer.BufferCreator) - Constructor for class org.knime.core.data.container.CopyOnAccessTask
-
Keeps reference, nothing else.
- copyPortObject(PortObject, ExecutionContext) - 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
-
Used when a node (or a set of nodes) is copied via the clipboard (Ctrl-C, Ctrl-V).
- CopySingleNodeContainerPersistor(SingleNodeContainer, boolean, boolean) - Constructor for class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
-
Create copy persistor.
- CopySubNodeContainerPersistor - Class in org.knime.core.node.workflow
-
- CopySubNodeContainerPersistor(SubNodeContainer, HashMap<Integer, ContainerTable>, FileStoreHandlerRepository, boolean, boolean) - Constructor for class org.knime.core.node.workflow.CopySubNodeContainerPersistor
-
- copyTo(ConfigBaseWO) - Method in class org.knime.core.node.config.base.ConfigBase
-
Makes a deep copy of this ConfigBase and all sub ConfigBase objects.
- copyTo(ConfigBaseWO) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Copies this Config into a write-only one.
- 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>, FileStoreHandlerRepository, 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
-
- CorrDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
- CorrDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- CorrelationComputeNodeDialogPane - Class in org.knime.base.node.preproc.correlation.compute
-
Dialog for correlation node.
- CorrelationComputeNodeDialogPane() - Constructor for class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeDialogPane
-
Inits dialog, adds only a column filter.
- CorrelationComputeNodeFactory - Class in org.knime.base.node.preproc.correlation.compute
-
- CorrelationComputeNodeFactory() - Constructor for class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeFactory
-
- CorrelationComputeNodeModel - Class in org.knime.base.node.preproc.correlation.compute
-
- CorrelationComputeNodeModel() - Constructor for class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
-
One input, one output.
- CorrelationComputeNodeView - Class in org.knime.base.node.preproc.correlation.compute
-
- CorrelationComputeNodeView(CorrelationComputeNodeModel) - Constructor for class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeView
-
Creates a new view.
- CorrelationComputer - Class in org.knime.base.node.preproc.correlation.compute
-
Calculates pairwise correlation values for a table.
- CorrelationComputer(DataTableSpec, int) - Constructor for class org.knime.base.node.preproc.correlation.compute.CorrelationComputer
-
Inits fields.
- CorrelationFilterNodeDialogPane - Class in org.knime.base.node.preproc.correlation.filter
-
- CorrelationFilterNodeDialogPane() - Constructor for class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeDialogPane
-
Creates GUI.
- CorrelationFilterNodeFactory - Class in org.knime.base.node.preproc.correlation.filter
-
- CorrelationFilterNodeFactory() - Constructor for class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeFactory
-
- CorrelationFilterNodeModel - Class in org.knime.base.node.preproc.correlation.filter
-
- CorrelationFilterNodeModel() - Constructor for class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
-
Empty constructor, 2 ins, 1 out.
- CorrelationOperator - Class in org.knime.base.data.aggregation.numerical
-
Calculates correlation coefficients
- CorrelationOperator(GlobalSettings, OperatorColumnSettings, String, String) - Constructor for class org.knime.base.data.aggregation.numerical.CorrelationOperator
-
Constructor for class CorrelationOperator.
- CorrelationOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.CorrelationOperator
-
Constructor for class CorrelationOperator.
- CorrelationOperator.CorrelationMethods - Enum in org.knime.base.data.aggregation.numerical
-
- CorrelationOperator.Method - Interface in org.knime.base.data.aggregation.numerical
-
- 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.learner2.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.
- CountDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
- CountDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for the parent class.
- CountDistinctDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
- CountDistinctDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction
-
Constructor.
- CountDistinctDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- countFiles(Path, PathFilter) - Static method in class org.knime.core.util.PathUtils
-
Recursively counts the files (not directories!) in the given directory.
- 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.
- CovarianceMatrixCalculator - Class in org.knime.base.data.statistics
-
Utility class which computes the covariance matrix for a given BufferedDataTable considering missing values.
- CovarianceMatrixCalculator(DataTableSpec, String...) - Constructor for class org.knime.base.data.statistics.CovarianceMatrixCalculator
-
- CovarianceOperator - Class in org.knime.base.data.aggregation.numerical
-
Calculates the covariance between two columns per group.
- CovarianceOperator(GlobalSettings, OperatorColumnSettings, String) - Constructor for class org.knime.base.data.aggregation.numerical.CovarianceOperator
-
Constructor for class CovarianceOperator.
- CovarianceOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.CovarianceOperator
-
Constructor for class CovarianceOperator.
- CovarPopDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
COmputes the co variance of two columns.
- CovarPopDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction
-
Constructor.
- CovarPopDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- CovarSampDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
COmputes the co variance of two columns.
- CovarSampDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction
-
Constructor.
- CovarSampDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- 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
-
- 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
-
Deprecated.
- covers(DataCell) - Method in class org.knime.base.node.preproc.binner.NumericBin
-
Deprecated.
- 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(RowInput[], AppendedRowsTable.DuplicatePolicy, String, ExecutionMonitor, long) - Static method in class org.knime.base.data.append.row.AppendedRowsRowInput
-
Deprecated.
Concatenates a set of Inputs.
- create(String) - Static method in class org.knime.base.node.viz.crosstable.CrosstabProperties
-
- create(RowInput[], AppendedRowsTable.DuplicatePolicy, String, ExecutionMonitor, long) - Static method in class org.knime.core.data.append.AppendedRowsRowInput
-
Concatenates a set of Inputs.
- create(byte[]) - Method in class org.knime.core.data.blob.BinaryObjectCellFactory
-
Creates a new cell given a byte array.
- create(InputStream) - Method in class org.knime.core.data.blob.BinaryObjectCellFactory
-
Creates cell given by reading from an input stream.
- 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, Optional<String>, boolean, BufferedDataTable...) - Static method in class org.knime.core.data.container.ConcatenateTable
-
Creates a new table from argument tables.
- 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(DataTableSpec) - Static method in class org.knime.core.data.container.VoidTable
-
Creates new "void" table based on a table spec.
- create(ExecutionContext) - Method in class org.knime.core.data.convert.datacell.ArrayToCollectionConverterFactory
-
- create(ExecutionContext) - Method in class org.knime.core.data.convert.datacell.FactoryMethodToDataCellConverterFactory
-
- create(ExecutionContext) - Method in interface org.knime.core.data.convert.datacell.JavaToDataCellConverterFactory
-
- create(ExecutionContext) - Method in class org.knime.core.data.convert.datacell.SimpleJavaToDataCellConverterFactory
-
- create() - Method in class org.knime.core.data.convert.java.CollectionConverterFactory
-
- create() - Method in interface org.knime.core.data.convert.java.DataCellToJavaConverterFactory
-
- create() - Method in class org.knime.core.data.convert.java.MissingToNullConverterFactory
-
- create() - Method in class org.knime.core.data.convert.java.SimpleDataCellToJavaConverterFactory
-
- create(String) - Static method in class org.knime.core.data.date.DateAndTimeCellFactory
-
Creates a new DateAndTimeCell from the given string.
- create(String, DateFormat) - Static method in class org.knime.core.data.date.DateAndTimeCellFactory
-
Creates a new data cell from the given string.
- create(String) - Static method in class org.knime.core.data.def.BooleanCell.BooleanCellFactory
-
- create(boolean) - Static method in class org.knime.core.data.def.BooleanCell.BooleanCellFactory
-
Creates a new boolean cell with the given value.
- create(String) - Static method in class org.knime.core.data.def.DoubleCell.DoubleCellFactory
-
- create(double) - Static method in class org.knime.core.data.def.DoubleCell.DoubleCellFactory
-
Creates a new double cell with the given value.
- create(String) - Static method in class org.knime.core.data.def.FuzzyIntervalCell.FuzzyIntervallCellFactory
-
- create(double, double, double, double) - Static method in class org.knime.core.data.def.FuzzyIntervalCell.FuzzyIntervallCellFactory
-
Creates a new fuzzy interval cell based on the min/max of support and of core.
- create(String) - Static method in class org.knime.core.data.def.FuzzyNumberCell.FuzzyNumberCellFactory
-
- create(double, double, double) - Static method in class org.knime.core.data.def.FuzzyNumberCell.FuzzyNumberCellFactory
-
Creates a new fuzzy number cell based on min, max support, and core.
- create(String) - Static method in class org.knime.core.data.def.IntCell.IntCellFactory
-
- create(int) - Static method in class org.knime.core.data.def.IntCell.IntCellFactory
-
Creates a new int cell with the given value.
- create(String) - Static method in class org.knime.core.data.def.IntervalCell.IntervallCellFactory
-
Creates a new interval cell by parsing the given string.
- create(double, double, boolean, boolean) - Static method in class org.knime.core.data.def.IntervalCell.IntervallCellFactory
-
Creates a new interval cell based on the minimum and maximum value.
- create(double, double) - Static method in class org.knime.core.data.def.IntervalCell.IntervallCellFactory
-
Creates a new interval cell based on the minimum and maximum value while both bounds are included.
- create(String) - Static method in class org.knime.core.data.def.LongCell.LongCellFactory
-
- create(int) - Static method in class org.knime.core.data.def.LongCell.LongCellFactory
-
Creates a new long cell with the given value.
- create(long) - Static method in class org.knime.core.data.def.LongCell.LongCellFactory
-
Creates a new long cell with the given value.
- create(String) - Static method in class org.knime.core.data.def.StringCell.StringCellFactory
-
Creates a new string cell with the given value.
- create() - Static method in class org.knime.core.data.filestore.internal.NotInWorkflowWriteFileStoreHandler
-
- create(InputStream) - Static method in class org.knime.core.data.image.png.PNGImageCellFactory
-
Creates a new data call containing a PNG image from the given stream.
- create(byte[]) - Static method in class org.knime.core.data.image.png.PNGImageCellFactory
-
Creates a new data call containing a PNG image from the byte array.
- create(String) - Static method in class org.knime.core.data.xml.PMMLCellFactory
-
- create(Document) - Static method in class org.knime.core.data.xml.PMMLCellFactory
-
- create(InputStream) - Static method in class org.knime.core.data.xml.PMMLCellFactory
-
- create(String) - Static method in class org.knime.core.data.xml.XMLCellFactory
-
- create(Document) - Static method in class org.knime.core.data.xml.XMLCellFactory
-
- create(InputStream) - Static method in class org.knime.core.data.xml.XMLCellFactory
-
- create(XMLValue) - Static method in class org.knime.core.data.xml.XMLCellFactory
-
- create(ConfigBase, ConfigBaseRO) - 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.
- create(NodeID, NodeID) - Static method in class org.knime.core.node.workflow.NodeID.NodeIDSuffix
-
Createa a node ID suffix by removing the parent ID from the node ID.
- create(T, M) - Static method in class org.knime.core.util.Pair
-
Factory method that infers the generic arguments, equivalent to
constructor.
- createAbsoluteModel() - Static method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
-
- createAbstractNodeView(int, T) - Method in class org.knime.core.node.NodeFactory
-
- createActivateAllOutputsDuringConfigureModel() - Static method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
-
- createActivateAllOutputsDuringConfigureModel() - Static method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
-
- createActivateAllOutputsDuringConfigureModel() - Static method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
-
- createAddButtonListener() - Method in class org.knime.core.node.util.ConfigTablePanel
-
Create action listener reaction on the Add-Button.
- createAddButtonListener() - Method in class org.knime.core.node.util.dialog.OutFieldsTable
-
Create action listener reaction on the Add-Button.
- createAddIterationColumn() - Static method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeDialog
-
- createAddProbabilities() - Static method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
-
- 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
-
- createAggregationColsModel() - Static method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
- 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, WorkflowCreationHelper) - 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 metanode.
- createAndSetFlowObjectStackFor(SingleNodeContainer, FlowObjectStack[]) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Merges the incoming flow object stacks and sets it into the argument 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
-
- createAppendedColumnNameSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
Creates a Settings Model for storing the name of the appended column.
- createAppendedColumnNameSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
Creates a Settings Model for storing the name of the appended column.
- createAppendInputColsModel() - Static method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
- createAppendProbabilities() - Static method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
-
- createAppendProbs() - Static method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
-
- 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
-
- createBar(String, Color) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
-
- 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
-
- CreateBitVectorNodeDialog - Class in org.knime.base.node.preproc.bitvector.create
-
The dialog for the Create Bit Vector node.
- CreateBitVectorNodeDialog() - Constructor for class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeDialog
-
Creates an instance of the BitVectorGeneratorNodeDialog, containing an
adjustable threshold.
- CreateBitVectorNodeFactory - Class in org.knime.base.node.preproc.bitvector.create
-
The factory for the Create Bit Vector Node.
- CreateBitVectorNodeFactory() - Constructor for class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeFactory
-
- CreateBitVectorNodeModel - Class in org.knime.base.node.preproc.bitvector.create
-
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.
- CreateBitVectorNodeModel() - Constructor for class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
Creates an instance of the BitVectorGeneratorNodeModel with one inport
and one outport.
- CreateBitVectorNodeModel.ColumnType - Enum in org.knime.base.node.preproc.bitvector.create
-
Enum with the different supported column types to choose from.
- CreateBitVectorNodeModel.SetMatching - Enum in org.knime.base.node.preproc.bitvector.create
-
Enum with the matching options.
- CreateBitVectorNodeModel.StringType - Enum in org.knime.base.node.preproc.bitvector.create
-
Represents the string types that can be parsed.
- CreateBitVectorView - Class in org.knime.base.node.preproc.bitvector.create
-
The BitvectorGeneratorView provides information about the generation of the
bitsets out of the data.
- CreateBitVectorView(CreateBitVectorNodeModel) - Constructor for class org.knime.base.node.preproc.bitvector.create.CreateBitVectorView
-
Creates the view instance or the BitVectorGeneratorNode with the
BitVectorGeneratorNodeModel as the underlying model.
- 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, File, DataTableSpec, InputStream, int, Map<Integer, ContainerTable>, FileStoreHandlerRepository) - Method in class org.knime.core.data.container.DataContainer.BufferCreator
-
Creates buffer for reading.
- createBuffer(int, int, Map<Integer, ContainerTable>, Map<Integer, ContainerTable>, IWriteFileStoreHandler) - 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.
- createButtonComponent() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
- createButtonComponent() - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
- createButtonComponent() - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
- 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
-
- createButtonToFilterPanel(String, String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Creates a JRadioButton to the given FilterTypePanel.
- CreateByteVectorNodeDialog - Class in org.knime.base.node.preproc.bytevector.create
-
NodeDialog for the "CreateByteVector" Node.
- CreateByteVectorNodeDialog() - Constructor for class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeDialog
-
New pane for configuring the CreateByteVector node.
- CreateByteVectorNodeFactory - Class in org.knime.base.node.preproc.bytevector.create
-
NodeFactory for the "CreateByteVector" Node.
- CreateByteVectorNodeFactory() - Constructor for class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeFactory
-
- CreateByteVectorNodeModel - Class in org.knime.base.node.preproc.bytevector.create
-
This is the model implementation of CreateByteVector.
- CreateByteVectorNodeModel() - Constructor for class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
-
Constructor for the node model.
- createCacheSizeSettingsModel() - Static method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
-
- createCascadeModel() - Static method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
-
- 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(String, String) - Method in enum org.knime.base.node.preproc.constantvalue.TypeCellFactory
-
Creates a cell from the given String and the additional argument, which is sometimes necessary (e.g.for creating
a DataAndTimeCell).
- createCell(BigDecimal) - Method in enum org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys.RoundOutputType
-
- createCell(InputStream) - Method in class org.knime.core.data.blob.BinaryObjectCellFactory
-
Creates a new data cell from an input stream.
- createCell(InputStream) - Method in interface org.knime.core.data.DataCellFactory.FromInputStream
-
Creates a new data cell from an input stream.
- createCell(Reader) - Method in interface org.knime.core.data.DataCellFactory.FromReader
-
Creates a new data cell from a reader.
- createCell(String) - Method in interface org.knime.core.data.DataCellFactory.FromString
-
Creates a new data cell from a string.ata
- createCell(String) - Method in class org.knime.core.data.date.DateAndTimeCellFactory
-
Creates a new data cell from a string.ata
- createCell(String) - Method in class org.knime.core.data.def.BooleanCell.BooleanCellFactory
-
Creates a new data cell from a string.ata
- createCell(String) - Method in class org.knime.core.data.def.DoubleCell.DoubleCellFactory
-
Creates a new data cell from a string.ata
- createCell(String) - Method in class org.knime.core.data.def.FuzzyIntervalCell.FuzzyIntervallCellFactory
-
Creates a new data cell from a string.ata
- createCell(String) - Method in class org.knime.core.data.def.FuzzyNumberCell.FuzzyNumberCellFactory
-
Creates a new data cell from a string.ata
- createCell(String) - Method in class org.knime.core.data.def.IntCell.IntCellFactory
-
Creates a new data cell from a string.ata
- createCell(String) - Method in class org.knime.core.data.def.IntervalCell.IntervallCellFactory
-
Creates a new data cell from a string.ata
- createCell(String) - Method in class org.knime.core.data.def.LongCell.LongCellFactory
-
Creates a new data cell from a string.ata
- createCell(String) - Method in class org.knime.core.data.def.StringCell.StringCellFactory
-
Creates a new data cell from a string.ata
- createCell(InputStream) - Method in class org.knime.core.data.def.StringCell.StringCellFactory
-
Creates a new data cell from an input stream.
- createCell(Reader) - Method in class org.knime.core.data.def.StringCell.StringCellFactory
-
Creates a new data cell from a reader.
- createCell(InputStream) - Method in class org.knime.core.data.image.png.PNGImageCellFactory
-
Creates a new data cell from an input stream.
- createCell(String) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell.Factory
-
Creates a new data cell from a string.ata
- createCell(String) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell.Factory
-
Creates a new data cell from a string.ata
- createCell(String) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell.Factory
-
Creates a new data cell from a string.ata
- createCell(double[]) - Static method in class org.knime.core.data.vector.doublevector.DoubleVectorCellFactory
-
Create cell wrapping argument array - array reference is used (so do not modify aftwards!)
- createCell(String[]) - Static method in class org.knime.core.data.vector.stringvector.StringVectorCellFactory
-
Create cell wrapping argument array - array reference is used (so do not modify afterwards!)
- createCell(String) - Method in class org.knime.core.data.xml.PMMLCellFactory
-
Creates a new data cell from a string.ata
- createCell(InputStream) - Method in class org.knime.core.data.xml.PMMLCellFactory
-
Creates a new data cell from an input stream.
- createCell(String) - Method in class org.knime.core.data.xml.XMLCellFactory
-
Creates a new data cell from a string.ata
- createCell(InputStream) - Method in class org.knime.core.data.xml.XMLCellFactory
-
Creates a new data cell from an input stream.
- 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.
- createCellFactory(String[], DataColumnSpec[], int) - Method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeModel
- createCellFactory(String[], DataColumnSpec[], int) - Method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeModel
- createCellFactory(String[], DataColumnSpec[], int) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
-
- createCellValidator(DataColumnSpec, DataColumnSpec, DataValidatorColConflicts) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
Creates a cell validation decorator for the given parameters and this configuration.
- createChangePrediction() - Method in class org.knime.base.node.mine.util.PredictorHelper
-
- createChild(int) - Method in class org.knime.core.node.workflow.NodeID
-
Create a new nodeID with this as prefix and the argument as index.
- createChild(int) - Method in class org.knime.core.node.workflow.NodeID.NodeIDSuffix
-
Create a new nodeID with this as prefix and the argument as index.
- createChild(String) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Create child entry.
- 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.flowcontrol.breakpoint.BreakpointNodeDialog
-
- createChoiceModel() - Static method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
-
- createChoiceModel() - Static method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
-
- 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
-
- createClassifyColumnModel() - Static method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
- createClone() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
- 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.SettingsModelAuthentication
- createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
- createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
- createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
- createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
- createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
- 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.SettingsModelDuration
- 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.SettingsModelOptionalString
- createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
- createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
- createClone() - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
-
- createClone() - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
-
- createClone() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
-
- createClone() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
- 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
-
- createColFilterConf() - Static method in class org.knime.base.node.preproc.split2.SplitNodeModel2
-
- createColFilterModel() - Static method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
-
- createColFilterModel() - Static method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
-
- createCollectionColsModel() - Static method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
-
- 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
-
- createColSelectModel() - Static method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
-
- 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
-
- createColumnElement(DBColumn) - Static method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
Creates a new instance of ColumnElement from the given DBColumn instance
- 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
-
Deprecated.
- createColumnFilterModel() - Static method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
-
Factory method to instantiate a default settings object, used
in constructor and in dialog.
- createColumnFilterModel() - Static method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
-
- createColumnFilterRetainedColumns() - Static method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeDialogPane
-
Return settings model for retained output columns.
- createColumnFilterValueColumns() - Static method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeDialogPane
-
Return settings model for value columns.
- createColumnList() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPane
-
- createColumnList() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.TypePane
-
- 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.io.database.sampling.DBSamplingNodeModel
-
- 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
-
- createColumnName(String, DBAggregationFunction, List<Object>) - Method in interface org.knime.core.node.port.database.pivoting.PivotColumnNameGenerator
-
- createColumnNameModel() - Static method in class org.knime.base.node.image.ImageToTableNodeDialog
-
- createColumnRearranger(DataTableSpec) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
-
- createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
-
- createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
-
Creates a column rearranger that describes the changes to the input table.
- createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
-
Creates the ColumnRearranger for the rearranger table.
- createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
Creates a column rearranger that describes the changes to the input table.
- createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
-
Creates a column rearranger that describes the changes to the input table.
- createColumnRearranger(DataTableSpec, SimpleStreamableOperatorInternals) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
-
- createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
-
Creates column rearranger doing all the work.
- createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
-
Creates and returns an instance of the column rearranger which re sorts
the input columns in a user specified way.
- createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeModel
-
Creates a column rearranger that describes the changes to the input table.
- createColumnRearranger(DataTableSpec, SimpleStreamableOperatorInternals) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
-
- createColumnRearranger(DataTableSpec, SimpleStreamableOperatorInternals) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
-
- createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
Creates the output data table spec according to the current settings.
- createColumnRearranger(DataTableSpec, SimpleStreamableOperatorInternals) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
-
- createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
-
Creates a column rearranger that describes the changes to the input table.
- createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
-
Creates a column rearranger that describes the changes to the input table.
- createColumnRearranger(DataTableSpec, String, DataType) - Static method in class org.knime.base.node.preproc.rowkey2.RowKeyUtil2
-
Creates the
ColumnRearranger that appends a new column with the
values of the row id to a data table.
- createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
-
- createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
-
Creates the column rearranger that computes the new cells.
- createColumnRearranger(DataTableSpec) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
-
Creates a column rearranger that describes the changes to the input table.
- createColumnRearranger(DataTableSpec) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
-
Creates a column rearranger that describes the changes to the input table.
- createColumnRearranger(DataTableSpec, T) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
-
- 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
-
- createColumnSettings() - Static method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
-
- createColumnSpec(String, DataColumnSpec) - Method in interface org.knime.base.data.aggregation.AggregationMethod
-
- createColumnSpec(String, DataColumnSpec) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
- createColumnSpec(String, DataColumnSpec) - Method in class org.knime.base.data.aggregation.AggregationOperator
- createColumnSpec(PMMLPortObjectSpec, DataTableSpec, RegressionPredictorSettings) - Static method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorCellFactory
-
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.
- createColumnTypeModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- 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.
- createConcatenateTable(ExecutionMonitor, Optional<String>, boolean, 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
-
- createConfig() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
-
- createConfig() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeModel
- createConfigurationPanel(List<DataColumnSpec>) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
-
- createConnection(String, String, String, boolean, Driver) - Method in class org.knime.core.node.port.database.connection.CachedConnectionFactory
-
- createConnection() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- createConnection(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Create a database connection based on this settings.
- createConnectionFactory(DBDriverFactory) - Method in class org.knime.core.node.port.database.DatabaseUtility
-
- createConnectionFactory(DBDriverFactory) - Method in class org.knime.core.node.port.database.OracleUtility
- 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.
- createConnectionProperties(String, String) - Method in class org.knime.core.node.port.database.connection.CachedConnectionFactory
-
- createConnectionProperties(String, String) - Method in class org.knime.core.node.port.database.OracleCachedConnectionFactory
- createContext() - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
-
Creates a new workflow context with the information set in this factory.
- 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
-
- createCoordinate(DataColumnSpec) - Method in class org.knime.base.util.coordinate.DoubleCoordinateFactory
-
- createCoordinate(DataColumnSpec) - Method in class org.knime.base.util.coordinate.IntegerCoordinateFactory
-
- createCoordinate(DataColumnSpec) - Method in class org.knime.base.util.coordinate.NominalCoordinateFactory
-
- 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.
- createCountModel() - Static method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
-
- createCountStarColNameModel() - Static method in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
-
- createCovarianceMatrix(RegressionResults) - Method in class org.knime.base.node.mine.regression.RegressionStatisticsLearner
-
Creates the covariance matrix from the RegressionResults.
- 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.
- createCovariateListAndFillFactors(DataTable, RegressionTrainingData, List<String>) - Method in class org.knime.base.node.mine.regression.RegressionStatisticsLearner
-
Collect the factors (nominal columns) and the covariate (numeric columns) column names.
- 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 interface org.knime.core.data.vector.bitvector.BitVectorCellFactory
-
Creates a
DataCell from the currently stored bit vector.
- 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, boolean) - Method in class org.knime.core.data.sort.AbstractTableSorter
-
Creates data container, either a buffered data container or a plain one.
- createDataContainer(DataTableSpec, boolean) - Method in class org.knime.core.data.sort.BufferedDataTableSorter
-
Creates data container, either a buffered data container or a plain one.
- createDataContainer(DataTableSpec, boolean) - Method in class org.knime.core.data.sort.DataTableSorter
-
Creates data container, either a buffered data container or a plain one.
- 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.FileNodePersistor
-
- createDataRow(long, long, long, DataRow, OutputRow.Settings) - Static method in class org.knime.base.node.preproc.joiner.OutputRow
-
Create a
DataRow that stores information of a inner or
outer joins.
- createDataRow(long, long, long, OutputRow.Settings) - Static method in class org.knime.base.node.preproc.joiner.OutputRow
-
Create a
DataRow that stores information of a right outer join.
- createDataRows(ExecutionMonitor, BufferedDataContainer, boolean, AtomicInteger) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- createDataRows(ExecutionMonitor, BufferedDataContainer, boolean, AtomicInteger) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
- createDataRows(ExecutionMonitor, BufferedDataContainer, boolean, AtomicInteger) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
- createDataRows(ExecutionMonitor, BufferedDataContainer, boolean, AtomicInteger) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
- createDataRows(ExecutionMonitor, BufferedDataContainer, boolean, AtomicInteger) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
- createDataTableColModel() - Static method in class org.knime.base.node.preproc.filter.rowref.RowRefNodeDialogPane
-
- createDataTableSpec() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Derives a DataTableSpec from the current settings.
- createDataTableSpec(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
- createDataTableSpec() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- createDataTableSpec(DataTableSpec, int) - Static method in class org.knime.base.node.mine.mds.MDSNodeModel
-
- createDataTableSpec(DataTableSpec, int) - Static method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
-
- createDataTableSpec(DataTableSpec) - Static method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
-
- createDataTableSpec(DataTableSpec) - Method in class org.knime.core.data.sort.SortingDescription
-
- 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.
- createDateCell(Date, boolean, boolean, boolean) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- 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.
- createDBRowIterator(DataTableSpec, DatabaseQueryConnectionSettings, BinaryObjectCellFactory, boolean, ResultSet) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
-
- createDBRowIterator(DataTableSpec, DatabaseConnectionSettings, BinaryObjectCellFactory, boolean, ResultSet, long) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
-
- createDCSFilterConfiguration() - Static method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
-
A new configuration to store the settings.
- createDCSFilterConfiguration() - Static method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
-
A new configuration to store the settings.
- createDCSFilterConfiguration() - Static method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
-
A new configuration to store the settings.
- createDCSFilterConfiguration() - Static method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
-
A new configuration to store the settings.
- createDCSFilterConfiguration() - Static method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
A new configuration to store the settings.
- createDCSFilterConfiguration() - Static method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
-
A new configuration to store the settings.
- createDCSFilterConfiguration() - Static method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
-
A new configuration to store the settings.
- createDCSFilterConfiguration() - Static method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
A new configuration to store the settings.
- createDCSFilterConfiguration() - Static method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
-
A new configuration to store the settings.
- createDCSFilterConfigurationMinMax() - Static method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
-
A new configuration to store the settings.
- createDCSFilterConfigurationPossVals() - Static method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
-
A new configuration to store the settings.
- 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
-
- createDefaultLayout(Map<NodeID.NodeIDSuffix, WizardNode>) - Method in interface org.knime.core.node.wizard.util.DefaultLayoutCreator
-
Creates a default layout structure as a serialized JSON string.
- createDefaultLayout(Map<NodeID.NodeIDSuffix, WizardNode>) - Static method in class org.knime.core.node.wizard.util.LayoutUtil
-
Creates a default layout structure as a serialized JSON string.
- createDefaultMissingSection(boolean) - Static method in class org.knime.base.node.viz.pie.datamodel.PieDataModel
-
Creates the default missing section.
- createDefaultTableHeader() - Method in class org.knime.core.node.tableview.TableContentView
- 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
-
- createDialogPanel() - Method in interface org.knime.core.node.dialog.DialogNodeRepresentation
-
- createDictInputColModel() - Static method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
-
- createDictOutputColModel() - Static method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
-
- createDisretizeOp(Map<String, double[]>) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner
-
- 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
-
- createDomain(DataColumnSpec) - Method in interface org.knime.core.data.DomainCreatorColumnSelection
-
Whether to create or recreate the domain for the specific column.
- createDoubleValueSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
-
- createDuplicateColumnHandlingUIConstrols() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
-
- 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
- createEmptyDialogValue() - Method in interface org.knime.core.node.dialog.DialogNode
-
Used by the framework to create an empty and uninitialized dialog value instance.
- createEmptyDocument(DataDictionaryDocument.DataDictionary) - Static method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
creates an empty document.
- 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.
- createEmptyViewRepresentation() - Method in interface org.knime.core.node.wizard.WizardNode
-
- createEmptyViewValue() - Method in interface org.knime.core.node.wizard.WizardNode
-
- createEnableHiliteModel() - Static method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
-
- createEnableModel() - Static method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
-
- createEndLoop() - Static method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeDialog
-
- createEntry(String, String) - Method in enum org.knime.core.node.config.base.ConfigEntries
-
Creates a new Config entry from String.
- createErrorMessageAndNotify(String, Throwable) - Method in class org.knime.core.node.Node
-
- createExecutionContext() - Method in class org.knime.core.node.workflow.NativeNodeContainer
- createExecutionContext() - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- createExecutionContext() - Method in class org.knime.core.node.workflow.SubNodeContainer
- createExecutionResult(ExecutionMonitor) - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
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.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.SubNodeContainer
-
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.
- createExtensionDerivedField(DATATYPE.Enum, String) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
-
Creates a derived field that contains an extension which
contains the name of the factory to use for the replacement.
- createFactorModel() - Static method in class org.knime.base.node.viz.property.size.SizeManager2NodeDialogPane
-
- createFailIfExceptionModel() - Static method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
- createFailIfNotExistsModel() - Static method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
-
- createFailOnErrorModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- createFailOnInvalidSettingsMode() - Static method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
-
Creates a new SettingsModelString for the fail-on-invalid setting.
- createFailOnMissing() - Static method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
-
- createFailOnOutOfInterval() - Static method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
-
- createFakeSettings(String, String[], String[], boolean) - Static method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
-
Creates a fake configuration to help migrating the old configuration.
- createFieldSettings() - Method in class org.knime.core.node.util.dialog.field.FieldList.FieldSettingsFactory
-
Create empty JavaField object.
- createFieldTypeCellEditor() - Method in class org.knime.core.node.util.dialog.OutFieldsTable
-
Create cell editor for for the input columns / flow variables.
- 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
-
- CreateFilenameConfigKeys - Class in org.knime.base.node.flowvariable.createfilename
-
- CreateFilenameNodeDialog - Class in org.knime.base.node.flowvariable.createfilename
-
- CreateFilenameNodeDialog() - Constructor for class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeDialog
-
Creates s dialog for the FilenameCreator node.
- CreateFilenameNodeFactory - Class in org.knime.base.node.flowvariable.createfilename
-
- CreateFilenameNodeFactory() - Constructor for class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeFactory
-
- CreateFilenameNodeModel - Class in org.knime.base.node.flowvariable.createfilename
-
- CreateFilenameNodeModel() - Constructor for class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
Creates a new instance of the FilenameCreator model.
- createFileOutSettings() - Static method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
-
Create settings for file output path.
- createFileStore(String) - Method in class org.knime.core.data.filestore.FileStoreFactory
-
Creates the file store object.
- createFileStore(WriteFileStoreHandler, FileStoreKey) - Static method in class org.knime.core.data.filestore.FileStoreUtil
-
- createFileStore(String) - Method in interface org.knime.core.data.filestore.internal.IWriteFileStoreHandler
-
- createFileStore(String) - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
- createFileStore(String) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- createFileStore(String) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
- createFileStore(String) - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
- createFileStore(String) - Method in class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
- createFileStore(String) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
-
- createFileStore(String) - Method in class org.knime.core.node.ExecutionContext
-
Creates a FileStore handle during execution that can be used to
instantiate a
FileStoreCell and fill a table.
- createFileStoreInLoopBody(String) - Method in interface org.knime.core.data.filestore.internal.ILoopStartWriteFileStoreHandler
-
- createFileStoreInLoopBody(String) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- createFileStoreInLoopBody(String) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
- createFileStoreInNestedLoop(String, byte[], int) - Method in interface org.knime.core.data.filestore.internal.ILoopStartWriteFileStoreHandler
-
- createFileStoreInNestedLoop(String, byte[], int) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- createFileStoreInNestedLoop(String, byte[], int) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
- createFileStoreInternal(String, byte[], int) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
- createFileStoreInternal(String, byte[], int) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
-
- createFileTable(ExecutionContext) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
-
- 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
- createFilterConfiguration() - Static method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
-
- createFilterConfiguration() - Static method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
-
- createFilterTableSpec(DataTableSpec, String...) - Static method in class org.knime.base.data.filter.column.FilterColumnTable
-
- 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
-
- createFirstRowIdsNameSettingsModel(SettingsModelBoolean) - Static method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
-
- createFlowPrefixModel(SettingsModelBoolean) - Static method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeDialogPane
-
- 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.
- createFlowVariableNameSettingsModel() - Static method in class org.knime.base.node.io.database.SQLExtractNodeModel
-
Creates a settings model for the flow variable which contains the SQL.
- createFlowVariableNameSettingsModel() - Static method in class org.knime.base.node.io.database.SQLInjectNodeModel
-
Creates a settings model for the flow variable which contains the SQL.
- createFrame(String) - Method in class org.knime.core.node.NodeView
-
- createFrame(String, Rectangle) - Method in class org.knime.core.node.NodeView
-
- createFrom(NodeSettingsRO) - Static method in class org.knime.base.node.preproc.rename.RenameColumnSetting
-
Factory method used in NodeModel#validate and #loadSettingsFrom.
- createFromObsoleteCustomName(String) - Static method in class org.knime.core.node.workflow.NodeAnnotationData
-
- 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.
- createGeneralRegressionContent() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
-
Creates a new PMML General Regression Content from this logistic
regression model.
- createGeneralRegressionContent() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegContent
-
Creates a new PMML General Regression Content from this polynomial regression model.
- createGeneralRegressionContent() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Creates a new PMML General Regression Content from this linear regression model.
- createGlobalSettings(ExecutionContext, BufferedDataTable, List<String>, int) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
- createGraphNode(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageGraphView.DecTreeToImageNodeWidgetFactory
-
Create a
NodeWidget which is a visual representation of the
given object.
- 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
-
- createGridColCountModel() - Static method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
-
- createGridColumnModel() - Static method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
-
- createGroupByModel() - Static method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
-
- 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, List<String>, boolean, boolean, List<ColumnAggregator>) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
Create group-by table.
- createGroupByTable(ExecutionContext, BufferedDataTable, List<String>, boolean, boolean, boolean, List<ColumnAggregator>) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
- 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
-
- createGroupColumnsModel() - Static method in class org.knime.base.node.preproc.rank.RankNodeModel
-
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
-
Creates a new instance of a missing cell handler managed by this factory.
- 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.AbstractAccuracyScorerNodeView
-
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.unpivot2.Unpivot2NodeDialogPane
-
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
-
Deprecated.
- createHTMLTable(String, String, String, int, Map<String, ? extends Object>, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- createHTMLTotalData(double[]) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
-
- createIgnoreMissing() - Static method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
-
- createIgnoreMissingValsModel() - Static method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
- createIncludeColsModel() - Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
-
- createIncludedColumnsSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
Creates a Settings Model for storing the columns that are included in the many-to-one conversion.
- createIncludedColumnsSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
Creates a Settings Model for storing the columns that are included in the many-to-one conversion.
- createIncludeEmptyResultsModel() - Static method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
- createIncludeMethodSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
Creates a Settings Model for storing the include method.
- createIncludeMethodSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
Creates a Settings Model for storing the include method.
- createInExcludeModel() - Static method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
-
- createInExcludeModel() - Static method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
-
- createInitialStreamableOperatorInternals() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
Streaming API (pending):
Used to initialize an iterative streamable execution.
- createInitialStreamableOperatorInternals() - Method in class org.knime.core.node.NodeModel
-
Streaming API (pending):
Used to initialize an iterative streamable execution.
- createInitJSViewMethodCall(REP, VAL) - Method in interface org.knime.core.node.wizard.WizardViewCreator
-
Creates the JavaScript code to initialize the view implementation with the respective
view representation and value objects.
- createInMemoryTable(ExecutionContext) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTableCreator
-
- createInnerStatement(StatementManipulator, String, List<String>, List<PivotData>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.pivoting.CasePivotStatementGenerator
- createInnerStatement(StatementManipulator, String, List<String>, List<PivotData>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.pivoting.DefaultPivotStatementGenerator
-
- createInputColumn() - Static method in class org.knime.base.node.util.ExpandVectorNodeModel
-
- createInputColumns() - Static method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
-
- createInsertStatment(String, String, int[], boolean) - Method in class org.knime.core.node.port.database.DatabaseHelper
-
- 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.bitvector.BitVectorIntersectionOperator
-
Creates a new instance of this operator.
- createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorNotSetCountOperator
-
Creates a new instance of this operator.
- createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorSetCountOperator
-
Creates a new instance of this operator.
- createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorUnionOperator
-
Creates a new instance of this operator.
- createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorXOrOperator
-
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.AppendElementOperator
-
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.AndElementCountOperator
-
Deprecated.
Creates a new instance of this operator.
- createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.deprecated.AndElementOperator
-
Deprecated.
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.SumOperator
-
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.CorrelationOperator
-
Creates a new instance of this operator.
- createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
-
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.GeometricStdDeviationOperator
-
Creates a new instance of this operator.
- createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.KurtosisOperator
-
Creates a new instance of this operator.
- createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.MeanAbsoluteDeviationOperator
-
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.MedianAbsoluteDeviationOperator
-
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.PSquarePercentileOperator
-
Creates a new instance of this operator.
- createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
-
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.SecondMomentOperator
-
Creates a new instance of this operator.
- createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.SkewnessOperator
-
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.SumOfLogsOperator
-
Creates a new instance of this operator.
- createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.SumOfSquaresOperator
-
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.
- createInstance() - Method in interface org.knime.core.node.port.database.aggregation.DBAggregationFunctionFactory
-
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.AvgDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.BitAndDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.BitOrDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.BitXOrDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.CorrDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.CountDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.FirstDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.h2.BoolAndDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.h2.BoolOrDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.h2.SelectivtyDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.LastDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.MaxDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.MinDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.postgresql.ArrayAggDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.sqlite.TotalDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.StdDevPopDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.StdDevSampDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.SumDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.VariancePopDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.VarianceSampDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.VarPopDBAggregationFunction.Factory
- createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.VarSampDBAggregationFunction.Factory
- createIntegerValueSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandler
-
- 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.
- createInteractiveView(InteractiveHiLiteCollectorNodeModel) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeFactory
- createInteractiveView(T) - Method in interface org.knime.core.node.interactive.InteractiveNodeFactoryExtension
-
- 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.
- createInvalidRowsSelectionMenu() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
- createInvalidSpec(String) - Static method in class org.knime.core.node.util.DataColumnSpecListCellRenderer
-
- createInvalidSpec(String, DataType) - Static method in class org.knime.core.node.util.DataColumnSpecListCellRenderer
-
- createInvalidSpec(DataColumnSpec) - Static method in class org.knime.core.node.util.DataColumnSpecListCellRenderer
-
- createIsFilteredModel() - Static method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
-
- createItemsetLengthModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
-
- createItemSetTypeModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
-
- createIterationsModel() - Static method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeDialog
-
- 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
-
- createJoinerSettingsTab() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
-
- createJoinModeUIControls() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
-
- createJoinPredicateUIControls(boolean, boolean) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
-
- createKeepColumnsSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
Creates a Settings Model for storing whether the merged columns should be
kept additionally to the appended column.
- createKeepColumnsSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
Creates a Settings Model for storing whether the merged columns should be kept additionally to the appended
column.
- 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
-
- createLabel() - Method in enum org.knime.core.node.util.FilesHistoryPanel.LocationValidation
-
Creates a label for this location validation type.
- createLastDisplayedRowModel(int) - Static method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
-
- createLearningColumnsSettingsModel() - Static method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
-
Creates a SettingsModel for the selection of learning columns.
- createLimitCheckerModel() - Static method in class org.knime.base.node.io.table.read.ReadTableNodeModel
-
- createLimitRowsSettingsModel() - Static method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
-
Creates a new SettingsModel for the boolean value indicating whether rows should be filtered.
- createLimitSpinnerModel(SettingsModelBoolean) - Static method in class org.knime.base.node.io.table.read.ReadTableNodeModel
-
- 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.
- createLinkWithUpdatedSource(URI) - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
-
Create a new link template info based on this template (which must be a link already), 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
-
- createListComponent(String) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
Creates the list component that contains the possible options to
choose from (displayed on the left hand).
- createListComponent(String) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
-
Creates the list component that contains the possible options to
choose from (displayed on the left hand).
- createListComponent(String) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
-
Creates the list component that contains the possible options to
choose from (displayed on the left hand).
- createLoadPersistor(File) - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
-
Create persistor for a workflow or template.
- createLoadPersistor(File, WorkflowLoadHelper) - Static method in class org.knime.core.node.workflow.WorkflowManager
-
Create persistor for a workflow or template.
- 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.
- createLongValueSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandler
-
- createLookaheadSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
-
- createLookbehindSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
-
- 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
-
- createMaxMismatchesModel() - Static method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
-
- createMaxNewColumns() - Static method in class org.knime.base.node.util.ExpandVectorNodeModel
-
- createMaxNominalValsModel() - Static method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
- createMaxNominalValuesModel() - Static method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
-
- createMaxNumPatternSettings() - Static method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
-
Deprecated.
- createMaxNumPatternSettings() - Static method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
-
- createMaxNumRowsSettingsModel() - Static method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
-
Creates a new SettingsModel for the maximum number of rows to add to the PMML.
- createMaxUniqueValsModel() - Static method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
- createMeanPercentageModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- createMedianModel() - Static method in class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
-
Deprecated.
- createMedianModel() - Static method in class org.knime.base.node.viz.statistics2.Statistics3NodeDialogPane
-
Deprecated.
- createMergeOperator() - Method in class org.knime.base.node.io.database.DBWriterNodeModel
-
Streaming API (pending):
Factory method to create a merge operator that combines results created
in different
StreamableOperator objects.
- createMergeOperator() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
Streaming API (pending):
Factory method to create a merge operator that combines results created
in different
StreamableOperator objects.
- createMergeOperator() - Method in class org.knime.core.node.NodeModel
-
Streaming API (pending):
Factory method to create a merge operator that combines results created
in different
StreamableOperator objects.
- createMergeOperator() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
-
Streaming API (pending):
Factory method to create a merge operator that combines results created
in different
StreamableOperator objects.
- createMessageHTML(String) - Method in interface org.knime.core.node.wizard.WizardViewCreator
-
Creates a minimal HTML string to display a message.
- 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
-
Deprecated.
Fills an array with missing values according to the spec.
- createMissingValueHandlingTable(DataTable, MissingValueHandling2ColSetting[], ExecutionContext, StringBuffer) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
-
Deprecated.
Does missing value handling to the argument table given the col settings
in an array and also reports progress.
- createMissingValueHandlingTable(BufferedDataTable, MissingValueHandling2ColSetting[], ExecutionContext, StringBuffer) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
-
- createMissingValueHandlingTable(BufferedDataTable, MissingValueHandling2ColSetting[], ExecutionContext, StringBuilder) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
-
Deprecated.
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.unpivot2.Unpivot2NodeDialogPane
-
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.FileNodePersistor
-
- 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.
- createMSCCaseSensitiveModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- createMSCHasWildcardsModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- createMSCPattern() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- createMSCRegexModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- createMSCSetMatchingModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- createMultiColumnConfig(CreateBitVectorNodeModel.ColumnType) - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- createMultipleActiveHandlingSettingsModel() - Static method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
-
- createNativeNodeContainerPersistorLoad(ReferencedFile) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- createNativeNodeContainerPersistorLoad(ReferencedFile) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
- createNavigationMenu() - Method in class org.knime.core.node.tableview.TableView
-
Create the navigation menu for this table view.
- createNestedLoopPath() - Method in interface org.knime.core.data.filestore.internal.ILoopStartWriteFileStoreHandler
-
- createNestedLoopPath() - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- createNestedLoopPath() - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
- 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
-
- createNewColumnNameSettingsMode() - Static method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
-
Creates a new SettingsModelString for the new column name setting.
- createNewColumnsProducerMapping(Vector<ColumnRearranger.SpecAndFactoryObject>) - Static method in class org.knime.core.data.container.RearrangeColumnsTable
-
The list of SpecAndFactoryObject that produce new columns.
- 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.
- createNewConfiguration() - Method in class org.knime.core.node.workflow.BatchExecutor
-
Creates a new workflow configuration object.
- createNewDataTableSpec(DataTableSpec, Map<String, String>) - Static method in class org.knime.base.node.io.database.binning.DBAutoBinner
-
This method creates a new
DataTableSpec holding columns which were appended
- 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
-
- createNewInputReader() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- createNewMenu(Container) - Static method in class org.knime.core.node.NodeViewExport
-
Convenience method that create a menu entry containing all available
export options.
- createNewMenu(NodeView<?>) - Static method in class org.knime.core.node.NodeViewExport
-
- 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.compute.CorrelationComputeNodeModel
-
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
-
- createNewRow(DataRow, RowKey) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
-
Creates a new row, with the cells as in row and the rowkey newkey.
- createNewSpec(DataTableSpec) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
-
- 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(Class<? extends NodeContainerTemplate>) - Static method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
-
- createNewWithAdapter(Class<? extends DataValue>...) - Method in class org.knime.core.data.DataType
-
Creates a clone of this type that also contains all argument value classes in its adapter list.
- 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.
- createNoColumnsPolicySetings() - Static method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
-
- 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.
- createNodeDescription() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeFactory
-
Creates the description for this node.
- createNodeDescription(NodeDescription) - Static method in class org.knime.base.node.preproc.pmml.missingval.utils.MissingValueNodeDescriptionHelper
-
Adds an additional option tag with name "Missing Value Handler Selection"
to the fullDescription of the given node
description.
- createNodeDescription() - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeFactory
-
Creates the description for this node.
- createNodeDescription() - Method in class org.knime.core.node.DynamicNodeFactory
-
Creates the description for this node.
- createNodeDescription() - Method in class org.knime.core.node.NodeFactory
-
Creates the description for this node.
- createNodeDescription() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
-
Creates the description for this node.
- createNodeDescription() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
-
Creates the description for this node.
- createNodeDescription() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
-
Creates the description for this node.
- createNodeDescription() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
-
Creates the description for this node.
- createNodeDialogPane() - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DataPortCatchNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DBPortCatchNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericPortCatchNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.VariablePortCatchNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.DataPortTryNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.VariablePortTryNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.image.ImageToTableNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.image.writeimage.WriteImageNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBGroupByNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBJoinerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBReaderNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBSorterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBUpdateNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBWriterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.SQLExtractNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.SQLInjectNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.linereader.LineReaderNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.listfiles.ListFilesNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.table.write.WriteTableNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopEndJoin2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopEndNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory3
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictor2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictor2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory3
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.knn.KnnNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.mds.MDSNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.pca.PCANodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeFactory3
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.binner.BinnerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.columntrans2.Many2OneCol2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnSplitRefNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.rowref.RowSplitRefNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.normalize.NormalizerDeNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLDeNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.rank.RankNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.split2.SplitNodeFactory2
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.rules.RuleEngineNodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.switches.endcase.EndcaseNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.switches.endif.EndifNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.switches.manualif.ManualIfNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.switches.startcase.StartcaseNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.util.cache.CacheNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.util.sampledata.SampleDataNodeFactory
-
Throws exception so far.
- createNodeDialogPane() - Method in class org.knime.base.node.util.sendmail.SendMailNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.hilite.AutoHiLiteNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.roc.ROCNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
-
Deprecated.
This node has no dialog.
- createNodeDialogPane() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeFactory
-
Deprecated.
- createNodeDialogPane() - Method in class org.knime.base.node.viz.table.TableNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.core.node.missing.MissingNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.core.node.NodeFactory
-
- createNodeDialogPane() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
-
- createNodeDialogPane() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
-
- 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.create2.CollectionCreate2NodeFactory
-
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.flowcontrol.breakpoint.BreakpointNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DataPortCatchNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DBPortCatchNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericPortCatchNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.VariablePortCatchNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.DataPortTryNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.VariablePortTryNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeFactory
-
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.tablecoltovariable.TableColumnToVariableNodeFactory
-
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
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeFactory
-
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
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.image.writeimage.WriteImageNodeFactory
-
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.binning.apply.DBApplyBinnerNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeFactory
-
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.DBDeleteRowsNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.DBGroupByNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.DBJoinerNodeFactory
-
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.DBSorterNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.DBUpdateNodeFactory
-
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.database.drop.DBDropTableNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeFactory2
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.SQLExtractNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.SQLInjectNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeFactory
-
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.extractcontextprop.ReadContextPropertyNodeFactory
-
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
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel(NodeCreationContext) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeFactory
-
Creates a new node model.
- createNodeModel() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeFactory
-
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.listfiles2.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.read.PMMLReaderNodeFactory2
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel(NodeCreationContext) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory2
-
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.columnlist2.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.group.GroupLoopStartNodeFactory
-
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.LoopEndJoin2NodeFactory
-
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.looper.recursive.RecursiveLoopEnd2NodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeFactory
-
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
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory2
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory3
-
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
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeFactory
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeFactory2
-
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.FuzzyBasisFunctionPredictor2NodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
-
Deprecated.
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.RadialBasisFunctionPredictor2NodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
-
Deprecated.
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.cluster.kmeans.ClusterNodeFactory2
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory2
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory3
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.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.knn.pmml.PMMLKNNNodeFactory
-
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
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.neural.mlp2.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.neural.rprop.RPropNodeFactory2
-
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
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory2
-
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.learner.LogRegLearnerNodeFactory2
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeFactory3
-
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
-
Deprecated.
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
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory2
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.regression.predict2.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.scorer.numeric.NumericScorerNodeFactory
-
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
-
Deprecated.
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.learner.SVMLearnerNodeFactory2
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.mine.svm.predictor2.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.autobinner2.AutoBinnerLearnNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.autobinner3.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.bitvector.create.CreateBitVectorNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeFactory
-
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.colautotypecast.ColumnAutoTypeCasterNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeFactory
-
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.categorytonumber.CategoryToNumberApplyNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory
-
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.numbertocategory.NumberToCategoryApplyNodeFactory
-
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.columnaggregator.ColumnAggregatorNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeFactory
-
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.columnlag.LagColumnNodeFactory
-
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.columnresorter.ColumnResorterNodeFactory
-
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.columntogrid2.ColumnToGrid2NodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.columntrans2.Many2OneCol2NodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeFactory
-
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.crossjoin.CrossJoinerNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeFactory
-
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.dialog2.DomainNodeFactory
-
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.domain.editnominal.dic.EditNominalDomainDicNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeFactory
-
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.double2int2.DoubleToIntNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeFactory
-
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.extractmissingvaluecause.ExtractMissingValueCauseNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeFactory
-
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.columnref.ColumnSplitRefNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeFactory
-
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.missingvaluecolfilter.MissingValueColumnFilterNodeFactory
-
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.filter.rowref.RowSplitRefNodeFactory
-
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.lowvarfilter2.LowVarFilter2NodeFactory
-
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.MissingValueHandling2NodeFactory
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeFactory
-
Deprecated.
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.NormalizerDeNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeFactory
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeFactory
-
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.binner.BinnerNodeFactory2
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeFactory
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory2
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory2
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeFactory
-
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.NormalizerPMMLDeNodeFactory
-
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.normalize.NormalizerPMMLNodeFactory2
-
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.numbertostring.NumberToStringNodeFactory2
-
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.pmml.stringtonumber.StringToNumberNodeFactory2
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.rank.RankNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeFactory
-
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.rounddouble.RoundDoubleNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeFactory2
-
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.split2.SplitNodeFactory2
-
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.targetshuffling.TargetShufflingNodeFactory
-
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.unpivot2.Unpivot2NodeFactory
-
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
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeFactory
-
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.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.extracttabledimension.ExtractTableDimensionNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeFactory
-
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.util.sendmail.SendMailNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeFactory
-
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
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.viz.hilite.AutoHiLiteNodeFactory
-
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.color.extract.ColorExtractNodeFactory
-
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
-
Deprecated.
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeFactory
-
Deprecated.
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() - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeFactory
-
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.exec.dataexchange.in.PortObjectInNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in interface org.knime.core.node.interactive.InteractiveNodeFactoryExtension
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.core.node.missing.MissingNodeFactory
-
Creates and returns a new instance of the node's corresponding 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
-
Creates a new node model using a specific context.
- createNodeModel() - Method in interface org.knime.core.node.wizard.WizardNodeFactoryExtension
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodeModel() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
-
Creates and returns a new instance of the node's corresponding model.
- createNodePersistor(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
-
- createNodeSettingsForTemplate(NodeContainerTemplate) - Static method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
-
- createNodeView(int, CollectionCreate2NodeModel) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeFactory
-
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, BreakpointNodeModel) - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, SleepNodeModel) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, GenericCatchNodeModel) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DataPortCatchNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, GenericCatchNodeModel) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DBPortCatchNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, GenericCatchNodeModel) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericPortCatchNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, GenericCatchNodeModel) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.VariablePortCatchNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, GenericTryNodeModel) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.DataPortTryNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, GenericTryNodeModel) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.VariablePortTryNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, ActiveBranchInverterNodeModel) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, AppendVariableToTableNodeModel) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, AppendVariableToTable2NodeModel) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, CreateFilenameNodeModel) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeFactory
-
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, TableColumnToVariableNodeModel) - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeFactory
-
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
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, VariableToTable2NodeModel) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, ImageColumnWriterNodeModel) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeFactory
-
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
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, TableRowToImageNodeModel) - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, WriteImageNodeModel) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeFactory
-
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, DBApplyBinnerNodeModel) - Method in class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DBAutoBinnerNodeModel) - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DBNumericBinnerNodeModel) - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DBColumnRenameNodeModel) - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DBTableSelectorNodeModel) - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, JDBCConnectorNodeModel) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeFactory
-
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, DBDeleteRowsNodeModel) - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DBGroupByNodeModel) - Method in class org.knime.base.node.io.database.DBGroupByNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DBJoinerNodeModel) - Method in class org.knime.base.node.io.database.DBJoinerNodeFactory
-
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, DBSorterNodeModel) - Method in class org.knime.base.node.io.database.DBSorterNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DBSQLExecutorNodeModel) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DBUpdateNodeModel) - Method in class org.knime.base.node.io.database.DBUpdateNodeFactory
-
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, DBDropTableNodeModel) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DBGroupByNodeModel2) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeFactory2
-
Creates and returns a new node view for the given index.
- createNodeView(int, ParameterizedDBQueryNodeModel) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DBPivotNodeModel) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DBSamplingNodeModel) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, SQLExtractNodeModel) - Method in class org.knime.base.node.io.database.SQLExtractNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, SQLInjectNodeModel) - Method in class org.knime.base.node.io.database.SQLInjectNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DBTableCreatorNodeModel) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeFactory
-
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, ReadContextPropertyNodeModel) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeFactory
-
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
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, FixedWidthFRNodeModel) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeFactory
-
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, ListFilesNodeModel) - Method in class org.knime.base.node.io.listfiles2.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, PMMLReaderNodeModel) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory2
-
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, ColumnListLoopStartNodeModel) - Method in class org.knime.base.node.meta.looper.columnlist2.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, GroupLoopStartNodeModel) - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeFactory
-
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.LoopEndJoin2NodeFactory
-
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, RecursiveLoopEnd2NodeModel) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, RecursiveLoopEndNodeModel) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, RecursiveLoopStart2NodeModel) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, RecursiveLoopStartNodeModel) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, VariableLoopEndNodeModel) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeFactory
-
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
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, NaiveBayesLearnerNodeModel2) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory2
-
Creates and returns a new node view for the given index.
- createNodeView(int, NaiveBayesLearnerNodeModel2) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory3
-
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
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, NaiveBayesPredictorNodeModel) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeFactory
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, NaiveBayesPredictorNodeModel2) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeFactory2
-
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, FuzzyBasisFunctionPredictor2NodeModel) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictor2NodeFactory
-
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
-
Deprecated.
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, RadialBasisFunctionPredictor2NodeModel) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictor2NodeFactory
-
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
-
Deprecated.
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, HierarchicalClusterNodeModel) - 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, ClusterNodeModel) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory2
-
Creates and returns a new node view for the given index.
- createNodeView(int, DecTreeToImageNodeModel) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DecisionTreeLearnerNodeModel2) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory2
-
Creates and returns a new node view for the given index.
- createNodeView(int, DecisionTreeLearnerNodeModel2) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory3
-
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
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, DecTreePredictorNodeModel) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, KnnNodeModel) - Method in class org.knime.base.node.mine.knn.KnnNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, PMMLKNNNodeModel) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeFactory
-
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
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, MLPPredictorNodeModel) - Method in class org.knime.base.node.mine.neural.mlp2.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, RPropNodeModel) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory2
-
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
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, LinReg2LearnerNodeModel) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, LinReg2LearnerNodeModel) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory2
-
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, LogRegLearnerNodeModel) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory2
-
Creates and returns a new node view for the given index.
- createNodeView(int, LogRegLearnerNodeModel) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeFactory3
-
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
-
Deprecated.
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
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, PolyRegLearnerNodeModel) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, PolyRegLearnerNodeModel) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory2
-
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
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, RegressionPredictorNodeModel) - Method in class org.knime.base.node.mine.regression.predict2.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, NumericScorerNodeModel) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeFactory
-
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
-
Deprecated.
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, SVMLearnerNodeModel) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory2
-
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
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, SVMPredictorNodeModel) - Method in class org.knime.base.node.mine.svm.predictor2.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, AutoBinnerLearnNodeModel) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, AutoBinnerLearnNodeModel) - Method in class org.knime.base.node.preproc.autobinner3.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, CreateBitVectorNodeModel) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, ExpandBitVectorNodeModel) - Method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, BootstrapNodeModel) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, CreateByteVectorNodeModel) - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, ExpandByteVectorNodeModel) - Method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeFactory
-
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, ColumnAutoTypeCasterNodeModel) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, ColCombineNodeModel) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, ColCombine2NodeModel) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeFactory
-
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, CategoryToNumberApplyNodeModel) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, CategoryToNumberNodeModel) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, CategoryToNumberNodeModel) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory
-
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, NumberToCategoryApplyNodeModel) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeFactory
-
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, ColumnAggregatorNodeModel) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, ColumnAppenderNodeModel) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeFactory
-
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, LagColumnNodeModel) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeFactory
-
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, ColumnResorterNodeModel) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeFactory
-
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, ColumnToGrid2NodeModel) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, Many2OneColNodeModel) - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, One2ManyColNodeModel) - Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, Many2OneCol2NodeModel) - Method in class org.knime.base.node.preproc.columntrans2.Many2OneCol2NodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, One2ManyCol2NodeModel) - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, ConstantValueColumnNodeModel) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, CorrelationComputeNodeModel) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, CorrelationFilterNodeModel) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeFactory
-
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, CrossJoinerNodeModel) - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DataValidatorNodeModel) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DataValidatorSpecNodeModel) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeFactory
-
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.dialog2.DomainNodeFactory
-
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, EditNominalDomainDicNodeModel) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, EditNominalDomainNodeModel) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, EditNumericDomainNodeModel) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeFactory
-
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, DoubleToIntNodeModel) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, MVColumnFilterNodeModel) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeFactory
-
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, ExtractMissingValueCauseNodeModel) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DataColumnSpecFilterNodeModel) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeFactory
-
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, ColumnSplitRefNodeModel) - Method in class org.knime.base.node.preproc.filter.columnref.ColumnSplitRefNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, FilterApplyNodeModel) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, FilterApplyRowSplitterNodeModel) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, FilterDefinitionMergerNodeModel) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, InteractiveHiLiteCollectorNodeModel) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeFactory
-
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, MissingValueColumnFilterNodeModel) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeFactory
-
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, RowSplitRefNodeModel) - Method in class org.knime.base.node.preproc.filter.rowref.RowSplitRefNodeFactory
-
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, LowVarFilter2NodeModel) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeFactory
-
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, MissingValueHandling2NodeModel) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeFactory
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, MissingValueHandling3NodeModel) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeFactory
-
Deprecated.
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, NormalizerDeNodeModel) - Method in class org.knime.base.node.preproc.normalize.NormalizerDeNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, NormalizerNodeModel) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, Normalizer2NodeModel) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeFactory
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, Normalizer3NodeModel) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeFactory
-
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.binner.BinnerNodeFactory2
-
Creates and returns a new node view for the given index.
- createNodeView(int, DataColumnSpecFilterPMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, Many2OneColPMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeFactory
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, One2ManyColPMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, Many2OneCol2PMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, Many2OneCol2PMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory2
-
Creates and returns a new node view for the given index.
- createNodeView(int, One2ManyCol2PMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, One2ManyCol2PMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory2
-
Creates and returns a new node view for the given index.
- createNodeView(int, MissingValueApplyNodeModel) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, MissingValueHandlerNodeModel) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeFactory
-
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, NormalizerPMMLDeNodeModel) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLDeNodeFactory
-
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, NormalizerPMMLNodeModelNoOptIn) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory2
-
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, NodeModel) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory2
-
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, StringToNumberNodeModel) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory2
-
Creates and returns a new node view for the given index.
- createNodeView(int, XML2PMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, RankNodeModel) - Method in class org.knime.base.node.preproc.rank.RankNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, ReferenceColumnResorterNodeModel) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeFactory
-
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, RenameNodeModel) - Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, RoundDoubleNodeModel) - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, RowKeyNodeModel2) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeFactory2
-
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, SplitNodeModel2) - Method in class org.knime.base.node.preproc.split2.SplitNodeFactory2
-
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, TargetShufflingNodeModel) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeFactory
-
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, Unpivot2NodeModel) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeFactory
-
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
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, CaseEndNodeModel) - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, CaseStartNodeModel) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, EmptyTableSwitchNodeModel) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeFactory
-
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, 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, ExtractTableDimensionNodeModel) - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, ExtractTableSpecNodeModel) - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, GlobalTimerinfoNodeModel) - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, MergeVariablesNodeModel) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeFactory
-
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, SendMailNodeModel) - Method in class org.knime.base.node.util.sendmail.SendMailNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, TimerinfoNodeModel) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeFactory
-
Creates and returns a new node view for the given index.
- 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
-
Deprecated.
Creates and returns a new node view for the given index.
- createNodeView(int, EnrichmentPlotterModel) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) - Method in class org.knime.base.node.viz.hilite.AutoHiLiteNodeFactory
-
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, DefaultVisualizationNodeModel) - Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DefaultVisualizationNodeModel) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DefaultVisualizationNodeModel) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, DefaultVisualizationNodeModel) - 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, ColorExtractNodeModel) - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeFactory
-
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
-
Deprecated.
The view offers statistical information on the input table.
- createNodeView(int, Statistics3NodeModel) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeFactory
-
Deprecated.
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, SaveWorkflowNodeModel) - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, PortObjectInNodeModel) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, MissingNodeModel) - Method in class org.knime.core.node.missing.MissingNodeFactory
-
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, VirtualParallelizedChunkPortObjectInNodeModel) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, VirtualParallelizedChunkPortObjectOutNodeModel) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, VirtualSubNodeInputNodeModel) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
-
Creates and returns a new node view for the given index.
- createNodeView(int, VirtualSubNodeOutputNodeModel) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
-
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
-
Deprecated.
- createNominalFilterModel() - Static method in class org.knime.base.node.viz.statistics2.Statistics3NodeDialogPane
-
Deprecated.
- createNominalValuesModel() - Static method in class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
-
Deprecated.
- createNominalValuesModel() - Static method in class org.knime.base.node.viz.statistics2.Statistics3NodeDialogPane
-
Deprecated.
- createNominalValuesModelOutput() - Static method in class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
-
Deprecated.
- createNominalValuesModelOutput() - Static method in class org.knime.base.node.viz.statistics2.Statistics3NodeDialogPane
-
Deprecated.
- createNominalValueTable(List<String>) - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Create nominal value table containing all possible values together with
their occurrences.
- createNominalValueTable(List<String>) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
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
- createNormalizeModel() - Static method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
-
- createNoRowAvailableMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Creates pop up menu item if no row is available
- createNoRowAvailableMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
-
Creates pop up menu item if no row is available
- createNoRowAvailableMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
-
Creates pop up menu item if no row is available
- createNoRowSelectedMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Creates menu items for the given pop up menu if no row is selected.
- createNoRowSelectedMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
-
Creates menu items for the given pop up menu if no row is selected.
- createNoRowSelectedMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
-
Creates menu items for the given pop up menu if no row is selected.
- createNoRowSelectedMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
-
Creates menu items for the given pop up menu if no row is selected.
- createNoRowSelectedMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysPanel
-
Creates menu items for the given pop up menu if no row is selected.
- createNoRowSelectedMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingPanel
-
Creates menu items for the given pop up menu if no row is selected.
- createNotEditableMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Creates pop up menu item if not editable
- createNotInWorkflowFileStoreFactory() - Static method in class org.knime.core.data.filestore.FileStoreFactory
-
Creates a factory whose generated file stores are not part of the workflow.
- createNoValuesModel() - Static method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
-
- createNumNeighborsSettingsModel() - Static method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
-
Creates a SettingsModel for the number of neighbors to take into account.
- createNumOfRowsModel() - Static method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeDialog
-
- createOnlyLastModel() - Static method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeDialog
-
- 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.AggregationMethodDecorator
-
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
-
- createOuterGroupByStatement(StatementManipulator, String, List<String>, List<PivotData>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.pivoting.CasePivotStatementGenerator
- createOuterGroupByStatement(StatementManipulator, String, List<String>, List<PivotData>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.pivoting.DefaultPivotStatementGenerator
-
- createOuterSelectStatement(StatementManipulator, String, List<String>, List<PivotData>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.pivoting.CasePivotStatementGenerator
- createOuterSelectStatement(StatementManipulator, String, List<String>, List<PivotData>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.pivoting.DefaultPivotStatementGenerator
-
- 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.
- createOutputColumn() - Static method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
-
- createOutputColumnModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- createOutputPrefix() - Static method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeModel
-
- createOutputPrefix() - Static method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeModel
-
- createOutputRow(DataRow, DataRow, int[], boolean[]) - Static method in class org.knime.core.data.container.JoinTableIterator
-
Assembles the output row.
- 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
-
Deprecated.
Create spec containing only nominal columns in same order as the input
spec.
- createOutSpecNominal(DataTableSpec, List<String>) - Static method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
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
-
Deprecated.
Create spec containing only numeric columns in same order as the input
spec.
- createOutSpecNumeric(DataTableSpec) - Static method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Create spec containing only numeric columns in same order as the input spec.
- createOutTableSpec(PortObjectSpec, PortObjectSpec, boolean, String, boolean, String) - Method in class org.knime.base.node.mine.util.PredictorHelper
-
Computes the output table's specifaction based on common node settings.
- createOverwriteOKModel() - Static method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeDialog
-
- createOverwriteOKSettings() - Static method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
-
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.
- createPatternParser(String) - Method in class org.knime.core.node.NodeLoggerPatternLayout
- createPatternSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
Creates a Settings Model for storing the pattern that is used .
- createPatternSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
Creates a Settings Model for storing the pattern that is used .
- createPivotModel() - Static method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
-
- createPMMLCompatibilityFlagModel() - Static method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
- createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
-
Creates a pmml document with the model as content.
- createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
-
Creates a pmml document with the model as content.
- createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
-
Creates a pmml document with the model as content.
- createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
Creates a pmml document with the model as content.
- createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
-
Creates a pmml document with the model as content.
- createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
-
Creates a pmml document with the model as content.
- createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
-
Creates a pmml document with the model as content.
- createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
-
Creates a pmml document with the model as content.
- createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
-
Creates a pmml document with the model as content.
- createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
-
Creates a pmml document with the model as content.
- createPMMLPrepocDiscretize(Connection, String, StatementManipulator, DataTableSpec) - Method in class org.knime.base.node.io.database.binning.DBAutoBinner
-
- createPolicyModel() - Static method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
-
- 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
-
Deprecated.
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
-
Deprecated.
Creates a PMML port object spec based on all columns in the given data
table spec.
- createPredColumnNameSettingsModel() - Static method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
-
Creates a new SettingsModel for the predicted column's name.
- createPredefinedExtensions() - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
- createPredictionColumn() - Method in class org.knime.base.node.mine.util.PredictorHelper
-
- 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.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
-
- 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(long) - Static method in class org.knime.base.node.preproc.sample.Sampler
-
Creates a filter that passes only the first count rows.
- createRankAsLongModel() - Static method in class org.knime.base.node.preproc.rank.RankNodeModel
-
- createRankColumnsModel() - Static method in class org.knime.base.node.preproc.rank.RankNodeModel
-
- createRankModeModel() - Static method in class org.knime.base.node.preproc.rank.RankNodeModel
-
- createRankOrderModel() - Static method in class org.knime.base.node.preproc.rank.RankNodeModel
-
- createRankOutColNameModel() - Static method in class org.knime.base.node.preproc.rank.RankNodeModel
-
- createRearranger(DataTableSpec, String[], String) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
-
Creates a column rearranger based on the data spec.
- createRearranger(DataTableSpec, String[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
Deprecated.
Creates a column rearranger based on the data spec.
- createReferenceTableColModel() - Static method in class org.knime.base.node.preproc.filter.rowref.RowRefNodeDialogPane
-
- createRelativeModel() - Static method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
-
- createRemoveAggregationColsModel() - Static method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
- createRemoveCollectionColModel() - Static method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
-
- createRemoveColumnsModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- createRemoveInput() - Static method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
-
- createRemoveOriginal() - Static method in class org.knime.base.node.util.ExpandVectorNodeModel
-
- createRemoveRetainedColsModel() - Static method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.blob.BinaryObjectDataValueMetaRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.blob.BinaryObjectDataValueRenderer.LongHexdumpFactory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.blob.BinaryObjectDataValueRenderer.ShortHexdumpFactory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.collection.CollectionValueRenderer.FullRendererFactory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.collection.CollectionValueRenderer.ShortRendererFactory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.date.DateAndTimeValueRenderer.DefaultRendererFactory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.date.DateAndTimeValueRenderer.Iso8061RendererFactory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.date.DateAndTimeValueRenderer.UsRendererFactory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.image.png.PNGImageValueRendererFactoryUtil.StandardRendererFactory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.model.PortObjectValueRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.BitVectorValuePixelRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer.BinRendererFactory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer.HexRendererFactory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer.SetBitsRendererFactory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.BooleanValueRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.ByteVectorValuePixelRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.ByteVectorValueStringRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.ComplexNumberValueRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in interface org.knime.core.data.renderer.DataValueRendererFactory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleBarRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleValueRenderer.FullPrecisionRendererFactory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleValueRenderer.PercentageRendererFactory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleValueRenderer.StandardRendererFactory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleVectorValueRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.ImageValueRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.IntValueRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.StringValueRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.StringVectorValueRenderer.Factory
-
Creates a new renderer instance.
- createRenderer(DataColumnSpec) - Method in class org.knime.core.data.xml.XMLValueRenderer.Factory
-
Creates a new renderer instance.
- createReplaceColHeader() - Static method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
-
- createReplaceXMLColumnSettingsMode() - Static method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
-
Creates a new SettingsModelString for the replace xml column setting.
- 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.extractcontextprop.ReadContextPropertyConfiguration
-
Creates a result object for the current configuration.
- 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
-
Deprecated.
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
-
Deprecated.
Creates the column specification of the result columns and returns
them in the order they should be appended to the original table
specification.
- createResultColSpecs(NaiveBayesModel, String, DataTableSpec, boolean, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
-
Deprecated.
Creates the column specification of the result columns and returns
them in the order they should be appended to the original table
specification.
- createResultColSpecs(String, DataType, DataTableSpec, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
-
Deprecated.
Creates the column specification of the result columns and returns
them in the order they should be appended to the original table
specification.
- createResultColSpecs(String, DataType, DataTableSpec, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.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
-
- createResultTableSpec(SetOperation, DataColumnSpec, DataColumnSpec) - Static method in class org.knime.base.node.preproc.setoperator.SetOperationTable
-
- createRetainAllColumnsModel() - Static method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
- createRetainRowOrderModel() - Static method in class org.knime.base.node.preproc.rank.RankNodeModel
-
- createRightColumnNameSuffixSettingsModel() - Static method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
-
Creates a settings model for the suffix of duplicate column names in the right table.
- createRow(L) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
- createRow(DataColumnSpec) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
-
Deprecated.
- createRow(DataColumnSpec) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
- createRow(AggregationMethod) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
- createRow(Object) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
- createRow(DataType) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationPanel
- createRow(DataColumnSpec) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
- createRow(String) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
- createRow(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
- createRowComparator() - Static method in class org.knime.base.node.preproc.joiner.OutputRow
-
Creates a comparator which can be used to order
DataRows
created by the factory methods of this class.
- createRowElement() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Creates a new row element
- createRowElement() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
-
Creates a new row element
- createRowElement() - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
-
Creates a new row element
- createRowElement() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
-
Creates a new row element
- createRowElement() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysPanel
-
Creates a new row element
- createRowElement() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingPanel
-
Creates a new row element
- 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
-
- createRowIterator(FixedWidthFRSettings, DataTableSpec, ExecutionContext) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRPreviewTable
-
- createRowIterator(FixedWidthFRSettings, DataTableSpec, ExecutionContext) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRTable
-
- createRowIteratorConnection(ExecutionContext, CredentialsProvider, boolean) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
-
Deprecated.
- createRowKey(int) - Static method in class org.knime.core.data.RowKey
-
- createRowKey(long) - Static method in class org.knime.core.data.RowKey
-
Factory method to create "default" row IDs based on the row index.
- createRowKeySelectModel() - Static method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
-
- createRowKeySeparatorSettingsModel() - Static method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
-
- 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, long, ExecutionMonitor) - Static method in class org.knime.base.node.preproc.sample.Sampler
-
Creates row filter that samples arbitrary count rows from
table.
- createSampleFilter(DataTable, long, 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
-
- createSamplingModel() - Static method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
-
- createSamplingTable(DataTable, IRowFilter) - 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.
- createSandbox(ExecutionMonitor) - Method in class org.knime.core.node.exec.SandboxedNodeCreator
-
Creates that temporary mini workflow that is executed remotely on the cluster/stream executor.
- createSchemaTableName(String, String) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
- createSecondColumnModel() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
-
- createSecondRowIdsNameSettingsModel(SettingsModelBoolean) - Static method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
-
- createSecretKey(String) - Static method in class org.knime.core.util.KnimeEncryption
-
Generates a SecretKey based on the given key phrase.
- createSelectedPortModel() - Static method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
-
- 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
-
- createSettingsBinaryMaxNominalValues() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createSettingsBinaryNominalSplit() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createSettingsCacheKeys() - Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
-
- createSettingsClassColumn() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createSettingsColumns() - Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
-
- createSettingsConfidenceValue() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createSettingsDistanceFunction() - Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
-
- createSettingsFilterNominalValuesFromParent(SettingsModelBoolean) - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createSettingsFirstSplitColumn(SettingsModelBoolean) - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createSettingsFrom(Map<String, FlowVariable>) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
-
Deprecated.
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
-
- createSettingsMinNumRecords() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createSettingsMissingValues() - Static method in class org.knime.base.node.preproc.pivot.Pivot2NodeDialog
-
- createSettingsmissValueStrategyMethod() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createSettingsModel() - Static method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
-
Create settings model collection create node.
- createSettingsModelColumnName() - Static method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
-
Creates settings model holding the name of the new column.
- createSettingsModelIgnoreMissing() - Static method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
-
Creates settings model holding the "ignore missing values" flag.
- createSettingsModelNumber() - Static method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
-
Configuration to save the percentage
- createSettingsModelRemoveCols() - Static method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
-
Create settings model for flag to remove aggregated columns.
- createSettingsModelRowID() - Static method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeDialogPane
-
- createSettingsModelSetOrList() - Static method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
-
Create settings model for flag to create SetCell or ListCell.
- createSettingsnoTrueChildMethod() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createSettingsNumberOfClusters() - Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
-
- createSettingsNumberRecordsForView() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createSettingsNumProcessors() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createSettingsOrderColumn() - Static method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeDialog
-
- createSettingsPruningMethod() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createSettingsQualityMeasure() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createSettingsReducedErrorPruning() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
Create a new settings model boolean to switch on/off the reduced error pruning option, default is true.
- createSettingsSkipNominalColumnsWithoutDomain() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createSettingsSplitPoint() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createSettingsStrategy() - Static method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeDialog
-
- createSettingsTotal() - Static method in class org.knime.base.node.preproc.pivot.Pivot2NodeDialog
-
- createSettingsUseFirstSplitColumn() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
- createshowFirstRowIdsSettingsModel() - Static method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
-
- createshowSecondRowIdsSettingsModel() - Static method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
-
- 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.
- createSingleColumnModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- createSingleStringColumnTypeModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- 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
-
- createSortPopupMenu(int, TableSortOrder.TableSortKey) - Method in class org.knime.core.node.tableview.TableContentView
-
Create a custom popup menu when the mouse was clicked in a column header.
- createSortPopupMenu(TableContentModel, JComponent, int, TableSortOrder.TableSortKey) - Static method in class org.knime.core.node.tableview.TableContentView
-
Create a custom popup menu when the mouse was clicked in a column header.
- 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
-
- createSparseListCell(Collection<? extends DataCell>, DataCell) - Static method in class org.knime.core.data.collection.CollectionCellFactory
-
- createSpec(DataTableSpec, DataTableSpec) - Static method in class org.knime.base.data.join.JoinedTable
-
Deprecated.
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
-
Deprecated.
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, boolean, boolean) - Static method in class org.knime.base.node.meta.looper.ConcatenateTableFactory
-
Extends the given table spec by either appending another iteration column or setting the super columns types
(according to the flags given in the constructor).
- createSpec(DataTableSpec, DataTableSpec, int) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
-
Creates the output model spec.
- createSpec(DataTableSpec, DataTableSpec, int) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
Deprecated.
Creates the output model spec.
- createSpec(DataTableSpec, String, String[]) - Static method in class org.knime.base.node.mine.regression.RegressionContent
-
- 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.data.DataTableDomainCreator
-
Creates an updated version of the input spec.
- createSpec() - Method in class org.knime.core.data.DataTableSpecCreator
-
Takes all settings and creates the table spec.
- createSpec() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
- 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
-
- createStacktrace() - Static method in class org.knime.core.util.GUIDeadlockDetector
-
Creates a full stacktrace of all threads and returns it as a string.
- createStartIndex() - Static method in class org.knime.base.node.util.ExpandVectorNodeModel
-
- createStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandler
-
Returns the statistic filled by a StatisticCalculator
or null if the statistic was not yet filled.
- createStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
-
Returns the statistic filled by a StatisticCalculator
or null if the statistic was not yet filled.
- createStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandler
-
Returns the statistic filled by a StatisticCalculator
or null if the statistic was not yet filled.
- createStatisticMomentsTable() - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Creates a table of statistic moments such as minimum, maximum, mean,
standard deviation, variance, overall sum, no.
- createStatisticMomentsTable() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Creates a table of statistic moments such as minimum, maximum, mean, standard deviation, variance, overall sum,
no.
- createStatisticsInColumnsTable(ExecutionContext) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Creates the statistics in transposed compared to the original.
- createStatisticsTableSpec(DataType, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- createStratifiedModel() - Static method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
-
- createStreamableFunction() - Method in class org.knime.core.data.container.ColumnRearranger
-
- createStreamableFunction(int, int) - Method in class org.knime.core.data.container.ColumnRearranger
-
- createStreamableFunction(StreamableOperatorInternals) - Method in class org.knime.core.data.container.ColumnRearranger
-
- createStreamableFunction(StreamableOperatorInternals, int, int) - Method in class org.knime.core.data.container.ColumnRearranger
-
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
-
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.core.node.NodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in interface org.knime.core.node.streamable.StreamableFunctionProducer
-
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
- createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
Streaming API (pending):
Factory method for a streamable operator that is used to execute this
node.
- createStreamingOperatorInternals() - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
-
Creates new empty instance of the internals.
- createStreamingOperatorInternals() - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
-
Creates new empty instance of the internals.
- createStreamingOperatorInternals() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
-
Creates new empty instance of the internals.
- createStringColModel() - Static method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
-
Deprecated.
- createStringModel() - Static method in class org.knime.base.node.image.ImageToTableNodeDialog
-
- createStringValueSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandler
-
- createSubExecutionContext(double) - Method in class org.knime.core.node.ExecutionContext
-
Creates a new execution context with a different max progress value.
- createSubNodeContainerPersistorLoad(ReferencedFile) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- 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.
- createSubRow(DataRow) - Method in class org.knime.core.data.sort.SortingDescription
-
- 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 metanode from a persistor instance.
- createSuffix() - Method in class org.knime.base.node.mine.util.PredictorHelper
-
- createSuffixModel() - Static method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
-
- createTable(ExecutionContext) - Method in class org.knime.base.node.meta.looper.ConcatenateTableFactory
-
- createTable(ExecutionContext, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
-
Deprecated.
Read data from database.
- createTable(ExecutionContext, CredentialsProvider, boolean) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
-
Deprecated.
Read data from database.
- createTable(int, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
-
Deprecated.
Called from the database port to read the first n-number of rows.
- createTable(ExecutionContext, CredentialsProvider) - Method in interface org.knime.core.node.port.database.reader.DBReader
-
Read data from database.
- createTable(ExecutionContext, CredentialsProvider, boolean) - Method in interface org.knime.core.node.port.database.reader.DBReader
-
Read data from database.
- createTable(ExecutionContext, CredentialsProvider, boolean, int) - Method in interface org.knime.core.node.port.database.reader.DBReader
-
Read data from database.
- createTable(ExecutionContext, CredentialsProvider, boolean) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
-
Read data from database.
- createTable(boolean, int, CredentialsProvider) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
-
Called from the database port to read the first n-number of rows.
- createTable(DatabaseConnectionSettings, CredentialsProvider, boolean, DBColumn[], DBKey[], String) - Method in interface org.knime.core.node.port.database.tablecreator.DBTableCreator
-
Creates a new table in the database
- createTable(DatabaseConnectionSettings, CredentialsProvider, boolean, DBColumn[], DBKey[], String) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
Creates a new table in the database
- createTableAsSelect(String, String) - Method in class org.knime.core.node.port.database.StatementManipulator
-
- createTableBackedExecutionSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.TimeseriesMissingCellHandlerHelper
-
- createTableComponent(String) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
Creates the table
Component that contains all selected options
(displayed on the right).
- createTableHeader(String, List<String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
- createTableHeader(String, List<String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- createTableNameModel() - Static method in class org.knime.base.node.io.database.DBConnectionWriterDialogPane
-
Create model for table name.
- createTableNameModel() - Static method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
-
- createTablePopupMenu() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
- createTablePopupMenu() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
-
Deprecated.
- createTablePopupMenu() - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
- createTablePopupMenu() - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
- createTablePopupMenu() - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
- createTablePopupMenu() - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationPanel
- createTablePopupMenu() - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
- createTablePopupMenu() - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
- createTablePopupMenu() - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
- createTablePopupMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Creates menu items for the given pop up menu
- createTablePopupMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
-
Creates menu items for the given pop up menu
- createTablePopupMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
-
Creates menu items for the given pop up menu
- createTablePopupMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
-
Creates menu items for the given pop up menu
- createTablePopupMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysPanel
-
Creates menu items for the given pop up menu
- createTablePopupMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingPanel
-
Creates menu items for the given pop up menu
- createTablePortObject(ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
-
Creates a BufferedDataTable with the
- createTablePortObject(ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
-
Creates a BufferedDataTable with the
- createTablePortObject(ExecutionContext) - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Creates a BufferedDataTable with the estimated parameters and statistics.
- createTableSorter(long, DataTableSpec, Comparator<DataRow>) - Method in class org.knime.core.data.sort.AbstractColumnTableSorter
-
- createTableSorter(long, DataTableSpec, Comparator<DataRow>) - Method in class org.knime.core.data.sort.ColumnBufferedDataTableSorter
-
- createTableSorter(long, DataTableSpec, Comparator<DataRow>) - Method in class org.knime.core.data.sort.ColumnDataTableSorter
- 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, MissingValueHandling2ColSetting[]) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
-
Deprecated.
Get the DataTableSpec that is created when creating a
MissingValueHandling with the settings sets.
- createTableSpec(DataTableSpec, MissingValueHandling2ColSetting[], StringBuilder) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
-
Deprecated.
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.rowkey2.RowKeyUtil2
-
- createTableSpec(DataTableSpec, boolean, String...) - Static method in class org.knime.base.node.preproc.ungroup.UngroupOperation
-
- createTableSpec(ResultSetMetaData) - Method in class org.knime.core.node.port.database.DatabaseHelper
-
Creates DataTableSpec from the given ResultSetMetaData
- createTableStmt(DataTableSpec, Map<String, String>, StringBuilder) - Method in class org.knime.core.node.port.database.DatabaseHelper
-
- 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.
- createTempDir(String, File, boolean) - Static method in class org.knime.core.util.FileUtil
-
Creates a temporary directory that is automatically deleted when the JVM shuts down.
- createTempDir(String) - Static method in class org.knime.core.util.PathUtils
-
Creates a temporary directory that is automatically deleted when the JVM shuts down.
- createTempDir(String, Path) - Static method in class org.knime.core.util.PathUtils
-
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
-
- 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.
- createTempFile(String, String, File, boolean) - Static method in class org.knime.core.util.FileUtil
-
Creates a temp file in the temp directory associated with the flow/node.
- createTempFile(String, String, boolean) - Static method in class org.knime.core.util.FileUtil
-
Creates a temp file in the temp directory associated with the flow/node.
- createTempFile(String, String) - Static method in class org.knime.core.util.FileUtil
-
Creates a temp file that is deleted when the JVM is shut down.
- createTempFile(String, String) - Static method in class org.knime.core.util.PathUtils
-
Creates a temporary file that is automatically deleted when the JVM shuts down.
- createTempFile(Path, String, String) - Static method in class org.knime.core.util.PathUtils
-
Creates a temporary file that is automatically deleted when the JVM shuts down.
- createTemplateLoadPersistor(File, URI) - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
-
Create persistor for a workflow or template.
- createTestCaseMemoryService(long) - Static method in class org.knime.core.data.sort.MemoryService
-
Deprecated.
Factory to create an instance of MemoryService for use in test cases.
- createThresholdModel() - Static method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
- createThresholdModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- createToolTip() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
- createTransferable(JComponent) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
-
- createTransferable(JComponent) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
-
- 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.AbstractColumnRefNodeModel
-
- 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
-
- createUniqueID() - Method in class org.knime.core.node.workflow.Workflow
-
Create a new, unique node ID.
- createUpdateStatement(String, String[], String[]) - Method in class org.knime.core.node.port.database.DatabaseHelper
-
- 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
-
- createUseMeanModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- createUseNames() - Static method in class org.knime.base.node.util.ExpandVectorNodeModel
-
- createUseRowIdModel() - Static method in class org.knime.base.node.io.database.DBConnectionNodeModel
-
- createValidateModel() - Static method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeDialog
-
- createValueConfiguration() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
-
- createValueDelimiterModel() - Static method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
- createValueModel() - Static method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
-
- createValueReplacingDerivedField(DATATYPE.Enum, String) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
-
Helper method for creating a derived field that replaces a field's value with a fixed value.
- createVarNameModel() - Static method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
-
- createVarValueModel() - Static method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
-
- createVectorTypeModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- createVersionModel() - Static method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
- createVersionModel() - Static method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
- 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.
- createVoidTable(DataTableSpec) - Method in class org.knime.core.node.ExecutionContext
-
Create new "void" table.
- createWarningMessageAndNotify(String, Throwable) - Method in class org.knime.core.node.Node
-
- createWebResources(String, REP, VAL) - Method in interface org.knime.core.node.wizard.WizardViewCreator
-
Creates all web resources, returns path to the created HTML file which contains the JS view.
- createWorkflowFileStoreFactory(ExecutionContext) - Static method in class org.knime.core.data.filestore.FileStoreFactory
-
Creates a factory whose file stores are part of the workflow.
- createWorkflowPersistorLoad(ReferencedFile) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- createWorkflowVariable(String[]) - Static method in class org.knime.core.node.workflow.BatchExecutor
-
Creates a new flow variable from the sub-components of the -workflow.variables commandline argument.
- createWrappedTable(BufferedDataTable) - Method in class org.knime.core.node.ExecutionContext
-
Creates a new BufferedDataTable that simply wraps the
argument table.
- createWrapTableModel() - Static method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
-
- 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
-
- createXMLCellReader(Reader) - Static method in class org.knime.core.data.xml.io.XMLCellReaderFactory
-
- 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.
- createXMLColumnNameSettingsMode() - Static method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
-
Creates a new SettingsModelString for the xml column name setting.
- 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
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 - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
-
A map with credentials (name => credentials) .
- 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.
- CredentialsFlowVariableValue(String, String, String) - Constructor for class org.knime.core.node.workflow.CredentialsStore.CredentialsFlowVariableValue
-
- 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.
- CredentialsStore.CredentialsFlowVariableValue - Class in org.knime.core.node.workflow
-
- CredentialsStore.CredentialsNode - Interface in org.knime.core.node.workflow
-
Implemented by
NodeModel classes that define credential variables.
- criticalMemoryFootprint() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
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.
- CrossJoinerNodeDialog - Class in org.knime.base.node.preproc.crossjoin
-
NodeDialog for the "CrossJoiner" Node.
- CrossJoinerNodeDialog() - Constructor for class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeDialog
-
New pane for configuring the CrossJoiner node.
- CrossJoinerNodeFactory - Class in org.knime.base.node.preproc.crossjoin
-
NodeFactory for the "CrossJoiner" Node.
- CrossJoinerNodeFactory() - Constructor for class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeFactory
-
- CrossJoinerNodeModel - Class in org.knime.base.node.preproc.crossjoin
-
This is the model implementation of CrossJoiner.
- CrossJoinerNodeModel() - Constructor for class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
-
Constructor for the node model.
- 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.
- 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.
- CrosstabStatistics(double, int, double, double) - Constructor for class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
-
- CrosstabStatistics(BufferedDataTable) - Constructor for class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
-
Retrieve statistics from the given table.
- 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.
- CrosstabTotals(Map<DataCell, Double>, Map<DataCell, Double>, double) - Constructor for class org.knime.base.node.viz.crosstable.CrosstabNodeModel.CrosstabTotals
-
- 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.
- Curve(String, String, boolean) - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
-
Deprecated.
Creates a new Curve object.
- Curve(String, String, boolean) - Constructor for class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings.Curve
-
Creates a new Curve object.
- CUSTOM_HANDLER_EXTENSION_NAME - Static variable in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
-
Name of the pmml extension that holds the name of a custom missing value handler.
- CustomDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function.custom
-
Database aggregation function that allows the user to manually specify the aggregation function to use.
- CustomDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
-
Constructor.
- CustomDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function.custom
-
- CustomDBAggregationFuntionSettings - Class in org.knime.core.node.port.database.aggregation.function.custom
-
- CustomDBAggregationFuntionSettings() - Constructor for class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
Constructor.
- CustomDBAggregationFuntionSettingsPanel - Class in org.knime.core.node.port.database.aggregation.function.custom
-
JPanel that allows the user to specify layout mapping settings.
- CustomDBAggregationFuntionSettingsPanel(CustomDBAggregationFuntionSettings) - Constructor for class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettingsPanel
-
- CustomListCellRenderer(String) - Constructor for class org.knime.core.node.FlowVariableModelButton.CustomListCellRenderer
-
Create new render which disables given string.
- 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.
- DATA_COLUMN_SPEC_FLAVOR - Static variable in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTransferable
-
- 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.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
The port were the model expects the in data.
- DATA_IN_PORT - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
The port were the model expects the in data.
- DATA_IN_PORT - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
The port were the model expects the in data.
- DATA_INPORT - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
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.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
The port which the model uses to return the data.
- DATA_OUT_PORT - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
The port which the model uses to return the data.
- DATA_OUT_PORT - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
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.
- DataAwareNodeDialogPane - Class in org.knime.core.node
-
Subclass of
NodeDialogPane that requires the full input data to
define a configuration.
- DataAwareNodeDialogPane() - Constructor for class org.knime.core.node.DataAwareNodeDialogPane
-
- DATABASE_IDENTIFIER - Static variable in class org.knime.core.node.port.database.DB2Utility
-
The unique database identifier.
- DATABASE_IDENTIFIER - Static variable in class org.knime.core.node.port.database.MySQLUtility
-
Deprecated.
The unique database identifier.
- DATABASE_IDENTIFIER - Static variable in class org.knime.core.node.port.database.OracleUtility
-
The unique database identifier.
- DATABASE_IDENTIFIER - Static variable in class org.knime.core.node.port.database.PostgreSQLUtility
-
Deprecated.
The unique database identifier.
- DATABASE_IDENTIFIER - Static variable in class org.knime.core.node.port.database.SQLiteUtility
-
Deprecated.
The unique database identifier.
- DATABASE_IDENTIFIER - Static variable in class org.knime.core.node.port.database.SQLServerUtility
-
Deprecated.
The unique database identifier.
- DATABASE_URLS - Static variable in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Keeps the history of all database URLs.
- DatabaseConnectionPortObject - Class in org.knime.core.node.port.database
-
Port object that holds a database connection (without any query).
- DatabaseConnectionPortObject(DatabaseConnectionPortObjectSpec) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionPortObject
-
Creates a new database port object.
- DatabaseConnectionPortObject.Serializer - Class in org.knime.core.node.port.database
-
- DatabaseConnectionPortObjectSpec - Class in org.knime.core.node.port.database
-
Specification for a database connection port.
- DatabaseConnectionPortObjectSpec(ModelContentRO) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
-
Creates a new spec for a database connection port.
- DatabaseConnectionPortObjectSpec(DatabaseConnectionSettings) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
-
Creates a new spec for a database connection port.
- DatabaseConnectionPortObjectSpec.Serializer - Class in org.knime.core.node.port.database
-
- 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
-
Deprecated.
- DatabaseConnectionSettings(String, String, String, String, String, String) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Deprecated.
- DatabaseConnectionSettings(String, String, String, String, String, String, String) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Create a default database connection object.
- DatabaseConnectionSettings(ConfigRO, CredentialsProvider) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Creates and inits a new database configuration.
- DatabaseConnectionSettings(DatabaseConnectionSettings) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Creates a new DBConnection based on the given connection
object.
- DatabaseConnectionView - Class in org.knime.core.node.port.database
-
The database connection port view.
- DatabaseConnectionView(ModelContentRO) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionView
-
- 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
-
- DatabaseHelper - Class in org.knime.core.node.port.database
-
- DatabaseHelper(DatabaseConnectionSettings) - Constructor for class org.knime.core.node.port.database.DatabaseHelper
-
Creates a empty handle for a new connection.
- 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
-
- DatabaseOutPortPanel(LayoutManager) - Constructor for class org.knime.core.node.port.database.DatabasePortObject.DatabaseOutPortPanel
-
Create new database provider.
- 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.Serializer - Class in org.knime.core.node.port.database
-
Serializer used to save DatabasePortObject.
- 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.
- DatabasePortObjectSpec(DataTableSpec, DatabaseQueryConnectionSettings) - Constructor for class org.knime.core.node.port.database.DatabasePortObjectSpec
-
Creates a new database port object spec.
- DatabasePortObjectSpec.Serializer - Class in org.knime.core.node.port.database
-
- DatabaseQueryConnectionSettings - Class in org.knime.core.node.port.database
-
- DatabaseQueryConnectionSettings() - Constructor for class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
-
Creates a new empty settings object.
- 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
-
- DatabaseReaderConnection(DatabaseQueryConnectionSettings) - Constructor for class org.knime.core.node.port.database.DatabaseReaderConnection
-
Deprecated.
Creates a empty handle for a new connection.
- DatabaseReaderConnection.RowIteratorConnection - Class in org.knime.core.node.port.database
-
Deprecated.
A row iterator that holds an open database connection and allows to create an iterator that iterates through the
database entries and return them as a data row.
- DatabaseUtility - Class in org.knime.core.node.port.database
-
This class is the entry point for database specific routines and information.
- DatabaseUtility() - Constructor for class org.knime.core.node.port.database.DatabaseUtility
-
Deprecated.
- DatabaseUtility(String, StatementManipulator, DBAggregationFunctionFactory...) - Constructor for class org.knime.core.node.port.database.DatabaseUtility
-
- DatabaseUtility(String, StatementManipulator, DBDriverFactory, DBAggregationFunctionFactory...) - Constructor for class org.knime.core.node.port.database.DatabaseUtility
-
- DatabaseUtilityRegistry - Class in org.knime.core.node.port.database
-
- DatabaseWrappedDriver - Class in org.knime.core.node.port.database
-
Wraps an java.sql.Driver object.
- DatabaseWrappedDriver(Driver) - Constructor for class org.knime.core.node.port.database.DatabaseWrappedDriver
-
Create wrapper.
- DatabaseWriterConnection - Class in org.knime.core.node.port.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
-
- DataCellDataOutput - Interface in org.knime.core.data
-
- 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
-
- DataCellFactory(ExecutionContext) - 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.
- DataCellFactory - Interface in org.knime.core.data
-
Interface for a factory that can create data cells from certain input formats.
- DataCellFactory.FromComplexString - Interface in org.knime.core.data
-
Factory that creates cells from complex, usually multi-line, string representations.
- DataCellFactory.FromInputStream - Interface in org.knime.core.data
-
Factory that creates cells from an binary input stream.
- DataCellFactory.FromReader - Interface in org.knime.core.data
-
Factory that creates cells from an character reader.
- DataCellFactory.FromSimpleString - Interface in org.knime.core.data
-
Factory that creates cells from simple, usually single-line, strings.
- DataCellFactory.FromString - Interface in org.knime.core.data
-
Factory that creates cells from strings.
This interface is not meant for direct implementation.
- DataCellFactoryMethod - Annotation Type in org.knime.core.data.convert
-
- 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.
- DataCellStreamReader(Buffer) - Constructor for class org.knime.core.data.container.BufferFromFileIteratorVersion20.DataCellStreamReader
-
Only memorizes the buffer.
- 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.
- DataCellToJavaConverter<S extends DataValue,D> - Interface in org.knime.core.data.convert.java
-
Interface for converters from
DataCell to java types.
- DataCellToJavaConverterFactory<S extends DataValue,D> - Interface in org.knime.core.data.convert.java
-
- DataCellToJavaConverterRegistry - Class in org.knime.core.data.convert.java
-
- dataCellToString(DataCell) - Method in class org.knime.base.data.util.DataCellStringMapper
-
- DataCellTuple - Class in org.knime.base.node.preproc.rank
-
This class wraps an array of DataCells and provides equals and hashCode for the array
- DataCellTuple(DataRow, int[]) - Constructor for class org.knime.base.node.preproc.rank.DataCellTuple
-
- DataCellTuple(int[]) - Constructor for class org.knime.base.node.preproc.rank.DataCellTuple
-
- DataCellTypeConverter - Class in org.knime.core.data
-
Interface for converters from one cell type to another.
- DataCellTypeConverter() - Constructor for class org.knime.core.data.DataCellTypeConverter
-
- DataCellTypeConverter(boolean) - Constructor for class org.knime.core.data.DataCellTypeConverter
-
- DataCellTypeConverterCellFactory(DataColumnSpec, DataCellTypeConverter, int) - Constructor for class org.knime.core.data.container.ColumnRearranger.DataCellTypeConverterCellFactory
-
- 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, FilterHandler) - 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
-
- DataColumnSpecFilterConfiguration - Class in org.knime.core.node.util.filter.column
-
Represents a column filtering.
- DataColumnSpecFilterConfiguration(String) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
-
New instance with hard coded root name.
- DataColumnSpecFilterConfiguration(String, InputFilter<DataColumnSpec>) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
-
New instance with hard coded root name.
- DataColumnSpecFilterConfiguration(String, InputFilter<DataColumnSpec>, int) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
-
New instance with hard coded root name.
- DataColumnSpecFilterNodeDialogPane - Class in org.knime.base.node.preproc.filter.column
-
This is the dialog for the column filter.
- DataColumnSpecFilterNodeDialogPane() - Constructor for class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeDialogPane
-
Creates a new
NodeDialogPane for the column filter in order to
set the desired columns.
- DataColumnSpecFilterNodeFactory - Class in org.knime.base.node.preproc.filter.column
-
The factory for the column filter node.
- DataColumnSpecFilterNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeFactory
-
- DataColumnSpecFilterNodeModel - 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.
- DataColumnSpecFilterNodeModel() - Constructor for class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
Creates a new filter model with one and in- and output.
- DataColumnSpecFilterNodeModel(PortType[], PortType[]) - Constructor for class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
Constructor for in and out PortType objects.
- DataColumnSpecFilterPanel - Class in org.knime.core.node.util.filter.column
-
- DataColumnSpecFilterPanel() - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
-
- DataColumnSpecFilterPanel(boolean) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
-
- DataColumnSpecFilterPanel(Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
-
- DataColumnSpecFilterPanel(boolean, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
-
- DataColumnSpecFilterPanel(boolean, InputFilter<DataColumnSpec>) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
-
- DataColumnSpecFilterPanel(InputFilter<DataColumnSpec>) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
-
- DataColumnSpecFilterPMMLNodeDialogPane - Class in org.knime.base.node.preproc.pmml.columnfilter
-
This is the dialog for the column filter.
- DataColumnSpecFilterPMMLNodeDialogPane() - Constructor for class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeDialogPane
-
Creates a new
NodeDialogPane for the column filter in order to
set the desired columns.
- DataColumnSpecFilterPMMLNodeFactory - Class in org.knime.base.node.preproc.pmml.columnfilter
-
Factory for the DataColumnSpecFilterPMMLNodeFactory node.
- DataColumnSpecFilterPMMLNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeFactory
-
- DataColumnSpecFilterPMMLNodeModel - Class in org.knime.base.node.preproc.pmml.columnfilter
-
The model for the column filter which extracts certain columns from the input
DataTable using a list of columns to
exclude.
- DataColumnSpecFilterPMMLNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeModel
-
The default constructor for the DataColumnSpecFilterPMMLNodeModel class.
- 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
-
- DataColumnSpecListDummyCellRenderer - Class in org.knime.base.node.preproc.columnresorter
-
The cell renderer with place holder element to render.
- DataColumnSpecListDummyCellRenderer() - Constructor for class org.knime.base.node.preproc.columnresorter.DataColumnSpecListDummyCellRenderer
-
- 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
-
- DataColumnSpecTableCellRenderer - 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.
- DataColumnSpecTableCellRenderer() - Constructor for class org.knime.core.node.util.DataColumnSpecTableCellRenderer
-
- DataColumnWindow - Class in org.knime.base.node.preproc.pmml.missingval
-
A window over a single column.
- DataColumnWindow(int, int, int) - Constructor for class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
-
Constructor for a window over a data column.
- 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(DataTableSpec, boolean, int, boolean) - 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.
- 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 InputRow with solely missing data cells, needed for left and right
outer join.
- 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.
- DataPortCatchNodeFactory - Class in org.knime.base.node.flowcontrol.trycatch.genericcatch
-
- DataPortCatchNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.trycatch.genericcatch.DataPortCatchNodeFactory
-
Create factory, that instantiates nodes.
- DataPortTryNodeFactory - Class in org.knime.base.node.flowcontrol.trycatch.generictry
-
- DataPortTryNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.trycatch.generictry.DataPortTryNodeFactory
-
Create factory, that instantiates nodes.
- 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.learner2
-
A data row represented as a double array.
- DataRowWeighted(ClassValueDataRow, double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DataRowWeighted
-
Constructs a weighted data row.
- DataRowWeighted(DataRowWeighted, double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.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).
- DataTableDomainCreator - Class in org.knime.core.data
-
Create or recreate domain of a data table.
- DataTableDomainCreator(DataTableSpec, DomainCreatorColumnSelection, DomainCreatorColumnSelection) - Constructor for class org.knime.core.data.DataTableDomainCreator
-
A new instance that recreates the domain of certains columns.
- DataTableDomainCreator(DataTableSpec, boolean) - Constructor for class org.knime.core.data.DataTableDomainCreator
-
A new instance that recreates the domain of all columns.
- DataTableRowInput - Class in org.knime.core.node.streamable
-
- DataTableRowInput(DataTable) - Constructor for class org.knime.core.node.streamable.DataTableRowInput
-
Initialize with table.
- DataTableSorter - Class in org.knime.core.data.sort
-
- DataTableSorter(DataTable, int, Comparator<DataRow>) - Constructor for class org.knime.core.data.sort.DataTableSorter
-
- DataTableSorter(DataTable, int, Collection<String>, boolean[]) - Constructor for class org.knime.core.data.sort.DataTableSorter
-
- DataTableSorter(DataTable, int, Collection<String>, boolean[], boolean) - Constructor for class org.knime.core.data.sort.DataTableSorter
-
- DataTableSorter(DataTable, long, Comparator<DataRow>) - Constructor for class org.knime.core.data.sort.DataTableSorter
-
Inits sorter on argument table with given row comparator.
- DataTableSorter(DataTable, long, Collection<String>, boolean[]) - Constructor for class org.knime.core.data.sort.DataTableSorter
-
- DataTableSorter(DataTable, long, Collection<String>, boolean[], boolean) - Constructor for class org.knime.core.data.sort.DataTableSorter
-
- DataTableSorter(long, DataTableSpec, Comparator<DataRow>) - Constructor for class org.knime.core.data.sort.DataTableSorter
-
- 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, DataColumnSpec[], Map<String, String>) - Constructor for class org.knime.core.data.DataTableSpec
-
Constructor used eventually also by other constructors and the creator.
- 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.
- DataTableSpec.Serializer - Class in org.knime.core.data
-
- DataTableSpecCreator - Class in org.knime.core.data
-
- DataTableSpecCreator() - Constructor for class org.knime.core.data.DataTableSpecCreator
-
Start with empty spec.
- DataTableSpecCreator(DataTableSpec) - Constructor for class org.knime.core.data.DataTableSpecCreator
-
Start with an existing spec.
- DataTableSpecExtractor - Class in org.knime.base.data.util
-
- DataTableSpecExtractor() - Constructor for class org.knime.base.data.util.DataTableSpecExtractor
-
Deprecated.
- DataTableSpecExtractor - Class in org.knime.core.data.util
-
This utility class provides means to extract meta information from a specific data table spec and to return the
extracted data as data table.
- DataTableSpecExtractor() - Constructor for class org.knime.core.data.util.DataTableSpecExtractor
-
- DataTableSpecExtractor.PossibleValueOutputFormat - Enum in org.knime.core.data.util
-
Defines how possible values will be represented.
- DataTableSpecExtractor.PropertyHandlerOutputFormat - Enum in org.knime.core.data.util
-
How the color, shape, size handler are shown in the table.
- 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.
- DataType.MissingCell - Class in org.knime.core.data
-
- DataTypeAggregationPanel - Class in org.knime.base.data.aggregation.dialogutil.type
-
- DataTypeAggregationPanel(String) - Constructor for class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationPanel
-
Constructor.
- DataTypeAggregationTableModel - Class in org.knime.base.data.aggregation.dialogutil.type
-
- DataTypeAggregationTableModel() - Constructor for class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationTableModel
-
Constructor.
- DataTypeAggregator - Class in org.knime.base.data.aggregation.dialogutil.type
-
- DataTypeAggregator(DataType, AggregationMethod, boolean) - Constructor for class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregator
-
- DataTypeAggregator(DataType, AggregationMethod) - Constructor for class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregator
-
- DataTypeAggregatorTableCellEditor - Class in org.knime.base.data.aggregation.dialogutil.type
-
- DataTypeAggregatorTableCellEditor() - Constructor for class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregatorTableCellEditor
-
Constructor.
- DataTypeColumnFilter - Class in org.knime.core.node.util.filter.column
-
Class that filters all columns based on a given set of compatible
DataValue classes.
- DataTypeColumnFilter(Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.filter.column.DataTypeColumnFilter
-
Creates a new value class filter.
- 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
-
- DataTypeNameSorter - Class in org.knime.base.data.aggregation.dialogutil.type
-
Compares to
DataTypes based on their string representation.
- DataTypeRegistry - Class in org.knime.core.data
-
A registry for all
DataTypes that are registered via the extension point
org.knime.core.DataType.
- DataTypeTableCellEditor(OutFieldsTable, DataTableSpec, Map<String, FlowVariable>) - Constructor for class org.knime.core.node.util.dialog.OutFieldsTable.DataTypeTableCellEditor
-
Create a new instance.
- DataValidatorCellDecorator - Class in org.knime.base.node.preproc.datavalidator
-
Uses the decorator pattern for data cell validation.
- DataValidatorColConfiguration - Class in org.knime.base.node.preproc.datavalidator
-
Configuration object for a couple of columns.
- DataValidatorColConfiguration() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
Creates a new configuration with default settings.
- DataValidatorColConfiguration(List<DataColumnSpec>) - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
Constructor for a list of columns.
- DataValidatorColConfiguration(String[]) - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
Constructor for list of names.
- DataValidatorColConfiguration.ColumnExistenceHandling - Enum in org.knime.base.node.preproc.datavalidator
-
Defines the data type handling.
- DataValidatorColConfiguration.ConvertionType - Enum in org.knime.base.node.preproc.datavalidator
-
Defines the convertion possibilities of this node.
- DataValidatorColConfiguration.DataTypeHandling - Enum in org.knime.base.node.preproc.datavalidator
-
Defines the data type handling.
- DataValidatorColConfiguration.DomainHandling - Enum in org.knime.base.node.preproc.datavalidator
-
Defines the domain check handling.
- DataValidatorColConflicts - Class in org.knime.base.node.preproc.datavalidator
-
Buffer for all column conflicts during one execution.
- DataValidatorColConflicts() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
-
- DataValidatorColConflicts.DataValidatorColConflict - Class in org.knime.base.node.preproc.datavalidator
-
A single conflict, comprising the column name; an ID for the conflict and a human readable description.
- DataValidatorColPanel - Class in org.knime.base.node.preproc.datavalidator
-
Panel on a ColSetting object.
- DataValidatorColPanel() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
-
Default constructor.
- DataValidatorColPanel(DataValidatorNodeDialogPane, List<DataColumnSpec>) - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
-
Constructor for one individual column, invoked when Add in dialog was pressed.
- DataValidatorColPanel(DataValidatorNodeDialogPane, boolean, DataValidatorColConfiguration, List<DataColumnSpec>) - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
-
Constructor that uses settings from setting given a column spec or null if the
ColSetting is a meta-config.
- DataValidatorConfiguration - Class in org.knime.base.node.preproc.datavalidator
-
The configuration object for the DataValidatorNodeModel.
- DataValidatorConfiguration(boolean) - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
-
Constructor.
- DataValidatorConfiguration() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
-
Default Constructor, reference spec enforced.
- DataValidatorConfiguration.ConfigurationContainer - Class in org.knime.base.node.preproc.datavalidator
-
A mapping from a reference column to an input column which also contains the configuration.
- DataValidatorConfiguration.RejectBehavior - Enum in org.knime.base.node.preproc.datavalidator
-
The general failing behavior.
- DataValidatorConfiguration.UnknownColumnHandling - Enum in org.knime.base.node.preproc.datavalidator
-
Handling of unkown columns.
- DataValidatorNodeDialogPane - Class in org.knime.base.node.preproc.datavalidator
-
Main dialog panel for the DataValidator node.
- DataValidatorNodeDialogPane() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorNodeDialogPane
-
Constructs new dialog with an appropriate dialog title.
- DataValidatorNodeFactory - Class in org.knime.base.node.preproc.datavalidator
-
Factory to create all node classes for a node that handles missing values in
a table and replaces it by some meaningful values.
- DataValidatorNodeFactory() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorNodeFactory
-
- DataValidatorNodeModel - Class in org.knime.base.node.preproc.datavalidator
-
NodeModel for the data validation node.
- DataValidatorNodeModel() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
-
One input, two optional output.
- DataValidatorNodeModel(int, int) - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
-
One input, two optional output.
- DataValidatorSpecNodeDialogPane - Class in org.knime.base.node.preproc.datavalidator
-
Main dialog panel for the DataValidator node.
- DataValidatorSpecNodeDialogPane() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeDialogPane
-
Constructs new dialog with an appropriate dialog title.
- DataValidatorSpecNodeFactory - Class in org.knime.base.node.preproc.datavalidator
-
Factory to create all node classes for a node that handles missing values in a table and replaces it by some
meaningful values.
- DataValidatorSpecNodeFactory() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeFactory
-
- DataValidatorSpecNodeModel - Class in org.knime.base.node.preproc.datavalidator
-
- DataValidatorSpecNodeModel() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeModel
-
Default Constructor.
- 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.
- DataValueAccessMethod - Annotation Type in org.knime.core.data.convert
-
Annotation to mark a method in a
DataValue derivative as able to get the value of the
DataValue as a
certain Java type.
- 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
-
- DataValueRenderer - Interface in org.knime.core.data.renderer
-
General interface for classes that are able to render special derivatives of
DataValue.
- DataValueRendererFactory - Interface in org.knime.core.data.renderer
-
Factory for creating data value renderers.
- DataValueRendererFamily - Interface in org.knime.core.data.renderer
-
- DATE_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
-
dd.MMM.yyyy.
- DATE_FORMAT - Static variable in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Format used to save author/edit infos.
- 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!
- DateAndTimeCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.DateAndTimeCellEntry
-
- DateAndTimeCellFactory - Class in org.knime.core.data.date
-
- DateAndTimeCellFactory() - Constructor for class org.knime.core.data.date.DateAndTimeCellFactory
-
- 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
-
- 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
-
- DateAndTimeUtility() - Constructor for class org.knime.core.data.date.DateAndTimeUtility
-
Default constructor.
- 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
-
- DateAndTimeValueRenderer(SimpleDateFormat, SimpleDateFormat, SimpleDateFormat, SimpleDateFormat, SimpleDateFormat) - Constructor for class org.knime.core.data.date.DateAndTimeValueRenderer
-
- DateAndTimeValueRenderer.DefaultRendererFactory - Class in org.knime.core.data.date
-
Factory for renderers in german format.
- DateAndTimeValueRenderer.Iso8061RendererFactory - Class in org.knime.core.data.date
-
Factory for renderers in ISO 8061 format.
- DateAndTimeValueRenderer.UsRendererFactory - Class in org.knime.core.data.date
-
Factory for renderers in US format.
- DateInputDialog - Class in org.knime.core.node.util
-
This class supplies a GUI-Component (JPanel) which allows the input of an Date.
- DateInputDialog(DateInputDialog.Mode) - Constructor for class org.knime.core.node.util.DateInputDialog
-
Constructs a new optional DateInputDialog, displaying the fields according to the mode.
- DateInputDialog(DateInputDialog.Mode, boolean) - Constructor for class org.knime.core.node.util.DateInputDialog
-
Constructs a new DateInputDialog, displaying the fields according to the mode.
- DateInputDialog(DateInputDialog.Mode, boolean, boolean) - Constructor for class org.knime.core.node.util.DateInputDialog
-
- DateInputDialog() - Constructor for class org.knime.core.node.util.DateInputDialog
-
Creates a new DateInputDialog, displaying all Fields (date, hour, minute, second) and the date is optional.
- DateInputDialog.Mode - Enum in org.knime.core.node.util
-
- 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.
- DateStringInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
-
Creates a date input control and delivers the input as string.
- DateStringInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.DateStringInputQuickFormInElement
-
Create date input control with the given description.
- 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.
- DB2TableCreator - Class in org.knime.core.node.port.database
-
- DB2TableCreator(StatementManipulator, String, String, boolean) - Constructor for class org.knime.core.node.port.database.DB2TableCreator
-
- DB2Utility - Class in org.knime.core.node.port.database
-
Database utility for IBM DB2.
- DB2Utility() - Constructor for class org.knime.core.node.port.database.DB2Utility
-
Constructor.
- DBAdvancedPanel<T extends DatabaseConnectionSettings> - Class in org.knime.base.node.io.database.connection.util
-
A panel for settings advanced connection information, such as the database type.
- DBAdvancedPanel(T) - Constructor for class org.knime.base.node.io.database.connection.util.DBAdvancedPanel
-
Creates a new panel.
- DBAggregationFunction - Interface in org.knime.core.node.port.database.aggregation
-
This interface defines a database specific aggregation function such as count.
- DBAggregationFunctionFactory - Interface in org.knime.core.node.port.database.aggregation
-
- DBAggregationFunctionLabelComparator - Class in org.knime.core.node.port.database.aggregation
-
- DBAggregationFunctionProvider - Class in org.knime.base.node.io.database.groupby.dialog
-
- DBAggregationFunctionProvider(DatabaseUtility) - Constructor for class org.knime.base.node.io.database.groupby.dialog.DBAggregationFunctionProvider
-
- DBAggregationFunctionUtil - Class in org.knime.core.node.port.database.aggregation
-
- DBApplyBinnerNodeFactory - Class in org.knime.base.node.io.database.binning.apply
-
The node factory of the database apply-binner
- DBApplyBinnerNodeFactory() - Constructor for class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeFactory
-
- DBApplyBinnerNodeModel - Class in org.knime.base.node.io.database.binning.apply
-
Node model to apply PMML Models of Database Auto-Binner and Database Numeric-Binner
- DBApplyBinnerNodeModel() - Constructor for class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeModel
-
Creates a new binner.
- DBAuthenticationPanel<T extends DatabaseConnectionSettings> - Class in org.knime.base.node.io.database.connection.util
-
A panel for database authentication settings.
- DBAuthenticationPanel(T) - Constructor for class org.knime.base.node.io.database.connection.util.DBAuthenticationPanel
-
Creates a new authentication panel.
- DBAuthenticationPanel(T, boolean) - Constructor for class org.knime.base.node.io.database.connection.util.DBAuthenticationPanel
-
Creates a new authentication panel.
- DBAutoBinner - Class in org.knime.base.node.io.database.binning
-
- DBAutoBinner(AutoBinnerLearnSettings, DataTableSpec) - Constructor for class org.knime.base.node.io.database.binning.DBAutoBinner
-
- DBAutoBinnerNodeDialog - Class in org.knime.base.node.io.database.binning.auto
-
- DBAutoBinnerNodeDialog() - Constructor for class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeDialog
-
- DBAutoBinnerNodeFactory - Class in org.knime.base.node.io.database.binning.auto
-
The node factory of the Database Auto-Binner node.
- DBAutoBinnerNodeFactory() - Constructor for class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeFactory
-
- DBAutoBinnerNodeModel - Class in org.knime.base.node.io.database.binning.auto
-
Node Model of Database Auto-Binner
- DBAutoBinnerNodeModel() - Constructor for class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeModel
-
Creates a new binner.
- DBBinnerMaps - Class in org.knime.base.node.io.database.binning
-
This class is to collect required Maps containing parameters for binning operation in
StatementManipulator.
- DBBinnerMaps(Map<String, List<Pair<Double, Double>>>, Map<String, List<Pair<Boolean, Boolean>>>, Map<String, List<String>>, Map<String, String>) - Constructor for class org.knime.base.node.io.database.binning.DBBinnerMaps
-
- DBColumn - Class in org.knime.core.node.port.database.tablecreator
-
Class to represent a column in database
- DBColumn(String, String, boolean) - Constructor for class org.knime.core.node.port.database.tablecreator.DBColumn
-
Creates a new instance of DBColumn
- DBColumnAggregationFunctionPanel - Class in org.knime.base.node.io.database.groupby.dialog.column
-
This class creates the aggregation column panel that allows the user to
define the aggregation columns and their aggregation method.
- DBColumnAggregationFunctionPanel(String) - Constructor for class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
-
Constructor for class AggregationColumnPanel.
- DBColumnAggregationFunctionPanel(String, String) - Constructor for class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
-
- DBColumnAggregationFunctionRow - Class in org.knime.base.node.io.database.groupby.dialog.column
-
- DBColumnAggregationFunctionRow(DataColumnSpec, DBAggregationFunction) - Constructor for class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRow
-
- DBColumnAggregationFunctionRowTableCellEditor - Class in org.knime.base.node.io.database.groupby.dialog.column
-
- DBColumnAggregationFunctionRowTableCellEditor(AggregationFunctionProvider<DBAggregationFunction>) - Constructor for class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRowTableCellEditor
-
- DBColumnAggregationFunctionTableModel - Class in org.knime.base.node.io.database.groupby.dialog.column
-
- DBColumnAggregationFunctionTableModel() - Constructor for class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
-
Constructor.
- DBColumnAggregationFunctionTableModel(AggregationFunctionProvider<DBAggregationFunction>) - Constructor for class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
-
Constructor for class AggregationColumnTableModel.
- 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.
- DBColumnRenameNodeFactory - Class in org.knime.base.node.io.database.columnrename
-
NodeFactory for the "DBColumnRename" Node.
- DBColumnRenameNodeFactory() - Constructor for class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeFactory
-
- DBColumnRenameNodeModel - Class in org.knime.base.node.io.database.columnrename
-
- DBColumnRenameNodeModel() - Constructor for class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeModel
-
Constructor for the node model.
- DBConnectionFactory - Interface in org.knime.core.node.port.database.connection
-
- DBConnectionNodeDialog - Class in org.knime.base.node.io.database
-
Dialog of the database connection reader node.
- DBConnectionNodeDialog() - Constructor for class org.knime.base.node.io.database.DBConnectionNodeDialog
-
Constructor.
- 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.
- DBConnectionPanel<T extends DefaultDatabaseConnectionSettings> - Class in org.knime.base.node.io.database.connection.util
-
A panel for selecting a hostname, port, and a database.
- DBConnectionPanel(T, String) - Constructor for class org.knime.base.node.io.database.connection.util.DBConnectionPanel
-
Creates a new connection panel.
- 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.
- DBDataTypeAggregationFunctionPanel - Class in org.knime.base.node.io.database.groupby.dialog.type
-
This class creates the aggregation column panel that allows the user to
define the aggregation columns and their aggregation method.
- DBDataTypeAggregationFunctionPanel(String) - Constructor for class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
-
Constructor for class AggregationColumnPanel.
- DBDataTypeAggregationFunctionPanel(String, String) - Constructor for class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
-
- DBDataTypeAggregationFunctionRow - Class in org.knime.base.node.io.database.groupby.dialog.type
-
- DBDataTypeAggregationFunctionRow(DataType, DBAggregationFunction) - Constructor for class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionRow
-
- DBDataTypeAggregationFunctionRowTableCellEditor - Class in org.knime.base.node.io.database.groupby.dialog.type
-
- DBDataTypeAggregationFunctionRowTableCellEditor(AggregationFunctionProvider<DBAggregationFunction>) - Constructor for class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionRowTableCellEditor
-
- DBDataTypeAggregationFunctionTableModel - Class in org.knime.base.node.io.database.groupby.dialog.type
-
- DBDataTypeAggregationFunctionTableModel() - Constructor for class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
-
Constructor.
- DBDataTypeAggregationFunctionTableModel(AggregationFunctionProvider<DBAggregationFunction>) - Constructor for class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
-
Constructor for class AggregationColumnTableModel.
- DBDeleteRowsDialogPane - Class in org.knime.base.node.io.database
-
Dialog pane of the Database Delete node.
- DBDeleteRowsDialogPane() - Constructor for class org.knime.base.node.io.database.DBDeleteRowsDialogPane
-
Creates new dialog.
- DBDeleteRowsNodeFactory - Class in org.knime.base.node.io.database
-
Factory class for the Database Delete node.
- DBDeleteRowsNodeFactory() - Constructor for class org.knime.base.node.io.database.DBDeleteRowsNodeFactory
-
- DBDeleteRowsNodeModel - Class in org.knime.base.node.io.database
-
NodeModel of the Database Delete node.
- DBDeleteRowsNodeModel() - Constructor for class org.knime.base.node.io.database.DBDeleteRowsNodeModel
-
Create a new database UPDATE node model.
- DBDialogPane - Class in org.knime.base.node.io.database.util
-
Creates a panel to select database driver, enter database URL, user and
password - optionally from credentials.
- DBDialogPane(boolean) - Constructor for class org.knime.base.node.io.database.util.DBDialogPane
-
Creates a new dialog.
- DBDriverFactory - Interface in org.knime.core.node.port.database.connection
-
- DBDropTableNodeDialog - Class in org.knime.base.node.io.database.drop
-
Drop table dialog.
- DBDropTableNodeDialog() - Constructor for class org.knime.base.node.io.database.drop.DBDropTableNodeDialog
-
Constructor.
- DBDropTableNodeFactory - Class in org.knime.base.node.io.database.drop
-
Factory class.
- DBDropTableNodeFactory() - Constructor for class org.knime.base.node.io.database.drop.DBDropTableNodeFactory
-
- DBDropTableNodeModel - Class in org.knime.base.node.io.database.drop
-
Drops the given table in the given db.
- DBDropTableNodeModel() - Constructor for class org.knime.base.node.io.database.drop.DBDropTableNodeModel
-
Constructor.
- DBGenericConnectionPanel<T extends DatabaseConnectionSettings> - Class in org.knime.base.node.io.database.connection.util
-
A panel for selecting a JDBC driver and a full JDBC URL to the database.
- DBGenericConnectionPanel(T) - Constructor for class org.knime.base.node.io.database.connection.util.DBGenericConnectionPanel
-
- DBGroupByAggregationPanel - Class in org.knime.base.node.io.database
-
- DBGroupByAggregationPanel() - Constructor for class org.knime.base.node.io.database.DBGroupByAggregationPanel
-
Creates the group by aggregation panel.
- DBGroupByNodeDialog - Class in org.knime.base.node.io.database
-
The node dialog of the group by node.
- DBGroupByNodeDialog() - Constructor for class org.knime.base.node.io.database.DBGroupByNodeDialog
-
Constructor for class GroupByNodeDialog.
- DBGroupByNodeDialog2 - Class in org.knime.base.node.io.database.groupby
-
The node dialog of the group by node.
- DBGroupByNodeDialog2() - Constructor for class org.knime.base.node.io.database.groupby.DBGroupByNodeDialog2
-
Constructor for class GroupByNodeDialog.
- DBGroupByNodeFactory - Class in org.knime.base.node.io.database
-
- DBGroupByNodeFactory() - Constructor for class org.knime.base.node.io.database.DBGroupByNodeFactory
-
- DBGroupByNodeFactory2 - Class in org.knime.base.node.io.database.groupby
-
- DBGroupByNodeFactory2() - Constructor for class org.knime.base.node.io.database.groupby.DBGroupByNodeFactory2
-
- DBGroupByNodeModel - Class in org.knime.base.node.io.database
-
- DBGroupByNodeModel() - Constructor for class org.knime.base.node.io.database.DBGroupByNodeModel
-
Creates a new database group by.
- DBGroupByNodeModel2 - Class in org.knime.base.node.io.database.groupby
-
- DBGroupByNodeModel2() - Constructor for class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
-
Creates a new database group by.
- DBJoinerNodeDialog - Class in org.knime.base.node.io.database
-
This is the dialog for the database joiner node.
- DBJoinerNodeDialog() - Constructor for class org.knime.base.node.io.database.DBJoinerNodeDialog
-
Creates a new dialog for the database joiner node.
- DBJoinerNodeFactory - Class in org.knime.base.node.io.database
-
- DBJoinerNodeFactory() - Constructor for class org.knime.base.node.io.database.DBJoinerNodeFactory
-
- DBJoinerNodeModel - Class in org.knime.base.node.io.database
-
- DBJoinerNodeModel() - Constructor for class org.knime.base.node.io.database.DBJoinerNodeModel
-
Creates a new database joiner.
- DBJoinerSettings - Class in org.knime.base.node.io.database
-
- DBJoinerSettings() - Constructor for class org.knime.base.node.io.database.DBJoinerSettings
-
- DBJoinerSettings.DuplicateHandling - Enum in org.knime.base.node.io.database
-
This enum holds all ways of handling duplicate column names in the two input tables.
- DBJoinerSettings.JoinMode - Enum in org.knime.base.node.io.database
-
This enum holds all ways of joining the two tables.
- DBKey - Class in org.knime.core.node.port.database.tablecreator
-
Class to represent a key in database
- DBKey(String, Set<DBColumn>, boolean) - Constructor for class org.knime.core.node.port.database.tablecreator.DBKey
-
Creates a new instance of DBKey
- DBMiscPanel<T extends DatabaseConnectionSettings> - Class in org.knime.base.node.io.database.connection.util
-
A panel for settings misc connection information, such as if columns with spaces are allowed or if the connection
should be validated before the dialog closes.
- DBMiscPanel(T, boolean) - Constructor for class org.knime.base.node.io.database.connection.util.DBMiscPanel
-
Creates a new panel.
- 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.
- DBNumericBinnerNodeDialog - Class in org.knime.base.node.io.database.binning.numeric
-
- DBNumericBinnerNodeDialog() - Constructor for class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeDialog
-
- DBNumericBinnerNodeFactory - Class in org.knime.base.node.io.database.binning.numeric
-
The node factory of the Databse Numeric-Binner node.
- DBNumericBinnerNodeFactory() - Constructor for class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeFactory
-
- DBNumericBinnerNodeModel - Class in org.knime.base.node.io.database.binning.numeric
-
Node Model of Database Numeric-Binner
- DBNumericBinnerNodeModel() - Constructor for class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
-
Creates a new binner.
- DBPatternAggregationFunctionPanel - Class in org.knime.base.node.io.database.groupby.dialog.pattern
-
This class creates the aggregation column panel that allows the user to
define the aggregation columns and their aggregation method.
- DBPatternAggregationFunctionPanel(String) - Constructor for class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
-
Constructor for class AggregationColumnPanel.
- DBPatternAggregationFunctionPanel(String, String) - Constructor for class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
-
- DBPatternAggregationFunctionRow - Class in org.knime.base.node.io.database.groupby.dialog.pattern
-
- DBPatternAggregationFunctionRow(String, boolean, DBAggregationFunction) - Constructor for class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRow
-
- DBPatternAggregationFunctionRowTableCellEditor - Class in org.knime.base.node.io.database.groupby.dialog.pattern
-
- DBPatternAggregationFunctionRowTableCellEditor(AggregationFunctionProvider<DBAggregationFunction>) - Constructor for class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRowTableCellEditor
-
- DBPatternAggregationFunctionTableModel - Class in org.knime.base.node.io.database.groupby.dialog.pattern
-
- DBPatternAggregationFunctionTableModel() - Constructor for class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
-
Constructor.
- DBPatternAggregationFunctionTableModel(AggregationFunctionProvider<DBAggregationFunction>) - Constructor for class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
-
Constructor for class AggregationColumnTableModel.
- DBPatternTableCellEditor - Class in org.knime.base.node.io.database.groupby.dialog.pattern
-
- DBPatternTableCellEditor() - Constructor for class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternTableCellEditor
-
Constructor for class AggregationMethodTableCellEditor.
- DBPivotNodeDialog - Class in org.knime.base.node.io.database.pivot
-
The node dialog of the database pivot node.
- DBPivotNodeDialog() - Constructor for class org.knime.base.node.io.database.pivot.DBPivotNodeDialog
-
Constructor for class DBPivotNodeDialog.
- DBPivotNodeFactory - Class in org.knime.base.node.io.database.pivot
-
The node factory of the database pivot node
- DBPivotNodeFactory() - Constructor for class org.knime.base.node.io.database.pivot.DBPivotNodeFactory
-
- DBPivotNodeModel - Class in org.knime.base.node.io.database.pivot
-
The node model of the database pivot node
- DBPivotNodeModel() - Constructor for class org.knime.base.node.io.database.pivot.DBPivotNodeModel
-
Creates a new database group by.
- DBPortCatchNodeFactory - Class in org.knime.base.node.flowcontrol.trycatch.genericcatch
-
- DBPortCatchNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.trycatch.genericcatch.DBPortCatchNodeFactory
-
Create factory, that instantiates nodes.
- 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.
- DBReader - Interface in org.knime.core.node.port.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.util
-
- DBReaderDialogPane(boolean, boolean) - Constructor for class org.knime.base.node.io.database.util.DBReaderDialogPane
-
Creates a new dialog.
- DBReaderImpl - Class in org.knime.core.node.port.database.reader
-
Creates a connection to read from database.
- DBReaderImpl(DatabaseQueryConnectionSettings) - Constructor for class org.knime.core.node.port.database.reader.DBReaderImpl
-
Creates a empty handle for a new connection.
- 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(PortType[], PortType[]) - Constructor for class org.knime.base.node.io.database.DBReaderNodeModel
-
Creates a new model with the given number (and types!) of input and output types.
- DBReaderNodeModel(int, int) - Constructor for class org.knime.base.node.io.database.DBReaderNodeModel
-
Creates a new database reader with one data out-port.
- DBRenameNodeDialogPane - Class in org.knime.base.node.io.database.columnrename
-
- DBRenameNodeDialogPane() - Constructor for class org.knime.base.node.io.database.columnrename.DBRenameNodeDialogPane
-
Constructor.
- 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.
- DBRowIterator - Interface in org.knime.core.node.port.database.reader
-
- DBRowIteratorImpl - Class in org.knime.core.node.port.database.reader
-
RowIterator via a database ResultSet.
- DBRowIteratorImpl(DataTableSpec, DatabaseConnectionSettings, BinaryObjectCellFactory, ResultSet, boolean) - Constructor for class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- DBRowIteratorImpl(DataTableSpec, DatabaseConnectionSettings, BinaryObjectCellFactory, ResultSet, boolean, long) - Constructor for class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- DBSamplingNodeDialog - Class in org.knime.base.node.io.database.sampling
-
The node dialog of the database sampling node.
- DBSamplingNodeDialog() - Constructor for class org.knime.base.node.io.database.sampling.DBSamplingNodeDialog
-
Create query dialog.
- DBSamplingNodeFactory - Class in org.knime.base.node.io.database.sampling
-
The node factory of the database sampling node.
- DBSamplingNodeFactory() - Constructor for class org.knime.base.node.io.database.sampling.DBSamplingNodeFactory
-
- DBSamplingNodeModel - Class in org.knime.base.node.io.database.sampling
-
The node model of the database sampling node.
- DBSamplingNodeModel() - Constructor for class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
-
Creates a new database reader.
- DBSamplingNodeModel.CountMethod - Enum in org.knime.base.node.io.database.sampling
-
- DBSamplingNodeModel.SamplingMethod - Enum in org.knime.base.node.io.database.sampling
-
- DBSorterNodeDialog - Class in org.knime.base.node.io.database
-
Dialog for choosing the columns that will be sorted.
- DBSorterNodeDialog() - Constructor for class org.knime.base.node.io.database.DBSorterNodeDialog
-
Creates a new
NodeDialogPane for the Sorter Node in order to choose the desired columns and the sorting
order (ascending/ descending).
- DBSorterNodeDialogPanel - Class in org.knime.base.node.io.database
-
This Panel holds subpanels consisting of SortItems.
- DBSorterNodeDialogPanel() - Constructor for class org.knime.base.node.io.database.DBSorterNodeDialogPanel
-
Constructs a new empty JPanel used for displaying the three first selected columns in the according order and the
sorting order for each.
- DBSorterNodeFactory - Class in org.knime.base.node.io.database
-
- DBSorterNodeFactory() - Constructor for class org.knime.base.node.io.database.DBSorterNodeFactory
-
- DBSorterNodeModel - Class in org.knime.base.node.io.database
-
- DBSorterNodeModel() - Constructor for class org.knime.base.node.io.database.DBSorterNodeModel
-
Creates a new database reader.
- DBSortItem - Class in org.knime.base.node.io.database
-
The SortItem is a JPanel with a JComboBox and two JRadioButtons.
- DBSortItem(int, Vector<DataColumnSpec>, String, boolean) - Constructor for class org.knime.base.node.io.database.DBSortItem
-
Constructs a new JPanel that consists of a JComboBox which lets the user choose the columns to sort and two
JRadioButtons to choose the sort order (ascending/descending).
- DBSortItem(int, Vector<DataColumnSpec>, DataColumnSpec, boolean) - Constructor for class org.knime.base.node.io.database.DBSortItem
-
Constructs a new JPanel that consists of a JComboBox which lets the user choose the columns to sort and two
JRadioButtons to choose the sort order (ascending/descending).
- DBSQLExecutorNodeDialog - Class in org.knime.base.node.io.database
-
Dialog for choosing the columns that will be sorted.
- DBSQLExecutorNodeDialog() - Constructor for class org.knime.base.node.io.database.DBSQLExecutorNodeDialog
-
- DBSQLExecutorNodeFactory - Class in org.knime.base.node.io.database
-
- DBSQLExecutorNodeFactory() - Constructor for class org.knime.base.node.io.database.DBSQLExecutorNodeFactory
-
- DBSQLExecutorNodeModel - Class in org.knime.base.node.io.database
-
- DBSQLExecutorNodeModel() - Constructor for class org.knime.base.node.io.database.DBSQLExecutorNodeModel
-
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.
- DBTableCreator - Interface in org.knime.core.node.port.database.tablecreator
-
Interface that creates a new table in a database.
- DBTableCreatorConfiguration - Class in org.knime.base.node.io.database.tablecreator.util
-
A configuration class to store the settings of DBTable
- DBTableCreatorConfiguration() - Constructor for class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Creates a new instance of DBTableCreatorConfiguration
- DBTableCreatorIfNotExistsImpl - Class in org.knime.core.node.port.database.tablecreator
-
DBTableCreator implementation that extends the
DBTableCreatorImpl class and adds
"IF NOT EXISTS" functionality to it and thus does not need to execute a check table query.
- DBTableCreatorIfNotExistsImpl(StatementManipulator, String, String, boolean) - Constructor for class org.knime.core.node.port.database.tablecreator.DBTableCreatorIfNotExistsImpl
-
- DBTableCreatorImpl - Class in org.knime.core.node.port.database.tablecreator
-
- DBTableCreatorImpl(StatementManipulator, String, String, boolean) - Constructor for class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
Constructor of DefaultDBTableCreatorStatementGenerator
- DBTableCreatorNodeDialog - Class in org.knime.base.node.io.database.tablecreator
-
NodeDialog for the "DBTableCreator" Node.
- DBTableCreatorNodeDialog() - Constructor for class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeDialog
-
New pane for configuring the DBTableCreator node.
- DBTableCreatorNodeFactory - Class in org.knime.base.node.io.database.tablecreator
-
NodeFactory for the "DBTableCreator" Node.
- DBTableCreatorNodeFactory() - Constructor for class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeFactory
-
- DBTableCreatorNodeModel - Class in org.knime.base.node.io.database.tablecreator
-
This is the model implementation of DBTableCreator.
- DBTableCreatorNodeModel() - Constructor for class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeModel
-
Constructor for the node model.
- DBTableSelectorNodeFactory - Class in org.knime.base.node.io.database.connection
-
- DBTableSelectorNodeFactory() - Constructor for class org.knime.base.node.io.database.connection.DBTableSelectorNodeFactory
-
- DBTableSelectorNodeModel - Class in org.knime.base.node.io.database.connection
-
- DBTableSelectorNodeModel() - Constructor for class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
-
Creates a new Database Table Selector node model.
- DBTimezonePanel<T extends DatabaseConnectionSettings> - Class in org.knime.base.node.io.database.connection.util
-
A panel for setting the timzeone correction for time and date fields.
- DBTimezonePanel(T) - Constructor for class org.knime.base.node.io.database.connection.util.DBTimezonePanel
-
Creates a new panel.
- DBTreeBrowser - Class in org.knime.base.node.io.database
-
Class implements a tree that shows all available tables grouped by table
types together with their table names and column names (requested on
demand).
- DBTreeBrowser(JEditorPane) - Constructor for class org.knime.base.node.io.database.DBTreeBrowser
-
Create a new database browser.
- DBUpdateDialogPane - Class in org.knime.base.node.io.database
-
Dialog pane of the Database Update node.
- DBUpdateDialogPane() - Constructor for class org.knime.base.node.io.database.DBUpdateDialogPane
-
Creates new dialog.
- DBUpdateNodeFactory - Class in org.knime.base.node.io.database
-
Factory class for the Database Update node.
- DBUpdateNodeFactory() - Constructor for class org.knime.base.node.io.database.DBUpdateNodeFactory
-
- DBUpdateNodeModel - Class in org.knime.base.node.io.database
-
NodeModel of the Database Update node.
- DBUpdateNodeModel() - Constructor for class org.knime.base.node.io.database.DBUpdateNodeModel
-
Create a new database UPDATE node model.
- DBUtil - Class in org.knime.base.node.io.database.tablecreator.util
-
- DBUtil() - Constructor for class org.knime.base.node.io.database.tablecreator.util.DBUtil
-
- DBWriter - Interface in org.knime.core.node.port.database.writer
-
- 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.
- DBWriterImpl - Class in org.knime.core.node.port.database.writer
-
Creates a connection to write to database.
- DBWriterImpl(DatabaseConnectionSettings) - Constructor for class org.knime.core.node.port.database.writer.DBWriterImpl
-
- 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.
- debugWithFormat(String, Object...) - Method in class org.knime.core.node.NodeLogger
-
- debugWithoutContext(Object) - Method in class org.knime.core.node.NodeLogger
-
Write debugging message 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
-
Deprecated.
DECIMAL SCALING mode.
- DECIMALSCALING_MODE - Static variable in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
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).
- decipherInput(InputStream) - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
Open decryption stream for locked metanodes.
- decipherInput(InputStream) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Open decryption stream for locked metanodes.
- decipherInput(InputStream) - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
Open decryption stream for locked metanodes.
- decipherInput(InputStream) - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
Open decryption stream for locked metanodes.
- decipherInput(InputStream) - Method in class org.knime.core.node.workflow.WorkflowCipher
-
Used to open an input stream using this cipher.
- decipherInput(InputStream) - Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
Open decryption stream for locked metanodes.
- 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.
- DecisionTreeLearnerNodeDialog2 - Class in org.knime.base.node.mine.decisiontree2.learner2
-
Dialog for a decision tree learner node.
- DecisionTreeLearnerNodeDialog2() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
-
Constructor: create NodeDialog with one column selectors and two other
properties.
- DecisionTreeLearnerNodeFactory2 - Class in org.knime.base.node.mine.decisiontree2.learner2
-
- DecisionTreeLearnerNodeFactory2() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory2
-
- DecisionTreeLearnerNodeFactory3 - Class in org.knime.base.node.mine.decisiontree2.learner2
-
- DecisionTreeLearnerNodeFactory3() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory3
-
- DecisionTreeLearnerNodeModel2 - Class in org.knime.base.node.mine.decisiontree2.learner2
-
Implements a decision tree induction algorithm based on C4.5 and SPRINT.
- DecisionTreeLearnerNodeModel2() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
Inits a new Decision Tree model with one data in- and one model output
port.
- DecisionTreeLearnerNodeModel2(boolean) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
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.HistoChart - Class in org.knime.base.node.mine.decisiontree2.model
-
Paints "histogram" showing how many patterns of the parent node this node
covers.
- decrementNumThreads() - Method in class org.knime.base.node.mine.decisiontree2.learner2.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) - Method in class org.knime.core.util.crypto.Encrypter
-
Decrypts strings.
- decrypt(String) - Method in interface org.knime.core.util.crypto.IEncrypter
-
Decrypts strings.
- decrypt(String) - Method in class org.knime.core.util.crypto.NoEncrypter
-
Decrypts strings.
- 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
-
- DecTreeLearnerGraphView2 - Class in org.knime.base.node.mine.decisiontree2.learner2
-
The graph view displayed the view of the Decision Tree to Image node.
- DecTreeLearnerGraphView2(DecisionTreeLearnerNodeModel2) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DecTreeLearnerGraphView2
-
Default constructor, taking the model as argument.
- DecTreeNodeView2 - Class in org.knime.base.node.mine.decisiontree2.learner2
-
This node view is exactly the same as the one for the c4.5 encapsulating
view.
- DecTreeNodeView2(DecisionTreeLearnerNodeModel2) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DecTreeNodeView2
-
Default constructor, taking the model as argument.
- DecTreeNodeWidget - Class in org.knime.base.node.mine.decisiontree2.view
-
- DecTreeNodeWidget(HierarchicalGraphView<DecisionTreeNode>, DecisionTreeNode, String, boolean, boolean) - Constructor for class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
-
- DecTreeNodeWidget(HierarchicalGraphView<DecisionTreeNode>, DecisionTreeNode, String, boolean, boolean, 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
-
Deprecated.
- DecTreePredictorGraphView(DecTreePredictorNodeModel) - Constructor for class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
-
Deprecated.
Default constructor, taking the model as argument.
- DecTreePredictorGraphView - Class in org.knime.base.node.mine.decisiontree2.predictor2
-
- DecTreePredictorGraphView(DecTreePredictorNodeModel) - Constructor for class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorGraphView
-
Default constructor, taking the model as argument.
- DecTreePredictorNodeFactory - Class in org.knime.base.node.mine.decisiontree2.predictor
-
Deprecated.
- DecTreePredictorNodeFactory() - Constructor for class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
-
Deprecated.
- DecTreePredictorNodeFactory - Class in org.knime.base.node.mine.decisiontree2.predictor2
-
- DecTreePredictorNodeFactory() - Constructor for class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeFactory
-
- DecTreePredictorNodeModel - Class in org.knime.base.node.mine.decisiontree2.predictor
-
Deprecated.
- DecTreePredictorNodeModel() - Constructor for class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
-
Deprecated.
Creates a new predictor for PMMLDecisionTreePortObject models as input
and one additional data input, and the scored data as output.
- DecTreePredictorNodeModel - Class in org.knime.base.node.mine.decisiontree2.predictor2
-
Despite being public no official API.
- DecTreePredictorNodeModel() - Constructor for class org.knime.base.node.mine.decisiontree2.predictor2.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
-
Deprecated.
- DecTreePredictorNodeView(DecTreePredictorNodeModel) - Constructor for class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeView
-
Deprecated.
Default constructor, taking the model as argument.
- DecTreePredictorNodeView - Class in org.knime.base.node.mine.decisiontree2.predictor2
-
- DecTreePredictorNodeView(DecTreePredictorNodeModel) - Constructor for class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeView
-
Default constructor, taking the model as argument.
- DecTreeToImageGraphView - Class in org.knime.base.node.mine.decisiontree2.image
-
The graph view of the Decision Tree to Image node.
- DecTreeToImageGraphView(DecisionTreeNode, String, DecTreeToImageNodeSettings) - Constructor for class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageGraphView
-
- DecTreeToImageGraphView.DecTreeToImageNodeWidgetFactory - Class in org.knime.base.node.mine.decisiontree2.image
-
Graph node factory for the Decision Tree To Image node.
- DecTreeToImageNodeDialog - Class in org.knime.base.node.mine.decisiontree2.image
-
The node dialog of the Decision Tree to Image node.
- DecTreeToImageNodeDialog() - Constructor for class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeDialog
-
Create a new instance.
- DecTreeToImageNodeFactory - Class in org.knime.base.node.mine.decisiontree2.image
-
The NodeFactory of the Decision Tree to Image node.
- DecTreeToImageNodeFactory() - Constructor for class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeFactory
-
- DecTreeToImageNodeModel - Class in org.knime.base.node.mine.decisiontree2.image
-
The NodeModel of the Decision Tree to Image node.
- DecTreeToImageNodeModel() - Constructor for class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
-
Create a new instance.
- DecTreeToImageNodeSettings - Class in org.knime.base.node.mine.decisiontree2.image
-
The settings of the Decision Tree To Image node.
- DecTreeToImageNodeSettings() - Constructor for class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- DecTreeToImageNodeSettings.Scaling - Enum in org.knime.base.node.mine.decisiontree2.image
-
Scaling method.
- DecTreeToImageNodeSettings.UnfoldMethod - Enum in org.knime.base.node.mine.decisiontree2.image
-
Defines which method is used to determine the tree nodes that should
be displayed.
- DecTreeToImageNodeWidgetFactory(DecTreeGraphView, DecTreeToImageNodeSettings) - Constructor for class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageGraphView.DecTreeToImageNodeWidgetFactory
-
Creates a new instance.
- DecTreeToImageView - Class in org.knime.base.node.mine.decisiontree2.image
-
The view of the Decision Tree to Image node.
- DecTreeToImageView(DecTreeToImageNodeModel) - Constructor for class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageView
-
Default constructor, taking the model as argument.
- DEF_APPEND_COLUMNS - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
-
Default append column setting.
- DEF_APPEND_INPUT_COL - Static variable in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
- DEF_ASYNC_CACHE_SIZE - Static variable in class org.knime.core.data.container.DataContainer
-
For asynchronous table writing (default) the cache size.
- DEF_COL_NAME - Static variable in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
-
Default name of output column.
- DEF_COLUMN_SUFFIX - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
-
Default column suffix.
- 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_ERROR_COL_NAME - Static variable in interface org.knime.core.node.port.database.reader.DBReader
-
Default error column name used in the error table
- DEF_EXTRACT_PROPERTY_HANDLERS - Static variable in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
-
Default value of the extract property handler settings.
- DEF_FAIL_IF_EXCEPTION - Static variable in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
- DEF_GZIP_COMPRESSION - Static variable in class org.knime.core.data.container.DataContainer
-
Whether compression is enabled by default.
- DEF_IF_NOT_EXISTS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Default if not exists value
- DEF_INCLUDE_EMPTY_RESULTS - Static variable in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
- DEF_IS_TEMP_TABLE - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Default temporary table value
- 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_MAX_OPENCONTAINER - Static variable in class org.knime.core.data.sort.AbstractColumnTableSorter
-
The maximum number of open containers.
- DEF_MAX_OPENCONTAINER - Static variable in class org.knime.core.data.sort.AbstractTableSorter
-
The maximum number of open containers.
- DEF_MAX_POSSIBLE_VALUES - Static variable in class org.knime.core.data.container.DataContainer
-
The default number of possible values being kept at most.
- DEF_MEM_THRESHOLD - Static variable in class org.knime.core.data.sort.AbstractColumnTableSorter
-
Default memory threshold.
- 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_MIN_FREE_DISC_SPACE_IN_TEMP_IN_MB - Static variable in class org.knime.core.data.container.DataContainer
-
- 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_NOCOLS_VAR - Static variable in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
-
Default name of flow variable and row key for number of columns.
- DEF_NOROWS_VAR - Static variable in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
-
Default name of flow variable and row key for number of rows.
- DEF_NUMBER_MODE - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
-
Default number mode.
- DEF_OUTPUT_AS_STRING - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
-
The default value of the "output as string" setting.
- DEF_OUTPUT_TYPE - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
-
Default output type (double type, rounded).
- DEF_OUTPUTDIMS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
-
The default value of the output dimension.
- DEF_POSSIBLE_VALUES_AS_COLLECTION - Static variable in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
-
Default value of the possible value as collection value.
- DEF_PRECISION - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
-
Default precision to round to.
- DEF_PROJECT_ONLY - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
-
The default projection setting.
- DEF_RETAIN_ALL_COLUMNS - Static variable in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
- DEF_ROUNDING_MODE - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
-
Default rounding mode.
- 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_SCHEMA - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Default schema
- DEF_SORTED_INPUT_TABLE - Static variable in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
-
The default "sorted input table" setting.
- DEF_TABLE_NAME - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Default table name
- DEF_USE_DYNAMIC_SETTINGS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Default use dynamic settings value
- 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.base.data.aggregation.GlobalSettings
-
Default global settings object that should be only used in
operator templates!!!
- DEFAULT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
-
- 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 - Static variable in class org.knime.core.node.workflow.ExecutionEnvironment
-
- DEFAULT_ABSOLUTE_TICK_DIST - Static variable in class org.knime.base.util.coordinate.Coordinate
-
The default tick distance in pixel.
- DEFAULT_ADD_PROBABILITIES - Static variable in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
-
Default value for add probabilities.
- DEFAULT_APPEND_PROBABILITIES - Static variable in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
-
The default value for the append probabilities.
- 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.learner2.DecisionTreeLearnerNodeModel2
-
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_CHANGE_PREDICTION - Static variable in class org.knime.base.node.mine.util.PredictorHelper
-
The default value for the change prediction column name.
- DEFAULT_CJK - Static variable in class org.knime.core.node.util.VTextIcon
-
Deprecated.
- DEFAULT_CLASS - Static variable in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Default cell class.
- DEFAULT_COLOR - Static variable in class org.knime.core.node.port.PortType
-
The default color for ports: -6579301.
- DEFAULT_COLUMN - Static variable in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
-
- DEFAULT_CONFIDENCE - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
-
Default value for the confidence.
- DEFAULT_DATABASE_IDENTIFIER - Static variable in class org.knime.core.node.port.database.DatabaseUtility
-
Default database utility identifier.
- 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_EXCL_MISSING - Static variable in class org.knime.base.data.aggregation.OperatorColumnSettings
-
- 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_FILE_EXT - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
The default value for the file extension.
- DEFAULT_FUNCTION - Static variable in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
The default custom function.
- DEFAULT_GENERIC_PARSE - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
-
By default do not accept type suffices.
- DEFAULT_HEIGHT - Static variable in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeDialog
-
The height of the default component.
- DEFAULT_HEIGHT - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
-
The height of the default component.
- DEFAULT_IGNORE_MISSING - Static variable in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
-
- DEFAULT_IGNORE_MISSING_VALUES - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
By default ignore missing values (with a warning).
- DEFAULT_INCL_MISSING - Static variable in class org.knime.base.data.aggregation.OperatorColumnSettings
-
- DEFAULT_INPORT_INDEX - Static variable in class org.knime.core.node.streamable.StreamableFunction
-
The default in port index the StreamableFunction operates on.
- DEFAULT_INSTANCE - Static variable in class org.knime.base.util.flowvariable.FlowVariableResolver.FlowVariableEscaper
-
Default instance that does no escaping, just reads the value.
- DEFAULT_IS_REGEX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
Default isRegex value
- DEFAULT_IS_REGEX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
Default isRegex value
- DEFAULT_KEY_NAME - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
Default key name value
- DEFAULT_KEY_SORTING_REVERSED - Static variable in class org.knime.base.util.SortingOptionPanel
-
The key to reverse order.
- DEFAULT_KEY_SORTING_STRATEGY - Static variable in class org.knime.base.util.SortingOptionPanel
-
The key for sorting options.
- DEFAULT_KNIME_TYPE - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
-
Default KNIME type
- DEFAULT_LABEL - Static variable in class org.knime.base.node.rules.RuleEngineNodeDialog
-
Deprecated.
Default default label.
- DEFAULT_MAX_BIN_NOMINAL_SPLIT_COMPUTATION - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
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_LIMIT - Static variable in class org.knime.core.data.blob.BinaryObjectCellFactory
-
Default memory limit for small cells (4096 bytes).
- DEFAULT_MEMORY_OPTION - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
The default build option (memory or on disk).
- DEFAULT_MIN_NUM_RECORDS_PER_NODE - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
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_MUST_ROTATE - Static variable in class org.knime.core.node.util.VTextIcon
-
Deprecated.
- DEFAULT_NAME_PATTERN - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
Default name pattern
- DEFAULT_NAME_PATTERN - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
Default name pattern
- 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_NOT_NULL - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
-
Default not null value
- DEFAULT_NOT_NULL - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
Default not null value
- DEFAULT_NOT_NULL_VALUE - Static variable in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
Default not null value
- 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.learner2.DecisionTreeLearnerNodeModel2
-
The default number of records stored for the view.
- DEFAULT_NUMBER_RECORDS_FOR_VIEW - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
The default number of records stored for the view.
- DEFAULT_ORDER - Static variable in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
- DEFAULT_ORDERCOL - Static variable in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
- DEFAULT_OUTPORT_INDEX - Static variable in class org.knime.core.node.streamable.StreamableFunction
-
The default out port index the SreamableFunction operates on.
- DEFAULT_OUTPUT - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
- DEFAULT_OUTPUT_NAME - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
The default value for the output.
- DEFAULT_OVERRIDE_OUTPUT - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
- DEFAULT_PARAMC - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
-
Default c parameter.
- DEFAULT_PATH - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
The default path to the base directory.
- 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_PREDICTED - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
The default string for the predicted
- DEFAULT_PREDICTION_COLUMN - Static variable in class org.knime.base.node.mine.util.PredictorHelper
-
The default value for the prediction column name.
- DEFAULT_PREFIX - Static variable in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
Default prefix of this element
- DEFAULT_PREFIX - Static variable in class org.knime.base.node.io.database.tablecreator.util.KeyElement
-
Default prefix of this element
- DEFAULT_PREFIX - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
-
Default prefix of this element
- DEFAULT_PREFIX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
Default prefix of this element
- DEFAULT_PREFIX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
Default prefix of this element
- DEFAULT_PRIMARY_KEY - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
Default primary key value
- DEFAULT_PRIMARY_KEY_VALUE - Static variable in class org.knime.base.node.io.database.tablecreator.util.KeyElement
-
Default primary key value
- DEFAULT_PRUNING_CONFIDENCE_THRESHOLD - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
The default confidence threshold for pruning.
- DEFAULT_PRUNING_METHOD - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
The default pruning method.
- DEFAULT_PUBLIC_KEY - Static variable in class org.knime.core.util.crypto.KNIMEDecryptionStream
-
KNIME's public key.
- DEFAULT_RANKASLONG - Static variable in class org.knime.base.node.preproc.rank.RankNodeModel
-
- DEFAULT_RANKMODE - Static variable in class org.knime.base.node.preproc.rank.RankNodeModel
-
initial default values.
- DEFAULT_RANKOUTCOLNAME - Static variable in class org.knime.base.node.preproc.rank.RankNodeModel
-
- DEFAULT_REDUCED_ERROR_PRUNING - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
The default flag for reduced error pruning, is true.
- DEFAULT_REFERENCE - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
The default string for the reference
- DEFAULT_RETAINROWORDER - Static variable in class org.knime.base.node.preproc.rank.RankNodeModel
-
- DEFAULT_ROMAN - Static variable in class org.knime.core.node.util.VTextIcon
-
Deprecated.
- 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
-
- 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.learner2.DecisionTreeLearnerNodeModel2
-
The default whether to use the average as the split point is true.
- DEFAULT_SPLIT_QUALITY_MEASURE - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
The default split quality measure.
- DEFAULT_SQL_TYPE - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
-
Default SQL type
- DEFAULT_STRATEGY - Static variable in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
- DEFAULT_SUFFIX - Static variable in class org.knime.base.node.mine.util.PredictorHelper
-
Default value for the probability columns' suffices.
- 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
-
Deprecated.
Default value for the threshold.
- DEFAULT_TITLE - Static variable in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
-
The default title of the panel to display in a dialog.
- DEFAULT_TITLE - Static variable in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
-
The default title of the panel to display in a dialog.
- DEFAULT_TITLE - Static variable in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationPanel
-
The default title of the panel to display in a dialog.
- DEFAULT_TITLE - Static variable in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
-
Default title of this panel
- DEFAULT_USAGE_THRESHOLD - Static variable in class org.knime.core.data.util.memory.MemoryAlertSystem
-
The threshold of medium memory usage that triggers a memory event.
- 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.columnaggregator.ColumnAggregatorNodeDialog
-
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.
- DefaultBinningStatementGenerator - Class in org.knime.core.node.port.database.binning
-
Class to create a SQL binning statement with basic SQL syntax.
- DefaultBinningStatementGenerator() - Constructor for class org.knime.core.node.port.database.binning.DefaultBinningStatementGenerator
-
- DefaultBlobSupportDataCellIterator - Class in org.knime.core.data.collection
-
- DefaultBlobSupportDataCellIterator(ListIterator<DataCell>) - Constructor for class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
-
Create new instance by wrapping an existing iterator.
- DefaultBlobSupportDataCellIterator(Iterator<Map.Entry<?, DataCell>>) - Constructor for class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
-
Create new instance by wrapping an existing iterator.
- DefaultBlobSupportDataCellIterator.InternalIterator - Class in org.knime.core.data.collection
-
An iterator that allows replacing the last returned element.
- 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.
- DefaultConfigTableModel - Class in org.knime.core.node.util
-
- DefaultConfigTableModel(String[]) - Constructor for class org.knime.core.node.util.DefaultConfigTableModel
-
Create a model with the given column names.
- DefaultConfigureCallback - Class in org.knime.core.node.interactive
-
- DefaultConfigureCallback() - Constructor for class org.knime.core.node.interactive.DefaultConfigureCallback
-
- 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.
- DefaultDatabaseConnectionSettings - Class in org.knime.base.node.io.database.connection.util
-
- DefaultDatabaseConnectionSettings() - Constructor for class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
-
- 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(String) - Constructor for class org.knime.core.data.renderer.DefaultDataValueRenderer
-
Creates instance with null column spec and the given description.
- DefaultDataValueRenderer(DataColumnSpec) - Constructor for class org.knime.core.data.renderer.DefaultDataValueRenderer
-
Creates new renderer and memorizes the column spec.
- DefaultDataValueRenderer(DataColumnSpec, String) - Constructor for class org.knime.core.data.renderer.DefaultDataValueRenderer
-
Create new instance with given arguments.
- DefaultDataValueRenderer.Factory - Class in org.knime.core.data.renderer
-
Factory for a default (fallback) renderer that uses the string representation of a cell.
- 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.
- DefaultDBDriverFactory - Class in org.knime.core.node.port.database.connection
-
Default
DBDriverFactory implementation that uses the old
Class.forName() method to create an instance of the db driver.
- DefaultDBDriverFactory(String, Bundle) - Constructor for class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
-
- DefaultDBDriverFactory(String, String...) - Constructor for class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
-
- DefaultDBDriverFactory(String, File) - Constructor for class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
-
- DefaultDBDriverFactory(String, Collection<File>) - Constructor for class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
-
- DefaultFieldTableCellRenderer() - Constructor for class org.knime.core.node.util.dialog.OutFieldsTable.DefaultFieldTableCellRenderer
-
- 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
-
- 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.
- DefaultLayoutCreator - Interface in org.knime.core.node.wizard.util
-
A service interface to create a default view layout from a given set of
WizardNode.
- DefaultMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval
-
Abstract missing cell handler without moving window.
- DefaultMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.DefaultMissingCellHandler
-
- DefaultMissingValueHandlerPanel - Class in org.knime.base.node.preproc.pmml.missingval
-
Default panel for a missing value handler's settings to be used with DialogComponents.
- DefaultMissingValueHandlerPanel() - Constructor for class org.knime.base.node.preproc.pmml.missingval.DefaultMissingValueHandlerPanel
-
Default constructor for DefaultMissingValueHandlerPanel.
- DefaultNamespaceContext - Class in org.knime.core.data.xml.util
-
- 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.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.
- 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.
- DefaultOutFlowVariableField - Class in org.knime.core.node.util.dialog.field
-
Settings for dialog out flow variable list field with a default value.
- DefaultOutFlowVariableField() - Constructor for class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
-
- DefaultPivotStatementGenerator - Class in org.knime.core.node.port.database.pivoting
-
This class creates a SQL statement for pivoting using basic SQL.
- DefaultPivotStatementGenerator() - Constructor for class org.knime.core.node.port.database.pivoting.DefaultPivotStatementGenerator
-
// * Constructor of DefaultPivotStatementGenerator //
- defaultReadObject() - Method in class org.knime.core.data.container.DCObjectInputStream
- DefaultReexecutionCallback - Class in org.knime.core.node.interactive
-
- DefaultReexecutionCallback() - Constructor for class org.knime.core.node.interactive.DefaultReexecutionCallback
-
- DefaultRendererFactory() - Constructor for class org.knime.core.data.date.DateAndTimeValueRenderer.DefaultRendererFactory
-
- 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
-
- 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
-
- 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
-
- DefaultTableNodeFactory(DataRow[], String[], DataType[]) - Constructor for class org.knime.base.node.io.def.DefaultTableNodeFactory
-
- DefaultTableNodeFactory(DataRow[], DataTableSpec) - Constructor for class org.knime.base.node.io.def.DefaultTableNodeFactory
-
- DefaultTableNodeFactory(Object[][], String[], String[]) - Constructor for class org.knime.base.node.io.def.DefaultTableNodeFactory
-
- DefaultTableNodeModel - Class in org.knime.base.node.io.def
-
- 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
-
- 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<T extends NodeModel> - Class in org.knime.base.node.viz.plotter.node
-
Convenient implementation of a
NodeView that
can display one or more plotter implementations.
- DefaultVisualizationNodeView(T, 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(T, 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.
- DefaultWebTemplate - Class in org.knime.core.node.web
-
- DefaultWebTemplate(WebResourceLocator[], String, String, String, String, String) - Constructor for class org.knime.core.node.web.DefaultWebTemplate
-
- degree - Variable in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegViewData
-
Deprecated.
- degree - Variable in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
-
- 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.
- DelegateNodeDescription - Class in org.knime.core.node
-
An adapter on
NodeDescription that allows selected methods to be overwritten.
- DelegateNodeDescription(NodeDescription) - Constructor for class org.knime.core.node.DelegateNodeDescription
-
New instance with delegate.
- delegatePeekFlowVariableDouble(String) - Method in interface org.knime.base.node.util.FlowVariableResolvable
-
Deprecated.
Delegate access to flow variable of type DOUBLE.
- delegatePeekFlowVariableInt(String) - Method in interface org.knime.base.node.util.FlowVariableResolvable
-
Deprecated.
Delegate access to flow variable of type INTEGER.
- delegatePeekFlowVariableString(String) - Method in interface org.knime.base.node.util.FlowVariableResolvable
-
Deprecated.
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.
- deletableUnusedFileStores(FileStoresInLoopCache, ILoopStartWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
-
- 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.
- deleteDirectoryIfExists(Path) - Static method in class org.knime.core.util.PathUtils
-
Deletes the given directory recursively.
- deleteDirectoryIfExists(Path, PathFilter) - Static method in class org.knime.core.util.PathUtils
-
Deletes the given directory recursively using a path filter.
- deleteObsoleteNodeDirs(List<ReferencedFile>) - Static 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.
- deleteRows(DatabaseConnectionSettings, String, BufferedDataTable, String[], int[], ExecutionMonitor, CredentialsProvider, int) - Static method in class org.knime.core.node.port.database.DatabaseWriterConnection
-
Deprecated.
Create connection to update table in database.
- deleteRows(String, String, BufferedDataTable, String[], int[], ExecutionMonitor, CredentialsProvider, int) - Method in interface org.knime.core.node.port.database.writer.DBWriter
-
Delete rows from the given database table.
- deleteRows(String, String, BufferedDataTable, String[], int[], ExecutionMonitor, CredentialsProvider, int) - Method in class org.knime.core.node.port.database.writer.DBWriterImpl
-
Create connection to update table in database.
- 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.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
-
Deprecated.
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
-
- 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
-
- 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.
- deNormalizeConfiguration(AffineTransConfiguration) - Static method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLDeNodeModel
-
This method takes the given configuration and transforms it into
a denormalization configuration.
- denormalizeMatrix(double[][], double[], double[]) - Static method in class org.knime.base.util.math.MathUtils
-
Denormalizes the matrix relative 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
-
- DenseBitVectorCell.DenseBitVectorSerializer - Class in org.knime.core.data.vector.bitvector
-
Factory for (de-)serializing a DenseBitVectorCell.
- DenseBitVectorCell.Factory - Class in org.knime.core.data.vector.bitvector
-
- DenseBitVectorCellFactory - Class in org.knime.core.data.vector.bitvector
-
- 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.
- DenseBitVectorSerializer() - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCell.DenseBitVectorSerializer
-
- 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
-
- DenseByteVectorCell.DenseByteVectorSerializer - Class in org.knime.core.data.vector.bytevector
-
- DenseByteVectorCell.Factory - Class in org.knime.core.data.vector.bytevector
-
- DenseByteVectorCellFactory - Class in org.knime.core.data.vector.bytevector
-
- 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.
- DenseByteVectorSerializer() - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVectorCell.DenseByteVectorSerializer
-
- DenseDoubleVectorCell - Class in org.knime.core.data.vector.doublevector
-
- DenseDoubleVectorCell(double[]) - Constructor for class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
-
Use the DenseDoubleVectorCellFactory to create instances of this cell.
- DenseDoubleVectorCell.DenseDoubleVectorSerializer - Class in org.knime.core.data.vector.doublevector
-
- DenseDoubleVectorSerializer() - Constructor for class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell.DenseDoubleVectorSerializer
-
- DenseRankAssigner - Class in org.knime.base.node.preproc.rank
-
Assigns ranks in dense mode,
that rows with the same values receive the same rank,
the next different row receives a rank increased by 1
- DenseRankAssigner(int[]) - Constructor for class org.knime.base.node.preproc.rank.DenseRankAssigner
-
- DenseStringVectorCell - Class in org.knime.core.data.vector.stringvector
-
- DenseStringVectorCell(String[]) - Constructor for class org.knime.core.data.vector.stringvector.DenseStringVectorCell
-
Use the DenseStringVectorCellFactory to create instances of this cell.
- DenseStringVectorCell.DenseStringVectorSerializer - Class in org.knime.core.data.vector.stringvector
-
- DenseStringVectorSerializer() - Constructor for class org.knime.core.data.vector.stringvector.DenseStringVectorCell.DenseStringVectorSerializer
-
- 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
-
- DESC - Static variable in class org.knime.core.node.port.database.aggregation.DBAggregationFunctionLabelComparator
-
Descending order comparator.
- 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() - Method in enum org.knime.base.node.preproc.rounddouble.NumberMode
-
- DESCRIPTION - Static variable in class org.knime.core.data.renderer.DoubleBarRenderer
-
- DESCRIPTION - Static variable in class org.knime.core.data.renderer.DoubleGrayValueRenderer
-
- DESCRIPTION - Static variable in class org.knime.core.data.renderer.ImageValueRenderer
-
- deselectSubtree() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Deselects cell and all its children and subchildren recursively.
- deserialize(DataCellDataInput) - Method in class org.knime.core.data.blob.BinaryObjectDataCell.BinaryObjectCellSerializer
-
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.blob.BinaryObjectFileStoreDataCell.BinaryObjectFileStoreCellSerializer
-
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.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(DataCellDataInput) - Method in class org.knime.core.data.collection.ListCell.ListCellSerializer
-
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.collection.SetCell.SetCellSerializer
-
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.collection.SparseListCell.SparseListCellSerializer
-
Loads a new instance of
DataCell of type
T from the
input stream, which represents a
former serialized
DataCell content.
- 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) - Method in class org.knime.core.data.def.BooleanCell.BooleanSerializer
-
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.def.ComplexNumberCell.ComplexNumberSerializer
-
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.def.DoubleCell.DoubleSerializer
-
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.def.FuzzyIntervalCell.FuzzyIntervalSerializer
-
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.def.FuzzyNumberCell.FuzzyNumberSerializer
-
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.def.IntCell.IntCellSerializer
-
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.def.IntervalCell.IntervalSerializer
-
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.def.LongCell.LongSerializer
-
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.def.StringCell.StringSerializer
-
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.def.TimestampCell.TimestampCellSerializer
-
Deprecated.
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.filestore.internal.FileStoreKeyDataCell.FileStoreKeyCellSerializer
-
- deserialize(DataCellDataInput) - Method in class org.knime.core.data.image.png.PNGImageBlobCell.PNGSerializer
-
- deserialize(DataCellDataInput) - Method in class org.knime.core.data.image.png.PNGImageCell.PNGSerializer
-
- deserialize(DataCellDataInput) - Static method in class org.knime.core.data.image.png.PNGImageContent
-
Deserialize method for DataCell implementation.
- deserialize(DataCellDataInput) - Method in class org.knime.core.data.MissingCell.MissingSerializer
-
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.model.PortObjectCell.PortObjectCellSerializer
-
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.NoSerializer
-
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.vector.bitvector.DenseBitVectorCell.DenseBitVectorSerializer
-
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.vector.bitvector.SparseBitVectorCell.SparseBitVectorSerializer
-
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.vector.bytevector.DenseByteVectorCell.DenseByteVectorSerializer
-
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.vector.bytevector.SparseByteVectorCell.SparseByteVectorSerializer
-
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.vector.doublevector.DenseDoubleVectorCell.DenseDoubleVectorSerializer
-
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.vector.stringvector.DenseStringVectorCell.DenseStringVectorSerializer
-
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.xml.PMMLBlobCell.PMMLSerializer
-
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.xml.PMMLCell.PMMLSerializer
-
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.xml.XMLBlobCell.XMLSerializer
-
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.xml.XMLCell.XMLSerializer
-
Loads a new instance of
DataCell of type
T from the
input stream, which represents a
former serialized
DataCell content.
- 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.
- determineCompareStrategy(Node) - Method in class org.knime.core.data.xml.util.XmlDomComparerCustomizer
-
- determineFactorValues(PMMLGeneralRegressionContent, DataTableSpec) - Static method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorCellFactory
-
- determineHostIPs() - Static method in class org.knime.core.util.HostUtils
-
Returns all known IP addresses for this host.
- determineHostMACs() - Static method in class org.knime.core.util.HostUtils
-
Returns all known MAC addresses for this host.
- determineServerUsage() - Static method in class org.knime.core.util.EclipseUtil
-
Checks whether this KNIME instance runs as an RMI application on the server.
- 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).
- DialogComponentAggregationMethod - Class in org.knime.base.data.aggregation.dialogutil
-
- DialogComponentAggregationMethod(SettingsModelAggregationMethod, String, boolean, DataType) - Constructor for class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
-
- DialogComponentAggregationMethod(SettingsModelAggregationMethod, String, boolean, AggregationMethod...) - Constructor for class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
-
- DialogComponentAuthentication - Class in org.knime.core.node.defaultnodesettings
-
A component that allows a user to enter username/password or select credentials variable.
- DialogComponentAuthentication(SettingsModelAuthentication) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
-
Constructor for this dialog component with default authentication types.
- DialogComponentAuthentication(SettingsModelAuthentication, String, SettingsModelAuthentication.AuthenticationType...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
-
Constructor for this dialog component.
- DialogComponentAuthentication(SettingsModelAuthentication, String, HashMap<SettingsModelAuthentication.AuthenticationType, Pair<String, String>>, SettingsModelAuthentication.AuthenticationType...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
-
Constructor for this dialog component
- 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
-
- 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
-
- 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
-
- DialogComponentChoiceConfig(SettingsModelPCADimensions, boolean) - Constructor for class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
-
- DialogComponentColorChooser - Class in org.knime.core.node.defaultnodesettings
-
Provides a component for color choosing.
- DialogComponentColorChooser(SettingsModelColor, String, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
-
Creates new instance of DialogComponentButton with given
text to set as button label.
- DialogComponentColorChooser(SettingsModelColor, String, boolean, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
-
Creates new instance of DialogComponentButton with given
text to set as button label.
- 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
-
- 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
-
- 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
-
- 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.
- DialogComponentColumnFilter(SettingsModelFilterString, int, boolean, ColumnFilter, boolean) - 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.
- DialogComponentColumnFilter2 - Class in org.knime.core.node.defaultnodesettings
-
A column twin list with include & exclude list and optionally column name and type matcher.
- DialogComponentColumnFilter2(SettingsModelColumnFilter2, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
-
- DialogComponentColumnFilter2(SettingsModelColumnFilter2, int, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
-
- 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.
- DialogComponentDate - Class in org.knime.core.node.defaultnodesettings
-
StandardDialogComponent allowing the input of an user specified Date.
- DialogComponentDate(SettingsModelDate, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDate
-
Instantiates a new DateDialogComponent, where the model stores the user input and the label is put as a
description on to the dialog.
- DialogComponentDate(SettingsModelDate, String, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDate
-
- DialogComponentDate(SettingsModelDate, String, boolean, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDate
-
Instantiates a new DateDialogComponent, where the model stores the user input and the label is put as a
description on to the dialog.
- 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
-
- 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.
- DialogComponentDuration - Class in org.knime.core.node.defaultnodesettings
-
StandardDialogComponent allowing the input of a user specified time values for days, hours, minutes, seconds.
- DialogComponentDuration(SettingsModelDuration, String, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDuration
-
- DialogComponentDuration(SettingsModelDuration, String, boolean, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDuration
-
- 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.
- DialogComponentFlowVariableNameSelection - Class in org.knime.core.node.defaultnodesettings
-
Provides a standard component for a dialog that allows to select a flow
variable from a list of flow variables.
- DialogComponentFlowVariableNameSelection(SettingsModelString, String, Collection<FlowVariable>, FlowVariable.Type...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
-
Constructor creates a label and a combobox and adds them to the
component panel.
- DialogComponentFlowVariableNameSelection(SettingsModelString, String, Collection<FlowVariable>, boolean, FlowVariable.Type...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
-
Constructor creates a label and a combobox and adds them to the
component panel.
- 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.
- DialogComponentNode - Interface in org.knime.core.node.workflow
-
Interface for nodes which provide dialog components that can be used on
metanodes containing those nodes.
- 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.
- DialogComponentOptionalString - Class in org.knime.core.node.defaultnodesettings
-
This Dialog Component offers an editable string field and
a checkbox for disabling the use of the field.
- DialogComponentOptionalString(SettingsModelOptionalString, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentOptionalString
-
Constructor puts a label and a checkbox into a panel.
- DialogComponentOptionalString(SettingsModelOptionalString, String, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentOptionalString
-
Constructor puts label and checkbox into panel and allows to specify
width (in #characters) of component.
- 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.
- DialogComponentString(SettingsModelString, String, boolean, int, FlowVariableModel) - 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.
- DialogNode<REP extends DialogNodeRepresentation<VAL>,VAL extends DialogNodeValue> - Interface in org.knime.core.node.dialog
-
- DialogNodePanel<VAL extends DialogNodeValue> - Class in org.knime.core.node.dialog
-
- DialogNodePanel() - Constructor for class org.knime.core.node.dialog.DialogNodePanel
-
Creates a new DialogNode panel.
- DialogNodePanel(LayoutManager) - Constructor for class org.knime.core.node.dialog.DialogNodePanel
-
Create a new buffered DialogNodePanel with the specified layout manager.
- DialogNodeRepresentation<VAL extends DialogNodeValue> - Interface in org.knime.core.node.dialog
-
- DialogNodeValue - Interface in org.knime.core.node.dialog
-
- DIAMOND - Static variable in class org.knime.core.data.property.ShapeFactory
-
Name of and key for the diamond.
- diff(Collection<DataCell>, Collection<DataCell>) - Static method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
-
Returns the relative complement set of the given collections as an immutable set.
- 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.
- DirectoryReaderCheckLabel() - Constructor for class org.knime.core.node.util.FilesHistoryPanel.DirectoryReaderCheckLabel
-
- DirectoryWriterCheckLabel() - Constructor for class org.knime.core.node.util.FilesHistoryPanel.DirectoryWriterCheckLabel
-
- discard() - Method in class org.knime.core.node.workflow.WizardExecutionController
-
Sets manager to null.
- disconnect(NodeExecutionJob) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
-
Disconnects the running job.
- disconnect(NodeExecutionJob) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
-
Disconnects the running job.
- disconnect() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- 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
-
- DiscretizationModel(ModelContentRO, DataTableSpec) - Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
-
- 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.
- DiscretizationModel.Serializer - Class in org.knime.base.node.preproc.discretization.caim2
-
- 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.
- DiskBasedByteQueue - Class in org.knime.core.util
-
This class implements a two-stage queue for bytes.
- DiskBasedByteQueue(Path, String, int, int) - Constructor for class org.knime.core.util.DiskBasedByteQueue
-
Creates a new queue.
- 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.mine.scorer.entrop.EntropyCalculator
-
Discards the internal table.
- 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.data.container.DataContainer
-
Disposes this container and all underlying resources.
- dispose() - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
-
- 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.
- dispose() - Method in class org.knime.core.node.workflow.OutPortView
- 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.
- distinctByKey(Function<? super T, Object>) - Static method in class org.knime.core.node.util.ConvenienceMethods
-
This methods creates a predicate for use in a stream's filter operation (e.g.).
- DISTRIBUTED - Static variable in class org.knime.core.node.streamable.OutputPortRole
-
Distributable output, not merged.
- DISTRIBUTED_NONSTREAMABLE - Static variable in class org.knime.core.node.streamable.InputPortRole
-
Distributable, not streamable.
- DISTRIBUTED_STREAMABLE - Static variable in class org.knime.core.node.streamable.InputPortRole
-
Distributable and streamable.
- 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.
- DnDColumnSelectionSearchableListPanel - Class in org.knime.base.node.preproc.datavalidator.dndpanel
-
A panel comprising a column list, search field and some search customizers for the user.
- DnDColumnSelectionSearchableListPanel(ColumnSelectionSearchableListPanel.SearchedItemsSelectionMode, ColumnSelectionSearchableListPanel.ConfiguredColumnDeterminer) - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSelectionSearchableListPanel
-
- DnDColumnSpecSourceTransferHandler - Class in org.knime.base.node.preproc.datavalidator.dndpanel
-
- DnDColumnSpecSourceTransferHandler(TransferHandler, DnDStateListener) - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecSourceTransferHandler
-
- DnDColumnSpecTargetTransferHander - Class in org.knime.base.node.preproc.datavalidator.dndpanel
-
- DnDColumnSpecTargetTransferHander(DnDDropListener) - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTargetTransferHander
-
- DnDColumnSpecTransferable - Class in org.knime.base.node.preproc.datavalidator.dndpanel
-
- DnDColumnSpecTransferable(Collection<DataColumnSpec>) - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTransferable
-
Constructor.
- DnDColumnSpecTransferable(DataColumnSpec...) - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTransferable
-
Constructor.
- DnDConfigurationPanel<T extends DnDConfigurationPanel.DnDConfigurationSubPanel> - Class in org.knime.base.node.preproc.datavalidator.dndpanel
-
A UI widget, which helps to create drag and drop based UIs.
- DnDConfigurationPanel() - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
-
Set box layout.
- DnDConfigurationPanel.DnDConfigurationSubPanel - Class in org.knime.base.node.preproc.datavalidator.dndpanel
-
The individual configuration panels.
- DnDConfigurationSubPanel() - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel.DnDConfigurationSubPanel
-
Constructor.
- DnDDropListener - Interface in org.knime.base.node.preproc.datavalidator.dndpanel
-
DnDListener which is called if.
- DNDSelectionConfiguration - Class in org.knime.base.node.preproc.draganddroppanel
-
- DNDSelectionConfiguration(ConfigurationDialogFactory) - Constructor for class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- DNDSelectionPanel - Class in org.knime.base.node.preproc.draganddroppanel
-
- DNDSelectionPanel(ConfigurationDialogFactory) - Constructor for class org.knime.base.node.preproc.draganddroppanel.DNDSelectionPanel
-
- DnDStateListener - Interface in org.knime.base.node.preproc.datavalidator.dndpanel
-
Listener that gets notified if a DragAndDrop transfer gets started and stopped.
- DnDTransferHandlerProxy - Class in org.knime.base.node.preproc.datavalidator.dndpanel
-
Simplifies the work with the drag and drop API of Swing.
- DnDTransferHandlerProxy(TransferHandler, DnDStateListener) - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
-
Constructor.
- doAfterExecution(NodeContainer, NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Cleanup a node after execution.
- doAfterLoadFromDisc(WorkflowLoadHelper, CredentialsProvider, boolean, boolean) - Method in interface org.knime.core.node.workflow.CredentialsStore.CredentialsNode
-
Called when node is loaded from disc.
- doAfterLoadFromDisc(WorkflowLoadHelper, CredentialsProvider, boolean, boolean) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
Called when node is loaded from disc.
- doBeforeExecution(NodeContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Call-back from NodeContainer called before node is actually executed.
- doBeforePostExecution(NodeContainer, NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- doBeforePreExecution(NodeContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- 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
-
Deprecated.
Does the decimal scaling.
- doDecimalScaling(ExecutionContext) - Method in class org.knime.base.data.normalize.Normalizer2
-
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.
- doFlowVariables() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
Returns whether flow variables should be pushed.
- doHandleCell(RowKey, DataCell) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
-
Performs the actual validation, which may add conflicts or return a converted cell.
- doInBackground() - Method in class org.knime.core.node.tableview.TableSorterWorker
- doInBackground() - Method in class org.knime.core.util.SwingWorkerWithContext
- doInBackgroundWithContext() - Method in class org.knime.core.util.SwingWorkerWithContext
-
Computes a result, or throws an exception if unable to do so.
- DomainCreatorColumnSelection - Interface in org.knime.core.data
-
Defines which columns are effected by the DataTableDomainCreator.
- 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.
- domainHandlingCellDecorator(DataValidatorCellDecorator, DataValueComparator, DataValidatorColConfiguration.DomainHandling, DataCell, DataCell, DataColumnSpec, DataValidatorColConflicts) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
-
Checks that the given cell is within the given domain.
- domainHandlingCellDecorator(DataValidatorCellDecorator, DataValidatorColConfiguration.DomainHandling, Set<DataCell>, DataColumnSpec, DataValidatorColConflicts) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
-
Checks that the given cell is within the given domain.
- DomainNodeDialogPane - Class in org.knime.base.node.preproc.domain.dialog2
-
- DomainNodeDialogPane() - Constructor for class org.knime.base.node.preproc.domain.dialog2.DomainNodeDialogPane
-
Inits members, does nothing else.
- 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.dialog2
-
- DomainNodeFactory() - Constructor for class org.knime.base.node.preproc.domain.dialog2.DomainNodeFactory
-
- 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.dialog2
-
- DomainNodeModel() - Constructor for class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
-
Constructor, inits one input, one output.
- 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
-
Deprecated.
Does the Min-Max Normalization.
- doMinMaxNorm(double, double, ExecutionContext) - Method in class org.knime.base.data.normalize.Normalizer2
-
Does the Min-Max Normalization.
- done() - Method in class org.knime.core.node.tableview.TableSorterWorker
- done() - Method in class org.knime.core.util.MultiThreadWorker.ComputationTask
- done() - Method in class org.knime.core.util.SwingWorkerWithContext
- doneWithContext() - Method in class org.knime.core.util.SwingWorkerWithContext
-
Executed on the Event Dispatch Thread after the doInBackground
method is finished.
- DoNothingMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
-
Does not replace missing values.
- DoNothingMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandler
-
- DoNothingMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
-
A factory that creates a handler that does nothing.
- DONT_KNOW_PROP - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeDialog
-
Key for don't know probability for the unknown class.
- DONT_KNOW_PROP - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
-
Deprecated.
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.
- doOverride() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
- 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.
- dotProduct(double[], double[]) - Static method in class org.knime.base.util.math.MathUtils
-
Computes dot product of two vectors.
- 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.
- DoubleBarRenderer.Factory - Class in org.knime.core.data.renderer
-
- 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.
- DoubleCell.DoubleCellFactory - Class in org.knime.core.data.def
-
- DoubleCell.DoubleSerializer - Class in org.knime.core.data.def
-
- DoubleCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.DoubleCellEntry
-
- DoubleCellFactory() - Constructor for class org.knime.core.data.def.DoubleCell.DoubleCellFactory
-
- DoubleCellFilterRowGenerator - Class in org.knime.base.data.filter.row
-
- 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.
- DoubleGrayValueRenderer.Factory - Class in org.knime.core.data.renderer
-
- DoubleInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
-
A form element to enter a simple double-precision floating point number.
- DoubleInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.DoubleInputQuickFormInElement
-
Create an integer input with a given description.
- DoubleMeanMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
-
Replaces missing values with the mean of the column.
- DoubleMeanMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandler
-
- DoubleMeanMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
-
Creates a handler that replaces missing values with the mean.
- DoubleMeanMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandlerFactory
-
- DoubleMinMax - Class in org.knime.base.data.statistics.calculation
-
A double specific min/ max implementation which additionaly has the possibility to filter infinite values from the
data.
- DoubleMinMax(boolean, String...) - Constructor for class org.knime.base.data.statistics.calculation.DoubleMinMax
-
- DoubleMovingAverageMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
-
A handler that replaces missing values in a cell with the average of cells before and after it.
- DoubleMovingAverageMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
-
- DoubleMovingAverageMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
-
Creates a handler that replaces missing values with the moving average of cells around it.
- DoubleMovingAverageMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory
-
- DoubleMovingAveragePanel - Class in org.knime.base.node.preproc.pmml.missingval.handlers
-
A panel where the user can select lookbehind and lookahead for the DoubleMovingAverageMissingCellHandler.
- DoubleMovingAveragePanel() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAveragePanel
-
Constructor for the panel.
- DoubleSerializer() - Constructor for class org.knime.core.data.def.DoubleCell.DoubleSerializer
-
- 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.
- DoubleToIntNodeDialog - Class in org.knime.base.node.preproc.double2int2
-
Dialog for the double to integer Node.
- DoubleToIntNodeDialog() - Constructor for class org.knime.base.node.preproc.double2int2.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
-
- DoubleToIntNodeFactory - Class in org.knime.base.node.preproc.double2int2
-
NodeFactory for the Number to String Node that converts double
to integer values.
- DoubleToIntNodeFactory() - Constructor for class org.knime.base.node.preproc.double2int2.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
-
Default constructor.
- DoubleToIntNodeModel - Class in org.knime.base.node.preproc.double2int2
-
The NodeModel for the Number to String Node that converts doubles to integers.
- DoubleToIntNodeModel() - Constructor for class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
-
Default constructor.
- DoubleUtilityFactory() - Constructor for class org.knime.core.data.DoubleValue.DoubleUtilityFactory
-
Only subclasses are allowed to instantiate this class.
- 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.
- DoubleValueComparator - Class in org.knime.core.data
-
- 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.
- DoubleValueRenderer.FullPrecisionRendererFactory - Class in org.knime.core.data.renderer
-
Factory for full precision renderers.
- DoubleValueRenderer.PercentageRendererFactory - Class in org.knime.core.data.renderer
-
Factory for percentage renderers.
- DoubleValueRenderer.StandardRendererFactory - Class in org.knime.core.data.renderer
-
Factory for standard renderers.
- 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.
- DoubleVectorCellFactory - Class in org.knime.core.data.vector.doublevector
-
- DoubleVectorCellFactory() - Constructor for class org.knime.core.data.vector.doublevector.DoubleVectorCellFactory
-
- DoubleVectorUtilityFactory() - Constructor for class org.knime.core.data.vector.doublevector.DoubleVectorValue.DoubleVectorUtilityFactory
-
Only subclasses are allowed to instantiate this class.
- DoubleVectorValue - Interface in org.knime.core.data.vector.doublevector
-
Interface for (dense or sparse) double vector.
- DoubleVectorValue.DoubleVectorUtilityFactory - Class in org.knime.core.data.vector.doublevector
-
Implementations of the meta information of this value class.
- DoubleVectorValueComparator - Class in org.knime.core.data.vector.doublevector
-
- DoubleVectorValueComparator() - Constructor for class org.knime.core.data.vector.doublevector.DoubleVectorValueComparator
-
- DoubleVectorValueRenderer - Class in org.knime.core.data.renderer
-
- DoubleVectorValueRenderer() - Constructor for class org.knime.core.data.renderer.DoubleVectorValueRenderer
-
- DoubleVectorValueRenderer - Class in org.knime.core.data.vector.doublevector
-
- DoubleVectorValueRenderer() - Constructor for class org.knime.core.data.vector.doublevector.DoubleVectorValueRenderer
-
- DoubleVectorValueRenderer.Factory - Class in org.knime.core.data.renderer
-
- doZScoreNorm(ExecutionMonitor) - Method in class org.knime.base.data.normalize.Normalizer
-
Deprecated.
Does the Z-Score Normalization.
- doZScoreNorm(ExecutionContext) - Method in class org.knime.base.data.normalize.Normalizer2
-
Does the Z-Score Normalization.
- dragEnter(DropTargetDragEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.IncludePanel
- dragEnter(DropTargetDragEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
- dragExit(DropTargetEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.IncludePanel
- dragExit(DropTargetEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
- dragGestureRecognized(DragGestureEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.IncludePanel
- dragOver(DropTargetDragEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.IncludePanel
- dragOver(DropTargetDragEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
- dragStartedAt(Point, Transferable) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
-
- dragStartedAt(Point, Transferable) - Method in interface org.knime.base.node.preproc.datavalidator.dndpanel.DnDStateListener
-
- dragStoppedAt() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
-
Called if the drag and drop procedure has been finished.
- dragStoppedAt() - Method in interface org.knime.base.node.preproc.datavalidator.dndpanel.DnDStateListener
-
Called if the drag and drop procedure has been finished.
- 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.
- drawInto(Graphics, Image, int, int, Rectangle, ImageViewPanel.ScaleType) - Static method in class org.knime.core.node.util.ImageViewPanel
-
Scales and draws the given image into the argument graphics object.
- 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(String) - Method in class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
-
Add a new configuration panel to the drop panel.
- drop(DropTargetDropEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.IncludePanel
- drop(String) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
-
- drop(String) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
-
Add a new configuration panel to the drop panel.
- drop(DropTargetDropEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
- drop(String) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
-
Add a new configuration panel to the drop panel.
- DROP_DIR_NAME - Static variable in class org.knime.core.node.workflow.SingleNodeContainer
-
Name of the sub-directory containing node-local files.
- dropActionChanged(DropTargetDragEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.IncludePanel
- dropActionChanged(DropTargetDragEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
- dropAllColumns() - Method in class org.knime.core.data.DataTableSpecCreator
-
Removes all columns.
- dropAllDomains() - Method in class org.knime.core.data.DataTableSpecCreator
-
Drop domains of all columns.
- dropDomain(DataColumnSpec) - Method in interface org.knime.core.data.DomainCreatorColumnSelection
-
Whether to drop the domain for the specific column.
- DropPane - Class in org.knime.base.node.preproc.draganddroppanel.droppanes
-
- DropPane(JPanel, SelectionConfiguration, int) - Constructor for class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPane
-
- DropPaneConfig - Class in org.knime.base.node.preproc.draganddroppanel.droppanes
-
- DropPaneConfig() - Constructor for class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
-
- dropTable(String, boolean) - Method in class org.knime.core.node.port.database.StatementManipulator
-
- DTD_NAME - Static variable in class org.knime.core.node.config.base.XMLConfig
-
dtd name from class name.
- DTD_RESOLVER - Static variable in class org.knime.core.node.config.base.XMLConfig
-
Entity resolver for the XMLConfig.dtd file used in some old config files.
- DUMMY_ROW_KEY - Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
-
- DummyInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
-
A form element to represent a dummy input (no real input,
only a breapoint marker).
- DummyInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.DummyInputQuickFormInElement
-
Calls super constructor, all arguments are ignored.
- 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.
- DynamicCardLayout - Class in org.knime.base.node.preproc.pmml.missingval.compute
-
Card layout that always has the size of the visible component as preferred layout size.
- DynamicCardLayout() - Constructor for class org.knime.base.node.preproc.pmml.missingval.compute.DynamicCardLayout
-
- DynamicNodeFactory<T extends NodeModel> - Class in org.knime.core.node
-
A node factory to create nodes dynamically.
- DynamicNodeFactory() - Constructor for class org.knime.core.node.DynamicNodeFactory
-
Creates a new dynamic node factory.
- EclipseUtil - Class in org.knime.core.util
-
This class contains some misc utility methods around basic Eclipse funtionality.
- EclipseUtil.AnnotationClassFilter - Class in org.knime.core.util
-
Class filter that checks for presence of certain annotations.
- EclipseUtil.ClassFilter - Interface in org.knime.core.util
-
- EditNominalDomainConfiguration - Class in org.knime.base.node.preproc.domain.editnominal
-
Config proxy of node.
- EditNominalDomainConfiguration() - Constructor for class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
-
- EditNominalDomainDicConfiguration - Class in org.knime.base.node.preproc.domain.editnominal.dic
-
Config proxy of node.
- EditNominalDomainDicConfiguration() - Constructor for class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
-
- EditNominalDomainDicNodeDialogPane - Class in org.knime.base.node.preproc.domain.editnominal.dic
-
Dialog to node.
- EditNominalDomainDicNodeDialogPane() - Constructor for class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeDialogPane
-
Inits members, does nothing else.
- EditNominalDomainDicNodeFactory - Class in org.knime.base.node.preproc.domain.editnominal.dic
-
- EditNominalDomainDicNodeFactory() - Constructor for class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeFactory
-
- EditNominalDomainDicNodeModel - Class in org.knime.base.node.preproc.domain.editnominal.dic
-
Enables the manual adding of nominal values to a domains.
- EditNominalDomainDicNodeModel() - Constructor for class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeModel
-
Two in, one out.
- EditNominalDomainNodeDialogPane - Class in org.knime.base.node.preproc.domain.editnominal
-
Dialog to node.
- EditNominalDomainNodeDialogPane() - Constructor for class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeDialogPane
-
Inits members, does nothing else.
- EditNominalDomainNodeFactory - Class in org.knime.base.node.preproc.domain.editnominal
-
- EditNominalDomainNodeFactory() - Constructor for class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeFactory
-
- EditNominalDomainNodeModel - Class in org.knime.base.node.preproc.domain.editnominal
-
Enables the manual managing of possible domain values.
- EditNominalDomainNodeModel() - Constructor for class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
-
One in, one out.
- EditNumericDomainConfiguration - Class in org.knime.base.node.preproc.domain.editnumeric
-
Config proxy of node.
- EditNumericDomainConfiguration() - Constructor for class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
-
Constructor.
- EditNumericDomainNodeDialogPane - Class in org.knime.base.node.preproc.domain.editnumeric
-
Dialog to node.
- EditNumericDomainNodeDialogPane() - Constructor for class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeDialogPane
-
Inits members, does nothing else.
- EditNumericDomainNodeFactory - Class in org.knime.base.node.preproc.domain.editnumeric
-
- EditNumericDomainNodeFactory() - Constructor for class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeFactory
-
- EditNumericDomainNodeModel - Class in org.knime.base.node.preproc.domain.editnumeric
-
Enables the manual setting of numeric domains.
- EditNumericDomainNodeModel() - Constructor for class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
-
One in, one out.
- EditNumericDomainNodeModel.DomainOverflowPolicy - Enum in org.knime.base.node.preproc.domain.editnumeric
-
Defines the behavior if a row value of selected input columns exceeds the defined bounds.
- EditNumericDomainOverflowException - Exception in org.knime.base.node.preproc.domain.editnumeric
-
- EditNumericDomainOverflowException(String, double, double, double, long, RowKey) - Constructor for exception org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainOverflowException
-
Constructor.
- EditorUIInformation - Class in org.knime.core.node.workflow
-
Stores workflow editor specific settings (like grid settings and zoom level, etc.).
- EditorUIInformation() - Constructor for class org.knime.core.node.workflow.EditorUIInformation
-
Constructor with defaults.
- 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.
- EMPTY_ARRAY - Static variable in class org.knime.core.data.container.ContainerTable
-
- EmptyFileStoreHandler - Class in org.knime.core.data.filestore.internal
-
- EmptyFileStoreHandler(FileStoreHandlerRepository) - Constructor for class org.knime.core.data.filestore.internal.EmptyFileStoreHandler
-
- 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
-
- EmptySettingsModel() - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
-
Creates an empty settings model, that will not hold any value.
- EmptyTableSwitchNodeFactory - Class in org.knime.base.node.switches.emptytableswitch
-
Empty Table Switcher node (one input, one output).
- EmptyTableSwitchNodeFactory() - Constructor for class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeFactory
-
Create factory, that instantiates nodes.
- EmptyTableSwitchNodeModel - Class in org.knime.base.node.switches.emptytableswitch
-
Model to empty table switcher, does the obvious things.
- EmptyTableSwitchNodeModel() - Constructor for class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
-
One input, two outputs.
- EMTPYTABLE - Static variable in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
-
break on table with zero rows.
- 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
-
- enableDragAndDropSupport(DnDStateListener) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSelectionSearchableListPanel
-
Convenient method to enable the drag and drop support of the list view at the left side.
- enableEscaping() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
-
Returns whether escaping via a backslash is enabled.
- enableEscaping(boolean) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
-
Sets whether escaping via a backslash is enabled.
- enableMissingSectionOption(boolean) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- enableReplaceOptions() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeDialog2
-
- enableReplaceOptions() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
- 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(String) - Method in class org.knime.core.util.crypto.Encrypter
-
Encrypts strings and returns a Base64 string.
- encrypt(String, int) - Method in class org.knime.core.util.crypto.Encrypter
-
Encrypts strings and returns a Base64 string.
- encrypt(String) - Method in interface org.knime.core.util.crypto.IEncrypter
-
Encrypts strings and returns a Base64 string.
- encrypt(String, int) - Method in interface org.knime.core.util.crypto.IEncrypter
-
Encrypts strings and returns a Base64 string.
- encrypt(String) - Method in class org.knime.core.util.crypto.NoEncrypter
-
Encrypts strings and returns a Base64 string.
- encrypt(String, int) - Method in class org.knime.core.util.crypto.NoEncrypter
-
Encrypts strings and returns a Base64 string.
- 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.
- Encrypter - Class in org.knime.core.util.crypto
-
Simple class to en-/decrypt strings with a fixed key.
- Encrypter(String) - Constructor for class org.knime.core.util.crypto.Encrypter
-
Creates a new encrypter using the given key for en- and decryption.
- EncryptionKeySupplier - Interface in org.knime.core.util
-
- 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.config.base.XMLContentHandler
- 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
- endExec(boolean) - Method in class org.knime.core.node.workflow.NodeTimer
-
- 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
-
End case node for arbitrary port types.
- EndmodelcaseNodeFactory() - Constructor for class org.knime.base.node.switches.endmodelcase.EndmodelcaseNodeFactory
-
Create factory, that instantiates nodes.
- EndOfTableException - Exception in org.knime.base.node.preproc.filter.row.rowfilter
-
Used by
IRowFilters 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(Runnable) - Method in class org.knime.core.util.GUIDeadlockDetector
-
Enqueues the given runnable in the event dispatch thread.
- 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.
- EnrichmentPlot(String, double[], double[], double) - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
-
Deprecated.
Creates a new enrich curve container.
- EnrichmentPlot(String, double[], double[], double) - Constructor for class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel.EnrichmentPlot
-
Creates a new enrich curve container.
- EnrichmentPlotterDialog - Class in org.knime.base.node.viz.enrichment
-
Deprecated.
- EnrichmentPlotterDialog() - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterDialog
-
Deprecated.
Creates a dialog for the enrichment plotter settings.
- EnrichmentPlotterDialog - Class in org.knime.base.node.viz.enrichment2
-
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.enrichment2.EnrichmentPlotterDialog
-
Creates a dialog for the enrichment plotter settings.
- EnrichmentPlotterFactory - Class in org.knime.base.node.viz.enrichment
-
Deprecated.
- EnrichmentPlotterFactory() - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
-
Deprecated.
- EnrichmentPlotterFactory - Class in org.knime.base.node.viz.enrichment2
-
This factory creates all necessary components for the enrichment plotter node.
- EnrichmentPlotterFactory() - Constructor for class org.knime.base.node.viz.enrichment2.EnrichmentPlotterFactory
-
- EnrichmentPlotterModel - Class in org.knime.base.node.viz.enrichment
-
Deprecated.
- EnrichmentPlotterModel() - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
-
Deprecated.
Creates a new model for the enrichment plotter node.
- EnrichmentPlotterModel - Class in org.knime.base.node.viz.enrichment2
-
This class is the model for the enrichment plotter node.
- EnrichmentPlotterModel() - Constructor for class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
-
Creates a new model for the enrichment plotter node.
- EnrichmentPlotterModel.EnrichmentPlot - Class in org.knime.base.node.viz.enrichment
-
Deprecated.
Small container class for a single enrichment curve.
- EnrichmentPlotterModel.EnrichmentPlot - Class in org.knime.base.node.viz.enrichment2
-
Small container class for a single enrichment curve.
- EnrichmentPlotterSettings - Class in org.knime.base.node.viz.enrichment
-
Deprecated.
- EnrichmentPlotterSettings() - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
-
Deprecated.
- EnrichmentPlotterSettings - Class in org.knime.base.node.viz.enrichment2
-
This class holds the settings for the enrichment plotter node.
- EnrichmentPlotterSettings() - Constructor for class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
-
- EnrichmentPlotterSettings.Curve - Class in org.knime.base.node.viz.enrichment
-
Deprecated.
A simple container that holds the necessary information for specifying a
curve that should be plotted.
- EnrichmentPlotterSettings.Curve - Class in org.knime.base.node.viz.enrichment2
-
A simple container that holds the necessary information for specifying a curve that should be plotted.
- EnrichmentPlotterSettings.PlotMode - Enum in org.knime.base.node.viz.enrichment
-
Deprecated.
Enum for the three different plot modes.
- EnrichmentPlotterSettings.PlotMode - Enum in org.knime.base.node.viz.enrichment2
-
Enum for the three different plot modes.
- EnrichmentPlotterView - Class in org.knime.base.node.viz.enrichment
-
Deprecated.
- EnrichmentPlotterView(EnrichmentPlotterModel) - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterView
-
Deprecated.
Creates a new enrichment plotter view.
- EnrichmentPlotterView - Class in org.knime.base.node.viz.enrichment2
-
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.enrichment2.EnrichmentPlotterView
-
Creates a new enrichment plotter view.
- ENSURE_UNIQUENESS_LABEL - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeDialog2
-
The label of the uniqueness check box.
- ENSURE_UNIQUNESS - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
The name of the settings tag which holds the boolean if the user
wants to have the uniqueness ensured.
- ensureColumnIsConverted(DataCellTypeConverter, int) - Method in class org.knime.core.data.container.ColumnRearranger
-
- ensureColumnIsConverted(DataCellTypeConverter, String) - Method in class org.knime.core.data.container.ColumnRearranger
-
- ensureConfigurationPanelVisible(T) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
-
- ensureObjectType(Class<?>) - Static method in class org.knime.core.data.convert.util.ClassUtil
-
Check if the given class is a Object.
- 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
-
- ensureOpen() - Method in class org.knime.core.data.container.VoidTable
-
Internal use.
- ensureOpen() - Method in class org.knime.core.data.container.WrappedTable
-
- 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
-
- ensureOpenAfterLoad() - Method in interface org.knime.core.data.filestore.internal.IWriteFileStoreHandler
-
- ensureOpenAfterLoad() - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
- ensureOpenAfterLoad() - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- ensureOpenAfterLoad() - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
- ensureOpenAfterLoad() - Method in class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
- ensureOpenAfterLoad() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
- ensureOutputDataIsRead() - Method in class org.knime.core.node.Node
-
Ensures that any port object is read for later saving with a
newer version.
- ensureSelectedColumnsVisible() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
-
Ensures that one of the currently selected items is visible.
- 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
-
This class represents the dialog for the entropy scorer node.
- EntropyNodeDialogPane() - Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyNodeDialogPane
-
Creates a new dialog for the entropy scorer.
- EntropyNodeDialogPane(boolean) - 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
-
Deprecated.
Creates a equal node, that compares the values in two columns.
- eq(int, Number) - Static method in class org.knime.base.node.rules.RuleNodeFactory
-
Deprecated.
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
-
Deprecated.
Creates a new equal node, that compares the value in a column to a fixed
string.
- equalContent(DataValue) - Method in class org.knime.core.data.blob.BinaryObjectDataCell
-
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
- equalContent(BinaryObjectDataValue, BinaryObjectDataValue) - Static method in interface org.knime.core.data.blob.BinaryObjectDataValue
-
Returns whether the two data values have the same content.
- equalContent(DataValue) - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
-
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
- equalContent(DataValue) - Method in class org.knime.core.data.DataCell
-
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
- equalContent(DataValue) - Method in class org.knime.core.data.image.png.PNGImageBlobCell
-
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
- equalContent(DataValue) - Method in class org.knime.core.data.image.png.PNGImageCell
-
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
- equalContent(PNGImageValue, PNGImageValue) - Static method in interface org.knime.core.data.image.png.PNGImageValue
-
Returns whether the two data values have the same content.
- equalContent(BitVectorValue, BitVectorValue) - Static method in interface org.knime.core.data.vector.bitvector.BitVectorValue
-
Returns whether the two data values have the same content.
- equalContent(DataValue) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
-
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
- equalContent(DataValue) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
-
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
- equalContent(ByteVectorValue, ByteVectorValue) - Static method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
-
Returns whether the two data values have the same content.
- equalContent(DataValue) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
-
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
- equalContent(DataValue) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
-
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
- equalContent(DataValue) - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
-
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
- equalContent(DataValue) - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
-
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
- equalContent(DataValue) - Method in class org.knime.core.data.xml.XMLBlobCell
-
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
- equalContent(DataValue) - Method in class org.knime.core.data.xml.XMLCell
-
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
- equalContent(XMLValue, XMLValue) - Static method in interface org.knime.core.data.xml.XMLValue
-
Returns whether the two data values have the same content.
- equals(Object) - Method in class org.knime.base.data.aggregation.AggregationOperator
- equals(Object) - Method in class org.knime.base.data.aggregation.GlobalSettings
- equals(Object) - Method in class org.knime.base.data.aggregation.OperatorColumnSettings
- equals(Object) - Method in class org.knime.base.data.aggregation.OperatorData
- equals(Object) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
- 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.decisiontree2.PMMLCompoundPredicate
- equals(Object) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
- equals(Object) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
- equals(Object) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
- equals(Object) - Method in class org.knime.base.node.mine.pca.EigenValue
- equals(Object) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPredictor
- equals(Object) - Method in class org.knime.base.node.mine.regression.pmmlgreg.VectorHandling.NameAndIndex
- 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.datavalidator.dndpanel.DnDTransferHandlerProxy
-
- equals(Object) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- equals(Object) - Method in class org.knime.base.node.preproc.groupby.GroupKey
- equals(Object) - Method in class org.knime.base.node.preproc.joiner.InputRow
- equals(Object) - Method in class org.knime.base.node.preproc.joiner.JoinTuple
- equals(Object) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
- equals(Object) - Method in class org.knime.base.node.preproc.rank.DataCellTuple
-
- equals(Object) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
-
Deprecated.
- equals(Object) - Method in class org.knime.base.node.viz.enrichment2.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.base.util.kdtree.NearestNeighbour
- equals(Object) - Method in class org.knime.core.data.blob.BinaryObjectDataValueRenderer
- 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.convert.ConversionKey
-
- equals(Object) - Method in class org.knime.core.data.DataCell
-
- 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
-
- 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(Object) - Method in class org.knime.core.data.filestore.FileStorePortObject
- equals(Object) - Method in class org.knime.core.data.filestore.internal.FileStoreKey
- equals(Object) - Method in class org.knime.core.data.filestore.internal.FileStoreProxy
- 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.filter.FilterHandler
-
- equals(Object) - Method in class org.knime.core.data.property.filter.FilterModel
-
- equals(Object) - Method in class org.knime.core.data.property.filter.FilterModelNominal
-
- equals(Object) - Method in class org.knime.core.data.property.filter.FilterModelRange
-
- 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.AbstractDataValueRendererFactory
- 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(Node, Node) - Static method in class org.knime.core.data.xml.util.XmlDomComparer
-
Equality here is defined as the structural equality of the node.
- equals(Node, Node, XmlDomComparerCustomizer) - Static method in class org.knime.core.data.xml.util.XmlDomComparer
-
Equality of Nodes is defined on the structural equality of the xml node.
- 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.config.base.AbstractConfigEntry
-
Config entries are equal if they are identical.
- equals(Object) - Method in class org.knime.core.node.dialog.ExternalNodeData
-
- equals(Object) - Method in class org.knime.core.node.NodeFrequencies
- equals(Object) - Method in class org.knime.core.node.NodeInfo
- equals(Object) - Method in class org.knime.core.node.NodeTriple
- equals(Object) - Method in class org.knime.core.node.port.AbstractSimplePortObject
-
- equals(Object) - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
- equals(Object) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
- equals(Object) - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
- equals(Object) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
- equals(Object) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObject
- equals(Object) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
- 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.database.tablecreator.DBColumn
- equals(Object) - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
- equals(Object) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
- equals(Object) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
- equals(Object) - Method in class org.knime.core.node.port.PortType
- equals(Object) - Method in class org.knime.core.node.tableview.FindPosition.SearchOptions
- equals(Object) - Method in class org.knime.core.node.tableview.SearchString
- equals(Object) - Method in class org.knime.core.node.util.DefaultStringIconOption
- equals(Object) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
- equals(Object) - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
- equals(Object) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
- equals(Object) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
- equals(Object) - Method in class org.knime.core.node.web.WebResourceLocator
- equals(Object) - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
- equals(Object) - Method in class org.knime.core.node.workflow.AnnotationData
- equals(Object) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
- 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.CredentialsStore.CredentialsFlowVariableValue
- equals(Object) - Method in class org.knime.core.node.workflow.EditorUIInformation
- equals(Object) - Method in class org.knime.core.node.workflow.FlowLoopContext
- equals(Object) - Method in class org.knime.core.node.workflow.FlowObject
- equals(Object) - Method in class org.knime.core.node.workflow.FlowObjectStack
- equals(Object) - Method in class org.knime.core.node.workflow.FlowScopeContext
- equals(Object) - Method in class org.knime.core.node.workflow.FlowSubnodeScopeContext
- equals(Object) - Method in class org.knime.core.node.workflow.FlowTryCatchContext
- equals(Object) - Method in class org.knime.core.node.workflow.FlowVariable
-
Only compares type and value, not the owner and not the scope.
- equals(Object) - Method in class org.knime.core.node.workflow.InnerFlowLoopContext
- equals(Object) - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
- equals(Object) - Method in class org.knime.core.node.workflow.NodeID
-
- equals(Object) - Method in class org.knime.core.node.workflow.NodeID.NodeIDSuffix
- equals(Object) - Method in class org.knime.core.node.workflow.NodeMessage
- equals(Object) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
- equals(Object) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeExchange
- equals(Object) - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
- equals(Object) - Method in class org.knime.core.node.workflow.WorkflowContext
- equals(Object) - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
- equals(Object) - Method in class org.knime.core.util.LogfileAppender
-
We have to compare the name of the logger in the equals method to prevent duplicate log file registration
in the NodeLogger#addWorkflowDirAppender() method !!!
- 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.node.quickform.AbstractQuickFormElement
- 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
- equals(Object) - Method in class org.knime.core.util.Version
- 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.InputRow.WildCardCell
-
Derived classes implement their specific equals function here.
- equalsDataCell(DataCell) - Method in class org.knime.core.data.blob.BinaryObjectDataCell
-
Derived classes implement their specific equals function here.
- equalsDataCell(DataCell) - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
-
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.DataType.MissingCell
-
Deprecated.
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.filestore.FileStoreCell
-
Derived classes implement their specific equals function here.
- equalsDataCell(DataCell) - Method in class org.knime.core.data.filestore.internal.FileStoreKeyDataCell
-
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.MissingCell
-
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.vector.doublevector.DenseDoubleVectorCell
-
Derived classes implement their specific equals function here.
- equalsDataCell(DataCell) - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
-
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(SAXParseException) - Method in class org.knime.core.node.config.base.XMLContentHandler
- 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 - Static variable in class org.knime.core.node.util.FilesHistoryPanel.LocationCheckLabel
-
Color for error messages.
- error(SAXParseException) - Method in class org.knime.core.xml.XMLProperties
- ERROR_FLAG - Static variable in class org.knime.core.node.workflow.FlowTryCatchContext
-
- ERROR_NODE - Static variable in class org.knime.core.node.workflow.FlowTryCatchContext
-
- ERROR_REASON - Static variable in class org.knime.core.node.workflow.FlowTryCatchContext
-
- ERROR_STACKTRACE - Static variable in class org.knime.core.node.workflow.FlowTryCatchContext
-
- errorOrDefault(DataTableSpec, String) - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
-
- 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.
- errorWithFormat(String, Object...) - Method in class org.knime.core.node.NodeLogger
-
- escape(String) - Static method in class org.knime.core.node.config.base.XMLContentHandler
-
Escapes all forbidden XML characters so that we can save them
nevertheless.
- ESCAPE_CHARACTER_PATTERN - Static variable in class org.knime.core.node.port.database.StatementManipulator
-
- 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(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.data.statistics.StatisticCalculator
-
- 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
-
Deprecated.
Evaluates this rule node.
- eventDispatched(AWTEvent) - Method in class org.knime.core.node.MacFileChooserFixer
- exactPValue(int[][]) - Static method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator
-
Given a 2x2 contingency table, this returns Fisher's exact p-values
- EXCLUDE - Static variable in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
-
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
-
Deprecated.
- excludeColsChange(Collection<String>) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
-
- excludeColsChange(List<String>) - Method in class org.knime.base.node.io.database.DBGroupByAggregationPanel
-
- excludeColsChange(Collection<String>) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
-
- 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.viz.histogram.util.AggregationColumnFilterPanel
-
Settings key for the excluded columns.
- EXCLUDED_COLUMNS - Static variable in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
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.create2.CollectionCreate2NodeModel
-
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.flowcontrol.breakpoint.BreakpointNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
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.tablecoltovariable.TableColumnToVariableNodeModel
-
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
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
-
Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
-
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.ImageToTableNodeModel
-
Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
-
Deprecated.
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.tablerowtoimage.TableRowToImageNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
-
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(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
-
Execute method for general port types.
- 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.DBDeleteRowsNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBGroupByNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBJoinerNodeModel
-
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(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBRowFilterNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBSorterNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBUpdateNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeModel
-
Execute method for general port types.
- 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(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
-
Execute method for general port types.
- 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
-
Deprecated.
Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
-
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.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(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.listfiles2.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(ContainerTable, RowOutput, ExecutionContext) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
-
- 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.columnlist2.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.group.GroupLoopStartNodeModel
-
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.looper.recursive.RecursiveLoopEnd2NodeModel
-
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.recursive.RecursiveLoopEndNodeModel
-
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.recursive.RecursiveLoopStart2NodeModel
-
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.recursive.RecursiveLoopStartNodeModel
-
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.variableloopend.VariableLoopEndNodeModel
-
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
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
-
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.BasisFunctionPredictor2NodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
Deprecated.
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.image.DecTreeToImageNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
Start of decision tree induction.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.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(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
-
Execute method for general port types.
- 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
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.neural.mlp2.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
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2Learner
-
Compute linear regression model.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
-
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.learner3.LogRegLearner
-
Compute logistic regression model.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.predict2.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.scorer.numeric.NumericScorerNodeModel
-
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
-
Deprecated.
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
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.svm.predictor2.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.autobinner2.AutoBinner
-
Determine bins.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
-
Execute method for general port types.
- execute(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner
-
Determine bins.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
-
Execute method for general port types.
- 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.bitvector.create.CreateBitVectorNodeModel
-
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.bootstrap.BootstrapNodeModel
-
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.bytevector.create.CreateByteVectorNodeModel
-
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.colautotypecast.ColumnAutoTypeCasterNodeModel
-
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
-
Deprecated.
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.colcombine2.ColCombine2NodeModel
-
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(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
-
Execute method for general port types.
- 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(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeModel
-
Execute method for general port types.
- 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.columnaggregator.ColumnAggregatorNodeModel
-
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.columnappend.ColumnAppenderNodeModel
-
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.columnlag.LagColumnNodeModel
-
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.columnlag.LagColumnStreamableOperator
-
- 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.columnresorter.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.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.columntogrid2.ColumnToGrid2NodeModel
-
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.constantvalue.ConstantValueColumnNodeModel
-
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.compute.CorrelationComputeNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
-
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(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
-
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.datavalidator.DataValidatorNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeModel
-
Execute method for general port types.
- 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.dialog2.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.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.domain.editnominal.dic.EditNominalDomainDicNodeModel
-
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.domain.editnominal.EditNominalDomainNodeModel
-
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.domain.editnumeric.EditNumericDomainNodeModel
-
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.double2int2.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.draganddroppanel.MVColumnFilterNodeModel
-
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.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
-
- execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
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.AbstractColumnRefNodeModel
-
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.definition.apply.FilterApplyNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
-
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.missingvaluecolfilter.MissingValueColumnFilterNodeModel
-
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.AbstractRowRefNodeModel
-
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.lowvarfilter2.LowVarFilter2NodeModel
-
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.MissingValueHandling2NodeModel
-
Deprecated.
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.MissingValueHandling3NodeModel
-
Deprecated.
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
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
-
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.columnfilter.DataColumnSpecFilterPMMLNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
-
Deprecated.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.normalize.AbstractNormalizerPMMLNodeModel
-
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.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.pmml.xml2pmml.XML2PMMLNodeModel
-
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.rank.RankNodeModel
-
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.refcolumnresorter.ReferenceColumnResorterNodeModel
-
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.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.rowkey2.RowKeyNodeModel2
-
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
-
- execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
-
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.targetshuffling.TargetShufflingNodeModel
-
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.unpivot2.Unpivot2NodeModel
-
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
-
Deprecated.
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.caseswitch.CaseEndNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
-
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.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(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
-
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.util.extracttabledimension.ExtractTableDimensionNodeModel
-
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.util.extracttablespec.ExtractTableSpecNodeModel
-
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(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(PortObject[], ExecutionContext) - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
-
Execute method for general port types.
- 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(PortObject[], ExecutionContext) - Method in class org.knime.base.node.util.sendmail.SendMailNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
-
Execute method for general port types.
- 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
-
Deprecated.
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.enrichment2.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
-
- 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.color.extract.ColorExtractNodeModel
-
Execute method for general port types.
- 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
-
Deprecated.
Computes the statistics for the DataTable at the in-port.
- execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
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(PortObject[], ExecutionContext) - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
-
Execute method for general port types.
- 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.missing.MissingNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.Node
-
Deprecated.
- execute(PortObject[], ExecutionEnvironment, 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(BufferedDataTable[], ExecutionContext) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
-
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.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
Execute method for general port types.
- execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
Execute method for general port types.
- executeAll() - Method in class org.knime.core.node.workflow.WorkflowManager
-
(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.
- executeAllAndWaitUntilDoneInterruptibly() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Execute all nodes and wait until workflow reaches a stable state.
- executeAndShowProgress() - Method in class org.knime.core.node.tableview.TableSorterWorker
-
- 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.parchunk.ParallelizedChunkContent
-
Trigger execution of branch for this chunk.
- executeChunks() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContentMaster
-
Start execution of all chunks.
- executeModel(PortObject[], ExecutionEnvironment, ExecutionContext) - Method in class org.knime.core.node.ExtendedScopeNodeModel
-
Widens scope to protected.
- executeModel(PortObject[], ExecutionEnvironment, ExecutionContext) - Method in class org.knime.core.node.NodeModel
-
Invokes the abstract #execute() method of this model.
- executeModel(PortObject[], ExecutionEnvironment, ExecutionContext) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
Widens scope to protected.
- executeModel(PortObject[], ExecutionEnvironment, ExecutionContext) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
Widens scope to protected.
- executeOneIteration(ExecutionContext) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
-
This method is assumed to implement one iteration of an interruptible
algorithm.
- executePredecessorsAndWait(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Attempts to execute all nodes upstream of the argument node.
- executeUpToHere(NodeID...) - Method in class org.knime.core.node.workflow.WorkflowManager
-
mark these nodes and all not-yet-executed predecessors for execution.
- executeWorkflow(WorkflowManager, BatchExecutor.WorkflowConfiguration) - Method in class org.knime.core.node.workflow.BatchExecutor
-
Executes a workflow.
- ExecutionContext - Class in org.knime.core.node
-
- ExecutionContext(NodeProgressMonitor, Node) - Constructor for class org.knime.core.node.ExecutionContext
-
- 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.
- ExecutionController - Class in org.knime.core.node.workflow
-
Base class that controls execution beyond dedicated nodes.
- ExecutionController() - Constructor for class org.knime.core.node.workflow.ExecutionController
-
- ExecutionEnvironment - Class in org.knime.core.node.workflow
-
Interface for objects defining the environment nodes will be executed in.
- ExecutionEnvironment() - Constructor for class org.knime.core.node.workflow.ExecutionEnvironment
-
Default constructor: no re-execution, don't preload ViewContent.
- ExecutionEnvironment(boolean, ViewContent, boolean) - Constructor for class org.knime.core.node.workflow.ExecutionEnvironment
-
Setup default environment with new parameters.
- executionInProgress() - Method in enum org.knime.core.node.workflow.NodeContainer.State
-
Deprecated.
- executionInProgress() - Method in class org.knime.core.node.workflow.virtual.parchunk.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.
- executorServiceWithContext(ExecutorService) - Static method in class org.knime.core.util.ThreadUtils
-
Wraps the given executor service and ensures that the runnable is run within the context of the caller of the
various execute, submit and invoke methods.
- executorWithContext(Executor) - Static method in class org.knime.core.util.ThreadUtils
-
- EXIT_ERR_EXECUTION - Static variable in class org.knime.core.node.workflow.BatchExecutor
-
Return code for errors during workflow execution: 4 .
- EXIT_ERR_LOAD - Static variable in class org.knime.core.node.workflow.BatchExecutor
-
Return code for errors during workflow loading: 3 .
- EXIT_ERR_PRESTART - Static variable in class org.knime.core.node.workflow.BatchExecutor
-
Return code for errors before the workflow has been loaded (e.g.
- EXIT_SUCCESS - Static variable in class org.knime.core.node.workflow.BatchExecutor
-
Return code for successful execution: 0 .
- EXIT_WARN - Static variable in class org.knime.core.node.workflow.BatchExecutor
-
Return code for execution with warnings: 1 .
- expandAll() - Method in class org.knime.core.node.config.ConfigEditJTree
-
Expand the tree.
- ExpandBitVectorNodeDialog - Class in org.knime.base.node.preproc.bitvector.expand
-
NodeDialog for the "ExpandBitVector" Node.
- ExpandBitVectorNodeDialog() - Constructor for class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeDialog
-
New pane for configuring the ExpandByteVector node.
- ExpandBitVectorNodeFactory - Class in org.knime.base.node.preproc.bitvector.expand
-
NodeFactory for the "ExpandBitVector" Node.
- ExpandBitVectorNodeFactory() - Constructor for class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeFactory
-
- ExpandBitVectorNodeModel - Class in org.knime.base.node.preproc.bitvector.expand
-
This is the model implementation of ExpandBitVector.
- ExpandBitVectorNodeModel() - Constructor for class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeModel
-
Constructor for the node model.
- ExpandBranchAction<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
-
- ExpandBranchAction(HierarchicalGraphView<K>) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.ExpandBranchAction
-
- ExpandByteVectorNodeDialog - Class in org.knime.base.node.preproc.bytevector.expand
-
NodeDialog for the "ExpandByteVector" Node.
- ExpandByteVectorNodeDialog() - Constructor for class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeDialog
-
New pane for configuring the ExpandByteVector node.
- ExpandByteVectorNodeFactory - Class in org.knime.base.node.preproc.bytevector.expand
-
NodeFactory for the "ExpandByteVector" Node.
- ExpandByteVectorNodeFactory() - Constructor for class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeFactory
-
- ExpandByteVectorNodeModel - Class in org.knime.base.node.preproc.bytevector.expand
-
This is the model implementation of ExpandByteVector.
- ExpandByteVectorNodeModel() - Constructor for class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeModel
-
Constructor for the node model.
- 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.
- ExpandSubnodeResult - Class in org.knime.core.node.workflow.action
-
Represents the result of an expansion of a subnode.
- ExpandSubnodeResult(WorkflowManager, WorkflowCopyContent, WorkflowPersistor) - Constructor for class org.knime.core.node.workflow.action.ExpandSubnodeResult
-
Used by workflow manager to fill content.
- expandSubWorkflow(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Expand the selected subnode into a set of nodes in this WFM and remove the old metanode.
- ExpandVectorNodeModel - Class in org.knime.base.node.util
-
Base class for vector expander nodes.
- ExpandVectorNodeModel(SettingsModelString, Class<? extends DataValue>) - Constructor for class org.knime.base.node.util.ExpandVectorNodeModel
-
The constructor primarily intended to extend.
- ExpandVectorNodeModel(int, int, SettingsModelString, Class<? extends DataValue>) - Constructor for class org.knime.base.node.util.ExpandVectorNodeModel
-
- ExpandVectorNodeModel(PortType[], PortType[], SettingsModelString, Class<? extends DataValue>) - Constructor for class org.knime.base.node.util.ExpandVectorNodeModel
-
- 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
-
- 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.
- exportAsDrag(JComponent, InputEvent, int) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
-
- exportClassAttributeToPMML(BayesOutputDocument.BayesOutput) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
-
- exportDone(JComponent, Transferable, int) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
- exportDone(JComponent, Transferable, int) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
-
- exportString(JComponent) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.ListTransferHandler
-
- exportString(JComponent) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
-
Exports a string from a component.
- exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
-
Exports the translators state to a PMML document.
- 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.knn.pmml.PMMLKNNTranslator
-
Exports the translators state to a PMML document.
- exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
-
Deprecated.
Exports the translators state to a PMML document.
- exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.neural.mlp2.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.base.node.preproc.pmml.missingval.PMMLMissingValueReplacementTranslator
-
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.
- exportToClipboard(JComponent, Clipboard, int) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
-
- 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.colconvert.categorytonumber.PMMLMapValuesTranslator
-
Exports the translators state to a new LocalTransformations element.
- exportToLocalTrans() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.PMMLMapValuesTranslator
-
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.PMMLMany2OneTranslator
-
Deprecated.
Exports the translators state to a new LocalTransformations element.
- exportToLocalTrans() - Method in class org.knime.base.node.preproc.pmml.columnTrans.PMMLOne2ManyTranslator
-
Deprecated.
Exports the translators state to a new LocalTransformations element.
- exportToLocalTrans() - Method in class org.knime.base.node.preproc.pmml.columntrans2.PMMLMany2OneTranslator
-
Exports the translators state to a new LocalTransformations element.
- exportToLocalTrans() - Method in class org.knime.base.node.preproc.pmml.columntrans2.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.
- exportToPMML(BayesInputDocument.BayesInput) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- exportToPMML(BayesInputDocument.BayesInput, DerivedFieldMapper) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- exportToPMML(NaiveBayesModelDocument.NaiveBayesModel, DerivedFieldMapper) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- exportToPMMLInternal(BayesInputDocument.BayesInput) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- exportToPMMLInternal(BayesInputDocument.BayesInput) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
- exportToPMMLInternal(BayesInputDocument.BayesInput) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
- exportToPMMLInternal(BayesInputDocument.BayesInput) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
- exportToPMMLInternal(BayesInputDocument.BayesInput) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
- 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.colconvert.categorytonumber.PMMLMapValuesTranslator
-
Exports the translators state to a new TransformationDictionary element.
- exportToTransDict() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.PMMLMapValuesTranslator
-
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.PMMLMany2OneTranslator
-
Deprecated.
Exports the translators state to a new TransformationDictionary element.
- exportToTransDict() - Method in class org.knime.base.node.preproc.pmml.columnTrans.PMMLOne2ManyTranslator
-
Deprecated.
Exports the translators state to a new TransformationDictionary element.
- exportToTransDict() - Method in class org.knime.base.node.preproc.pmml.columntrans2.PMMLMany2OneTranslator
-
Exports the translators state to a new TransformationDictionary element.
- exportToTransDict() - Method in class org.knime.base.node.preproc.pmml.columntrans2.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_HISTORY_KEY - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
Key for the string history to re-use user-entered file extension.
- EXT_POINT_ATTR_DF - Static variable in class org.knime.base.data.aggregation.AggregationMethods
-
The attribute of the aggregation method extension point.
- EXT_POINT_ATTR_DF - Static variable in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactoryManager
-
The attribute of the missing cell handler extension point pointing to the factory class.
- EXT_POINT_ID - Static variable in class org.knime.base.data.aggregation.AggregationMethods
-
The id of the AggregationMethod extension point.
- EXT_POINT_ID - Static variable in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactoryManager
-
The id of the MissingCellHandler extension point.
- ExtendedCellFactory - Interface in org.knime.base.node.parallel.appender
-
- ExtendedScopeNodeModel - Class in org.knime.core.node
-
(No-API) Core Extension of
NodeModel that widens the scope of some of the methods.
- ExtendedScopeNodeModel(int, int) - Constructor for class org.knime.core.node.ExtendedScopeNodeModel
-
Constructor inherited from parent.
- ExtendedScopeNodeModel(PortType[], PortType[]) - Constructor for class org.knime.core.node.ExtendedScopeNodeModel
-
Constructor inherited from parent.
- ExtensibleUtilityFactory - Class in org.knime.core.data
-
- ExtensibleUtilityFactory(Class<? extends DataValue>) - Constructor for class org.knime.core.data.ExtensibleUtilityFactory
-
Creates a new utility factory that is responsible for the given value class.
- 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.
- EXTENSION_POINT_ID - Static variable in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
-
The extension point ID.
- EXTENSION_POINT_ID - Static variable in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
-
The extension point ID.
- 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.
- EXTENSIONS_SETTINGS - Static variable in class org.knime.base.node.io.listfiles2.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.
- ExternalNodeData - Class in org.knime.core.node.dialog
-
This object represents output or input of a node for provided or consumed outside the workflow, e.g.
- ExternalNodeData() - Constructor for class org.knime.core.node.dialog.ExternalNodeData
-
May be used by subclasses.
- ExternalNodeData(ExternalNodeData.ExternalNodeDataBuilder) - Constructor for class org.knime.core.node.dialog.ExternalNodeData
-
- ExternalNodeData.ExternalNodeDataBuilder - Class in org.knime.core.node.dialog
-
- ExternalNodeDataBuilder(String) - Constructor for class org.knime.core.node.dialog.ExternalNodeData.ExternalNodeDataBuilder
-
- extract(DataTableSpec) - Method in class org.knime.core.data.util.DataTableSpecExtractor
-
Creates and returns a data table containing the meta information of the given spec.
- EXTRACT_PROPERTY_HANDLERS - Static variable in class org.knime.base.node.util.extracttablespec.ExtractTableSpecConfigKeys
-
The configuration key for the extraction of the property handlers.
- extractColumnSpecs(Transferable) - Static method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTransferable
-
- 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.
- ExtractMissingValueCauseNodeDialog - Class in org.knime.base.node.preproc.extractmissingvaluecause
-
The node dialog of the missing value extractor node.
- ExtractMissingValueCauseNodeDialog() - Constructor for class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeDialog
-
Setting up all DialogComponents.
- ExtractMissingValueCauseNodeFactory - Class in org.knime.base.node.preproc.extractmissingvaluecause
-
Factory class of the missing value extractor node.
- ExtractMissingValueCauseNodeFactory() - Constructor for class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeFactory
-
- ExtractMissingValueCauseNodeModel - Class in org.knime.base.node.preproc.extractmissingvaluecause
-
The
NodeModel implementation of the missing value extractor node.
- ExtractMissingValueCauseNodeModel() - Constructor for class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
-
One in, one out.
- ExtractMissingValueCauseNodeModel.AppendErrorMessageCellFactory - Class in org.knime.base.node.preproc.extractmissingvaluecause
-
- extractNominalColumns(List<String>) - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns an array of valid columns.
- extractNominalColumns(List<String>) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
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.
- ExtractTableDimensionNodeFactory - Class in org.knime.base.node.util.extracttabledimension
-
Factory of extract table dimension node.
- ExtractTableDimensionNodeFactory() - Constructor for class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeFactory
-
- ExtractTableDimensionNodeModel - Class in org.knime.base.node.util.extracttabledimension
-
Extracts number of rows and columns of input table and outputs numbers as
data table and flow variables.
- ExtractTableDimensionNodeModel() - Constructor for class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
-
Creates new instance of ExtractTableDimensionNodeModel.
- ExtractTableSpecConfigKeys - Class in org.knime.base.node.util.extracttablespec
-
Configuration keys for the extract table spec node.
- ExtractTableSpecNodeDialog - Class in org.knime.base.node.util.extracttablespec
-
The dialog of the extract table spec node, providing all of its dialog
components.
- ExtractTableSpecNodeDialog() - Constructor for class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeDialog
-
Constructor of the ExtractTableSpecNodeDialog.
- ExtractTableSpecNodeFactory - Class in org.knime.base.node.util.extracttablespec
-
The factory of the extract table spec node.
- ExtractTableSpecNodeFactory() - Constructor for class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeFactory
-
- ExtractTableSpecNodeModel - Class in org.knime.base.node.util.extracttablespec
-
The node model of the extract table spec node.
- ExtractTableSpecNodeModel() - Constructor for class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
-
Constructor of ExtractTableSpecNodeModel.
- extractTargetColumn(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeDialog
-
Deprecated.
Updates the last target column property based on input.
- extractTargetColumn(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeDialog2
-
Updates the last target column property based on input.
- extractTargetColumn(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeDialog
-
Updates the last target column property based on input.
- extractTargetColumn(PortObjectSpec[]) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
-
Updates the last target column property based on input.
- ExtractVariablesDBNodeFactory - Class in org.knime.base.node.flowvariable.extractvariables
-
- ExtractVariablesDBNodeFactory() - Constructor for class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesDBNodeFactory
-
- ExtractVariablesNodeFactory - Class in org.knime.base.node.flowvariable.extractvariables
-
- ExtractVariablesNodeFactory() - Constructor for class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
-
- 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.
- 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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
- GeneralRegressionPredictorNodeDialogPane - Class in org.knime.base.node.mine.regression.logistic.predict
-
Deprecated.
- GeneralRegressionPredictorNodeDialogPane() - Constructor for class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeDialogPane
-
Deprecated.
Create new dialog for linear regression model.
- GeneralRegressionPredictorNodeFactory - Class in org.knime.base.node.mine.regression.logistic.predict
-
Deprecated.
- GeneralRegressionPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeFactory
-
Deprecated.
- GeneralRegressionPredictorNodeModel - Class in org.knime.base.node.mine.regression.logistic.predict
-
Deprecated.
- GeneralRegressionPredictorNodeModel() - Constructor for class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
-
Deprecated.
Initialization with 1 data input, 1 model input and 1 data output.
- GeneralRegressionPredictorSettings - Class in org.knime.base.node.mine.regression.logistic.predict
-
Deprecated.
- GeneralRegressionPredictorSettings() - Constructor for class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
-
Deprecated.
- generateColumnName(ColumnNamePolicy, DBColumnAggregationFunctionRow) - Static method in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
-
- generateDataTableSpec(DataTableSpec...) - Static method in class org.knime.base.data.append.row.AppendedRowsTable
-
Deprecated.
Factory method that determines the final
DataTableSpec given the
tables.
- generateDataTableSpec(DataTableSpec...) - Static method in class org.knime.core.data.append.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
-
Deprecated.
Creates a new DataTableSpec.
- generateNewSpec(DataTableSpec, String[]) - Static method in class org.knime.base.data.normalize.Normalizer2
-
Creates a new DataTableSpec.
- GenericCatchNodeDialog - Class in org.knime.base.node.flowcontrol.trycatch.genericcatch
-
The dialog for all catch nodes.
- GenericCatchNodeDialog() - Constructor for class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeDialog
-
Default constructor.
- GenericCatchNodeModel - Class in org.knime.base.node.flowcontrol.trycatch.genericcatch
-
End of an Try-Catch Enclosure.
- GenericCatchNodeModel(PortType) - Constructor for class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
-
Two inputs, one output.
- GenericCatchNodeModel() - Constructor for class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
-
Generic constructor.
- GenericPortCatchNodeFactory - Class in org.knime.base.node.flowcontrol.trycatch.genericcatch
-
- GenericPortCatchNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericPortCatchNodeFactory
-
Create factory, that instantiates nodes.
- GenericTryNodeModel - Class in org.knime.base.node.flowcontrol.trycatch.generictry
-
Start of a Try-Catch Enclosure.
- GenericTryNodeModel(PortType) - Constructor for class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
-
One input, one output.
- 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.
- GeometricStdDeviationOperator - Class in org.knime.base.data.aggregation.numerical
-
Returns the geometric standard deviation per group.
- GeometricStdDeviationOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.GeometricStdDeviationOperator
-
Constructor for class StdDeviationOperator.
- GeometryUtil - Class in org.knime.base.node.viz.pie.util
-
Helper class for geometric calculations.
- get() - Method in class org.knime.base.data.append.row.AppendedRowsIterator.PairSupplier
-
Deprecated.
- 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(String) - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.SetMatching
-
- get(int) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- get() - Method in class org.knime.base.node.preproc.double2int.WarningMessage
-
- get() - Method in class org.knime.base.node.preproc.double2int2.WarningMessage
-
- 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() - Method in class org.knime.core.data.append.AppendedRowsIterator.PairSupplier
-
Deprecated.
- 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
-
- get(boolean) - Static method in class org.knime.core.data.def.BooleanCell
-
- get() - Method in class org.knime.core.data.util.SynchronizedIterator.ElementAndIndex
-
- get(long) - Method in interface org.knime.core.data.vector.bitvector.BitVector
-
Returns true if the bit at the specified index is set.
- 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.DenseBitVectorCellFactory
-
Returns true if the bit at the specified index is set.
- 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 class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
-
Returns true if the bit at the specified index is set.
- 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) - Method in class org.knime.core.node.config.base.ConfigBase
-
- get(String) - Static method in enum org.knime.core.node.defaultnodesettings.SettingsModelAuthentication.AuthenticationType
-
- get(int) - Static method in class org.knime.core.node.exec.dataexchange.PortObjectRepository
-
Get the port object that is associated with the given id.
- 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(boolean, boolean) - Static method in class org.knime.core.node.streamable.InputPortRole
-
Getter method for on of the static fields based on the argument flags.
- get(int) - Method in class org.knime.core.node.workflow.action.InteractiveWebViewsResult
-
Get individual view info.
- 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.FileWorkflowPersistor.LoadVersion
-
Get the load version for the version string or null if unknown.
- get(Object) - Method in class org.knime.core.node.workflow.GlobalTableRepository
- get(Class<? extends NodeContainerTemplate>) - Static method in enum org.knime.core.node.workflow.MetaNodeTemplateInformation.TemplateType
-
Map class to template type, fail with runtime exception if not supported.
- 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
-
- getAccuracy() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
Returns the accuracy of the prediction.
- getActionCommand() - Method in enum org.knime.base.data.aggregation.numerical.CorrelationOperator.CorrelationMethods
-
Should return the ButtonGroup wide unique action command.
- getActionCommand() - Method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.CountMethod
-
Should return the ButtonGroup wide unique action command.
- getActionCommand() - Method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.SamplingMethod
-
Should return the ButtonGroup wide unique action command.
- getActionCommand() - Method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.BinNaming
-
Should return the ButtonGroup wide unique action command.
- getActionCommand() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
-
Should return the ButtonGroup wide unique action command.
- getActionCommand() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.SetMatching
-
Should return the ButtonGroup wide unique action command.
- getActionCommand() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.StringType
-
- getActionCommand() - Method in enum org.knime.base.node.switches.caseswitch.CaseEndNodeModel.MultipleActiveHandling
-
Should return the ButtonGroup wide unique action command.
- 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 enum org.knime.core.data.vector.bitvector.BitVectorType
-
Should return the ButtonGroup wide unique action command.
- getActionCommand() - Method in enum org.knime.core.node.defaultnodesettings.SettingsModelAuthentication.AuthenticationType
-
Should return the ButtonGroup wide unique action command.
- 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.base.node.mine.regression.RegressionTrainingData
-
- getActiveCols() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- getActiveColumnList() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
Returns a list of DataColumnSpec containing all column used for preprocessing an training, no null
elements.
- 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
-
Deprecated.
- getActivityColumn() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings.Curve
-
- getActualValue() - Method in class org.knime.core.data.xml.util.XmlDomComparer.Diff
-
- getAdapter(Class<V>) - Method in class org.knime.core.data.AdapterCell
-
Returns the value in this adapter for the given value class.
- getAdapter(Class<V>) - Method in interface org.knime.core.data.AdapterValue
-
Returns the value in this adapter for the given value class.
- getAdapterError(Class<V>) - Method in class org.knime.core.data.AdapterCell
-
Returns a missing value object if there is one for the given value class.
- getAdapterError(Class<V>) - Method in interface org.knime.core.data.AdapterValue
-
Returns a missing value object if there is one for the given value class.
- getAdapterMap() - Method in class org.knime.core.data.AdapterCell
-
Returns a read-only map of all adapters.
- getAdapterMap() - Method in interface org.knime.core.data.AdapterValue
-
Returns a read-only map of all adapters.
- getAdditionalColumnNames() - Method in interface org.knime.base.data.aggregation.AggregationMethod
-
This method should return the name of all column names this operator requires
since the
DataRow that is passed to the
AggregationOperator.compute(DataRow, int...) method contains only the
group, aggregation and additional column names for performance reasons.
- getAdditionalColumnNames() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
This method should return the name of all column names this operator requires
since the
DataRow that is passed to the
AggregationOperator.compute(DataRow, int...) method contains only the
group, aggregation and additional column names for performance reasons.
- getAdditionalColumnNames() - Method in class org.knime.base.data.aggregation.AggregationOperator
-
This method should return the name of all column names this operator requires
since the
DataRow that is passed to the
AggregationOperator.compute(DataRow, int...) method contains only the
group, aggregation and additional column names for performance reasons.
- getAdditionalColumnNames() - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
-
- getAdditionalConnectionSet() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
Get additional connections.
- getAdditionalConnectionSet() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
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.
- getAdditionalFactorySettings() - Method in exception org.knime.core.node.workflow.WorkflowPersistor.NodeFactoryUnknownException
-
- getAdditionalOptions() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
- getAdditionalSettings(String) - Method in interface org.knime.core.node.NodeSetFactory
-
- 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
-
- getAdjustedRSquared() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Returns the adjusted R-squared statistic, defined by the formula
- getAdvancedFormatting() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- getAdvancedFormatting() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- getAffineTrans(AffineTransConfiguration) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
-
Return the configuration with possible additional transformations made.
- getAffineTrans(AffineTransConfiguration) - Method in class org.knime.base.node.preproc.normalize.NormalizerDeNodeModel
-
Return the configuration with possible additional transformations made.
- getAffineTrans(AffineTransConfiguration) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeModel
-
Return the configuration with possible additional transformations made.
- getAffineTrans(AffineTransConfiguration) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLDeNodeModel
-
Return the configuration with possible additional transformations made.
- getAffineTransConfig() - Method in class org.knime.base.data.normalize.PMMLNormalizeTranslator
-
- 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
-
- getAfterID(String) - Method in interface org.knime.core.node.NodeSetFactory
-
- 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
-
Deprecated.
- getAggregationColumnCount() - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
-
Deprecated.
- 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
-
- getAggregationFunction(String) - Method in class org.knime.core.node.port.database.DatabaseUtility
-
Returns the aggregation function with the given id, if the current database supports it.
- getAggregationFunctionProvider() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationFunctionTableCellEditor
-
- getAggregationFunctionProvider() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
-
- getAggregationFunctions() - Method in class org.knime.core.node.port.database.DatabaseUtility
-
Returns a list if all aggregation functions that the current database supports.
- getAggregationMethod(DataColumnSpec, AggregationMethod, AggregationMethod) - Static method in class org.knime.base.data.aggregation.AggregationMethods
-
- getAggregationMethod() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
- getAggregationMethod() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getAggregationMethod() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getAggregationOperator(FileStoreFactory, List<String>, DataTableSpec, DataColumnSpec, int) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
- 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
-
- getAggregators(DataTableSpec, Collection<String>, List<ColumnAggregator>, Collection<PatternAggregator>, Collection<DataTypeAggregator>, List<ColumnAggregator>) - Static method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
- 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
-
- getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
-
Gets the "algorithmName" attribute.
- getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
-
Gets the "algorithmName" attribute.
- getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
-
Gets the "algorithmName" attribute.
- getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
Gets the "algorithmName" attribute.
- getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
-
Gets the "algorithmName" attribute.
- getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
-
Gets the "algorithmName" attribute.
- getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
-
Gets the "algorithmName" attribute.
- getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
-
Gets the "algorithmName" attribute.
- getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
-
Gets the "algorithmName" attribute.
- getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
-
Gets the "algorithmName" attribute.
- getAlignment() - Method in class org.knime.core.node.workflow.Annotation
-
- getAlignment() - Method in class org.knime.core.node.workflow.AnnotationData
-
- 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.dialog2.DomainNodeModel
-
Finds all columns in a spec whose type is compatible to cl.
- 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.
- getAllColumn() - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- getAllComments() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
- getAllConifg() - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- getAllConverterFactories() - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
-
Get all registered converter factories.
- getAllConverterFactories() - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
-
Get all registered converter factories.
- 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.core.util.tokenizer.TokenizerSettings
-
- getAllDestinationTypes() - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
-
Query into which DataTypes can be converted.
- getAllDestinationTypes() - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
-
Query into which
Classes can be converted.
- 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.
- getAllFactories() - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
-
- getAllFactories() - Static method in class org.knime.core.data.ExtensibleUtilityFactory
-
Returns a list with all existing utility factories.
- getAllGenericInterfaces(Class<?>) - Static method in class org.knime.core.node.util.ConvenienceMethods
-
Returns all generic interfaces implemented by the given class and its superclasses.
- getAllGenericSuperclasses(Class<?>) - Static method in class org.knime.core.node.util.ConvenienceMethods
-
Returns all generic superclasses extended by the given class.
- 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
-
- getAllLeftColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- getAllNewColumnsList() - Method in class org.knime.core.data.container.RearrangeColumnsTable.NewColumnsProducerMapping
-
- 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
- getAllowsChildren() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
-
- getAllowSpacesInColumnNames() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Returns whether spaces in columns names are allowed and passed on to the database.
- getAllowUserInteraction() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getAllPresentTypes() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
-
Deprecated.
- getAllPresentTypes() - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
-
- getAllQuotes() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
- getAllRightColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- getAllSearchHits(ListModel, String) - Static method in class org.knime.core.data.util.ListModelFilterUtils
-
Uses the searchInList(JList, String, int) method to get all occurrences of the given string in the
given list and returns the indices of all occurrences as a int[].
- getAllSearchHits(JList, String) - Static method in class org.knime.core.data.util.ListModelFilterUtils
-
Uses the searchInList(JList, String, int) method to get all occurrences of the given string in the
given list and returns the index off all occurrences as a int[].
- getAllSettings() - Static method in enum org.knime.base.node.flowvariable.tablerowtovariable.MissingValuePolicy
-
- getAllSourceTypes() - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
-
Query which DataTypes can be converted.
- getAllSourceTypes() - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
-
- getAllValues() - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Returns all values include and exclude in its original order they have added to this panel.
- getAllValuesT() - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Returns all objects T in its original order.
- getAllWhiteSpaces() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
- getAllWizardNodeViews() - Static method in class org.knime.core.node.wizard.AbstractWizardNodeView
-
- 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
-
- getAlwaysPopulate() - Static method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeDialog
-
- 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
-
- getAndComposition() - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- 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
-
- getAppendColumnModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
-
Creates and returns the settings model, storing the "append column" flag.
- getAppendColumns() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
-
- getAppendColumns() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- getAppendColumns() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- getAppendColumns() - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeSettings
-
- 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
-
Deprecated.
Get the new cells for a given row.
- getAppendedCell(DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
-
Deprecated.
Get the new cells for a given row.
- getAppendedCell(DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.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
-
Deprecated.
- getAppendedColumnName() - Method in class org.knime.base.node.preproc.columntrans2.AbstractMany2OneCellFactory
-
- getAppendMap() - Method in class org.knime.base.node.io.database.binning.DBBinnerMaps
-
- getAppendOccurrences() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
- getAppendOriginalRowId() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
- getAppendTable() - Method in class org.knime.core.data.container.RearrangeColumnsTable
-
Get reference to the appended table.
- getApplicationName() - Static method in class org.knime.core.eclipseUtil.OSGIHelper
-
Returns the name of the current Eclipse application.
- getApplyColumn() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
Deprecated.
- getApproximationFor(String, double) - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
-
Deprecated.
Does a prediction when the given variable has the value v and all other
variables have their mean value.
- getApproximationFor(String, double) - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LinePlotter
-
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
-
Deprecated.
Returns the curve's area.
- getArea() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel.EnrichmentPlot
-
Returns the curve's area.
- getArea() - Method in class org.knime.base.node.viz.roc.ROCCurve
-
Returns the curve's area.
- getAreaModel() - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeDialog
-
- getArrayType() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
-
Returns the data type of the contained array.
- getArrayType(Class<?>) - Static method in class org.knime.core.data.convert.util.ClassUtil
-
Get the class of an array with given element type.
- getAsOptional(String) - Method in class org.knime.core.node.workflow.CredentialsStore
-
- 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.
- getAttachedURLs() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- getAttachmentListStringHistoryID() - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- getAttributeIndex(String) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
-
Returns the index of the attribute specified by the given name.
- getAttributeIndex() - Method in class org.knime.base.node.mine.decisiontree2.learner2.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
-
Deprecated.
- getAttributeModel(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- getAttributeModels() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
Deprecated.
- getAttributeModels() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- getAttributeName() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
- getAttributeName() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- getAttributeName(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
-
Returns the name of the attribute specified by the given index.
- getAttributeNames() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- getAttributesWithMissingVals() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
Deprecated.
- getAttributesWithMissingVals() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.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.
- getAuthenticationType() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
-
- getAuthor() - Method in class org.knime.core.node.workflow.WorkflowManager.AuthorInformation
-
- getAuthoredDate() - Method in class org.knime.core.node.workflow.WorkflowManager.AuthorInformation
-
- getAuthorInformation() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
The workflow author information or null for metanodes (or copied WFMs, which have not been saved yet).
- getAuthorInformation() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
The workflow author information or null for metanodes (or copied WFMs, which have not been saved yet).
- getAuthorInformation() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
The workflow author information or null for metanodes (or copied WFMs, which have not been saved yet).
- getAuthorInformation() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
The workflow author information or null for metanodes (or copied WFMs, which have not been saved yet).
- getAuthorInformation() - Method in class org.knime.core.node.workflow.WorkflowManager
-
- getAuthorInformation() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
The workflow author information or null for metanodes (or copied WFMs, which have not been saved yet).
- getAutoSaveDirectory() - Method in class org.knime.core.node.workflow.NodeContainer
-
- getAutoSaveDirectory(ReferencedFile) - Static method in class org.knime.core.node.workflow.WorkflowSaveHelper
-
- getAvailableColumns() - Method in class org.knime.core.node.util.ColumnSelectionPanel
-
- getAvailableFlowVariables() - Method in class org.knime.core.node.NodeDialogPane
-
- getAvailableFlowVariables(FlowVariable.Type...) - Method in class org.knime.core.node.NodeDialogPane
-
- getAvailableFlowVariables() - Method in class org.knime.core.node.NodeModel
-
Get all primitive flow variables currently available at this node.
- getAvailableFlowVariables(FlowVariable.Type...) - Method in class org.knime.core.node.NodeModel
-
Get all flow variables if they are one of the given types.
- getAvailableFlowVariables() - Method in class org.knime.core.node.workflow.FlowObjectStack
-
Get all (visible!) variables on the stack in a non-modifiable map.
- getAvailableFlowVariables(FlowVariable.Type...) - Method in class org.knime.core.node.workflow.FlowObjectStack
-
Get all flow variables filtered according to the argument.
- getAvailableInputFlowVariables() - Method in class org.knime.core.node.NodeModel
-
Get all flow variables currently available at the input of this node.
- getAvailableMethods() - Static method in class org.knime.base.data.aggregation.AggregationMethods
-
- getAvailableRenderers() - Method in class org.knime.core.data.ExtensibleUtilityFactory
-
Returns a (unmodifiable) set of renderer factories for this data value.
- getAvailableRenderers(int) - Method in class org.knime.core.node.tableview.TableContentView
-
Get the description of all available renderers in a column.
- getAvgUpTime() - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
-
- 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
-
- getBaseDir() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
-
- 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.
- getBaseline(int, int) - Method in class org.knime.core.node.util.ColumnSelectionPanel
- 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
-
- getBcc() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- 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.learner2.Split
-
Returns the quality index of this split.
- getBestSplitValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitContinuous
-
Returns the split value which was evaluated as the best according to the
induced partition purity.
- getBeta() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCell
-
- getBeta(String, String) - Method in class org.knime.base.node.mine.regression.predict2.ParamMatrix
-
Gives the coefficient for the given parameter and the given category
of the target.
- 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.Annotation
-
- getBgColor() - Method in class org.knime.core.node.workflow.AnnotationData
-
- getBin(int) - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
-
Deprecated.
Return Bin for index.
- 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
-
- getBinCount() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- getBinCount() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- getBinFile() - Method in class org.knime.core.data.container.Buffer
-
- getBinFileCompressionFormat() - Method in class org.knime.core.data.container.Buffer
-
- getBinName() - Method in interface org.knime.base.node.preproc.binner.BinnerColumnFactory.Bin
-
Deprecated.
- getBinName() - Method in class org.knime.base.node.preproc.binner.NumericBin
-
Deprecated.
- 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
-
- getBinNaming() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- getBinNaming() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- getBinnerStatement(StatementManipulator, String, String[], String[], Map<String, List<Pair<Double, Double>>>, Map<String, List<Pair<Boolean, Boolean>>>, Map<String, List<String>>, Map<String, String>) - Method in interface org.knime.core.node.port.database.binning.BinningStatementGenerator
-
- getBinnerStatement(StatementManipulator, String, String[], String[], Map<String, List<Pair<Double, Double>>>, Map<String, List<Pair<Boolean, Boolean>>>, Map<String, List<String>>, Map<String, String>) - Method in class org.knime.core.node.port.database.binning.CaseBinningStatementGenerator
-
- getBinnerStatement(StatementManipulator, String, String[], String[], Map<String, List<Pair<Double, Double>>>, Map<String, List<Pair<Boolean, Boolean>>>, Map<String, List<String>>, Map<String, String>) - Method in class org.knime.core.node.port.database.binning.DefaultBinningStatementGenerator
- getBinnerStatement(String, String[], String[], Map<String, List<Pair<Double, Double>>>, Map<String, List<Pair<Boolean, Boolean>>>, Map<String, List<String>>, Map<String, String>) - Method in class org.knime.core.node.port.database.StatementManipulator
-
Returns a SQL statement for binning
- 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.
- getBody() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
-
- getBoolean(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return boolean for key.
- getBoolean(String, boolean) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return boolean for key or the default value if not available.
- getBoolean(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return boolean for key.
- getBoolean(String, boolean) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return boolean for key or the default value if not available.
- getBoolean() - Method in class org.knime.core.node.config.base.ConfigBooleanEntry
-
- getBoolean(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the boolean configuration parameter registered under the
given ID.
- getBooleanArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return a boolean array for key which can be null.
- getBooleanArray(String, boolean...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return a boolean array which can be null for key, or the default value if
not available.
- getBooleanArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return a boolean array for key which can be null.
- getBooleanArray(String, boolean...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return a boolean array which can be null for key, or the default value if
not available.
- getBooleanArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the boolean array configuration parameter registered under
the given ID.
- getBooleanExtension(Map<String, String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
-
- 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.
- getBorderColor() - Method in class org.knime.core.node.workflow.Annotation
-
- getBorderColor() - Method in class org.knime.core.node.workflow.AnnotationData
-
- getBorderInsets(Component) - Method in class org.knime.core.node.util.ComponentBorder
-
- getBorderSize() - Method in class org.knime.core.node.workflow.Annotation
-
- getBorderSize() - Method in class org.knime.core.node.workflow.AnnotationData
-
- getBottomGap() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
-
- getBoundariesMap() - Method in class org.knime.base.node.io.database.binning.DBBinnerMaps
-
- getBoundariesOpenMap() - Method in class org.knime.base.node.io.database.binning.DBBinnerMaps
-
- 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.AbstractAggregationFunctionTableCellEditor
-
- getBox() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationMethodTableCellEditor
-
- 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.
- getBreadthFirstListOfPortSuccessors(NodeID, Set<Integer>, boolean) - Method in class org.knime.core.node.workflow.Workflow
-
Return map of node ids connected to the given outport of 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.
- getBuffer() - Method in class org.knime.core.data.container.DataContainer
-
Used in tests.
- 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.
- getBufferFileSize() - Method in class org.knime.core.data.container.Buffer
-
- getBufferFileSize() - Method in class org.knime.core.data.container.DataContainer
-
- 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.
- getBundle(Class<?>) - Static method in class org.knime.core.eclipseUtil.OSGIHelper
-
Returns the bundle that contains the given class.
- getBundle(String) - Static method in class org.knime.core.eclipseUtil.OSGIHelper
-
Returns the resolved bundle with the specified symbolic name that has the
highest version.
- getBundleFiles(Bundle, String...) - Static method in class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
-
Resolves a list of relative paths inside a bundle to the corresponding files.
- getBundleName() - Method in class org.knime.core.node.NodeAndBundleInformation
-
Returns the bundle's name in which the node is contained.
- getBundleSymbolicName() - Method in class org.knime.core.node.NodeAndBundleInformation
-
Returns the bundle's symbolic name in which the node is contained.
- getBundleVendor() - Method in class org.knime.core.node.NodeAndBundleInformation
-
Returns the bundle's vendor in which the node is contained.
- getBundleVersion() - Method in class org.knime.core.node.NodeAndBundleInformation
-
Returns the bundle's version in which the node is contained.
- getButton(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
-
- getByte(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return byte for key.
- getByte(String, byte) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return byte for key.
- getByte(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return byte for key.
- getByte(String, byte) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return byte for key.
- getByte() - Method in class org.knime.core.node.config.base.ConfigByteEntry
-
- getByte(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the byte configuration parameter registered under the given
ID.
- getByteArray() - Method in class org.knime.core.data.image.png.PNGImageContent
-
Get a copy of the underlying byte array.
- getByteArray(String, byte...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return byte array which can be null for key, or the default value if not
available.
- getByteArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return byte array which can be null for key.
- getByteArray(String, byte...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return byte array which can be null for key, or the default value if not
available.
- getByteArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return byte array which can be null for key.
- getByteArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the byte array configuration parameter registered under the
given ID.
- 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
-
- getCalcTypeModel() - Static method in class org.knime.base.node.preproc.double2int2.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
-
- getCategoryPath(String) - Method in interface org.knime.core.node.NodeSetFactory
-
- getCause() - Method in exception org.knime.base.data.append.row.AppendedRowsIterator.RuntimeCanceledExecutionException
-
Deprecated.
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.MissingValueHandling2TableIterator.RuntimeCanceledExecutionException
-
Deprecated.
Get reference to causing exception.
- getCause() - Method in exception org.knime.base.node.preproc.missingval.MissingValueHandling3TableIterator.RuntimeCanceledExecutionException
-
Deprecated.
Get reference to causing exception.
- getCause() - Method in exception org.knime.core.data.append.AppendedRowsIterator.RuntimeCanceledExecutionException
-
Get reference to causing exception.
- getCc() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- getCell(int) - Method in class org.knime.base.data.append.column.AppendedColumnRow
-
Deprecated.
Returns the
DataCell at the provided index within this row.
- getCell(int) - Method in class org.knime.base.data.append.row.ResortedCellsRow
-
Deprecated.
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.Collection2BitVectorCellFactory
-
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.MultiString2BitVectorCellFactory
-
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(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.PMMLApplyMissingCellHandler
-
Calculates the replacement value for a cell.
- getCell(DataRow) - Method in class org.knime.base.node.preproc.rank.RankCellFactory
-
Called from getCells.
- 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.append.AppendedColumnRow
-
Returns the
DataCell at the provided index within this row.
- getCell(int) - Method in class org.knime.core.data.append.ResortedCellsRow
-
Returns the
DataCell at the provided index within this row.
- 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.ColumnRearranger.DataCellTypeConverterCellFactory
-
Called from getCells.
- 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.
- getCell(int) - Method in class org.knime.core.data.sort.SortingDescription.MappedDataRow
-
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
-
- getCellClass() - Method in interface org.knime.core.data.DataCellSerializer
-
Returns the cell class that this serializer reads and writes.
- getCellClass() - Method in class org.knime.core.data.DataType
-
Get a cell class that was used to create this type.
- getCellClass(String) - Method in class org.knime.core.data.DataTypeRegistry
-
Returns the
DataCell class for the given class name.
- getCellDataType() - Method in enum org.knime.core.data.vector.bitvector.BitVectorType
-
- getCellEditorValue() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
-
- getCellEditorValue() - Method in class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
-
Deprecated.
- getCellEditorValue() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
- getCellEditorValue() - Method in class org.knime.base.node.io.database.tablecreator.util.RadioButtonCellEditor
- getCellFactory() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
-
- getCellFactory(ExecutionContext) - Method in class org.knime.core.data.DataType
-
Returns a cell factory that can create cells of this DataType.
- getCellFactory(String) - Method in enum org.knime.core.data.vector.bitvector.BitVectorType
-
Initializes the created bit vector from the hex representation in the passed string.
- getCellFactory(long) - Method in enum org.knime.core.data.vector.bitvector.BitVectorType
-
Returns the BitVectorCellFactory of this type with the given length and all bits clear.
- getCellLength(DataCell) - Method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeModel
-
- getCellLength(DataCell) - Method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeModel
-
- getCellLength(DataCell) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
-
- getCells(DataRow) - Method in class org.knime.base.collection.list.split.SplitCellFactory
-
Get the new cells for a given row.
- getCells() - Method in class org.knime.base.data.aggregation.general.ListCellOperator
-
- getCells() - Method in class org.knime.base.data.aggregation.numerical.StoreResizableDoubleArrayOperator
-
- getCells(DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
-
Deprecated.
Get the new cells for a given row.
- getCells(DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
-
Deprecated.
Get the new cells for a given row.
- getCells(DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesCellFactory
-
Get the new cells for a given row.
- getCells(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2CellFactory
-
Predicts given row using the underlying basis function model.
- getCells(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
-
Deprecated.
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.predict2.LinReg2Predictor
-
Get the new cells for a given row.
- getCells(DataRow) - Method in class org.knime.base.node.mine.regression.predict2.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
-
Deprecated.
Get the new cells for a given row.
- getCells(DataRow) - Method in class org.knime.base.node.mine.svm.predictor2.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
-
Deprecated.
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.colconvert.categorytonumber.CategoryToNumberApplyCellFactory
-
Get the new cells for a given row.
- getCells(DataRow) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberCellFactory
-
Get the new cells for a given row.
- getCells(DataRow) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberCellFactory
-
Get the new cells for a given row.
- getCells(DataRow) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyCellFactory
-
Get the new cells for a given row.
- getCells(DataRow) - Method in class org.knime.base.node.preproc.columnaggregator.AggregationCellFactory
-
Get the new cells for a given row.
- getCells(DataRow) - Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
-
Deprecated.
Get the new cells for a given row.
- getCells(DataRow) - Method in class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
-
Deprecated.
Get the new cells for a given row.
- getCells(DataRow) - Method in class org.knime.base.node.preproc.columntrans2.AbstractMany2OneCellFactory
-
Get the new cells for a given row.
- getCells(DataRow) - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCellFactory
-
Get the new cells for a given row.
- getCells(DataRow) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel.AppendErrorMessageCellFactory
-
- 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 class org.knime.base.node.preproc.rounddouble.RoundDoubleCellFactory
-
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.blob.BinaryObjectDataCell
-
- getCellSerializer() - Static method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
-
- getCellSerializer() - Static method in class org.knime.core.data.collection.ListCell
-
- getCellSerializer() - Static method in class org.knime.core.data.collection.SetCell
-
- getCellSerializer() - Static method in class org.knime.core.data.collection.SparseListCell
-
- getCellSerializer(Class<T>) - Static method in class org.knime.core.data.DataType
-
- getCellSerializer() - Static method in class org.knime.core.data.date.DateAndTimeCell
-
- getCellSerializer() - Static method in class org.knime.core.data.def.BooleanCell
-
- getCellSerializer() - Static method in class org.knime.core.data.def.ComplexNumberCell
-
- getCellSerializer() - Static method in class org.knime.core.data.def.DoubleCell
-
- getCellSerializer() - Static method in class org.knime.core.data.def.FuzzyIntervalCell
-
- getCellSerializer() - Static method in class org.knime.core.data.def.FuzzyNumberCell
-
- getCellSerializer() - Static method in class org.knime.core.data.def.IntCell
-
- getCellSerializer() - Static method in class org.knime.core.data.def.IntervalCell
-
- getCellSerializer() - Static method in class org.knime.core.data.def.LongCell
-
- getCellSerializer() - Static method in class org.knime.core.data.def.StringCell
-
- 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
-
- getCellSerializer() - Static method in class org.knime.core.data.image.png.PNGImageCell
-
- getCellSerializer() - Static method in class org.knime.core.data.MissingCell
-
- getCellSerializer() - Static method in class org.knime.core.data.model.PortObjectCell
-
- getCellSerializer() - Static method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
-
- getCellSerializer() - Static method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
-
- getCellSerializer() - Static method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
-
- getCellSerializer() - Static method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
-
- getCellSerializer() - Static method in class org.knime.core.data.xml.PMMLBlobCell
-
- getCellSerializer() - Static method in class org.knime.core.data.xml.PMMLCell
-
- getCellSerializer() - Static method in class org.knime.core.data.xml.XMLBlobCell
-
- getCellSerializer() - Static method in class org.knime.core.data.xml.XMLCell
-
- getCellsOptional(DataRow) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel.AppendErrorMessageCellFactory
-
- 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
-
- getChar(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return char for key.
- getChar(String, char) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return char for key or the default value if not available.
- getChar(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return char for key.
- getChar(String, char) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return char for key or the default value if not available.
- getChar() - Method in class org.knime.core.node.config.base.ConfigCharEntry
-
- getCharacterEncoding() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
Character set - or null if default encoding should be used.
- getCharArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return char array which can be null for key.
- getCharArray(String, char...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return char array which can be null for key, or the default array if the
key is not available.
- getCharArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return char array which can be null for key.
- getCharArray(String, char...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return char array which can be null for key, or the default array if the
key is not available.
- getCharSetName() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- 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
- getChildAt(int) - Method in class org.knime.core.node.config.base.AbstractConfigEntry
-
- getChildAt(int) - Method in class org.knime.core.node.config.base.ConfigBase
-
The TreeNode for the given index.
- 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
-
/**
- getChildCount() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
-
- getChildCount() - Method in class org.knime.core.node.config.base.ConfigBase
-
- getChildNodeAt(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
-
Return DecisionTreeNode at specific branch.
- getChildren(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageGraphView.DecTreeToImageNodeWidgetFactory
-
Returns the children of the object or null when object is a leaf.
- 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 class org.knime.core.node.workflow.execresult.NativeNodeContainerExecutionResult
-
- getChildStatus(int) - Method in interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus
-
- getChildStatus(int) - Method in class org.knime.core.node.workflow.execresult.SubnodeContainerExecutionResult
-
- getChildStatus(int) - Method in class org.knime.core.node.workflow.execresult.WorkflowExecutionResult
-
- getChildUsedNominalSplitAttributeValues(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
Get from a child the attribute name the child is testing for and also
the list of attribute values the child is testing for.
- getChildUsedNominalSplitAttributeValues(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
-
Get from a child the attribute name the child is testing for and also
the list of attribute values the child is testing for.
- 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.
- getChoices() - Method in class org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement
-
- getChoices() - Method in class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
-
- getChoices() - Method in class org.knime.core.util.node.quickform.in.StringOptionInputQuickFormInElement
-
- getChoices() - Method in class org.knime.core.util.node.quickform.in.StringSelectionInputQuickFormInElement
-
- getChoices() - Method in class org.knime.core.util.node.quickform.in.TwinStringListInputQuickFormInElement
-
- getChoiceValues() - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
-
- getChoiceValues() - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
-
- 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.parchunk.ParallelizedChunkContentMaster
-
- getChunkIndex() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkNodeInput
-
- 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.
- getCipherFileName(String) - Method in interface org.knime.core.node.workflow.NodeContainerParent
-
Returns the argument string unless this workflow or any of the parent wfms is encrypted.
- getCipherFileName(String) - Method in class org.knime.core.node.workflow.SubNodeContainer
-
Returns the argument string unless this workflow or any of the parent wfms is encrypted.
- getCipherFileName(NodeContainerParent, String) - Static method in class org.knime.core.node.workflow.WorkflowCipher
-
- getCipherFileName(String) - Static method in class org.knime.core.node.workflow.WorkflowCipher
-
The name appended with '.encrypted'.
- getCipherFileName(String) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Returns the argument string unless this workflow or any of the parent wfms is encrypted.
- getClassColumn() - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
-
Deprecated.
- 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
-
Deprecated.
- getClassColumnDataType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- getClassColumnName() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
Deprecated.
- getClassColumnName() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- getClassColumnSpec() - Method in class org.knime.base.node.mine.sota.SotaPortObjectSpec
-
- 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.learner2.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.learner2.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
-
Deprecated.
- getClassPriorProbability(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- getClassProbabilities(String[], DataRow, List<String>, boolean, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
Deprecated.
- getClassProbabilities(String[], DataRow, List<String>, boolean) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- getClassSummary() - Method in class org.knime.core.node.workflow.FlowLoopContext
-
- getClassSummary() - Method in class org.knime.core.node.workflow.FlowLoopContext.RestoredFlowLoopContext
- getClassValue() - Method in class org.knime.base.data.neural.Perceptron
-
- getClassValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ClassValueDataRow
-
Returns the class value.
- getClassValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.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.learner2.InMemoryTable
-
Returns the class value mapper of this table.
- getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
- getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
-
Deprecated.
- getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
Deprecated.
- getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
Deprecated.
- getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
Deprecated.
- getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
- getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
- getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
- getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.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
-
- getClient() - Method in class org.knime.core.node.workflow.CredentialsProvider
-
- getClonedBins() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
-
- getClonedInvalidValueBin() - 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.ClusterViewData
-
Returns the 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.ClusterViewData
-
Returns the 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.
- getCoefficients(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
-
Returns the parameters mapped to the coefficients for the given logit.
- getCoefficients() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Returns the parameters mapped to the coefficients.
- getCohenKappa() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
- getCohenKappa() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
Returns Cohen's Kappa Coefficient of the prediciton.
- 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
-
- getColCount() - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
-
- getColDelimiter() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- getColIdx() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
-
- getColIdxIncluded(int) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- 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.
- getCollapsedMetanodeID() - Method in class org.knime.core.node.workflow.action.CollapseIntoMetaNodeResult
-
- 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.
- getColor() - Method in class org.knime.core.node.defaultnodesettings.ColorIcon
-
- getColor() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
-
- getColor() - Method in class org.knime.core.node.port.PortType
-
Returns a color for the port type.
- 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
-
- 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
-
- getColorModel() - Method in class org.knime.core.data.property.ColorHandler
-
Returns the underlying color model that is derived from class
ColorModel.
- getColorNameColumns() - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
-
- getColorValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
-
- getColPercentName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
-
- getColProperties() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- getColPropertyAt(int) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- getColSeparator() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- getColSetting(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
-
Deprecated.
The column settings for a column.
- getColSetting(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
-
Deprecated.
The column settings for a column.
- getColSpec() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
-
- 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.columnlag.LagColumnConfiguration
-
- getColumn() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- getColumn() - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
-
- getColumn() - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
-
- getColumn() - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
-
- getColumnAggregator(int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
-
Deprecated.
- getColumnAggregator(int) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
-
Deprecated.
- getColumnAggregators() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
-
Deprecated.
- getColumnAggregators() - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
-
Deprecated.
- getColumnAggregators() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
- getColumnClass(int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
- getColumnClass(int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
- 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
-
- getColumnCount() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
- getColumnCount() - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
- 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.data.container.ColumnRearranger
-
Get the number of columns in the rearranger.
- 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.
- getColumnDefinitionFragment(DBColumn[]) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
Creates column definitions statement to create a table in database
- 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
-
- getColumnExistenceHandling() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
- getColumnFilter() - Method in class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
-
Returns the column filter panel so, for example, listeners can be added.
- getColumnFilter() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
- 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
-
Deprecated.
- getColumnIndex() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
-
- getColumnIndex() - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
-
- getColumnIndex() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
-
- 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.AggregationMethodDecorator
- getColumnLabel() - Method in class org.knime.base.data.aggregation.AggregationOperator
- getColumnLabel() - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
- getColumnLabel() - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
- getColumnLabel() - Method in class org.knime.base.data.aggregation.numerical.MeanAbsoluteDeviationOperator
- getColumnLabel() - Method in class org.knime.base.data.aggregation.numerical.MedianAbsoluteDeviationOperator
- getColumnLabel() - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
-
- getColumnLabel() - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
- getColumnLabel() - Method in class org.knime.base.data.aggregation.OperatorData
-
- getColumnList(ListModel) - Static method in class org.knime.core.data.util.ListModelFilterUtils
-
Returns a set of all valid columns as String.
- getColumnList() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
-
- getColumnMapping() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
-
Deprecated.
- getColumnMapping() - Method in class org.knime.base.node.preproc.columntrans2.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.AbstractAggregationTableModel
- getColumnName() - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
-
- getColumnName(int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
- 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.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() - Method in interface org.knime.core.node.port.database.aggregation.DBAggregationFunction
-
- getColumnName() - Method in class org.knime.core.node.port.database.aggregation.function.AbstractDistinctDBAggregationFunction
- getColumnName() - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
- getColumnName() - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
-
- getColumnName() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
- getColumnName() - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
- getColumnName() - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
- 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.
- getColumnName(int) - Method in class org.knime.core.node.util.DefaultConfigTableModel
- getColumnNamePolicy() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
- getColumnNames() - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
- getColumnNames() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
- getColumnNames() - Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
-
- getColumnNames() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
- getColumnNames() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
-
- getColumnNames() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
Deprecated.
- getColumnNames() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
- getColumnNames() - Method in class org.knime.core.data.DataTableSpec
-
Returns an array of strings retrieved by
DataColumnSpec.getName()
for all column specs with this spec (ordered by index).
- 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.data.statistics.Statistic
-
- getColumns() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Returns the columns
- getColumns() - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
-
Returns the DBColumns used to define this key
- 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
-
Deprecated.
- getColumns() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
- getColumns() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
-
- getColumns() - Method in class org.knime.base.node.preproc.pmml.missingval.MVColumnSettings
-
- getColumns() - Method in class org.knime.core.node.port.database.tablecreator.DBKey
-
Returns the columns that define the key
- getColumnSettings() - Method in class org.knime.base.node.preproc.pmml.missingval.MVSettings
-
- getColumnSpec() - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRow
-
- getColumnSpec() - Method in class org.knime.base.node.io.filereader.ColProperty
-
- getColumnSpec() - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
-
Deprecated.
- getColumnSpec() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
-
- getColumnSpec() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
-
- getColumnSpec() - Method in class org.knime.base.node.preproc.rename.RenameColumnPanel
-
- 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
-
- getColumnspecFilterConfig() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
-
- getColumnSpecs() - Method in class org.knime.base.collection.list.split.SplitCellFactory
-
The column specs for the cells that are generated in the getCells() method.
- getColumnSpecs() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
-
Deprecated.
The column specs for the cells that are generated in the getCells() method.
- getColumnSpecs() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
-
Deprecated.
The column specs for the cells that are generated in the getCells() method.
- getColumnSpecs() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesCellFactory
-
The column specs for the cells that are generated in the getCells() method.
- getColumnSpecs() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2CellFactory
-
The column specs for the cells that are generated in the getCells() method.
- getColumnSpecs() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
-
Deprecated.
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
-
- getColumnSpecs(int) - Static method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
-
- 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
-
Deprecated.
The column specs for the cells that are generated in the getCells() method.
- getColumnSpecs() - Method in class org.knime.base.node.mine.svm.predictor2.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
-
Deprecated.
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.colconvert.categorytonumber.CategoryToNumberApplyCellFactory
-
The column specs for the cells that are generated in the getCells() method.
- getColumnSpecs() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberCellFactory
-
The column specs for the cells that are generated in the getCells() method.
- getColumnSpecs() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberCellFactory
-
The column specs for the cells that are generated in the getCells() method.
- getColumnSpecs() - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyCellFactory
-
The column specs for the cells that are generated in the getCells() method.
- getColumnSpecs() - Method in class org.knime.base.node.preproc.columnaggregator.AggregationCellFactory
-
The column specs for the cells that are generated in the getCells() method.
- getColumnSpecs() - Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
-
Deprecated.
The column specs for the cells that are generated in the getCells() method.
- getColumnSpecs() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
-
Deprecated.
- getColumnSpecs() - Method in class org.knime.base.node.preproc.columntrans2.AbstractMany2OneCellFactory
-
The column specs for the cells that are generated in the getCells() method.
- getColumnSpecs() - Method in class org.knime.base.node.preproc.columntrans2.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.
- getColumnSpecs() - Method in class org.knime.core.data.DataTableSpec
-
- getColumnsSpecsToDrag() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecSourceTransferHandler
-
- getColumnsString() - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
-
Returns a string representation of the columns used to define this key
- getColumnSuffix() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
-
- getColumnSuffix() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- getColumnSuffix() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- getColumnSuffix() - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeSettings
-
- getColumnSuffixModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
-
Creates and returns the settings model, storing the column suffix.
- getColumnText() - Method in class org.knime.base.node.io.database.DBSortItem
-
Get the text in the column field that is displayed to the user.
- getColumnText() - Method in class org.knime.base.node.preproc.sorter.SortItem
-
Get the text in the column field that is displayed to the user.
- getColumnType(int) - Method in class org.knime.base.node.io.filereader.XMLPropsReader
-
Returns column type as
DataType at index.
- getColumnTypes(Connection, String) - Method in class org.knime.core.node.port.database.DatabaseHelper
-
- getColumnTypes() - Method in class org.knime.core.node.util.dialog.TypeProvider
-
- 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
-
- getColWidth() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
-
- getColWidths() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- 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
-
- getCommonSettings(NodeID...) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Gets for a set of nodes their (overlapping) node settings.
- 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.
- getCommonTypes() - Method in class org.knime.base.collection.list.split.SplitCellFactory
-
- 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.blob.BinaryObjectDataValue.BinaryObjectUtilityFactory
-
Derived classes should override this and provide a
DataValueComparator that
compares the respective
DataValue.
- 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.filestore.internal.FileStoreKeyDataValue.FileStoreKeyUtilityFactory
-
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.
- getComparator() - Method in class org.knime.core.data.vector.doublevector.DoubleVectorValue.DoubleVectorUtilityFactory
-
Derived classes should override this and provide a
DataValueComparator that
compares the respective
DataValue.
- getComparator() - Method in class org.knime.core.data.vector.stringvector.StringVectorValue.StringVectorUtilityFactory
-
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
-
- getCompatibleFunctions(DataType, boolean) - Method in class org.knime.base.data.aggregation.AggregationMethods
- getCompatibleFunctions(DataType, boolean) - Method in class org.knime.base.node.io.database.groupby.dialog.DBAggregationFunctionProvider
- getCompatibleFunctions(DataType, boolean) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunctionProvider
-
- getCompatibleFunctions(DataType, Collection<DBAggregationFunction>) - Static method in class org.knime.core.node.port.database.aggregation.DBAggregationFunctionUtil
-
- getCompatibleMappingMethods() - Method in class org.knime.base.util.coordinate.Coordinate
-
Returns the mapping methods compatible to this coordinate's data type.
- getCompatibleMethodGroupList(DataType) - Static method in class org.knime.base.data.aggregation.AggregationMethods
-
- getCompatibleMethodGroups(DataType) - Static method in class org.knime.base.data.aggregation.AggregationMethods
-
- getCompatibleMethods(DataType) - Static method in class org.knime.base.data.aggregation.AggregationMethods
-
- getCompatibleMethods(DataType, boolean) - Static method in class org.knime.base.data.aggregation.AggregationMethods
-
- getCompatibleMethods(DataType) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationFunctionTableCellEditor
-
- getCompatibleMethods(DataType) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationMethodTableCellEditor
-
- getCompatibleMethods(DataType) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregatorTableCellEditor
- getCompatibleMethods(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRowTableCellEditor
- getCompatibleMethodsCount() - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
-
- getCompatibleModel(DataColumnSpec, String, int, boolean, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
Returns the compatible
AttributeModel or
null if the data type is not supported.
- 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
-
Deprecated.
- getCompatibleRowIdxs(Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
-
- getCompatibleRowIdxs(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
-
- getCompatibleRowIdxs(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
-
- getCompatibleRowIdxs(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
-
- getCompatibleType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
- getCompatibleType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
-
Deprecated.
- getCompatibleType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
Deprecated.
- getCompatibleType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
Deprecated.
- getCompatibleType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
Deprecated.
- getCompleteHilitedCells(Set<RowKey>) - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
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.AbstractAggregationPanel
-
- getComponentPanel() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
-
- getComponentPanel() - Method in interface org.knime.base.node.preproc.draganddroppanel.PaneConfigurationDialog
-
- getComponentPanel() - Method in class org.knime.base.node.preproc.draganddroppanel.PercentageDialog
- 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
-
Deprecated.
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.io.csvreader.CSVReaderNodeModel
-
- getConfig() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
- getConfig() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberCellFactory
-
Get PMML MapValues container object.
- getConfig() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberCellFactory
-
Get PMML MapValues container object.
- getConfig() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
-
- getConfig() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
-
- getConfig() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel.CalculationResult
-
Deprecated.
- getConfig() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel.CalculationResult
-
Deprecated.
- 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.
- getConfig() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableOperatorInternals
-
- getConfigBase(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Retrieves ConfigBase by key.
- getConfigBase(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Returns a ConfigBase for the given key.
- getConfigElement(String, Class<T>) - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Queries a config parameter previously registered with one of the add
methods.
- getConfigElement(String, Class<T>) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Queries a config parameter that was registered during construction time.
- getConfigElements() - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Get (read-through!) iterable on all registered config parameters.
- getConfigEntry() - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
-
- getConfigName() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
- 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.SettingsModelAuthentication
- getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
- getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
- getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
- getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
- getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
- 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.SettingsModelDuration
- 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
- getConfigRootName() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
- 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 class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.ConfigurationContainer
-
- getConfiguration() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
- getConfiguration() - Method in interface org.knime.core.quickform.in.QuickFormInputNode
-
Get handle on current (filled) configuration or null.
- getConfigurationPanels() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
-
- getConfiguredColumns() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
-
- getConfiguredColumns() - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
-
Returns an immutable set of columns for which a configuration exists.
- getConfigWarnings() - Method in class org.knime.base.node.preproc.joiner.Joiner
-
Get warnings which occurred when processing the method
getOutputSpec.
- getConnectedInportIndices() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
-
- getConnectedNodeContainer() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
-
The single node container associated with this port.
- getConnectedNodeContainer() - Method in interface org.knime.core.node.workflow.NodeOutPort
-
The single node container associated with this port.
- getConnectedNodeContainer() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
-
The single node container associated with this port.
- getConnectedOutportIndices() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
-
- getConnection(CredentialsProvider, DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.connection.CachedConnectionFactory
- getConnection(CredentialsProvider, DatabaseConnectionSettings) - Method in interface org.knime.core.node.port.database.connection.DBConnectionFactory
-
- 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
-
- getConnectionFactory() - Method in class org.knime.core.node.port.database.DatabaseUtility
-
- getConnectionLineWidth() - Method in class org.knime.core.node.workflow.EditorUIInformation
-
- getConnectionModel() - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
-
returns the actual model content.
- 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
-
- getConnectionSecurity() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- 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.FileWorkflowPersistor
-
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.
- getConnectionSettings() - Method in class org.knime.base.node.io.database.util.DBDialogPane
-
Settings object holding the current database connection properties.
- getConnectionSettings(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObject
-
Returns the connection settings for this object.
- getConnectionSettings(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
-
Returns the connection settings for this object.
- getConnectionSettings(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabasePortObject
-
Returns the connection settings for this object.
- getConnectionSettings(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
-
Returns the connection settings for this object.
- 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.
- getConnectTimeout() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- 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
-
- getContent() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getContent(Class[]) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getContentEncoding() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getContentLength() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getContentLengthLong() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- 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.
- getContentType() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getContext() - Static method in class org.knime.core.node.workflow.NodeContext
-
Returns the current node context or null if no context exists.
- getContext() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Returns the current workflow context or null if no context is available.
- getContextStack() - Static method in class org.knime.core.node.workflow.NodeContext
-
Returns the context stack for the current thread.
- 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
-
- getConvertedData(DataTable, Random) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
-
- getConverter() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
-
- getConverterFactories(Class<S>, DataType) - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
-
- getConverterFactories(DataType, Class<D>) - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
-
- getConverterFactory(String) - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
-
- getConverterFactory(String) - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
-
- getConverterIndex() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
-
- getConverterToIndexMap() - Method in class org.knime.core.data.container.RearrangeColumnsTable.NewColumnsProducerMapping
-
- getConvertToMetaNodeCopyPersistor() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- 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.parchunk.ParallelizedChunkContent
-
- getCopyOfClassFrequencyArray() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
-
Returns a copy of the class frequency array representing the class
distribution of this table.
- getCopyPersistor(HashMap<Integer, ContainerTable>, FileStoreHandlerRepository, boolean, boolean) - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
Get a new persistor that is used to copy this node (copy&paste action).
- getCopyPersistor(HashMap<Integer, ContainerTable>, FileStoreHandlerRepository, 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>, FileStoreHandlerRepository, boolean, boolean) - Method in class org.knime.core.node.workflow.SubNodeContainer
-
Get a new persistor that is used to copy this node (copy&paste action).
- getCopyPersistor(HashMap<Integer, ContainerTable>, FileStoreHandlerRepository, 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
-
- getCorrectCount() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
Returns the count of correct predictions.
- 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.compute.CorrelationComputeNodeModel
-
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
-
- getCount() - Method in class org.knime.core.node.NodeTriple
-
Returns the count of this node triple.
- 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
-
- getCovariates() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Get the covariates.
- getCreatedFileStoresTable() - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
-
- getCreateFragment() - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
- getCreateTableFragment(String, String, boolean, boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
- getCreateTableStatement(String, String, boolean, boolean, DBColumn[], DBKey[], String) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
Generates query to create a new table in database
- 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
- getCredential() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
-
- getCredentialName() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Returns the name of the credential entry that should be used.
- 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.FileWorkflowPersistor
-
Get (non-null) map of 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.
- getCredentialsId() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- 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.
- getCredentialsProvider() - Method in class org.knime.core.node.workflow.NativeNodeContainer
- getCredentialsProvider() - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getCredentialsProvider() - Method in class org.knime.core.node.workflow.SubNodeContainer
- getCredentialsStore() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Get reference to credentials store used to persist name/passwords.
- getCredentialsValue() - Method in class org.knime.core.node.workflow.FlowVariable
-
Temporary workaround to represent credentials in flow variables.
- getCurrentCell() - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
-
- getCurrentInstanceUpTime() - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
-
- 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
-
- getCurrentLocation() - Method in class org.knime.core.node.workflow.WorkflowContext
-
Returns the current location of the workflow, which can be a temporary directory.
- 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.
- getCurrentRendererID() - Method in class org.knime.base.node.preproc.correlation.compute.AbstractCorrelationComputeNodeView
-
- getCurrentThreadsInUse() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ParallelProcessing
-
Returns the number of threads currently in use.
- getCurrentWizardPage() - Method in class org.knime.core.node.workflow.WizardExecutionController
-
Get the current wizard page.
- 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
-
Deprecated.
Returns the curve settings for the given index.
- getCurve(int) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
-
Returns the curve settings for the given index.
- getCurveCount() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
-
Deprecated.
Returns the number of curves that should be plotted.
- getCurveCount() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
-
Returns the number of curves that should be plotted.
- getCurves() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
-
Deprecated.
Returns a list with all pre-calculated curves that should be shown in the
view.
- getCurves() - Method in class org.knime.base.node.viz.enrichment2.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.FileNodeContainerMetaPersistor
- getCustomDescription() - Method in class org.knime.core.node.workflow.NodeContainer
-
- getCustomDescription() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- getCustomName() - Method in class org.knime.core.node.workflow.NodeContainer
-
For reporting backward compatibility.
- getCustomPredictionName() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
-
- getCustomSuffix() - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- 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.node.preproc.draganddroppanel.SelectionConfiguration
-
- 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.
- getData() - Method in class org.knime.core.node.workflow.Annotation
-
- getData() - Method in class org.knime.core.node.workflow.NodeAnnotation
- 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
-
Deprecated.
Provides the data that should be visualized.
- getDataArray(int) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
-
Provides the data that should be visualized.
- getDataArray(int) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
-
Deprecated.
Provides the data that should be visualized.
- getDataArray(int) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
-
- 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.
- getDatabaseConnectionSettings() - Method in class org.knime.core.node.port.database.DatabaseHelper
-
- getDatabaseIdentifier() - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
-
- getDatabaseIdentifier() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Returns the unique database identifier.
- getDatabaseIdentifier() - Method in class org.knime.core.node.port.database.DatabaseUtility
-
- getDatabaseIdentifierFromJDBCUrl(String) - Static method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- getDatabaseIdentifiers() - Static method in class org.knime.core.node.port.database.DatabaseUtility
-
- getDatabaseIdentifierValue() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- getDatabaseMetaData(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
-
Deprecated.
Returns the database meta data on the connection.
- getDatabaseMetaData(CredentialsProvider) - Method in interface org.knime.core.node.port.database.reader.DBReader
-
Returns the database meta data on the connection.
- getDatabaseMetaData(CredentialsProvider) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
-
Returns the database meta data on the connection.
- getDatabaseName() - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
-
Returns the database's name.
- getDatabaseTimeout() - Static method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Returns the current database timeout in seconds.
- 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.
- getDataCellType() - Method in enum org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys.RoundOutputType
-
- getDataColumnFilterConfig() - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
-
- getDataColumnSpec() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
-
- getDataColumnSpec() - Method in class org.knime.base.util.coordinate.Coordinate
-
- 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.
- getDataInputPortIndex() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
-
Returns the index of the data input port from the node model.
- 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
-
Deprecated.
- getDataTable() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel.CalculationResult
-
Deprecated.
- 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.streamable.BufferedDataTableRowOutput
-
Returns the created DataTable - only after close() was called.
- getDataTable() - Method in class org.knime.core.node.tableview.TableContentModel
-
- 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.AppendedRowsRowInput
-
Deprecated.
The table spec of the input.
- getDataTableSpec() - Method in class org.knime.base.data.append.row.AppendedRowsTable
-
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.data.filter.column.FilterColumnRowInput
-
The table spec of the input.
- 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
-
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.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.io.fixedwidthfr.FixedWidthFRPreviewTable
-
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.fixedwidthfr.FixedWidthFRTable
-
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.MissingValueHandling2Table
-
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.preproc.missingval.MissingValueHandling3Table
-
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.preproc.pmml.missingval.MissingCellReplacingDataTable
-
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.append.AppendedRowsRowInput
-
The table spec of the input.
- getDataTableSpec() - Method in class org.knime.core.data.append.AppendedRowsTable
-
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.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.VoidTable
-
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
-
Deprecated.
Returns a data table spec that reflects the meta data form the database
result set.
- getDataTableSpec() - Method in class org.knime.core.node.port.database.DatabaseReaderConnection.RowIteratorConnection
-
Deprecated.
- getDataTableSpec(CredentialsProvider) - Method in interface org.knime.core.node.port.database.reader.DBReader
-
Returns a data table spec that reflects the meta data form the database
result set.
- getDataTableSpec(CredentialsProvider) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
-
Returns a data table spec that reflects the meta data form the database
result set.
- getDataTableSpec() - Method in interface org.knime.core.node.port.database.reader.DBRowIterator
-
- getDataTableSpec() - Method in class org.knime.core.node.port.database.reader.RowIteratorConnection
- 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.streamable.DataTableRowInput
-
The table spec of the input.
- getDataTableSpec() - Method in class org.knime.core.node.streamable.RowInput
-
The table spec of the input.
- getDataTableSpec() - Method in class org.knime.core.node.tableview.TableContentModel
-
Get the table spec of the current DataTable.
- getDataTableSpec() - Method in class org.knime.core.node.util.ColumnSelectionPanel
-
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.AggregationOperator
-
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorIntersectionOperator
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorNotSetCountOperator
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorSetCountOperator
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorUnionOperator
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorXOrOperator
- 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.AppendElementOperator
- 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.AndElementCountOperator
-
Deprecated.
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.deprecated.AndElementOperator
-
Deprecated.
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
-
Deprecated.
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.deprecated.SumOperator
-
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(JTable, R, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationFunctionTableCellEditor
-
- getDataType(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationMethodTableCellEditor
-
- getDataType(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellEditor
-
Deprecated.
- getDataType(JTable, ColumnAggregator, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.column.ColumnAggregatorTableCellEditor
- getDataType(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregatorTableCellEditor
-
Deprecated.
- getDataType(JTable, PatternAggregator, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregatorTableCellEditor
- getDataType() - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregator
-
- getDataType(JTable, DataTypeAggregator, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregatorTableCellEditor
- 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.CorrelationOperator
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.MeanAbsoluteDeviationOperator
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.MedianAbsoluteDeviationOperator
- 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.QuantileOperator
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.RangeOperator
- getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.StorelessUnivariantStatisticOperator
- 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(JTable, DBColumnAggregationFunctionRow, boolean, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRowTableCellEditor
- getDataType(JTable, DBPatternAggregationFunctionRow, boolean, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRowTableCellEditor
- getDataType() - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionRow
-
- getDataType(JTable, DBDataTypeAggregationFunctionRow, boolean, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionRowTableCellEditor
- getDataType() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
-
- getDataType() - Method in enum org.knime.base.node.preproc.constantvalue.TypeCellFactory
-
- getDataType() - Method in class org.knime.core.data.blob.BinaryObjectCellFactory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.container.CellClassInfo
-
Get the DataType of the underlying cell.
- getDataType() - Method in interface org.knime.core.data.DataCellFactory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.date.DateAndTimeCellFactory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.def.BooleanCell.BooleanCellFactory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.def.DoubleCell.DoubleCellFactory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.def.FuzzyIntervalCell.FuzzyIntervallCellFactory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.def.FuzzyNumberCell.FuzzyNumberCellFactory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.def.IntCell.IntCellFactory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.def.IntervalCell.IntervallCellFactory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.def.LongCell.LongCellFactory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.def.StringCell.StringCellFactory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.image.png.PNGImageCellFactory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell.Factory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell.Factory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell.Factory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.vector.doublevector.DoubleVectorCellFactory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.vector.stringvector.StringVectorCellFactory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.xml.PMMLCellFactory
-
Returns the data type of the cells that this factory will create.
- getDataType() - Method in class org.knime.core.data.xml.XMLCellFactory
-
Returns the data type of the cells that this factory will create.
- 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
-
- 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.
- getDataTypeHandling() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
- getDate() - Method in class org.knime.core.data.def.TimestampCell
-
Deprecated.
- getDate() - Method in interface org.knime.core.data.TimestampValue
-
Deprecated.
- getDate() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
-
Returns the stored date.
- getDate() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getDateFormat() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
-
- getDayOfMonth() - Method in class org.knime.core.data.date.DateAndTimeCell
- getDayOfMonth() - Method in interface org.knime.core.data.date.DateAndTimeValue
-
- getDBColumn() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
Returns the underlying DBColumn instance
- getDbIdentifier() - Method in class org.knime.core.node.port.database.aggregation.InvalidDBAggregationFunction
-
- getDBIdentifier() - Method in class org.knime.core.node.port.database.DatabaseUtilityRegistry
-
- getDBKey() - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
-
Returns the underlying DBKey instance
- 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.image.DecTreeToImageNodeModel
-
- getDecisionTree() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
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
-
Deprecated.
- getDecisionTree() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
-
- getDeepFiltering() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
-
- 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 enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
-
- getDefault() - Static method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
-
- getDefault() - Static method in class org.knime.base.node.preproc.joiner.InputRow.WildCardCell
-
Get the singleton value.
- getDefault() - Static method in enum org.knime.base.node.preproc.setoperator.SetOperation
-
- getDefault() - Static method in enum org.knime.core.data.vector.bitvector.BitVectorType
-
- getDefault() - Static method in class org.knime.core.node.util.dialog.TypeProvider
-
Get default type provider.
- getDefault() - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
-
- 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
-
- getDefaultFontSize() - Method in class org.knime.core.node.workflow.Annotation
-
- getDefaultFontSize() - Method in class org.knime.core.node.workflow.AnnotationData
-
Return the default font size for this annotation, or -1 if size from pref page should be used.
- getDefaultFormat() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner.BinnerNumberFormat
-
- getDefaultFunction(DataType) - Method in class org.knime.base.data.aggregation.AggregationMethods
- getDefaultFunction(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.DBAggregationFunctionProvider
- getDefaultFunction(DataType) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunctionProvider
-
- 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
-
Deprecated.
Returns the label that should be used if no rule matches.
- getDefaultLabelIsColumn() - Method in class org.knime.base.node.rules.RuleEngineSettings
-
Deprecated.
- getDefaultLayout() - Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
-
- getDefaultMessage() - Static method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeDialog
-
- getDefaultMethod(DataColumnSpec) - Static method in class org.knime.base.data.aggregation.AggregationMethods
-
- getDefaultMethod(Class<? extends DataValue>) - 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.
- getDefaultPreferredSize() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
-
- getDefaultRenderer() - Method in class org.knime.core.data.ExtensibleUtilityFactory
-
Returns the default renderer for this data value.
- getDefaultSQLStatement() - Static method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
- getDefaultSQLType(DataType) - Static method in class org.knime.base.node.io.database.tablecreator.util.DBUtil
-
- getDefaultStackTrace() - Static method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeDialog
-
- getDefaultUseCaches() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getDefaultValue(int) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Returns the default value of the given column
- getDefaultValue(int) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
-
Returns the default value of the given column
- getDefaultValue(int) - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
-
Returns the default value of the given column
- getDefaultValue(int) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
-
Returns the default value of the given column
- getDefaultValue(int) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysPanel
-
Returns the default value of the given column
- getDefaultValue(int) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingPanel
-
Returns the default value of the given column
- getDefaultValue() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
-
- getDefaultValue() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- getDefaultValue() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
-
Get the value used when element in the input is not found in the map.
- getDefaultValue() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- getDefaultValue() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
-
Get the value used when element in the input is not found in the map.
- getDefaultValue() - Method in interface org.knime.core.node.dialog.DialogNode
-
Get the default dialog value (use defaults as per node configuration).
- getDefaultValue() - Method in class org.knime.core.node.util.ColumnComboBoxRenderer
-
Get the default value.
- getDefaultValue() - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
-
- getDefaultValue() - Method in class org.knime.core.util.node.config.ConfigElementAbstractSimple
-
- getDefaultValueDelimiter() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
- getDefaultValueDouble() - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
-
- getDefaultValueInt() - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
-
- getDefaultValueString() - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
-
- getDefaultVariable() - Static method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeDialog
-
- getDegree() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
-
Deprecated.
Returns the maximum degree that polynomial used for regression should
have.
- getDegree() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
-
Returns the maximum degree that polynomial used for regression should
have.
- getDegreesOfFreedom(String, String) - Method in class org.knime.base.node.mine.regression.predict2.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.
- getDeletedNodesFileLocations() - Method in class org.knime.core.internal.ReferencedFile
-
A list maintained by the Workflow Manager to remember child locations which are obsolete.
- 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.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.NodeGraphAnnotation
-
- 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 class org.knime.base.data.aggregation.AggregationMethodDecorator
- getDescription() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorIntersectionOperator
- getDescription() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorNotSetCountOperator
- getDescription() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorSetCountOperator
- getDescription() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorUnionOperator
- getDescription() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorXOrOperator
- 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.AppendElementOperator
- 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.AndElementCountOperator
-
Deprecated.
- getDescription() - Method in class org.knime.base.data.aggregation.deprecated.AndElementOperator
-
Deprecated.
- getDescription() - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
-
Deprecated.
- getDescription() - Method in class org.knime.base.data.aggregation.deprecated.SumOperator
-
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.CorrelationOperator
- getDescription() - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
- getDescription() - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
- getDescription() - Method in class org.knime.base.data.aggregation.numerical.GeometricStdDeviationOperator
- getDescription() - Method in class org.knime.base.data.aggregation.numerical.KurtosisOperator
- getDescription() - Method in class org.knime.base.data.aggregation.numerical.MeanAbsoluteDeviationOperator
- getDescription() - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
- getDescription() - Method in class org.knime.base.data.aggregation.numerical.MedianAbsoluteDeviationOperator
- 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.PSquarePercentileOperator
- getDescription() - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
- getDescription() - Method in class org.knime.base.data.aggregation.numerical.RangeOperator
- getDescription() - Method in class org.knime.base.data.aggregation.numerical.SecondMomentOperator
-
- getDescription() - Method in class org.knime.base.data.aggregation.numerical.SkewnessOperator
- getDescription() - Method in class org.knime.base.data.aggregation.numerical.StdDeviationOperator
- getDescription() - Method in class org.knime.base.data.aggregation.numerical.SumOfLogsOperator
- getDescription() - Method in class org.knime.base.data.aggregation.numerical.SumOfSquaresOperator
- 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 enum org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel.DomainOverflowPolicy
-
- getDescription() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
-
- getDescription(MissingCellHandlerFactory) - Static method in class org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescriptionFactory
-
- getDescription() - Method in class org.knime.core.data.blob.BinaryObjectDataValueMetaRenderer.Factory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.blob.BinaryObjectDataValueRenderer.LongHexdumpFactory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.blob.BinaryObjectDataValueRenderer.ShortHexdumpFactory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.collection.CollectionValueRenderer.FullRendererFactory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.collection.CollectionValueRenderer.ShortRendererFactory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.date.DateAndTimeValueRenderer.DefaultRendererFactory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.date.DateAndTimeValueRenderer.Iso8061RendererFactory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.date.DateAndTimeValueRenderer.UsRendererFactory
-
Returns a short description for the renderers which this factory creates.
- 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.image.png.PNGImageValueRendererFactoryUtil.StandardRendererFactory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.model.PortObjectValueRenderer.Factory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
-
- getDescription() - Method in class org.knime.core.data.renderer.BitVectorValuePixelRenderer.Factory
-
Returns a short description for the renderers which this factory creates.
- 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.BinRendererFactory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer.HexRendererFactory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer.SetBitsRendererFactory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.BooleanValueRenderer.Factory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.ByteVectorValuePixelRenderer.Factory
-
Returns a short description for the renderers which this factory creates.
- 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.ByteVectorValueStringRenderer.Factory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.ComplexNumberValueRenderer.Factory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in interface org.knime.core.data.renderer.DataValueRenderer
-
Get a description for this renderer implementation.
- getDescription() - Method in interface org.knime.core.data.renderer.DataValueRendererFactory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer.Factory
-
Returns a short description for the renderers which this factory creates.
- 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.Factory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.DoubleBarRenderer
-
Returns "Bars".
- getDescription() - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer.Factory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
-
Returns "Gray Scale".
- getDescription() - Method in class org.knime.core.data.renderer.DoubleValueRenderer.FullPrecisionRendererFactory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.DoubleValueRenderer.PercentageRendererFactory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.DoubleValueRenderer.StandardRendererFactory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.DoubleVectorValueRenderer.Factory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.DoubleVectorValueRenderer
-
Get a description for this renderer implementation.
- getDescription() - Method in class org.knime.core.data.renderer.ImageValueRenderer.Factory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.ImageValueRenderer
-
Get a description for this renderer implementation.
- getDescription() - Method in class org.knime.core.data.renderer.IntValueRenderer.Factory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer.Factory
-
Returns a short description for the renderers which this factory creates.
- 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.Factory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.StringValueRenderer
-
Get a description for this renderer implementation.
- getDescription() - Method in class org.knime.core.data.renderer.StringVectorValueRenderer.Factory
-
Returns a short description for the renderers which this factory creates.
- getDescription() - Method in class org.knime.core.data.renderer.StringVectorValueRenderer
-
Get a description for this renderer implementation.
- getDescription() - Method in class org.knime.core.data.xml.XMLValueRenderer.Factory
-
Returns a short description for the renderers which this factory creates.
- 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 interface org.knime.core.node.port.database.aggregation.AggregationFunction
-
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.CorrDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.port.database.aggregation.SimpleDBAggregationFunction
- getDescription() - Method in class org.knime.core.node.workflow.NodeUIInformationEvent
-
- getDescription() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
-
- getDescription() - Method in interface org.knime.core.quickform.QuickFormRepresentation
-
- getDescription() - Method in class org.knime.core.util.FileReaderFileFilter
- getDescription() - Method in class org.knime.core.util.node.quickform.AbstractQuickFormElement
-
- getDescription() - Method in class org.knime.core.util.SimpleFileFilter
- getDescriptionPane() - Method in class org.knime.base.data.aggregation.AggregationMethods
-
Creates a
JComponent that lists all available aggregation
functions including a short description of each.
- getDescriptionPane() - Method in class org.knime.base.node.io.database.groupby.dialog.DBAggregationFunctionProvider
-
Creates a
JComponent that lists all available aggregation
functions including a short description of each.
- getDescriptionPane() - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunctionProvider
-
Creates a
JComponent that lists all available aggregation
functions including a short description of each.
- getDescriptions() - Static method in enum org.knime.base.node.preproc.rounddouble.NumberMode
-
- 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
-
- getDestinationType() - Method in class org.knime.core.data.convert.datacell.ArrayToCollectionConverterFactory
-
- getDestinationType() - Method in class org.knime.core.data.convert.datacell.FactoryMethodToDataCellConverterFactory
-
- getDestinationType() - Method in interface org.knime.core.data.convert.datacell.JavaToDataCellConverterFactory
-
Get the
DataType (the type of
data cells) which converters created by this factory are
able to convert into
- getDestinationType() - Method in class org.knime.core.data.convert.datacell.SimpleJavaToDataCellConverterFactory
-
- getDestinationType() - Method in class org.knime.core.data.convert.java.CollectionConverterFactory
-
- getDestinationType() - Method in interface org.knime.core.data.convert.java.DataCellToJavaConverterFactory
-
Get the
Class of the type which converters created by this factory are able to convert into.
- getDestinationType() - Method in class org.knime.core.data.convert.java.MissingToNullConverterFactory
-
- getDestinationType() - Method in class org.knime.core.data.convert.java.SimpleDataCellToJavaConverterFactory
-
- getDestinationTypeName() - Method in class org.knime.core.data.convert.util.SerializeUtil.FactoryPlaceholder
-
Get the name of the destination type of the factory
- 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
-
- getDestType() - Method in class org.knime.core.data.convert.ConversionKey
-
Get the destination type of the factory this key refers to.
- getDetailCode() - Method in exception org.knime.core.node.workflow.BatchExecutor.BatchException
-
- getDetailedDescription() - Method in class org.knime.base.data.aggregation.AggregationOperator
-
- getDetailedDescription() - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
- getDetailedDescription() - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
- getDetailedDescription() - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
- getDetailedDescription() - Method in class org.knime.base.data.aggregation.numerical.SecondMomentOperator
- 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
-
- getDialog() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
-
- getDialogNodeParameterName(DialogNode<?, ?>, NodeID) - Static method in class org.knime.core.node.workflow.SubNodeContainer
-
The parameter name under which the subnode's flow variables tab, the batch executor or a web service caller
will find a dialog node.
- getDialogNodeParameterNameDefault(Class<?>) - Static method in class org.knime.core.node.workflow.SubNodeContainer
-
The default parameter name for dialog nodes.
- 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.NativeNodeContainer
- getDialogPane() - Method in class org.knime.core.node.workflow.NodeContainer
-
- getDialogPane() - Method in class org.knime.core.node.workflow.SubNodeContainer
- getDialogPane() - Method in class org.knime.core.node.workflow.WorkflowManager
- getDialogPaneWithSettings(PortObjectSpec[], PortObject[], NodeSettingsRO, boolean) - Method in class org.knime.core.node.Node
-
- getDialogPaneWithSettings(PortObjectSpec[], PortObject[]) - Method in class org.knime.core.node.workflow.NativeNodeContainer
- 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[], PortObject[]) - Method in class org.knime.core.node.workflow.NodeContainer
-
- getDialogPaneWithSettings(PortObjectSpec[], PortObject[]) - Method in class org.knime.core.node.workflow.SubNodeContainer
- getDialogPaneWithSettings(PortObjectSpec[], PortObject[]) - Method in class org.knime.core.node.workflow.WorkflowManager
- getDialogRepresentation() - Method in interface org.knime.core.node.dialog.DialogNode
-
- getDialogValue() - Method in interface org.knime.core.node.dialog.DialogNode
-
Get the currently set dialog value or null if non is set (use defaults as per node configuration).
- 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.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
-
- getDirectNCParent() - Method in class org.knime.core.node.workflow.NodeContainer
-
- getDirectNCParent() - Method in interface org.knime.core.node.workflow.NodeContainerParent
-
- getDirectNCParent() - Method in class org.knime.core.node.workflow.WorkflowManager
-
- getDirectoriesFromLocationString() - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
-
Split location string by ";" and return individual directories.
- getDirectoriesFromLocationString() - Method in class org.knime.base.node.io.listfiles2.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
-
- getDisplayChart() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- getDisplayCustomLine() - Method in class org.knime.core.node.workflow.NodeContainer
-
- 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.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandlerFactory
- getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
-
- getDisplayName() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
- getDisplayName() - Method in class org.knime.base.util.coordinate.LogarithmicMappingMethod
-
- getDisplayName() - Method in interface org.knime.base.util.coordinate.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
-
- getDisplayOptions() - Method in class org.knime.core.util.node.config.LeafConfigElement
-
- getDisplayTable() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- getDisplayZoom() - Static method in class org.knime.core.node.util.ViewUtils
-
Return a zoom factor depending on the display's dpi resolution.
- 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(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, DataRow) - Method in interface org.knime.base.node.mine.mds.distances.RowDistanceManager
-
Returns the distance between the given DataRows, row1 and
row2.
- 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.
- getDoInput() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- 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.
- getDomainHandlingMinMax() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
- getDomainHandlingPossbileValues() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
- getDomainOverflowPolicy() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
-
- getDomains() - Method in class org.knime.base.collection.list.split.SplitCellFactory
-
Returns the domains that were computed while processing all rows.
- 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.mine.regression.RegressionTrainingData
-
- 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.BasisFunctionPredictor2NodeModel
-
- getDontKnowClassDegree() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
Deprecated.
- getDontKnowClassDegree() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
-
- getDontRemoveFlag() - Method in class org.knime.core.util.tokenizer.Quote
-
- getDoOutput() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- 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
-
- getDouble(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return double for key.
- getDouble(String, double) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return double for key or the default value if not available.
- getDouble(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return double for key.
- getDouble(String, double) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return double for key or the default value if not available.
- getDouble() - Method in class org.knime.core.node.config.base.ConfigDoubleEntry
-
- getDouble(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the double configuration parameter registered under the
given ID.
- getDoubleArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return double array for key or the default value if not available.
- getDoubleArray(String, double...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return double array which can be null for key, or the default array if
the key is not available.
- getDoubleArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return double array for key or the default value if not available.
- getDoubleArray(String, double...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return double array which can be null for key, or the default array if
the key is not available.
- getDoubleArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the double array configuration parameter registered under
the given ID.
- 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.
- getDoubleExtension(Map<String, String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
-
- 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
-
- getDownstreamPortType(int) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
- getDownstreamPortType(int) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
-
- getDownstreamPortType(int) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- getDownstreamPortType(int) - Method in interface org.knime.core.node.workflow.FromFileNodeContainerPersistor
-
- getDragImage() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
-
- getDragImageOffset() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
-
- getDragStart() - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
-
- 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(DatabaseConnectionSettings) - Method in interface org.knime.core.node.port.database.connection.DBDriverFactory
-
- getDriver(DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
- getDriver(DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.connection.PriorityDriverFactory
- getDriver() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- getDriver(String) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
-
- getDriver(DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.RegisteredDriversConnectionFactory
- getDriverFactory() - Method in class org.knime.core.node.port.database.connection.CachedConnectionFactory
- getDriverFactory() - Method in interface org.knime.core.node.port.database.connection.DBConnectionFactory
-
- getDriverFileForDriverClass(String) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
-
- getDriverFiles(DatabaseConnectionSettings) - Method in interface org.knime.core.node.port.database.connection.DBDriverFactory
-
- getDriverFiles(DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
- getDriverFiles(DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.connection.PriorityDriverFactory
- getDriverFiles(DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.RegisteredDriversConnectionFactory
- getDriverFilesForDriverClass(String) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
-
- getDriverNames() - Method in interface org.knime.core.node.port.database.connection.DBDriverFactory
-
- getDriverNames() - Method in class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
- getDriverNames() - Method in class org.knime.core.node.port.database.connection.PriorityDriverFactory
-
- getDriverNames() - Method in class org.knime.core.node.port.database.RegisteredDriversConnectionFactory
- 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.io.database.DBJoinerSettings
-
- 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
-
- getDuplicateHash() - Method in class org.knime.core.data.append.AppendedRowsIterator
-
- getDuplicateNameMap() - Method in class org.knime.base.data.append.row.AppendedRowsIterator
-
Deprecated.
Get a map of keys in the resulting table to the keys in (any of)
the input tables, typically elements such as below.
- getDuplicateNameMap() - Method in class org.knime.base.data.append.row.AppendedRowsRowInput
-
Deprecated.
- getDuplicateNameMap() - Method in class org.knime.core.data.append.AppendedRowsIterator
-
Get a map of keys in the resulting table to the keys in (any of)
the input tables, typically elements such as below.
- getDuplicateNameMap() - Method in class org.knime.core.data.append.AppendedRowsRowInput
-
- getDuplicatesCounter() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyUtil2
-
- getDuration() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
-
Returns the total duration
- getEditorTextField() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
-
- getEditorUIInformation() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
- getEditorUIInformation() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
- getEditorUIInformation() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
- getEditorUIInformation() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
- getEditorUIInformation() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Returns the editor specific settings.
- getEditorUIInformation() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
- 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
-
Get the eigenvalues of the input covariance matrix.
- getEigenVectors() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
-
- getElement(int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
-
Returns element at the specified index
- getElement() - Method in interface org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescription
-
- getElement() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescriptionV1
-
- getElement(int) - Method in class org.knime.base.node.preproc.rank.DataCellTuple
-
- getElement(Color) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- getElementAt(String, int) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
-
Returns the SQL data type at specified index in the list retrieved using the given key
- getElementAt(int) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
-
Returns the SQL data type at specified index in the list retrieved using the default key
- 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.
- getElementAt(int) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- 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.io.database.tablecreator.util.TableCreatorTableModel
-
Returns all elements of the table model
- 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.
- getElementType() - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
-
Get the common super type of all elements in this collection.
- getElementType() - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
-
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.core.util.tokenizer.Comment
-
- getEndIndex() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
-
- getEndNodeStackAsString() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
-
- getEndString() - Method in enum org.knime.base.node.io.csvwriter.FileWriterSettings.LineEnding
-
- 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.
- getEnforceOption() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
- getEntireClassCount() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
Return number of patterns of all classes.
- getEntries() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
-
Get the mapping.
- getEntries() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
-
Get the mapping.
- 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.
- getEntropyView() - Method in class org.knime.base.node.mine.scorer.entrop.AbstractEntropyNodeView
-
- getEntry(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Returns ConfigBase entry for a key.
- getEnum(ConfigRO, String, T) - Static method in class org.knime.base.node.preproc.datavalidator.ConfigSerializationUtils
-
Deprecated.
Reads an enum of type T under the given key or returns the default if the key does not exist or the
stored value is null or not compatible with the enum names defined by the enum type T.
- getEnum(ConfigRO, String, Class<T>) - Static method in class org.knime.base.node.preproc.datavalidator.ConfigSerializationUtils
-
Deprecated.
Reads an enum of type T under the given key.
- getEnum(ConfigRO, String, T) - Static method in class org.knime.core.node.config.ConfigSerializationUtils
-
Reads an enum of type T under the given key or returns the default if the key does not exist or the
stored value is null or not compatible with the enum names defined by the enum type T.
- getEnum(ConfigRO, String, Class<T>) - Static method in class org.knime.core.node.config.ConfigSerializationUtils
-
Reads an enum of type T under the given key.
- getEnumSet(ConfigRO, String, Class<T>) - Static method in class org.knime.base.node.preproc.datavalidator.ConfigSerializationUtils
-
Deprecated.
Reads an
EnumSet of type
T under the given key.
- getEnumSet(ConfigRO, String, Class<T>) - Static method in class org.knime.core.node.config.ConfigSerializationUtils
-
Reads an
EnumSet of type
T under the given key.
- 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
-
- getEqualityMethod() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- getEqualityMethod() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- 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
-
Deprecated.
- getError() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
- getError() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
Returns the error of the prediction.
- getError() - Method in class org.knime.core.data.DataType.MissingCell
-
Deprecated.
- getError() - Method in class org.knime.core.data.MissingCell
- getError() - Method in interface org.knime.core.data.MissingValue
-
- getError() - Method in class org.knime.core.node.web.ValidationError
-
- getError() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
-
- getErrorDataTable() - Method in interface org.knime.core.node.port.database.reader.DBReader
-
- getErrorDataTable() - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
-
- getErrorDetail() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
-
- getErrorDetail() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRPreviewTable
-
- 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
-
Deprecated.
- getErrorMessage() - Method in class org.knime.base.data.normalize.Normalizer2
-
- getErrorMessage() - Method in class org.knime.base.node.io.filereader.DataCellFactory
-
- getErrorMessage() - Method in class org.knime.base.node.io.tablecreator.table.Cell
-
- getErrorMessage() - Method in interface org.knime.core.node.port.database.aggregation.InvalidAggregationFunction
-
- getErrorMessage() - Method in class org.knime.core.node.port.database.aggregation.InvalidDBAggregationFunction
- getErrorMessage(int, FieldsTableModel.Column) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
-
Gives the error message when isValidValue(row, column) returns false.
- getErrorMessage(int, int) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
-
Gives the error message when isValidValue(row, column) returns false.
- getErrorMessage(int, FieldsTableModel.Column) - Method in class org.knime.core.node.util.dialog.OutFieldsTableModel
-
Gives the error message when isValidValue(row, column) returns false.
- getErrorMessage(int) - Method in class org.knime.core.util.tokenizer.SettingsStatus
-
- getErrorMessageWhenNodeIsMissing() - Method in class org.knime.core.node.NodeAndBundleInformation
-
Returns an error message for reporting that a node implementation is missing.
- getErrorMsg() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
-
- getErrorMsg() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRPreviewTable
-
- getErrorOccurred() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
-
- getErrorOccurred() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRPreviewTable
-
- getErrorRow() - Method in exception org.knime.base.node.io.filereader.FileReaderException
-
- getErrors() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
-
- getErrorStream() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getEscape() - Method in class org.knime.core.util.tokenizer.Quote
-
- getEstimatedLikelihood() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
-
- getEstimatedLikelihood() - Method in class org.knime.base.node.mine.regression.logistic.learner3.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
-
- getExcludedColumns() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
-
- 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
-
Deprecated.
Returns all columns from the exclude list.
- getExcludedNamesAsSet() - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Returns a set of the names of all excluded items.
- getExcludeList(DataTableSpec, List<String>) - Static method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
Determine list of column not present in the original spec.
- getExcludeList() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
- getExcludeList() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
- getExcludeList() - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
- getExcludes() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration.FilterResult
-
- getExec() - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
-
- getExecutionDir() - Method in class org.knime.base.node.util.exttool.CommandExecution
-
- getExecutionDurationSinceReset() - Method in class org.knime.core.node.workflow.NodeTimer
-
- getExecutionDurationSinceStart() - Method in class org.knime.core.node.workflow.NodeTimer
-
- getExecutionEnvironment() - Method in class org.knime.core.node.workflow.NodeContainer
-
- getExecutionJob() - Method in class org.knime.core.node.workflow.NodeContainer
-
- getExecutionJobManager() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
- getExecutionJobManager() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
- getExecutionJobManager() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- getExecutionJobSettings() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
- getExecutionJobSettings() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
- getExecutionJobSettings() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- 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
-
- getExpandedCopyContent() - Method in class org.knime.core.node.workflow.action.ExpandSubnodeResult
-
- getExpectedFrequencyName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
-
- getExpectedValue() - Method in class org.knime.core.data.xml.util.XmlDomComparer.Diff
-
- getExpiration() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- 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
-
- getExportComponent() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeLearnerGraphView2
-
Method that is called by the framework when the view is saved as image
or vector graphics (action available through the file menu).
- getExportComponent() - Method in class org.knime.core.node.NodeView
-
Method that is called by the framework when the view is saved as image
or vector graphics (action available through the file menu).
- 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
-
- getExtension(String) - Static method in class org.knime.core.node.util.ViewUtils
-
- getExtensionHistory() - Static method in class org.knime.base.node.io.listfiles.ListFilesSettings
-
- getExtensionHistory() - Static method in class org.knime.base.node.io.listfiles2.ListFilesSettings
-
- getExtensionPointDriver() - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
-
- getExtensions() - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
-
- getExtensionsString() - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
-
- getExtensionsString() - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
-
- getExternalErrorOutput() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
-
- getExternalOutput() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
-
- getExternalOutput() - Method in interface org.knime.core.node.dialog.OutputNode
-
Returns an object representing the node's external output.
- getExternalOutputs() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Receive output from workflow by means of
OutputNode.
- getExtractPropertyHandlersModel() - Static method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeDialog
-
- 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.
- getExtremeOutliers() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- getFactor() - Method in class org.knime.core.data.property.SizeModelDouble
-
- getFactories() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactoryManager
-
- getFactories(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactoryManager
-
Returns a list of missing cell handler factories for a certain data type.
- getFactories(DataType[]) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactoryManager
-
Returns a list of missing cell handler factories for certain data types.
- getFactories() - Method in class org.knime.core.node.port.database.connection.PriorityDriverFactory
-
- getFactoriesForDestinationType(DataType) - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
-
Get all factories with the given destination type.
- getFactoriesForDestinationType(Class<T>) - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
-
- getFactoriesForSourceType(Class<T>) - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
-
- getFactoriesForSourceType(DataType) - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
-
- getFactorList() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- getFactors() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Get the factors.
- 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.base.node.preproc.pmml.missingval.MVIndividualSettings
-
Returns the factory selected by the user.
- getFactory() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
-
- getFactory(DataType, ExecutionContext) - Method in class org.knime.core.data.DataTypeRegistry
-
Returns a factory for the given data type.
- getFactory(String, ExecutionContext) - Method in class org.knime.core.data.DataTypeRegistry
-
Returns a factory for the base cell class.
- getFactory() - Method in class org.knime.core.node.Node
-
NOTE: it is not recommended to call this method anywhere else than in them
core.
- getFactory() - Method in class org.knime.core.node.NodeInfo
-
- getFactoryByID(String) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactoryManager
-
Returns a factory instance with the given class name.
- getFactoryClass() - Method in class org.knime.core.node.NodeAndBundleInformation
-
Returns the node's factory class name.
- getFactoryCount() - Method in class org.knime.core.data.container.RearrangeColumnsTable.NewColumnsProducerMapping
-
- 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
-
- getFailingBehavior() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
-
- getFallbackStrategy() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
-
Returns the fall back sorting strategy.
- getFalseCount() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
- getFalseCount() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
Returns the count of false predictions.
- getFeature(Bundle) - Static method in class org.knime.core.eclipseUtil.OSGIHelper
-
Returns the feature in which the given bundle is packaged.
- getFeatureName(int) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterViewData
-
Returns the name of the i-th feature
- getFeatureName() - Method in class org.knime.core.node.NodeAndBundleInformation
-
Returns the features's name in which the node is contained.
- getFeatureSymbolicName() - Method in class org.knime.core.node.NodeAndBundleInformation
-
Returns the features's symbolic name in which the node is contained.
- getFeatureVendor() - Method in class org.knime.core.node.NodeAndBundleInformation
-
Returns the features' vendor in which the node is contained.
- getFeatureVersion() - Method in class org.knime.core.node.NodeAndBundleInformation
-
Returns the features's version in which the node is contained.
- getFgColor() - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
-
- getField() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
-
- getFieldType(int) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
-
Returns the field type for the given column.
- getFile(String) - Static method in class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
-
Return a file object for the given fileName.
- getFile() - Method in class org.knime.core.data.filestore.FileStore
-
- 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
-
- getFile() - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
-
- getFile() - Method in class org.knime.core.util.node.quickform.out.FileDownloadQuickFormOutElement
-
- getFileExtModel() - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeDialog
-
- getFileFromURL(URL) - Static method in class org.knime.core.util.FileUtil
-
Returns the file path from a 'file' or 'knime' URL.
- getFileHasColumnHeaders() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- getFileHasRowHeaders() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- getFileHistory() - Static method in class org.knime.base.node.io.filereader.FileReaderNodeModel
-
- getFileLocation() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- 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.
- getFilenameModel() - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeDialog
-
- getFileOverwritePolicy() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- getFilePath() - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
-
Get file name path (shown in renderer).
- getFileReaderSettings() - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
-
- getFileSize() - Method in class org.knime.base.node.util.BufferedFileReader
-
- getFileStore() - Method in class org.knime.core.data.filestore.FileStoreCell
-
- getFileStore(int) - Method in class org.knime.core.data.filestore.FileStorePortObject
-
Access to the underlying file store.
- getFileStore(FileStoreCell) - Static method in class org.knime.core.data.filestore.FileStoreUtil
-
- getFileStore(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.EmptyFileStoreHandler
- getFileStore() - Method in class org.knime.core.data.filestore.internal.FileStoreProxy
-
- getFileStore(FileStoreKey) - Method in interface org.knime.core.data.filestore.internal.IFileStoreHandler
-
- getFileStore(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
- getFileStore(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- getFileStore(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
- getFileStore(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
- getFileStoreCount() - Method in class org.knime.core.data.filestore.FileStorePortObject
-
- getFileStoreFactory() - Method in class org.knime.base.data.aggregation.GlobalSettings
-
- getFileStoreFactory() - Method in class org.knime.core.data.container.AbstractCellFactory
-
- getFileStoreHandler() - Method in class org.knime.core.data.container.DataContainer
-
- getFileStoreHandler() - Method in class org.knime.core.data.filestore.FileStore
-
- getFileStoreHandler(FileStoreCell) - Static method in class org.knime.core.data.filestore.FileStoreUtil
-
- getFileStoreHandler(FileStore) - Static method in class org.knime.core.data.filestore.FileStoreUtil
-
- getFileStoreHandler() - Method in class org.knime.core.data.filestore.internal.FileStoreProxy
-
- getFileStoreHandler() - Method in class org.knime.core.node.CopyNodePersistor
- getFileStoreHandler() - Method in class org.knime.core.node.ExecutionContext
-
- getFileStoreHandler() - Method in class org.knime.core.node.FileNodePersistor
- getFileStoreHandler() - Method in class org.knime.core.node.Node
-
- getFileStoreHandler() - Method in interface org.knime.core.node.NodeContentPersistor
-
- getFileStoreHandler() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
- getFileStoreHandler() - Method in class org.knime.core.node.workflow.FlowLoopContext
-
- getFileStoreHandlerRepository() - Method in class org.knime.core.data.container.Buffer
-
Used while reading file store cells.
- getFileStoreHandlerRepository() - Method in class org.knime.core.data.filestore.internal.EmptyFileStoreHandler
- getFileStoreHandlerRepository() - Method in interface org.knime.core.data.filestore.internal.IFileStoreHandler
-
- getFileStoreHandlerRepository() - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
- getFileStoreHandlerRepository() - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- getFileStoreHandlerRepository() - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
- getFileStoreHandlerRepository() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
- getFileStoreHandlerRepository() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
The repository of file store handlers.
- getFileStoreHandlerRepository() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
- getFileStoreHandlerRepository() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
The repository of file store handlers.
- getFileStoreHandlerRepository() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
The repository of file store handlers.
- getFileStoreHandlerRepository() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
The repository of file store handlers.
- getFileStoreHandlerRepository() - Method in class org.knime.core.node.workflow.WorkflowCreationHelper
-
- getFileStoreHandlerRepository() - Method in class org.knime.core.node.workflow.WorkflowManager
-
- getFileStoreHandlerRepository() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
The repository of file store handlers.
- getFileStoreKey() - Method in class org.knime.core.data.filestore.FileStoreCell
-
- getFileStoreKey(FileStore) - Static method in class org.knime.core.data.filestore.FileStoreUtil
-
- getFileStoreKey(FileStoreCell) - Static method in class org.knime.core.data.filestore.FileStoreUtil
-
- getFileStoreKey() - Method in class org.knime.core.data.filestore.internal.FileStoreProxy
-
- getFileStoreProxies() - Method in class org.knime.core.data.filestore.FileStorePortObject
-
- getFileStores(FileStorePortObject) - Static method in class org.knime.core.data.filestore.FileStoreUtil
-
- 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 class org.knime.base.node.io.listfiles2.ListFilesSettings
-
- getFilter() - Method in enum org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel.ColType
-
- getFilter() - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
-
Returns the filter used by this configuration.
- getFilter() - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterConfiguration
-
Returns the filter used by this configuration.
- getFilterClasses() - Method in class org.knime.core.node.util.filter.column.DataTypeColumnFilter
-
- getFilterConfiguration() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
Get filter for included columns (independent variables).
- getFilterConfiguration() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
-
- getFilterConfiguration() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- getFilterConfiguration() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- getFilterConfiguration() - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
-
- getFilterConfiguration() - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
-
- getFilterConfiguration() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
- getFilterConfiguration() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
-
- getFilterConfiguration() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
-
- getFilterDoubleColModel() - Static method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeDialog
-
Creates and returns the settings model, storing the selected columns.
- getFilterDoubleColModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
-
Creates and returns the settings model, storing the selected columns.
- 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.
- getFilterHandler() - Method in class org.knime.core.data.DataColumnSpec
-
Returns the FilterHandler defined on this column, if available.
- getFilterLeftJoinOnColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- getFilterMissingValues() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
-
Deprecated.
- getFilterPanel(String) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
-
Returns the panel to the given filter type.
- getFilterPanel(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Returns the panel to the given filter type.
- getFilterResult(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
Returns the object holding the include and exclude columns.
- getFilterRightJoinOnColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- getFilterUUID() - Method in class org.knime.core.data.property.filter.FilterModel
-
- 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.core.util.tokenizer.Delimiter
-
- getFirstCharOfBegin() - Method in class org.knime.core.util.tokenizer.Comment
-
- getFirstCharOfLeft() - Method in class org.knime.core.util.tokenizer.Quote
-
- getFirstCompareColumn() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
- getFirstCompareColumn() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
Returns the name of the first column to compare.
- getFirstCompID() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
-
Returns the identifier to address the first column name 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.MissingValueHandling2ColSetting
-
Deprecated.
- 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.
- getFloat(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return float for key.
- getFloat(String, float) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return float for key or the default value if not available.
- getFloat(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return float for key.
- getFloat(String, float) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return float for key or the default value if not available.
- getFloat() - Method in class org.knime.core.node.config.base.ConfigFloatEntry
-
- getFloat(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the float configuration parameter registered under the given
ID.
- getFloatArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return float array for key or the default value if not available.
- getFloatArray(String, float...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return float array which can be null for key, or the default array if
the key is not available.
- getFloatArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return float array for key or the default value if not available.
- getFloatArray(String, float...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return float array which can be null for key, or the default array if
the key is not available.
- getFloatArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the float array configuration parameter registered under the
given ID.
- getFlowContext() - Method in interface org.knime.core.node.workflow.ScopeEndNode
-
- getFlowObjects() - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
-
The flow objects associated with the node.
- getFlowObjects() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
The flow objects associated with the node.
- getFlowObjects() - Method in interface org.knime.core.node.workflow.SingleNodeContainerPersistor
-
The flow objects associated with the node.
- 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.NativeNodeContainer
-
The input stack associated with this node - for ordinary nodes this is the the merged stack of the input
(ignoring any variables pushed by the node itself), for workflows this is the workflow variable "stack".
- getFlowObjectStack() - Method in class org.knime.core.node.workflow.NodeContainer
-
The input stack associated with this node - for ordinary nodes this is the the merged stack of the input
(ignoring any variables pushed by the node itself), for workflows this is the workflow variable "stack".
- getFlowObjectStack() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
-
- getFlowObjectStack() - Method in interface org.knime.core.node.workflow.NodeOutPort
-
- getFlowObjectStack() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
-
- getFlowObjectStack() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
The input stack associated with this node - for ordinary nodes this is the the merged stack of the input
(ignoring any variables pushed by the node itself), for workflows this is the workflow variable "stack".
- getFlowObjectStack() - Method in class org.knime.core.node.workflow.WorkflowManager
-
The input stack associated with this node - for ordinary nodes this is the the merged stack of the input
(ignoring any variables pushed by the node itself), for workflows this is the workflow variable "stack".
- getFlowVarComponent() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
-
Get the flow variable dialog component.
- getFlowVariable(FlowVariableProvider, String, Class<T>) - Static method in class org.knime.base.util.flowvariable.FlowVariableResolver
-
Provides generic access to flow variables of the given provider.
- getFlowVariable() - Method in class org.knime.core.node.util.FlowVariableListCellRenderer.FlowVariableCell
-
Returns the contained flow variable.
- getFlowVariableModel() - Method in class org.knime.core.node.FlowVariableModelButton
-
- getFlowVariablePrefix() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
Get the flow variable prefix.
- getFlowVariablePrefix() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
-
- getFlowVariablePrefix() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
-
- getFlowVariables() - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
-
List of flow variables to be exposed, never null.
- getFlowVariables() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkNodeInput
-
- getFlowVariables() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeExchange
-
- 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
- getFlowVarModel() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
Get the flow variable settings model.
- getFlowVarPrefix() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
-
Returns the flow variable prefix from the node model.
- getFlowVarTypes() - Method in class org.knime.core.node.util.dialog.TypeProvider
-
- getFN(int) - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
Returns the false negatives for the given class index.
- getFocusBorder() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
-
Get foreground color of the button when the cell has focus.
- getFocusBorder() - Method in class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
-
Deprecated.
Get foreground color of the button when the cell has focus.
- 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.AnnotationData.StyleRange
-
- getFontSize() - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
-
- getFontStyle() - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
-
- getFormat() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- getFormat(boolean, boolean, boolean) - Static method in class org.knime.core.data.date.DateAndTimeCell
-
- getFormat() - Method in class org.knime.core.util.node.quickform.in.SketcherInputQuickFormInElement
-
- getFormatParameter() - Method in class org.knime.base.node.io.filereader.ColProperty
-
Returns the optional format parameter used by some cell factories.
- getFormatParameter() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
-
- getFormatParameterForColumn(int) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Returns an optional format for the column.
- getFormatParameterForColumn(int) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Returns an optional format for the column.
- getFormatParameters() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- getFP(int) - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
Returns the false positives for the given class index.
- getFractionSizes() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
-
- getFractionSizesAsString() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
-
- getFrame() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
-
- getFrequencies() - Method in class org.knime.core.node.NodeFrequencies
-
Returns a (unmodifieable) list of node triples.
- 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.
- getFrom() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- 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.
- getFromStringHistoryID() - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- 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
- getFunction() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
- getFunction(String) - Method in class org.knime.base.data.aggregation.AggregationMethods
- getFunction() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationFunctionRow
-
- getFunction() - Method in class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
- getFunction(String) - Method in class org.knime.base.node.io.database.groupby.dialog.DBAggregationFunctionProvider
- getFunction(String) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunctionProvider
-
- getFunction() - Method in class org.knime.core.node.port.database.aggregation.function.AbstractDistinctDBAggregationFunction
-
- getFunction() - Method in class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction
- getFunction() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
-
- getFunction() - Method in class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction
- getFunction() - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
- getFunction() - Method in class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction
- getFunctionModel() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
- getFunctionName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
-
Gets the "functionName" attribute.
- getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
-
Gets the "functionName" attribute.
- getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
-
Gets the "functionName" attribute.
- getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
Gets the "functionName" attribute.
- getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
-
Gets the "functionName" attribute.
- getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
-
Gets the "functionName" attribute.
- getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
-
Gets the "functionName" attribute.
- getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
-
Gets the "functionName" attribute.
- getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
-
Gets the "functionName" attribute.
- getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
-
Gets the "functionName" attribute.
- getFunctions(boolean) - Method in class org.knime.base.data.aggregation.AggregationMethods
- getFunctions(boolean) - Method in class org.knime.base.node.io.database.groupby.dialog.DBAggregationFunctionProvider
- getFunctions(boolean) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunctionProvider
-
- 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
-
- getGlobalStatsSpecs() - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
-
- getGlobalStatsTable(ExecutionContext) - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
-
- 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.FileSingleNodeContainerPersistor
-
- getGlobalTableRepository() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
- 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.WorkflowCreationHelper
-
- getGlobalTableRepository() - Method in class org.knime.core.node.workflow.WorkflowManager
-
- getGlobalTableRepository() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
- getGraphView() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
-
Get the graph where this
NodeWidget is element of.
- getGridX() - Method in class org.knime.core.node.workflow.EditorUIInformation
-
- getGridY() - Method in class org.knime.core.node.workflow.EditorUIInformation
-
- getGroupByColumns() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
Returns list of columns selected for group-by operation.
- getGroupColNames() - Method in class org.knime.base.data.aggregation.GlobalSettings
-
- getGroupCols() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
-
- getGroupColumn() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
-
- getGroupColumn() - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
-
- getGroupMembers() - Method in class org.knime.base.data.aggregation.general.SetCellOperator
-
- getGroupName() - Method in class org.knime.core.data.BooleanValue.BooleanUtilityFactory
-
Returns the name of a group the data value belongs to.
- getGroupName() - Method in class org.knime.core.data.date.DateAndTimeUtility
-
Returns the name of a group the data value belongs to.
- getGroupName() - Method in class org.knime.core.data.DoubleValue.DoubleUtilityFactory
-
Returns the name of a group the data value belongs to.
- getGroupName() - Method in class org.knime.core.data.ExtensibleUtilityFactory
-
Returns the name of a group the data value belongs to.
- getGroupName() - Method in class org.knime.core.data.image.png.PNGImageValue.ImageCellUtilityFactory
-
Returns the name of a group the data value belongs to.
- getGroupName() - Method in class org.knime.core.data.IntValue.IntUtilityFactory
-
Returns the name of a group the data value belongs to.
- getGroupName() - Method in class org.knime.core.data.LongValue.LongUtilityFactory
-
Returns the name of a group the data value belongs to.
- getGroupName() - Method in class org.knime.core.data.StringValue.StringUtilityFactory
-
Returns the name of a group the data value belongs to.
- getGroupName() - Method in class org.knime.core.data.vector.doublevector.DoubleVectorValue.DoubleVectorUtilityFactory
-
Returns the name of a group the data value belongs to.
- getGroupName() - Method in class org.knime.core.data.vector.stringvector.StringVectorValue.StringVectorUtilityFactory
-
Returns the name of a group the data value belongs to.
- getGroupVals() - Method in class org.knime.base.node.preproc.groupby.GroupKey
-
- getGUIMustReportDataLoadErrors() - Method in class org.knime.core.node.workflow.WorkflowPersistor.MetaNodeLinkUpdateResult
-
- getHandler(UUID) - Method in class org.knime.core.data.filestore.internal.FileStoreHandlerRepository
-
Get handler to ID (which is part of a saved data stream)
- getHandler(UUID) - Method in class org.knime.core.data.filestore.internal.NotInWorkflowFileStoreHandlerRepository
-
Get handler to ID (which is part of a saved data stream)
- getHandler(UUID) - Method in class org.knime.core.data.filestore.internal.WorkflowFileStoreHandlerRepository
-
Get handler to ID (which is part of a saved data stream)
- getHandlerForLoad() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
-
- getHandlerForLoad() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
-
Deprecated.
- getHandlerNotNull(UUID) - Method in class org.knime.core.data.filestore.internal.FileStoreHandlerRepository
-
Get handler to ID (which is part of a saved data stream).
- getHandlerNotNull(UUID) - Method in class org.knime.core.data.filestore.internal.NotInWorkflowFileStoreHandlerRepository
-
Get handler to ID (which is part of a saved data stream).
- getHandlerNotNull(UUID) - Method in class org.knime.core.data.filestore.internal.WorkflowFileStoreHandlerRepository
-
Get handler to id, never null.
- getHasColHeaders() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- getHasCurvedConnections() - Method in class org.knime.core.node.workflow.EditorUIInformation
-
- getHasCustomPredictionName() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
-
- getHasRowHeader() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- 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.
- getHeaderField(int) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getHeaderField(String) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getHeaderFieldDate(String, long) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getHeaderFieldInt(String, int) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getHeaderFieldKey(int) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getHeaderFieldLong(String, long) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getHeaderFields() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- 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.core.node.util.ColumnPairsSelectionPanel
-
Returns a component which is intended to be used as the header view of
a scroll pane.
- getHeaderView(String, String) - Method in class org.knime.core.node.util.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.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- 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.Annotation
-
- getHeight() - Method in class org.knime.core.node.workflow.AnnotationData
-
- getHexDump(InputStream, int) - Static method in class org.knime.core.data.blob.BinaryObjectCellFactory
-
Utility method to get a hex dump of a binary input stream.
- 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
-
- getHiLiteAnnotationsTable() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
-
- 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.rowkey2.RowKeyUtil2
-
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
-
- getHiliteRowCount() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- getHiliteRowCount() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- getHiliteShape() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
-
- getHiliteShape() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- getHiliteShape() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- 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.learner2.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
-
- getHistogramVizModel() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
-
- getHistogramVizModel() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
-
- getHistory() - Method in class org.knime.core.node.util.StringHistory
-
Get the history in an array with the most recently added element first.
- getHost() - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
-
Returns the database's host name.
- 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
-
Deprecated.
- getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
-
Deprecated.
- getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
Deprecated.
- getHTMLView() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
Deprecated.
- getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
Deprecated.
- getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
Deprecated.
- getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
- getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
- getHTMLView() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
- getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
- getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
- getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
-
Deprecated.
- getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
Deprecated.
- getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
Deprecated.
- getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
Deprecated.
- getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
- getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
- getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
- getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.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.blob.BinaryObjectDataValue.BinaryObjectUtilityFactory
-
Get an icon representing this value.
- 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
-
- 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.filestore.internal.FileStoreKeyDataValue.FileStoreKeyUtilityFactory
-
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.ImageValue.ImageValueUtilityFactory
-
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.vector.doublevector.DoubleVectorValue.DoubleVectorUtilityFactory
-
Get an icon representing this value.
- getIcon() - Method in class org.knime.core.data.vector.stringvector.StringVectorValue.StringVectorUtilityFactory
-
Get an icon representing this value.
- getIcon() - Method in class org.knime.core.data.xml.PMMLValue.PMMLUtilityFactory
-
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.CopyContentIntoTempFlowNodeExecutionJobManager
- 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.NativeNodeContainer
- 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.SubNodeContainer
- getIcon() - Method in class org.knime.core.node.workflow.WorkflowManager
- getIconForChild(NodeContainer) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
-
Called when this job manager is set on a metanode and controls the execution of the argument child node.
- getIconForWorkflow() - Method in class org.knime.core.node.exec.CopyContentIntoTempFlowNodeExecutionJobManager
-
The icon that is shown in the workflow editor if the corresponding metanode or its parent metanode
has this job manager set.
- getIconForWorkflow() - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
-
The icon that is shown in the workflow editor if the corresponding metanode or its parent metanode
has this job manager set.
- 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
-
- getIconHeight() - Method in class org.knime.core.node.defaultnodesettings.ColorIcon
- getIconHeight() - Method in class org.knime.core.node.util.CompositeIcon
-
Deprecated.
Returns the icon's height.
- getIconHeight() - Method in class org.knime.core.node.util.VTextIcon
-
Deprecated.
Returns the icon's height.
- getIconPath() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
-
Returns the path to the node's icon.
- getIconPath() - Method in class org.knime.core.node.DelegateNodeDescription
-
Returns the path to the node's icon.
- getIconPath() - Method in class org.knime.core.node.NodeDescription
-
Returns the path to the node's icon.
- getIconPath() - Method in class org.knime.core.node.NodeDescription13Proxy
-
Returns the path to the node's icon.
- getIconPath() - Method in class org.knime.core.node.NodeDescription210Proxy
-
Returns the path to the node's icon.
- getIconPath() - Method in class org.knime.core.node.NodeDescription212Proxy
-
Returns the path to the node's icon.
- getIconPath() - Method in class org.knime.core.node.NodeDescription27Proxy
-
Returns the path to the node's icon.
- getIconPath() - Method in class org.knime.core.node.NodeDescription28Proxy
-
Returns the path to the node's icon.
- getIconPath() - Method in class org.knime.core.node.NodeDescription31Proxy
-
Returns the path to the node's icon.
- getIconPath() - Method in class org.knime.core.node.NoDescriptionProxy
-
Returns the path to the node's icon.
- 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
-
- getIconWidth() - Method in class org.knime.core.node.defaultnodesettings.ColorIcon
- getIconWidth() - Method in class org.knime.core.node.util.CompositeIcon
-
Deprecated.
Returns the icon's width.
- getIconWidth() - Method in class org.knime.core.node.util.VTextIcon
-
Deprecated.
Returns the icon's width.
- getId() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
The unique identifier of the function 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 function 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.database.DBSortItem
-
Each SortItem has a unique ID.
- 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.pmml.missingval.handlers.DoNothingMissingCellHandlerFactory
- getID() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory
- getID() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory
- getID() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandlerFactory
- getID() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandlerFactory
- getID() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
-
- getID() - Method in class org.knime.base.node.preproc.sorter.SortItem
-
Each SortItem has a unique ID.
- getId() - Method in class org.knime.core.data.renderer.AbstractDataValueRendererFactory
-
Returns a unique ID for this renderer.
- getId() - Method in interface org.knime.core.data.renderer.DataValueRendererFactory
-
Returns a unique ID for this renderer.
- getID() - Method in class org.knime.core.node.dialog.ExternalNodeData
-
Returns an ID for this data object (may be an empty string if the node is not configured yet).
- getID() - Method in class org.knime.core.node.exec.CopyContentIntoTempFlowNodeExecutionJobManager
-
Returns a unique ID of this job manager implementations.
- getId() - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
-
Get the currently set ID or null if none have been set.
- 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 interface org.knime.core.node.port.database.aggregation.AggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in interface org.knime.core.node.port.database.aggregation.DBAggregationFunctionFactory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.AbstractDistinctDBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.AvgDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.BitAndDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.BitOrDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.BitXOrDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.CorrDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.CorrDBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.CountDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.FirstDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.h2.BoolAndDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.h2.BoolOrDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.h2.SelectivtyDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.LastDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.MaxDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.MinDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.postgresql.ArrayAggDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.sqlite.TotalDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.StdDevPopDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.StdDevSampDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.SumDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.VariancePopDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.VarianceSampDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.VarPopDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.function.VarSampDBAggregationFunction.Factory
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- getId() - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
-
The unique identifier of the function that is used for registration and
identification of the aggregation method.
- 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.NodeContainerTemplate
-
- 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.NodeGraphAnnotation
-
- 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
-
- getID() - Method in class org.knime.core.util.node.config.AbstractConfigElement
-
- getIdentifier() - Method in class org.knime.core.data.convert.datacell.ArrayToCollectionConverterFactory
-
- getIdentifier() - Method in class org.knime.core.data.convert.datacell.FactoryMethodToDataCellConverterFactory
-
- getIdentifier() - Method in interface org.knime.core.data.convert.datacell.JavaToDataCellConverterFactory
-
Get the identifier for this factory.
- getIdentifier() - Method in class org.knime.core.data.convert.datacell.SimpleJavaToDataCellConverterFactory
-
- getIdentifier() - Method in class org.knime.core.data.convert.java.CollectionConverterFactory
-
- getIdentifier() - Method in interface org.knime.core.data.convert.java.DataCellToJavaConverterFactory
-
Get the identifier for this factory.
- getIdentifier() - Method in class org.knime.core.data.convert.java.MissingToNullConverterFactory
-
- getIdentifier() - Method in class org.knime.core.data.convert.java.SimpleDataCellToJavaConverterFactory
-
- getIdentifier() - Method in class org.knime.core.data.convert.util.SerializeUtil.FactoryPlaceholder
-
Get the identifier for the factory
- getIDWithoutRoot() - Method in class org.knime.core.node.workflow.NodeID
-
- 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
-
- getIfModifiedSince() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getIfNotExistsFragment(boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorIfNotExistsImpl
- getIfNotExistsFragment(boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
- getIfNotExistsSettingsModel() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
- 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.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
-
Get the image that will be send to the output.
- getImage() - Method in class org.knime.core.data.image.png.PNGImageContent
-
Get the image represented by this object.
- getImageColumnSettingsModel() - Static method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeDialog
-
- 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.
- getImageContent() - Method in class org.knime.core.util.node.quickform.out.ImageOutputQuickFormOutElement
-
- getImageDescription() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
-
A short description of the image return by getImage().
- getImageExtension() - Method in interface org.knime.core.data.image.ImageValue
-
- getImageExtension() - Method in class org.knime.core.data.image.png.PNGImageBlobCell
- getImageExtension() - Method in class org.knime.core.data.image.png.PNGImageCell
- getImageFile100(String) - Static method in class org.knime.core.node.util.ViewUtils
-
- getImageFile150(String) - Static method in class org.knime.core.node.util.ViewUtils
-
- getImageFile200(String) - Static method in class org.knime.core.node.util.ViewUtils
-
- 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.io.fixedwidthfr.FixedWidthColProperty
-
- 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.flowvariable.appendvariabletotable.AppendVariableToTableSettings
-
Deprecated.
- getIncludeAll() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
-
Deprecated.
- 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
-
- getIncludeAll() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- getIncludeAll() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- getIncludeCols() - Method in class org.knime.base.node.preproc.pmml.PMMLStringConversionTranslator
-
- getIncludeCols() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.PMMLStringConversionTranslator
-
- getIncludeConstant() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
Returns true when the constant term (intercept) should be estimated.
- getIncludeConstant() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Returns true when the constant term (intercept) was estimated.
- getIncludedColIndices() - Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
-
Deprecated.
- getIncludedColIndices() - Method in class org.knime.base.node.preproc.columntrans2.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.io.database.DBSorterNodeDialogPanel
-
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
-
- getIncludedColumnNames() - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
-
- getIncludedColumns() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
-
The included columns which are the independent variables.
- getIncludedColumns() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
-
- getIncludedColumns() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- getIncludedColumnSet() - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Returns all columns from the include list.
- getIncludedNamesAsSet() - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Returns a set of the names of all included items.
- getIncludeList() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
- getIncludeList() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
- getIncludeList() - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
- getIncludeProbabilities() - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
-
Deprecated.
- getIncludeProbabilities() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
-
- getIncludes() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- 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.
- getIncludes() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration.FilterResult
-
- getInColumn() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
-
Get the input column.
- getInColumn() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
-
Get the input column.
- getInColumnList() - Method in class org.knime.core.node.util.dialog.field.FieldCollection
-
- 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.
- getIncrement() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- getIncrement() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- getInData(int) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeModel
-
Call to get the in data table of the previous iteration.
- getInData() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
-
Call to get the in data table of the last iteration.
- getInDataContainer() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- getIndex(S) - Method in class org.knime.base.node.mine.decisiontree2.learner2.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.mine.regression.pmmlgreg.VectorHandling.NameAndIndex
-
- 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.InputRow
-
- getIndex() - Method in class org.knime.core.data.filestore.internal.FileStoreKey
-
- getIndex() - Method in class org.knime.core.data.util.SynchronizedIterator.ElementAndIndex
-
- getIndex(TreeNode) - Method in class org.knime.core.node.config.base.AbstractConfigEntry
-
- getIndex(TreeNode) - Method in class org.knime.core.node.config.base.ConfigBase
-
Returns the index for a given TreeNode.
- getIndex(FieldsTableModel.Column) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
-
Get the index of the column.
- getIndex() - Method in class org.knime.core.node.workflow.NodeID
-
- getIndex() - Method in class org.knime.core.util.MultiThreadWorker.ComputationTask
-
- getIndexForColumn(String) - Method in class org.knime.base.data.statistics.Statistic
-
- getIndexMayBeAdded(S) - Method in class org.knime.base.node.mine.decisiontree2.learner2.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).
- getIndices() - Method in class org.knime.base.data.statistics.Statistic
-
- getIndicesInConfiguration() - Method in class org.knime.base.data.normalize.AffineTransTable
-
- getIndividualConfigurations() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
-
- getInFlowLayout(JComponent...) - Static method in class org.knime.core.node.util.ViewUtils
-
Constructs a new FlowLayout panel and adds the argument component(s) to
it.
- getInFlowLayout(int, JComponent...) - Static method in class org.knime.core.node.util.ViewUtils
-
Constructs a new FlowLayout panel and adds the argument component(s) to
it.
- getInFlowLayout(int, int, int, JComponent...) - Static method in class org.knime.core.node.util.ViewUtils
-
Constructs a new FlowLayout panel and adds the argument component(s) to
it.
- getInFlowVariableList() - Method in class org.knime.core.node.util.dialog.field.FieldCollection
-
- getInfo() - Method in class org.knime.core.node.port.database.DatabaseWrappedDriver
-
- getInfo(Driver) - Static method in class org.knime.core.node.port.database.DatabaseWrappedDriver
-
- 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.Node
-
- 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.
- getInitialScopeContext() - Method in class org.knime.core.node.Node
-
- getInitialScopeContext() - Method in class org.knime.core.node.NodeModel
-
Return appropriate FlowLoopContext object depending on the type of ScopeStartNode.
- getInitMethodName() - Method in class org.knime.core.node.web.DefaultWebTemplate
-
- getInitMethodName() - Method in interface org.knime.core.node.web.WebTemplate
-
- getInPercent() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
- getInPort(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
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.NodeContainer
-
- getInPort(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
- getInPort(int) - Method in class org.knime.core.node.workflow.WorkflowManager
- getInportDescription(int) - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
-
Returns a description for an input port.
- getInportDescription(int) - Method in class org.knime.core.node.DelegateNodeDescription
-
Returns a description for an input port.
- getInportDescription(int) - Method in class org.knime.core.node.NodeDescription
-
Returns a description for an input port.
- getInportDescription(int) - Method in class org.knime.core.node.NodeDescription13Proxy
-
Returns a description for an input port.
- getInportDescription(int) - Method in class org.knime.core.node.NodeDescription210Proxy
-
Returns a description for an input port.
- getInportDescription(int) - Method in class org.knime.core.node.NodeDescription212Proxy
-
Returns a description for an input port.
- getInportDescription(int) - Method in class org.knime.core.node.NodeDescription27Proxy
-
Returns a description for an input port.
- getInportDescription(int) - Method in class org.knime.core.node.NodeDescription28Proxy
-
Returns a description for an input port.
- getInportDescription(int) - Method in class org.knime.core.node.NodeDescription31Proxy
-
Returns a description for an input port.
- getInportDescription(int) - Method in class org.knime.core.node.NodeFactory
-
Returns a description for an input port.
- getInportDescription(int) - Method in class org.knime.core.node.NoDescriptionProxy
-
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.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
-
Returns a name for an input port.
- getInportName(int) - Method in class org.knime.core.node.DelegateNodeDescription
-
Returns a name for an input port.
- getInportName(int) - Method in class org.knime.core.node.Node
-
Return name of input connector.
- getInportName(int) - Method in class org.knime.core.node.NodeDescription
-
Returns a name for an input port.
- getInportName(int) - Method in class org.knime.core.node.NodeDescription13Proxy
-
Returns a name for an input port.
- getInportName(int) - Method in class org.knime.core.node.NodeDescription210Proxy
-
Returns a name for an input port.
- getInportName(int) - Method in class org.knime.core.node.NodeDescription212Proxy
-
Returns a name for an input port.
- getInportName(int) - Method in class org.knime.core.node.NodeDescription27Proxy
-
Returns a name for an input port.
- getInportName(int) - Method in class org.knime.core.node.NodeDescription28Proxy
-
Returns a name for an input port.
- getInportName(int) - Method in class org.knime.core.node.NodeDescription31Proxy
-
Returns a name for an input port.
- getInportName(int) - Method in class org.knime.core.node.NodeFactory
-
Returns a name for an input port.
- getInportName(int) - Method in class org.knime.core.node.NoDescriptionProxy
-
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.FileWorkflowPersistor
-
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.
- getInPortTemplates() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
- getInPortTemplates() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
- getInPortTemplates() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
- getInPortTemplates() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
- 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.SubNodeContainerPersistor
-
- getInPortTemplates() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
- getInPortType(int) - Method in class org.knime.core.node.NodeModel
-
Port type as specified in constructor.
- getInput() - Method in class org.knime.base.data.neural.InputPerceptron
-
Returns the current input of the perceptron.
- getInput() - Method in class org.knime.core.util.MultiThreadWorker.ComputationTask
-
- getInputColName() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.ConfigurationContainer
-
- getInputColumn() - Method in class org.knime.base.node.util.ExpandVectorNodeModel
-
- getInputColumnName() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
-
- getInputColumnNames() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
-
get names of input columns.
- getInputData() - Method in interface org.knime.core.node.dialog.InputNode
-
Returns a template for the expected input data.
- 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.
- getInputListModel() - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
-
- getInputMapping() - Method in class org.knime.base.data.neural.MultiLayerPerceptron
-
Allows to get the input mapping from input neurons to columns.
- getInputNodes() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Get quickform nodes on the root level along with their currently set value.
- getInputObjects() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkNodeInput
-
- getInputPattern() - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregator
-
- getInputPattern() - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRow
-
- getInputPortIndex() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
- getInputPortInfo() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- getInputPortRoles() - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.io.database.DBWriterNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.mine.knn.KnnNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.core.node.NodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputPortRoles() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
Streaming API (pending):
Defines properties on the input ports when used in a streamed and/or
distributed fashion.
- getInputStream() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getInputTableSpec() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
- 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.data.aggregation.AggregationMethods
-
Returns the only instance of this class.
- getInstance() - Static method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeNameSorter
-
Returns the only instance of this class.
- 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.mine.util.PredictorHelper
-
- getInstance() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandlerFactory
-
- getInstance() - Static method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactoryManager
-
Singleton instance of the MissingCellHandlerManager.
- 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() - Static method in class org.knime.core.data.container.BufferTracker
-
Returns the singleton instance.
- getInstance() - Static method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
-
- getInstance() - Static method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
-
Returns the singleton instance.
- getInstance() - Static method in class org.knime.core.data.convert.java.MissingToNullConverterFactory
-
Returns the singleton instance for this class.
- getInstance() - Static method in class org.knime.core.data.DataTypeRegistry
-
Returns the singleton instance.
- 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.data.util.memory.MemoryAlertSystem
-
- getInstance() - Static method in class org.knime.core.data.util.memory.MemoryObjectTracker
-
Deprecated.
- getInstance() - Static method in class org.knime.core.data.util.memory.MemoryWarningSystem
-
Deprecated.
Singleton on MemoryObjectTracker
- 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.base.ConfigBase
-
Creates a new ConfigBase of this type.
- getInstance() - Static method in class org.knime.core.node.config.base.XMLConfigEntityResolver
-
Returns a singleton instance of this resolver.
- 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() - Static method in class org.knime.core.node.NodeFactoryRepository
-
Returns the singleton instance.
- getInstance(String) - Method in class org.knime.core.node.NodeSettings
-
Creates a new Config of this type.
- getINSTANCE() - Static method in class org.knime.core.node.port.database.binning.CaseBinningStatementGenerator
-
- getINSTANCE() - Static method in class org.knime.core.node.port.database.binning.DefaultBinningStatementGenerator
-
- getInstance() - Static method in class org.knime.core.node.port.database.DatabaseUtilityRegistry
-
- getINSTANCE() - Static method in class org.knime.core.node.port.database.pivoting.CasePivotStatementGenerator
-
- getINSTANCE() - Static method in class org.knime.core.node.port.database.pivoting.DefaultPivotStatementGenerator
-
- getInstance() - Static method in class org.knime.core.node.port.database.RegisteredDriversConnectionFactory
-
- getInstance() - Static method in class org.knime.core.node.port.PortTypeRegistry
-
Returns the singleton instance.
- getInstance(String) - Static method in class org.knime.core.node.util.StringHistory
-
Get a history for an ID.
- getInstance(String, int) - 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.CLibrary
-
Returns an instance for this C library wrapper.
- getInstance() - Static method in class org.knime.core.util.KNIMETimer
-
Returns the singleton instance of the global KNIME timer.
- getInstanceFollowRedirects() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getInt(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return int for key.
- getInt(String, int) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return int for key or the default value if not available.
- getInt(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return int for key.
- getInt(String, int) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return int for key or the default value if not available.
- getInt() - Method in class org.knime.core.node.config.base.ConfigIntEntry
-
- getInt(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the int configuration parameter registered under the given
ID.
- getIntArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return int array which can be null for key, or the default array if the
key is not available.
- getIntArray(String, int...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return int array which can be null for key, or the default array if the
key is not available.
- getIntArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return int array which can be null for key, or the default array if the
key is not available.
- getIntArray(String, int...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return int array which can be null for key, or the default array if the
key is not available.
- getIntArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the int array configuration parameter registered under the
given ID.
- getIntegerBounds() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- getIntegerBounds() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- getInteractiveNodeView() - Method in class org.knime.core.node.NodeModel
-
- getInteractiveView(String) - Method in class org.knime.core.node.Node
-
Return a new instance of the interactive node's view (without opening it).
- getInteractiveView() - Method in class org.knime.core.node.workflow.NativeNodeContainer
- getInteractiveView() - Method in class org.knime.core.node.workflow.NodeContainer
-
- getInteractiveView() - Method in class org.knime.core.node.workflow.SubNodeContainer
- getInteractiveView() - Method in class org.knime.core.node.workflow.WorkflowManager
- getInteractiveViewName() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in class org.knime.core.node.DelegateNodeDescription
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in interface org.knime.core.node.interactive.InteractiveNodeFactoryExtension
-
- getInteractiveViewName() - Method in class org.knime.core.node.Node
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in class org.knime.core.node.NodeDescription
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in class org.knime.core.node.NodeDescription13Proxy
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in class org.knime.core.node.NodeDescription210Proxy
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in class org.knime.core.node.NodeDescription212Proxy
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in class org.knime.core.node.NodeDescription27Proxy
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in class org.knime.core.node.NodeDescription28Proxy
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in class org.knime.core.node.NodeDescription31Proxy
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in class org.knime.core.node.NodeFactory
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in class org.knime.core.node.NoDescriptionProxy
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in interface org.knime.core.node.wizard.WizardNodeFactoryExtension
-
- getInteractiveViewName() - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in class org.knime.core.node.workflow.NodeContainer
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Returns the name of the interactive view if such a view exists.
- getInteractiveWebViews() - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
- getInteractiveWebViews() - Method in class org.knime.core.node.workflow.NodeContainer
-
Get the 'interactive web views' provided by this node.
- getInteractiveWebViews() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- getInteractiveWebViews() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Returns an empty result.
- 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(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
-
Returns the value of the intercept for the given logit.
- getIntercept() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator.RegressionTable
-
- getIntercept() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Returns the value of the intercept.
- getInterceptPValue(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
-
Returns the value of the intercept's p-value.
- getInterceptPValue(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
-
Returns the value of the intercept's p-value.
- getInterceptPValue() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
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.
- getInterceptStdErr(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
-
Returns the value of the intercept's standard error for the given logit.
- getInterceptStdErr() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Returns the value of the intercept's standard error.
- getInterceptTValue() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Returns the value of the intercept's t-value.
- 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.
- getInterceptZScore(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.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
-
- getInternalHeldPortObjects() - Method in class org.knime.core.node.CopyNodePersistor
- getInternalHeldPortObjects() - Method in class org.knime.core.node.FileNodePersistor
- getInternalHeldPortObjects() - Method in class org.knime.core.node.Node
-
- getInternalHeldPortObjects() - Method in interface org.knime.core.node.NodeContentPersistor
-
- getInternalHeldPortObjects() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
- getInternalHeldPortObjects() - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
Get the tables/portobjects kept by the underlying node.
- getInternalIterator() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
-
Deprecated.
Get RowIterator of underlying table.
- getInternalIterator() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
-
Deprecated.
Get RowIterator of underlying table.
- getInternalNCState() - Method in class org.knime.core.node.workflow.NodeStateEvent
-
- getInternalPortObjects() - Method in interface org.knime.core.node.port.PortObjectHolder
-
The objects to be held internally and expected after the workflow got loaded.
- getInternalPortObjects() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
The objects to be held internally and expected after the workflow got loaded.
- getInternalState() - Method in class org.knime.core.node.workflow.NodeContainer
-
- getInternalState() - Method in class org.knime.core.node.workflow.WorkflowManager
-
- getInternalTables() - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
- getInternalTables() - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
- 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.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
-
- getIntExtension(Map<String, String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
-
- getIntForStatus() - Method in class org.knime.core.node.util.DateInputDialog
-
This method return an integer Status code, which reflects the currently active fields in the dialog.
- getIntitalMode() - Method in class org.knime.core.node.util.DateInputDialog
-
Returns how the dialog is configured, meaning which fields are displayed in it.
- getIntMappingsLeftPartition() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalBinary
-
Returns an array of integer mappings corresponding to the left partition
nominal values.
- getIntMappingsRightPartition() - Method in class org.knime.base.node.mine.decisiontree2.learner2.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
-
- getIntValue() - Method in enum org.knime.core.node.workflow.WorkflowExecutionMode
-
- getInvalidCause() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
- getInvalidCause() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- getInvalidColumnList(ListModel) - Static method in class org.knime.core.data.util.ListModelFilterUtils
-
Returns a set of all invalid columns as String.
- getInvalidExcludeColumns() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
-
Returns all invalid columns from the exclude list.
- getInvalidExcludeColumnSet() - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Returns all invalid columns from the exclude list.
- getInvalidIncludeColumns() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
-
Returns all invalid columns from the include list.
- getInvalidIncludedColumnSet() - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Returns all invalid columns from the include list.
- getInvalidValueBin() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getIsNominal() - Method in class org.knime.base.node.mine.regression.RegressionTrainingData
-
- 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
-
- getIterationCount() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
-
- getIterationIndex() - Method in class org.knime.core.node.workflow.FlowLoopContext
-
The current iteration index, incremented after each loop iteration.
- getIterationLabel() - Method in class org.knime.core.node.interrupt.InterruptControlPanel
-
Returns the label responsible for displaying the current iteration.
- getJavascriptObjectID() - Method in interface org.knime.core.node.wizard.WizardNode
-
- getJavaUnescapedStringValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
-
Get current value unescaping special characters from the literal string ("\n", "\t", etc.
- getJDBCDriverClasses() - Static method in class org.knime.core.node.port.database.DatabaseUtility
-
- getJDBCDriverClasses() - Method in class org.knime.core.node.port.database.DatabaseUtilityRegistry
-
- getJDBCURL(String, int, String) - Method in class org.knime.base.node.io.database.connection.util.DBConnectionPanel
-
Returns the database-specific JDBC URL for the given host and database.
- getJDBCUrl() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Returns the JDBC URL for the database.
- 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(InputRow.Settings.InDataPort) - Method in class org.knime.base.node.preproc.joiner.InputRow.Settings
-
- getJoinMode() - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- 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.InputRow
-
Create the join tuples for this input row.
- getJSONValue() - Method in class org.knime.core.node.dialog.ExternalNodeData
-
Returns node data as a generic JSON value.
- 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
-
Deprecated.
Returns the row key.
- getKey() - Method in class org.knime.base.data.append.row.ResortedCellsRow
-
Deprecated.
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.io.database.tablecreator.util.AbstractTablePanel
-
- 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.append.AppendedColumnRow
-
Returns the row key.
- getKey() - Method in class org.knime.core.data.append.ResortedCellsRow
-
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.data.filestore.FileStore
-
- getKey() - Method in class org.knime.core.data.filestore.internal.FileStoreKeyDataCell
- getKey() - Method in interface org.knime.core.data.filestore.internal.FileStoreKeyDataValue
-
- getKey() - Method in class org.knime.core.data.sort.SortingDescription.MappedDataRow
-
Returns the row key.
- getKey() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
-
Returns the key for this entry.
- getKey() - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
- getKey() - Method in interface org.knime.core.node.config.base.ConfigBaseWO
-
- 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.
- getKeyConstraintFragment(boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
- getKeyName() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
Returns the name of the key
- getKeyPath() - Method in class org.knime.core.node.config.ConfigEditTreeEvent
-
- getKeys() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Returns the keys
- 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.
- getKeyStore() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
- getKeyStroke() - Method in class org.knime.core.node.tableview.TableView.TableAction
-
- getKeyword() - Method in enum org.knime.base.node.io.database.DBJoinerSettings.JoinMode
-
- 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.
- getKNIMEInstanceID() - Static method in class org.knime.core.node.KNIMEConstants
-
Returns the unique ID of this KNIME installation.
- getKnimeName() - Method in class org.knime.core.node.util.dialog.field.AbstractField
-
- getKNIMETempDir() - Static method in class org.knime.core.node.KNIMEConstants
-
Location for KNIME related temp files such as data container files.
- getKNIMETempPath() - Static method in class org.knime.core.node.KNIMEConstants
-
Location for KNIME related temp files such as data container files.
- getKnimeType() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
-
Returns the Knime data type
- getKNIMEType(int, ResultSetMetaData, int) - Method in class org.knime.core.node.port.database.DatabaseHelper
-
- getKnimeType() - Method in class org.knime.core.node.util.dialog.field.ColumnField
-
- getKnimeType() - Method in class org.knime.core.node.util.dialog.field.FlowVariableField
-
- getKNIMETypeList(DataTableSpec) - Static method in class org.knime.base.node.io.database.tablecreator.util.DBUtil
-
- getKurtosis(int) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns the kurtosis for the desired column.
- getKurtosis() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns the kurtosis for all columns.
- getLabel() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
- 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() - Method in enum org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys.RoundOutputType
-
- 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.port.database.aggregation.AggregationFunction
-
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.CorrDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction
- getLabel() - Method in class org.knime.core.node.port.database.aggregation.SimpleDBAggregationFunction
- 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
-
- getLabel() - Method in interface org.knime.core.quickform.QuickFormRepresentation
-
- getLabel() - Method in class org.knime.core.util.node.quickform.AbstractQuickFormElement
-
- 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.preproc.rounddouble.RoundDoubleConfigKeys.RoundOutputType
-
- getLabels() - Static method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
-
- getLag() - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
-
- getLagInterval() - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
-
- getLambda() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
- getLargeDisplayIcon() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
- getLastAdded() - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
-
- getLastEditDate() - Method in class org.knime.core.node.workflow.WorkflowManager.AuthorInformation
-
- getLastEditor() - Method in class org.knime.core.node.workflow.WorkflowManager.AuthorInformation
-
- getLastErrorMessage() - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
-
- getLastErrorMessage() - Method in class org.knime.base.data.bitvector.MultiString2BitVectorCellFactory
- getLastExecutionDuration() - Method in class org.knime.core.node.workflow.NodeTimer
-
- getLastModified() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- 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.core.util.tokenizer.Tokenizer
-
Returns the left 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
-
- getLastSpec() - Method in class org.knime.base.node.io.database.DBReaderNodeModel
-
- getLastTableSpec(int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
-
- getLastTableSpecs() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
-
- getLastTargetColumn() - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
-
- getLastUsedHistoryElement(String) - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
Read top most history element, e.g.
- 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.mine.util.PredictorNodeDialog
-
- getLayout() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
-
- getLayout() - Method in class org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement
-
- getLayout() - Method in class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
-
- 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.
- getLayoutInfo() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
-
Deprecated.
- getLayoutInfo() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
-
Deprecated.
- getLayoutInfo() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- getLayoutInfo() - Method in interface org.knime.core.node.workflow.SubNodeContainerPersistor
-
Deprecated.
- getLayoutInfo() - Method in class org.knime.core.node.workflow.WizardExecutionController.WizardPageContent
-
- getLayoutJSONString() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
- getLayoutJSONString() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
- getLayoutJSONString() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- getLayoutJSONString() - Method in interface org.knime.core.node.workflow.SubNodeContainerPersistor
-
- 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
-
Deprecated.
- getLearningColumns() - Method in interface org.knime.base.node.mine.regression.linear.view.LinRegDataProvider
-
Deprecated.
- 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.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.
- getLeftColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- 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.
- getLeftIncluded(DataTableSpec) - Method in class org.knime.base.node.preproc.joiner.Joiner
-
- getLeftIndex(DataRow) - Static method in class org.knime.base.node.preproc.joiner.OutputRow
-
- getLeftJoinColumns() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Returns the columns of the left table used in the join predicate.
- getLeftJoinOnColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- 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.core.node.util.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
-
Deprecated.
Get reference to underlying left table.
- getLeftValue() - Method in class org.knime.base.node.preproc.binner.NumericBin
-
Deprecated.
- 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.base.node.preproc.rank.DataCellTuple
-
- getLength() - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
-
The length of the array (>= 0).
- getLength() - Method in interface org.knime.core.data.vector.doublevector.DoubleVectorValue
-
The length of the array (>= 0).
- getLength() - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
-
The length of the array (>= 0).
- getLength() - Method in interface org.knime.core.data.vector.stringvector.StringVectorValue
-
The length of the array (>= 0).
- getLength() - Method in class org.knime.core.node.workflow.AnnotationData.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.data.xml.util.XmlDomComparer.Diff
-
- 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
-
- getLiftTable() - Method in class org.knime.base.node.viz.liftchart.LiftCalculator
-
- getLimitRowCount() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
-
- getLimitRowsCount() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- getLineComment() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
-
Returns line comment string.
- 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.
- getLineEndingMode() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- getLineNumber() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthTokenizer
-
- 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).
- getLinkedMetaNodes(boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
-
The list of contained metanodes that are linked metanodes.
- getLinRegContent() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
-
Get the parameters for the regression line.
- getLinRegContent() - Method in interface org.knime.base.node.mine.regression.linear2.view.LinReg2DataProvider
-
Get the parameters for the regression line.
- getList() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
- getList() - Method in class org.knime.core.data.collection.ListCell
-
- getListCellRenderer() - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
- getListCellRenderer() - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
- getListCellRenderer() - Method in class org.knime.core.node.util.filter.StringFilterPanel
- getListCellRenderer() - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
- getListCellRendererComponent(JList<?>, Object, int, boolean, boolean) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionAndRowListCellRenderer
- getListCellRendererComponent(JList<?>, Object, int, boolean, boolean) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodListCellRenderer
-
Deprecated.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.base.node.preproc.columnresorter.DataColumnSpecListDummyCellRenderer
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.base.node.preproc.joiner.ColumnSpecListRenderer
-
Deprecated.
- 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.ImageValueRenderer
- 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.ColumnComboBoxRenderer
- 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
- getListColTypes() - Method in class org.knime.core.node.util.dialog.TypeProvider
-
- getListElements() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
- getListMissingValueRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
-
Returns the render component for a list if the respective value is a missing value.
- getListModel() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
- getLoadedDriver() - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
-
- getLoadedInstance() - Method in class org.knime.core.node.workflow.WorkflowPersistor.MetaNodeLinkUpdateResult
-
- 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.FileNodePersistor
-
- getLoadHelper() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
- getLoadHelper() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
- getLoadHelper() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
- getLoadHelper() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- getLoadHelper() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- getLoadVersion() - Method in class org.knime.core.node.FileNodePersistor
-
Version being loaded.
- getLoadVersion() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
- getLoadVersion() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
- getLoadVersion() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
- getLoadVersion() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
- getLoadVersion() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
- getLoadVersion() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
- getLoadVersion() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
- getLoadVersion() - Method in interface org.knime.core.node.workflow.TemplateNodeContainerPersistor
-
- getLoadVersion() - Method in class org.knime.core.node.workflow.WorkflowManager
-
The version as read from workflow.knime file during load (or null if not loaded but newly created).
- getLoadVersion() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
- 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
-
- getLocation() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- getLocationHistory() - Static method in class org.knime.base.node.io.listfiles.ListFilesSettings
-
- getLocationHistory() - Static method in class org.knime.base.node.io.listfiles2.ListFilesSettings
-
- getLocationString() - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
-
- getLocationString() - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
-
- getLockColumn() - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
-
- getLockColumn() - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
-
- getLogger() - Method in class org.knime.core.node.AbstractNodeView
-
Get reference to logger, never null.
- getLogger() - Method in class org.knime.core.node.FileNodePersistor
-
- getLogger() - Method in class org.knime.core.node.NodeDialogPane
-
A logger initialized with the concrete runtime class.
- 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.NodeModel
-
Returns the logger for this node.
- getLogger() - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
-
- getLogger() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
- getLogger() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
- getLogger() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- 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 class org.knime.core.node.workflow.CredentialsStore.CredentialsFlowVariableValue
-
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.
- getLogits() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
-
Logits are elements of the target domain values except of the last one.
- getLong(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return long for key.
- getLong(String, long) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return long value for key or the default if the key is not available.
- getLong(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return long for key.
- getLong(String, long) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return long value for key or the default if the key is not available.
- getLong() - Method in class org.knime.core.node.config.base.ConfigLongEntry
-
- getLong(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the long configuration parameter registered under the given
ID.
- getLongArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return a long array which can be null for key, or the default value if
not available.
- getLongArray(String, long...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return long array which can be null for key, or the default array if the
key is not available.
- getLongArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return a long array which can be null for key, or the default value if
not available.
- getLongArray(String, long...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return long array which can be null for key, or the default array if the
key is not available.
- getLongArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the long array configuration parameter registered under the
given ID.
- 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
-
- getLookaheadSize() - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
-
- getLookbehindSize() - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
-
- 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.Node
-
- 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
-
Deprecated.
- getLoopStartNode() - Method in class org.knime.core.node.Node
-
- 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.NativeNodeContainer
-
- getLowerBound() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
-
- 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
-
- getLowerQuartile() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- getLowerWhisker() - Method in class org.knime.base.node.viz.plotter.box.Box
-
- getLowerWhisker() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- getMajor() - Method in class org.knime.core.util.Version
-
- getMajorityClass() - Method in class org.knime.base.node.mine.decisiontree2.learner2.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.learner2.InMemoryTable
-
Returns the majority class value as
DataCell.
- getMajorityClassCount() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
-
Returns the frequency of the majoriy class.
- getMajorVersion() - Method in class org.knime.core.node.port.database.DatabaseWrappedDriver
- 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.
- getManual() - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- getManualConfig() - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- getMapMissingTo() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
-
- getMapMissingTo() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- getMapMissingTo() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
-
Get the value used when element in the input is a missing cell.
- getMapMissingTo() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- getMapMissingTo() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
-
Get the value used when element in the input is a missing cell.
- getMappedObject(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.ValueMapper
-
Returns the mapped object for the corresponding index.
- getMappedObjectsInMappingOrder() - Method in class org.knime.base.node.mine.decisiontree2.learner2.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
-
- 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.
- getMatchAny() - Method in class org.knime.base.node.preproc.joiner.InputRow.Settings
-
- 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(String) - Method in class org.knime.base.data.statistics.calculation.DoubleMinMax
-
- getMax(String) - Method in class org.knime.base.data.statistics.calculation.MinMax
-
- getMax() - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns the maximum for all columns.
- getMax() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
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.MissingValueHandling2Table
-
Deprecated.
Delegating method to StatisticsTable.
- getMax(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
-
Deprecated.
Delegating method to StatisticsTable.
- getMax() - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
-
Get the maximum.
- getMax() - Method in class org.knime.base.node.viz.plotter.box.Box
-
- getMax() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- 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
-
- getMaxCategories() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- getMaxCategories() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- getMaxCells() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns the maximum for all columns.
- 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
-
- getMaxDomainValues() - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
-
- getMaxExponent() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegContent
-
- getMaxHeight() - Method in class org.knime.core.util.node.quickform.out.ImageOutputQuickFormOutElement
-
- 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.
- getMaximum() - Method in class org.knime.core.data.property.filter.FilterModelRange
-
- getMaximumMemory() - Static method in class org.knime.core.data.util.memory.MemoryAlertSystem
-
Returns the maximum amount of memory available in the old generation memory pool.
- 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
-
- getMaxLevel() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
-
- getMaxMemory() - Method in class org.knime.core.data.util.memory.MemoryAlert
-
Returns the maximum available memory.
- getMaxMismatches() - Method in class org.knime.base.node.preproc.matcher.MismatchCounter
-
- getMaxNewColumns() - Method in class org.knime.base.node.util.ExpandVectorNodeModel
-
- getMaxNoOfAttrVals() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
Deprecated.
- 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.learner2.ParallelProcessing
-
- getMaxOpenContainers() - Method in class org.knime.core.data.sort.AbstractTableSorter
-
Get the number of maximum open containers.
- getMaxOpenFiles() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Return number of files that are allowed to be openend by the Joiner.
- getMaxParallelWorkers() - Method in class org.knime.core.data.container.AbstractCellFactory
-
The number of parallel workers or -1 if the input is processed
sequentially.
- getMaxPoints() - Method in class org.knime.base.node.viz.roc.ROCCurve
-
- getMaxPoints() - Method in class org.knime.base.node.viz.roc.ROCSettings
-
Returns the maximum number of points for each curve that are shown in the view.
- getMaxQueueSize() - Method in class org.knime.core.data.container.AbstractCellFactory
-
The size of the processing queue if parallel processing is enabled or
-1 if the input is processed sequentially.
- 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
-
Deprecated.
Returns the maximum number of rows that are shown in the curve view.
- getMaxRowsForView() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.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.dialogutil.DialogComponentAggregationMethod
-
- getMaxUniqueValues() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
- 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
-
- getMaxWidth() - Method in class org.knime.core.util.node.quickform.out.ImageOutputQuickFormOutElement
-
- getMean(int) - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns the mean for the desired column.
- getMean() - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns the means for all columns.
- getMean(int) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns the mean for the desired column.
- getMean() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
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.MissingValueHandling2Table
-
Deprecated.
Delegating method to StatisticsTable.
- getMean(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
-
Deprecated.
Delegating method to StatisticsTable.
- getMeanAbsError() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
-
- getMeans() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Get the means of the parameters.
- getMeanSignedDifference() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
-
- getMeanSquaredError() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
-
- getMeanVector(DataTable, int[], boolean, ExecutionContext) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
-
calculate means of all columns.
- getMedian(String) - Method in class org.knime.base.data.statistics.calculation.Median
-
- getMedian(int) - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns the median for the desired column.
- getMedian() - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns the median for all columns.
- getMedian(int) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns the median for the desired column.
- getMedian() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns the median for all columns.
- getMedian() - Method in class org.knime.base.node.viz.plotter.box.Box
-
- getMedian() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- 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.port.MetaPortInfo
-
- 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.NodeMessage
-
- 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.MetaNodeLinkUpdateResult
-
Generate a user friendly message about the load procedure.
- getMessage() - Method in class org.knime.core.util.ProgressMonitorAdapter
-
The current progress message displayed.
- getMessageType() - Method in class org.knime.core.node.workflow.NodeMessage
-
- getMetanodeInputPortInfo(NodeID) - Method in class org.knime.core.node.workflow.Workflow
-
- getMetanodeInputPortInfo(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Get information on input ports of the argument (meta) node.
- getMetanodeOutputPortInfo(NodeID) - Method in class org.knime.core.node.workflow.Workflow
-
- getMetanodeOutputPortInfo(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Get information on output ports of the argument (meta) node.
- 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.FileSingleNodeContainerPersistor
-
- getMetaPersistor() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
- 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
- getMethod(String) - Static method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.CountMethod
-
- getMethod(String) - Static method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.SamplingMethod
-
- getMethod() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
-
- getMethod() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- getMethod() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- getMethod(String) - Static method in enum org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane.ComparatorMethod
-
- getMethod() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
- 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
-
Deprecated.
- getMethods4SelectedItems() - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
-
- getMethods4SelectedItems() - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
-
- getMethods4SelectedItems() - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
-
- getMethodsWithAnnotation(Class<?>, Class<A>) - Static method in class org.knime.core.data.convert.util.ClassUtil
-
Get a Collection of methods which are annotated with the given
Annotation paired with the Annotation
itself.
- getMethodTemplate() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
- 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.
- getMildOutliers() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- 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(String) - Method in class org.knime.base.data.statistics.calculation.DoubleMinMax
-
- getMin(String) - Method in class org.knime.base.data.statistics.calculation.MinMax
-
- getMin() - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns the minimum for all columns.
- getMin() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
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.MissingValueHandling2Table
-
Deprecated.
Delegating method to StatisticsTable.
- getMin(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
-
Deprecated.
Delegating method to StatisticsTable.
- getMin() - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
-
Get the minimum.
- getMin() - Method in class org.knime.base.node.viz.plotter.box.Box
-
- getMin() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- 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.
- getMinCells() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns the minimum for all columns.
- 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
-
- getMinimum() - Method in class org.knime.core.data.property.filter.FilterModelRange
-
- 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
-
- getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
-
Gets the "MiningSchema" element.
- getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
-
Gets the "MiningSchema" element.
- getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
-
Gets the "MiningSchema" element.
- getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
Gets the "MiningSchema" element.
- getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
-
Gets the "MiningSchema" element.
- getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
-
Gets the "MiningSchema" element.
- getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
-
Gets the "MiningSchema" element.
- getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
-
Gets the "MiningSchema" element.
- getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
-
Gets the "MiningSchema" element.
- getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
-
Gets the "MiningSchema" element.
- 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.
- getMinor() - Method in class org.knime.core.util.Version
-
- getMinorVersion() - Method in class org.knime.core.node.port.database.DatabaseWrappedDriver
- 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
-
- getMismatchCounter() - Method in class org.knime.base.node.preproc.matcher.SetMissmatches
-
- getMismatches() - Method in class org.knime.base.node.preproc.matcher.MismatchCounter
-
- 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.
- getMissingCellOptionColIdx() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
- getMissingCellOptionColIdx() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
-
- getMissingCellOptionColIdx() - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
-
- getMissingCellRenderer() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
- getMissingColumnNames() - Method in class org.knime.base.node.preproc.rename.RenameConfiguration
-
- getMissingCounter() - Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
-
- getMissingFct() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
- getMissingNodes() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
-
Returns an unmodifiable list of missing nodes.
- 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.learner2.NominalValueHistogram
-
Returns the sum of weights of the missing values.
- getMissingValueCounter() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyUtil2
-
- getMissingValueHandling() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
Deprecated.
- getMissingValueHandling() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
-
- getMissingValueHandling2() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
- getMissingValueHeader(Collection<String>) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
- getMissingValueHeader(Collection<String>) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.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.
- getMissingValuePattern() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
-
- getMissingValuePattern(int) - Method in class org.knime.base.node.io.fixedwidthfr.NewColumnDialog
-
- getMissingValuePatterns() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- getMissingValueRendererComponent(Object) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
-
Manly to avoid code duplication.
- 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
-
Deprecated.
- getMLP() - Method in class org.knime.base.node.mine.neural.mlp2.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
-
Deprecated.
- getMode() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
- getMode() - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
-
Get the mode.
- getModeForStatus(int) - Static method in class org.knime.core.node.util.DateInputDialog
-
This method converts the status code to the according enum representation.
- getModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
-
- getModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
-
Deprecated.
- getModel() - Method in class org.knime.core.data.property.filter.FilterHandler
-
- getModel() - Method in class org.knime.core.node.config.ConfigEditJTree
- getModel() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
-
- getModel() - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
-
- getModel() - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
-
- getModel() - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
-
Getter for the original model.
- getModel() - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
-
Getter for the original model.
- getModel() - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
-
Getter for the original model.
- getModel() - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
-
Getter for the original model.
- getModel() - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
-
Getter for the original model.
- getModel() - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
-
Getter for the original model.
- getModel() - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
-
Getter for the original model.
- getModel() - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
-
Getter for the original model.
- getModel() - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
-
Getter for the original model.
- getModel() - Method in class org.knime.core.node.tableview.TableRowHeaderView
- getModel() - Method in class org.knime.core.node.util.ConfigTablePanel
-
Access to the model.
- 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
-
- getModelListFromMiningModel(MiningModelDocument.MiningModel) - Static method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
Returns a list of all models that are in segments of the given MiningModel.
- getModelListFromPMML(PMMLDocument.PMML) - Static method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
Returns a list of model wrappers for all models in the PMML.
- getModelListFromPMMLDocument(PMMLDocument) - Static method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
Returns a list of model wrappers for all models in the PMML document.
- 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.workflow.SingleNodeContainer.SingleNodeContainerSettings
-
- getModelSettingsClone() - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
-
- getModelSettingsFailPolicy(InternalNodeContainerState, boolean) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
- 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
-
- getModelType() - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
-
Returns the model type for this wrapper.
- getModelType() - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
-
Returns the model type for this wrapper.
- getModelType() - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
-
Returns the model type for this wrapper.
- getModelType() - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
Returns the model type for this wrapper.
- getModelType() - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
-
Returns the model type for this wrapper.
- getModelType() - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
-
Returns the model type for this wrapper.
- getModelType() - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
-
Returns the model type for this wrapper.
- getModelType() - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
-
Returns the model type for this wrapper.
- getModelType() - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
-
Returns the model type for this wrapper.
- getModelType() - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
-
Returns the model type for this wrapper.
- getModelTypeID() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
Each settings model provides an ID which will be stored with its values.
- 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.SettingsModelAuthentication
-
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.SettingsModelColor
-
Each settings model provides an ID which will be stored with its values.
- getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
Each settings model provides an ID which will be stored with its values.
- getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
-
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.SettingsModelDuration
-
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.SettingsModelOptionalString
-
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.MissingValueHandling2Table
-
Deprecated.
Get the most frequent value in a column.
- getMostFrequent(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
-
Deprecated.
Get the most frequent value in a column.
- getMostFrequent() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueStatistic
-
- 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
-
Deprecated.
Returns the name of the class with the highest probability for the
given row.
- getMostLikelyClass(String[], DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
Returns the name of the class with the highest probability for the
given row.
- getMostLikelyClassCell(String[], DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
Returns the
DataCell of the class with the highest probability for the
given row.
- getMostRecentInternalState() - Method in class org.knime.core.node.workflow.WorkflowManager
-
- getMountpointRoot() - Method in class org.knime.core.node.workflow.WorkflowContext
-
Returns the root of the mountpoint the workflow is contained in or null if this information is not
available.
- getMountpointURI() - Method in class org.knime.core.node.workflow.WorkflowContext
-
Returns the URI of the workflow inside a mount point.
- getMouseSelectionBox() - Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
-
- getMouseSelectionBox() - Method in class org.knime.base.node.viz.plotter.props.DefaultTab
-
- getMsg() - Method in class org.knime.core.node.NodeLogger.KNIMELogMessage
-
- getMultipliers() - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
-
Deprecated.
- 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
-
Deprecated.
- getNaiveBayesModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
- getName() - Method in class org.knime.base.data.aggregation.NamedAggregationOperator
-
Specifies the name of the column in the result table.
- getName() - Method in enum org.knime.base.node.flowvariable.tablerowtovariable.MissingValuePolicy
-
- getName() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
Returns the name of the column
- getName() - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
-
Returns the name of the key
- 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.pmmlgreg.VectorHandling.NameAndIndex
-
- 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 interface org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescription
-
- getName() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescriptionV1
-
- 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
-
Deprecated.
Returns the curve's name.
- getName() - Method in class org.knime.base.node.viz.enrichment2.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.ROCCurve
-
Returns the curve's name.
- getName() - Method in class org.knime.core.data.blob.BinaryObjectDataValue.BinaryObjectUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.BooleanValue.BooleanUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.collection.CollectionDataValue.CollectionUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.collection.ListDataValue.ListUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.collection.SetDataValue.SetUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.ComplexNumberValue.ComplexNumberUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.convert.datacell.ArrayToCollectionConverterFactory
-
- getName() - Method in class org.knime.core.data.convert.datacell.FactoryMethodToDataCellConverterFactory
-
- getName() - Method in interface org.knime.core.data.convert.datacell.JavaToDataCellConverterFactory
-
A human readable name for this converter factory to be displayed in user interfaces for example.
- getName() - Method in class org.knime.core.data.convert.datacell.SimpleJavaToDataCellConverterFactory
-
- getName() - Method in class org.knime.core.data.convert.java.CollectionConverterFactory
-
A human readable name for this converter factory to be displayed in user interfaces for example.
- getName() - Method in interface org.knime.core.data.convert.java.DataCellToJavaConverterFactory
-
A human readable name for this converter factory to be displayed in user interfaces for example.
- getName() - Method in class org.knime.core.data.convert.java.SimpleDataCellToJavaConverterFactory
-
- getName() - Method in class org.knime.core.data.convert.util.SerializeUtil.FactoryPlaceholder
-
Get the name of the factory
- 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.data.DataType
-
Returns a human-readable name for this data type.
- getName() - Method in class org.knime.core.data.date.DateAndTimeUtility
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.DoubleValue.DoubleUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.ExtensibleUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.filestore.internal.FileStoreKey
-
- getName() - Method in class org.knime.core.data.FuzzyIntervalValue.FuzzyIntervalUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.FuzzyNumberValue.FuzzyNumberUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.image.ImageValue.ImageValueUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.image.png.PNGImageValue.ImageCellUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.IntervalValue.IntervalUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.IntValue.IntUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.LongValue.LongUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.model.PortObjectValue.PortObjectUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.StringValue.StringUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.vector.bitvector.BitVectorValue.BitVectorUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.vector.bytevector.ByteVectorValue.ByteVectorUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.vector.doublevector.DoubleVectorValue.DoubleVectorUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.vector.stringvector.StringVectorValue.StringVectorUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.xml.PMMLValue.PMMLUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.data.xml.XMLValue.XMLUtilityFactory
-
Returns a name for the data value this utility factory is responsible for.
- getName() - Method in class org.knime.core.eclipseUtil.UpdateChecker.UpdateInfo
-
Returns the name for the update, e.g.
- 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.NodeFrequencies
-
Returns the custom name of this object.
- getName() - Method in class org.knime.core.node.NodeInfo
-
- getName() - Method in class org.knime.core.node.port.database.tablecreator.DBColumn
-
Returns the name of the column
- getName() - Method in class org.knime.core.node.port.database.tablecreator.DBKey
-
Returns the name of the key
- getName() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
-
Deprecated.
- getName() - Method in class org.knime.core.node.port.PortType
-
Returns a human-readable name for this port type.
- getName() - Method in class org.knime.core.node.util.FlowVariableListCellRenderer.FlowVariableCell
-
Returns the name of this cell.
- 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.CredentialsStore.CredentialsFlowVariableValue
-
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.FileWorkflowPersistor
- 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.NativeNodeContainer
- 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.SubNodeContainer
- 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.util.node.config.ConfigRegistry
-
- getNameField() - Method in class org.knime.core.node.workflow.WorkflowManager
-
- getNameForT(DataColumnSpec) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
-
Returns the name for the given T.
- getNameForT(T) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Returns the name for the given T.
- getNameForT(String) - Method in class org.knime.core.node.util.filter.StringFilterPanel
-
Returns the name for the given T.
- getNameForT(FlowVariableListCellRenderer.FlowVariableCell) - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
-
Returns the name for the given T.
- 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.
- getNameOnDisc() - Method in class org.knime.core.data.filestore.internal.FileStoreKey
-
- getNamePattern() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
Returns the name pattern
- getNamePattern() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
Returns the name pattern
- getNames() - Method in class org.knime.base.data.normalize.AffineTransConfiguration
-
- getNames() - Method in class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
-
- getNames() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
- getNames() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
- getNamespace() - Method in class org.knime.core.node.web.DefaultWebTemplate
- getNamespace() - Method in interface org.knime.core.node.web.WebTemplate
-
- getNamespacePrefix() - Method in interface org.knime.core.node.wizard.WizardViewCreator
-
- getNamespaceURI(String) - Method in class org.knime.core.data.xml.util.DefaultNamespaceContext
- getNameWithID() - Method in class org.knime.core.node.workflow.NodeContainer
-
- getNameWithID() - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
-
- getNamingMap() - Method in class org.knime.base.node.io.database.binning.DBBinnerMaps
-
- getNamingVersion() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
-
- getNativeNodeContainer() - Method in class org.knime.core.node.workflow.action.InteractiveWebViewsResult.SingleInteractiveWebViewResult
-
- getNativeNodeContainerPersistor() - Method in class org.knime.core.node.FileNodePersistor
-
- getNCTemplate() - Method in class org.knime.core.node.workflow.WorkflowPersistor.NodeContainerTemplateLinkUpdateResult
-
- getNeededDimensionDescription() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
- getNeededDimensions() - 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.
- getNestedLoopPath() - Method in class org.knime.core.data.filestore.internal.FileStoreKey
-
- getNewColName() - Method in class org.knime.base.node.rules.RuleEngineSettings
-
Deprecated.
Returns the name of the new column containing the matching rule's
outcome.
- getNewColumnCount() - Method in class org.knime.core.data.container.RearrangeColumnsTable.NewColumnsProducerMapping
-
- 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
-
Deprecated.
- getNewColumnName() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
-
- getNewColumnName() - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
-
The name of the new column, if any.
- getNewIdentifierForColumn(int) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Returns a new identifier of the given column
- getNewIndex() - Method in class org.knime.core.node.port.MetaPortInfo
-
- getNewInstance() - Method in class org.knime.base.node.preproc.draganddroppanel.ConfigurationDialogFactory
-
- getNewLine() - Method in class org.knime.base.node.util.exttool.ViewUpdateNotice
-
- getNewPane(JPanel, SelectionConfiguration, int) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionPanel
- getNewPane(JPanel, SelectionConfiguration, int) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
-
- getNewPane(JPanel, SelectionConfiguration, int) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionPanel
- getNewRowKeyPrefix() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
-
- getNewSpec(DataTableSpec) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
-
- getNewSpec(DataTableSpec) - Method in class org.knime.base.node.preproc.rename.RenameConfiguration
-
- 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.
- getNextCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.DefaultMissingCellHandler
- getNextCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
- getNextCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
- getNextCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
-
- getNextIndex() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
-
- getNextItem() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
-
- 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.learner2.PruningResult
-
Returns the decision tree of this pruning result.
- getNode() - Method in class org.knime.core.data.xml.util.XmlDomComparer.Diff
-
- getNode() - Method in class org.knime.core.node.ExecutionContext
-
- getNode() - Method in class org.knime.core.node.NodeTriple
-
Returns the node.
- getNode() - Method in class org.knime.core.node.workflow.CopyNativeNodeContainerPersistor
-
- getNode() - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
-
- getNode() - Method in class org.knime.core.node.workflow.FlowTryCatchContext
-
- getNode() - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
Get the underlying node.
- getNode() - Method in interface org.knime.core.node.workflow.NativeNodeContainerPersistor
-
- 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.
- getNodeAndBundleInformation() - Method in class org.knime.core.node.missing.MissingNodeModel
-
- getNodeAndBundleInformation() - Method in class org.knime.core.node.workflow.CopyNativeNodeContainerPersistor
- getNodeAndBundleInformation() - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
- getNodeAndBundleInformation() - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
- getNodeAndBundleInformation() - Method in interface org.knime.core.node.workflow.NativeNodeContainerPersistor
-
- getNodeAndBundleInformation() - Method in exception org.knime.core.node.workflow.WorkflowPersistor.NodeFactoryUnknownException
-
- getNodeAnnotation() - Method in class org.knime.core.node.workflow.NodeContainer
-
- getNodeAnnotationData() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
- getNodeAnnotationData() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
- getNodeAnnotationData() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- getNodeAnnotations() - Method in class org.knime.core.node.workflow.WorkflowManager
-
- 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.CopyNativeNodeContainerPersistor
-
Instantiates the node container but does not call API methods on it.
- getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
-
Instantiates the node container but does not call API methods on it.
- getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
Instantiates the node container but does not call API methods on it.
- getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
-
Instantiates the node container but does not call API methods on it.
- getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
-
Instantiates the node container but does not call API methods on it.
- getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Instantiates the node container but does not call API methods on it.
- getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
Instantiates the node container but does not call API methods on it.
- getNodeContainer() - Method in class org.knime.core.node.workflow.NodeAnnotation
-
- getNodeContainer(WorkflowManager, NodeID) - Method in interface org.knime.core.node.workflow.NodeContainerPersistor
-
Instantiates the node container but does not call API methods on it.
- getNodeContainer() - Method in class org.knime.core.node.workflow.NodeContext
-
Returns the node container which is currently executing something.
- 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
-
Instantiates the node container but does not call API methods on it.
- getNodeContainer(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- getNodeContainer(NodeID, Class<T>, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Get contained node container and cast to argument class.
- 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.FileNodeContainerMetaPersistor
-
File reference to the node container directory.
- getNodeContainerDirectory() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
- getNodeContainerDirectory() - Method in class org.knime.core.node.workflow.NodeContainer
-
Returns the directory for this node container.
- getNodeContainerDirectory() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
File reference to the node container directory.
- getNodeContainers() - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
-
- getNodeContainers() - Method in class org.knime.core.node.workflow.SubNodeContainer
- getNodeContainers() - Method in class org.knime.core.node.workflow.WorkflowManager
- getNodeContainerState() - Method in class org.knime.core.node.workflow.NodeContainer
-
Current state of the node (or connected node).
- getNodeContainerState() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
-
Current state of the node (or connected node).
- getNodeContainerState() - Method in interface org.knime.core.node.workflow.NodeContainerStateObservable
-
Current state of the node (or connected node).
- getNodeContainerState() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
-
Current state of the node (or connected node).
- getNodeContainerTemplateType() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
-
- getNodeContext() - Method in class org.knime.core.data.util.memory.MemoryAlertListener
-
Returns the node context for this listener.
- getNodeContext() - Method in class org.knime.core.node.NodeDialogPane
-
Returns the node context with which this dialog pane has been created.
- getNodeDirectory() - Method in class org.knime.core.node.FileNodePersistor
-
- 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.NativeNodeContainerExecutionResult
-
- getNodeFactory(String) - Method in interface org.knime.core.node.NodeSetFactory
-
- getNodeFactoryIds() - Method in interface org.knime.core.node.NodeSetFactory
-
- getNodeGraphAnnotation(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- getNodeGraphAnnotations(NodeID) - Method in class org.knime.core.node.workflow.Workflow
-
- getNodeID() - Method in class org.knime.core.node.NodeLogger.KNIMELogMessage
-
- 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 class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
- getNodeIDSuffix() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- getNodeInputSpecs(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- getNodeInternDirectory() - Method in class org.knime.core.node.CopyNodePersistor
- getNodeInternDirectory(ReferencedFile) - Static method in class org.knime.core.node.FileNodePersistor
-
- getNodeInternDirectory() - Method in class org.knime.core.node.FileNodePersistor
- getNodeInternDirectory() - Method in interface org.knime.core.node.NodeContentPersistor
-
- 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.FileWorkflowPersistor
-
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.
- getNodeLocks() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
- getNodeLocks() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
- getNodeLocks() - Method in class org.knime.core.node.workflow.NodeContainer
-
Returns the node's lock status, i.e.
- getNodeLocks() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- 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.FileNativeNodeContainerPersistor
-
Called by
Node to update the message field in the
NodeModel class.
- getNodeMessage() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
- getNodeMessage() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
-
Called by
Node to update the message field in the
NodeModel class.
- 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
-
- getNodeMessages(NodeMessage.Type...) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Get all node messages, recursively collected from all contained.
- 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.NativeNodeContainer
-
- getNodeName() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
-
Returns the name of this node.
- getNodeName() - Method in class org.knime.core.node.DelegateNodeDescription
-
Returns the name of this node.
- getNodeName() - Method in class org.knime.core.node.NodeAndBundleInformation
-
Returns the node's name.
- getNodeName() - Method in class org.knime.core.node.NodeDescription
-
Returns the name of this node.
- getNodeName() - Method in class org.knime.core.node.NodeDescription13Proxy
-
Returns the name of this node.
- getNodeName() - Method in class org.knime.core.node.NodeDescription210Proxy
-
Returns the name of this node.
- getNodeName() - Method in class org.knime.core.node.NodeDescription212Proxy
-
Returns the name of this node.
- getNodeName() - Method in class org.knime.core.node.NodeDescription27Proxy
-
Returns the name of this node.
- getNodeName() - Method in class org.knime.core.node.NodeDescription28Proxy
-
Returns the name of this node.
- getNodeName() - Method in class org.knime.core.node.NodeDescription31Proxy
-
Returns the name of this node.
- getNodeName() - Method in class org.knime.core.node.NodeFactory
-
Returns the name of this node.
- getNodeName() - Method in class org.knime.core.node.NodeLogger.KNIMELogMessage
-
- getNodeName() - Method in class org.knime.core.node.NoDescriptionProxy
-
Returns the name of this node.
- getNodeNameNotNull() - Method in class org.knime.core.node.NodeAndBundleInformation
-
Returns a non-null string identifying the node.
- getNodeProgress() - Method in class org.knime.core.node.workflow.NodeProgressEvent
-
- 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.
- getNodes() - Method in class org.knime.core.node.workflow.MetaNodeDialogPane
-
used in test framework to assert node count.
- 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.
- getNodeSettings() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
- getNodeSettingsFile() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
- getNodesInScope(SingleNodeContainer) - Method in class org.knime.core.node.workflow.Workflow
-
Return list of nodes that are part of the same scope as the given one.
- getNodesInScope(SingleNodeContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Return list of nodes that are part of the same scope as the given one.
- getNodesInScopeOLD(SingleNodeContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- 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
- getNodeTimer() - Method in class org.knime.core.node.workflow.NodeContainer
-
- getNodeValue() - Method in class org.knime.core.node.dialog.DialogNodePanel
-
Create DialogNode value with current execution parameters or null if to use defaults.
- getNodeValues() - Method in class org.knime.core.node.workflow.Workflow
-
- getNodeView(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
Return the view with the specified index provided by the node.
- 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.SubNodeContainer
-
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 name for this node's view at the given index.
- getNodeViewName(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
- getNodeViewName(int) - Method in class org.knime.core.node.workflow.NodeContainer
-
- getNodeViewName(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
- getNodeViewName(int) - Method in class org.knime.core.node.workflow.WorkflowManager
- getNodeWidgetFactory() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageGraphView
-
- getNodeWidgetFactory() - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeGraphView
-
- getNodeWidgetFactory() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
-
- 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.learner2.InMemoryTable
-
Returns the attribute value mapper of this table for the given attribute.
- getNominalColumnNames() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
Deprecated.
- getNominalColumnNames() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
- getNominals() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
Deprecated.
- getNominals() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
- getNominalValueHistogram(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
-
Returns the value histogram for the given attribute index.
- getNominalValues(int) - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns a map containing DataCell value to number of occurrences.
- getNominalValues() - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns an array (for each column) of mappings containing DataCell value
to number of occurrences.
- getNominalValues(int) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns a map containing DataCell value to number of occurrences.
- getNominalValues() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
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.learner2.InMemoryTable
-
Returns the nominal values for the given attribute index.
- getNonInfMax(int) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns the maximum (not infinite) value selected column.
- getNonInfMin(int) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns the minimum (not infinite) value selected column.
- 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
-
- getNoOfItems() - Method in class org.knime.base.data.aggregation.GlobalSettings
-
Returns the number of items to be aggregated.
- getNoOfMissingVals() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
- getNoOfMissingVals() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- getNoOfPrintedErrors() - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
-
- getNoOfRecs() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
Deprecated.
- getNoOfRecs() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
- getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
-
Deprecated.
- getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
Deprecated.
- getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
Deprecated.
- getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
Deprecated.
- getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
- getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
- getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
- getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
- getNoOfRows() - Method in class org.knime.base.data.aggregation.GlobalSettings
-
- getNoOfSelectedRows() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
- getNoOfTableRows() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
- 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
-
- getNotCompatibleRowIdxs(Class<? extends DoubleValue>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
-
Deprecated.
- getNotCompatibleRowIdxs(Class<? extends DoubleValue>) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
-
- getNotCompatibleRowIdxs(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
-
- getNotCompatibleRowIdxs(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
-
- getNotCompatibleRowIdxs(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
-
- getNotNullFragment(boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
- getNrBins() - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
-
Deprecated.
- 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
-
- getNrCrashes() - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
-
- getNrErrors() - Method in class org.knime.core.data.DataCellTypeConverter
-
- getNrExecsSinceReset() - Method in class org.knime.core.node.workflow.NodeTimer
-
- getNrExecsSinceStart() - Method in class org.knime.core.node.workflow.NodeTimer
-
- 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.NativeNodeContainer
- getNrInPorts() - Method in class org.knime.core.node.workflow.NodeContainer
-
- getNrInPorts() - Method in class org.knime.core.node.workflow.SubNodeContainer
- 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
-
- getNrLaunches() - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
-
- 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.create2.CollectionCreate2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DataPortCatchNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DBPortCatchNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericPortCatchNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.VariablePortCatchNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.DataPortTryNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.VariablePortTryNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.image.ImageToTableNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.image.writeimage.WriteImageNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DBGroupByNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DBJoinerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DBReaderNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DBSorterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DBUpdateNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.DBWriterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.SQLExtractNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.SQLInjectNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.linereader.LineReaderNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.listfiles.ListFilesNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.table.write.WriteTableNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopEndJoin2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopEndNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory3
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictor2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictor2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory3
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.knn.KnnNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.mds.MDSNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.pca.PCANodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory2
-
Returns the number of 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 views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeFactory3
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.binner.BinnerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.columntrans2.Many2OneCol2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeFactory
-
Returns the number of 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 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 views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnSplitRefNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.rowref.RowSplitRefNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.normalize.NormalizerDeNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLDeNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.rank.RankNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.split2.SplitNodeFactory2
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.rules.RuleEngineNodeFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.switches.endcase.EndcaseNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.switches.endif.EndifNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.switches.manualif.ManualIfNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.switches.startcase.StartcaseNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.util.cache.CacheNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeFactory
-
Returns the number of 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.util.sendmail.SendMailNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
-
Deprecated.
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.hilite.AutoHiLiteNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.roc.ROCNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
-
Deprecated.
This node has one view.
- getNrNodeViews() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeFactory
-
Deprecated.
This node has one view.
- getNrNodeViews() - Method in class org.knime.base.node.viz.table.TableNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.core.node.missing.MissingNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.core.node.NodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
Returns the number of views provided by the node implementation.
- 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.SubNodeContainer
-
Returns the number of views provided by the node implementation.
- getNrNodeViews() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
-
Returns the number of views or 0 if no view is available.
- getNrNodeViews() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
-
Returns the number of 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
-
- getNrOfClusters() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterViewData
-
Returns the number of clusters.
- 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.
- getNrOfUsedColumns() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterViewData
-
Returns the number of used columns for clustering.
- 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.NativeNodeContainer
- getNrOutPorts() - Method in class org.knime.core.node.workflow.NodeContainer
-
- getNrOutPorts() - Method in class org.knime.core.node.workflow.SubNodeContainer
- 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
-
Deprecated.
- getNrRows() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
- getNrRows() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
- getNrRowsInReference() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
-
Deprecated.
Tries to retrieve the number of rows in the underlying table.
- getNrRowsInReference() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
-
Deprecated.
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
-
Deprecated.
Get the number of rows that have been skipped due to duplicate row
keys.
- getNrRowsSkipped() - Method in class org.knime.base.data.append.row.AppendedRowsRowInput
-
Deprecated.
- getNrRowsSkipped() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
Deprecated.
- getNrRowsSkipped() - Method in class org.knime.core.data.append.AppendedRowsIterator
-
Get the number of rows that have been skipped due to duplicate row
keys.
- getNrRowsSkipped() - Method in class org.knime.core.data.append.AppendedRowsRowInput
-
- 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
-
- getNthCell(int) - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
-
Retrieves a cell from the buffer.
- getNthLookahead(int) - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
-
Retrieves a cell from the lookahead.
- getNthLookbehind(int) - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
-
Retrieves a cell from the lookbehind.
- 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.learner2.ClassValueDataRow
-
Returns the number of attribute values, excluding the class value.
- getNumAttributes() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DataRowWeighted
-
Returns the number of attribute values, excluding the class value.
- getNumAttributes() - Method in class org.knime.base.node.mine.decisiontree2.learner2.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.learner2.InMemoryTable
-
Returns the size of this table.
- getNumberMissingValues(String) - Method in class org.knime.base.data.statistics.calculation.MissingValue
-
- getNumberMissingValues() - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns an array of the number of missing values for each dimension.
- getNumberMissingValues(int) - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns the number of missing values for the given column index.
- getNumberMissingValues() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns an array of the number of missing values for each dimension.
- getNumberMissingValues(int) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
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.
- getNumberModeStringModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
-
Creates and returns the settings model, storing the number mode.
- getNumberNaNValues(String) - Method in class org.knime.base.data.statistics.calculation.SpecialDoubleCells
-
- getNumberNaNValues() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns an array of the number of
Double.NaN values for each dimension.
- getNumberNaNValues(int) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns the number of
Double.NaN values for the given column index.
- getNumberNaNValues(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
-
Deprecated.
The number of observed NaN values for each column.
- getNumberNegativeInfiniteValues(String) - Method in class org.knime.base.data.statistics.calculation.SpecialDoubleCells
-
- getNumberNegativeInfiniteValues() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
- getNumberNegativeInfiniteValues(int) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
- 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
-
- getNumberOfColumns() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- 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.
- getNumberOfIncludedColumns() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- 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.Collection2BitVectorCellFactory
-
- 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.MultiString2BitVectorCellFactory
- 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
-
Deprecated.
- getNumberOfProcessedRows() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- 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.Collection2BitVectorCellFactory
-
- 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.MultiString2BitVectorCellFactory
- 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.learner2.Split
-
Return the number of partitions resulting from this split.
- getNumberPartitions() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitContinuous
-
The number of partitions of a numeric split is always 2.
- getNumberPartitions() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalBinary
-
The number of partitions of a binary nominal split is 2.
- getNumberPartitions() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalNormal
-
The number of partitions of a normal nominal split corresponds to the
number of different nominal values of the attribute.
- getNumberPositiveInfiniteValues(String) - Method in class org.knime.base.data.statistics.calculation.SpecialDoubleCells
-
- getNumberPositiveInfiniteValues() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
- getNumberPositiveInfiniteValues(int) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
- getNumberPrecisionModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
-
Creates and returns the settings model, storing the precision number.
- 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.
- 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
-
Deprecated.
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
-
Deprecated.
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.append.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.core.data.append.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.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).
- getNumCells() - Method in class org.knime.core.data.sort.SortingDescription.MappedDataRow
-
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.learner2.NominalValueHistogram
-
Returns the number of class values of the second dimension of the
histogram.
- 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.
- getNumericConstantColumnPairs(int) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputer
-
Composes warning message on which columns are constant.
- getNumericMissingValueWarning(int) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputer
-
Composes warning message (or null) on which columns contain missings.
- 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.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.learner2.ValueMapper
-
Returns the number of mappings.
- getNumMissing() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
-
- getNumMissingValues() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
Deprecated.
- getNumMissingValues() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
- getNumNominalValues(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
-
Returns the number of nominal values for the given attribute.
- 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.core.util.tokenizer.SettingsStatus
-
- getNumOfInfos() - Method in class org.knime.core.util.tokenizer.SettingsStatus
-
- 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.
- getObjectClass() - Method in class org.knime.core.node.port.PortObject.PortObjectSerializer
-
Returns the port object class that this serializer reads and writes.
- getObjectClass(String) - Method in class org.knime.core.node.port.PortTypeRegistry
-
Returns the
PortObject class for the given class name.
- getObjectExtension(Map<String, String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
-
- getObjectSerializer(Class<? extends PortObject>) - Method in class org.knime.core.node.port.PortTypeRegistry
-
Returns a serializer for the given port object class.
- 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.FileWorkflowPersistor
-
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.
- getOffset() - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
-
Deprecated.
- getOffsetValue() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
Get offset value (a user defined intercept).
- getOffsetValue() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- getOffsetValue() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Get offset value (a user defined intercept).
- getOldIndex() - Method in class org.knime.core.node.port.MetaPortInfo
-
- getOldValue() - Method in class org.knime.core.node.workflow.WorkflowEvent
-
- getOnMissing() - Static method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeDialog
-
- getOpenBuffers() - Method in class org.knime.core.data.container.BufferTracker
-
Returns a collection of all currently open buffers.
- 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
-
- getOperator(L) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
Deprecated.
- getOperator(DataColumnSpec) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
-
Deprecated.
- getOperator(AggregationMethod) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
-
Deprecated.
- getOperator() - Method in exception org.knime.base.data.aggregation.DuplicateOperatorException
-
- getOperator() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- getOperator(PMMLOperator) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicateTranslator
-
- getOperator(PMMLBooleanOperator) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicateTranslator
-
- getOperatorColName() - Method in class org.knime.base.data.aggregation.ColumnAggregator
-
- getOperatorColumnSettings() - Method in class org.knime.base.data.aggregation.AggregationOperator
-
- getOperatorData() - Method in class org.knime.base.data.aggregation.AggregationOperator
-
- getOption4ID(String) - Static method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
-
- getOptionsString() - Static method in class org.knime.core.node.workflow.BatchExecutor
-
- getOpType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberConfiguration
-
The PMML optype of the derived field.
- getOpType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
-
The PMML optype of the derived field.
- getOpType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberConfiguration
-
The PMML optype of the derived field.
- getOpType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
-
The PMML optype of the derived field.
- 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
-
- getOriginalLocation() - Method in class org.knime.core.node.workflow.WorkflowContext
-
Returns the original location of the workflow, e.g.
- getOriginalSpec() - Method in class org.knime.core.data.container.ColumnRearranger
-
Access method for the internal data structure.
- getOutColFields() - Method in class org.knime.core.node.util.dialog.OutFieldsTable
-
Get the field definitions representing output columns.
- getOutColumn() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
-
Get the output column.
- getOutColumn() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
-
Get the output column.
- getOutColumnList() - Method in class org.knime.core.node.util.dialog.field.FieldCollection
-
- getOutcome() - Method in class org.knime.base.node.rules.Rule
-
Deprecated.
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.
- getOutDataType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberConfiguration
-
The data type of the output column.
- getOutDataType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
-
The data type of the output column.
- getOutDataType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberConfiguration
-
The data type of the output column.
- getOutDataType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
-
The data type of the output column.
- getOuterFlowLoopContext() - Method in class org.knime.core.node.workflow.FlowSubnodeScopeContext
-
Get the flow loop context this subnode is part of or null if not in a loop.
- getOutFlowVariableList() - Method in class org.knime.core.node.util.dialog.field.FieldCollection
-
- 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
-
- getOutgoingFlowObjectStack() - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
Delegates to node to get flow variables that are added or modified
by the node.
- getOutgoingFlowObjectStack() - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
Delegates to node to get flow variables that are added or modified
by the node.
- getOutgoingFlowObjectStack() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
Delegates to node to get flow variables that 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.columntogrid2.ColumnToGrid2NodeModel
-
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.rowkey2.RowKeyNodeModel2
-
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.unpivot2.Unpivot2NodeModel
-
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
-
Deprecated.
Returns the HiLiteHandler for the given output index.
- getOutHiLiteHandler(int) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
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.
- getOutmostLoopStartStoreUUID() - Method in interface org.knime.core.data.filestore.internal.ILoopStartWriteFileStoreHandler
-
- getOutmostLoopStartStoreUUID() - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- getOutmostLoopStartStoreUUID() - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
- getOutObjects() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
-
- getOutPort(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
Returns the output port for the given portID.
- getOutPort(int) - Method in class org.knime.core.node.workflow.NodeContainer
-
- getOutPort(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
- getOutPort(int) - Method in class org.knime.core.node.workflow.WorkflowManager
- getOutportContent() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
-
- getOutportDescription(int) - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
-
Returns a description for an output port.
- getOutportDescription(int) - Method in class org.knime.core.node.DelegateNodeDescription
-
Returns a description for an output port.
- getOutportDescription(int) - Method in class org.knime.core.node.NodeDescription
-
Returns a description for an output port.
- getOutportDescription(int) - Method in class org.knime.core.node.NodeDescription13Proxy
-
Returns a description for an output port.
- getOutportDescription(int) - Method in class org.knime.core.node.NodeDescription210Proxy
-
Returns a description for an output port.
- getOutportDescription(int) - Method in class org.knime.core.node.NodeDescription212Proxy
-
Returns a description for an output port.
- getOutportDescription(int) - Method in class org.knime.core.node.NodeDescription27Proxy
-
Returns a description for an output port.
- getOutportDescription(int) - Method in class org.knime.core.node.NodeDescription28Proxy
-
Returns a description for an output port.
- getOutportDescription(int) - Method in class org.knime.core.node.NodeDescription31Proxy
-
Returns a description for an output port.
- getOutportDescription(int) - Method in class org.knime.core.node.NodeFactory
-
Returns a description for an output port.
- getOutportDescription(int) - Method in class org.knime.core.node.NoDescriptionProxy
-
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).
- getOutportIndex() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
-
- getOutportName(int) - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
-
Returns a name for an output port.
- getOutportName(int) - Method in class org.knime.core.node.DelegateNodeDescription
-
Returns a name for an output port.
- getOutportName(int) - Method in class org.knime.core.node.Node
-
Return name of output connector.
- getOutportName(int) - Method in class org.knime.core.node.NodeDescription
-
Returns a name for an output port.
- getOutportName(int) - Method in class org.knime.core.node.NodeDescription13Proxy
-
Returns a name for an output port.
- getOutportName(int) - Method in class org.knime.core.node.NodeDescription210Proxy
-
Returns a name for an output port.
- getOutportName(int) - Method in class org.knime.core.node.NodeDescription212Proxy
-
Returns a name for an output port.
- getOutportName(int) - Method in class org.knime.core.node.NodeDescription27Proxy
-
Returns a name for an output port.
- getOutportName(int) - Method in class org.knime.core.node.NodeDescription28Proxy
-
Returns a name for an output port.
- getOutportName(int) - Method in class org.knime.core.node.NodeDescription31Proxy
-
Returns a name for an output port.
- getOutportName(int) - Method in class org.knime.core.node.NodeFactory
-
Returns a name for an output port.
- getOutportName(int) - Method in class org.knime.core.node.NoDescriptionProxy
-
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.FileWorkflowPersistor
-
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.
- getOutPortTemplates() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
- getOutPortTemplates() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
- getOutPortTemplates() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
- getOutPortTemplates() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
- 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.SubNodeContainerPersistor
-
- getOutPortTemplates() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
- getOutPortType(int) - Method in class org.knime.core.node.NodeModel
-
Port type as specified in constructor.
- 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.
- getOutputAsStringModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
-
Creates and returns the settings model, storing the "output as string" flag.
- getOutputColumnName() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
Get the output column name.
- getOutputComponent() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
-
Get the output dialog component.
- getOutputCurves() - Method in class org.knime.base.node.viz.roc.ROCCalculator
-
- getOutputDataType() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandler
- getOutputDataType() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
- getOutputDataType() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandler
- getOutputDataType() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
-
- getOutputDataType() - Method in class org.knime.base.node.preproc.pmml.missingval.PMMLApplyMissingCellHandler
- getOutputDimModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
-
- getOutputExchange() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
- getOutputFormat() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- getOutputFormat() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- getOutputHiLiteHandler(int) - Method in class org.knime.core.node.Node
-
- getOutputHiLiteHandler(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
- getOutputHiLiteHandler(int) - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getOutputHiLiteHandler(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
- getOutputModel() - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeDialog
-
- getOutputModel() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
Get the output settings model.
- getOutputName() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
-
- getOutputObject(int) - Method in class org.knime.core.node.Node
-
- getOutputObject(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
- getOutputObject(int) - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getOutputObject(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
- getOutputObjectSummary(int) - Method in class org.knime.core.node.Node
-
- getOutputObjectSummary(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
- getOutputObjectSummary(int) - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getOutputObjectSummary(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
- getOutputPlacement() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
-
- getOutputPortInfo() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- getOutputPortRoles() - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
-
- getOutputPortRoles() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.mine.knn.KnnNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
- getOutputPortRoles() - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
-
- getOutputPortRoles() - Method in class org.knime.core.node.NodeModel
-
- getOutputPortRoles() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
-
- getOutputPrefix() - Method in class org.knime.base.node.util.ExpandVectorNodeModel
-
- getOutputSpec() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2Learner
-
- getOutputSpec() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearner
-
- getOutputSpec() - Method in class org.knime.base.node.mine.regression.logistic.learner3.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(DataTableSpec) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinner
-
- getOutputSpec(DataTableSpec) - Method in class org.knime.base.node.preproc.autobinner3.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
-
- getOutputSpec(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
- getOutputSpec(int) - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getOutputSpec(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
- getOutputStream() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getOutputTable() - Method in class org.knime.base.node.viz.roc.ROCCalculator
-
- getOutputType() - Method in class org.knime.core.data.DataCellTypeConverter
-
- getOutputType(int) - Method in class org.knime.core.node.Node
-
Return type of output connector.
- getOutputType(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
- getOutputType(int) - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getOutputType(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
- getOutputTypeModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
-
Creates and returns the settings model, storing the "output type".
- getOutputVariableName() - Method in class org.knime.core.node.FlowVariableModel
-
- getOutSpec() - Method in class org.knime.base.node.preproc.columnlag.LagColumnStreamableOperator
-
- 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.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
-
- getOutTable() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
-
Get the output table of the crosstab node.
- getOutVarFields() - Method in class org.knime.core.node.util.dialog.OutFieldsTable
-
Get the field definitions representing output flow variables.
- getOverallColorCount() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
- getOverrideComponent() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
-
Get the override dialog component.
- getOverrideModel() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
Get the override settings model.
- getOverwrittenUIInfo(NodeID) - Method in class org.knime.core.node.workflow.WorkflowCopyContent
-
Get overwritten UIInfo to node with given ID or null.
- 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
-
- getOwnerHandler(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
-
- getOwnFileStoreCellsDirectory() - Method in class org.knime.core.data.container.Buffer
-
- getOwnIndex() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
- getOwnIndex() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
-
- getPadding() - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
-
- getPageMap() - Method in class org.knime.core.node.workflow.WizardExecutionController.WizardPageContent
-
- getPageNodeID() - Method in class org.knime.core.node.workflow.WizardExecutionController.WizardPageContent
-
- 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() - Method in class org.knime.base.node.io.database.connection.util.ParameterizedDatabaseConnectionSettings
-
- getParameter() - Method in class org.knime.base.node.mine.regression.RegressionTrainingRow
-
Returns a
Matrix with values of the parameters retrieved
from the learning columns.
- 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.
- getParameterDescription() - Method in interface org.knime.core.data.ConfigurableDataCellFactory
-
Returns a human-readable description for the supported parameters.
- getParameterDescription() - Method in class org.knime.core.data.date.DateAndTimeCellFactory
-
Returns a human-readable description for the supported parameters.
- 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.
- getParameterName() - Method in interface org.knime.core.node.dialog.DialogNode
-
A simple name that is associated with this node for external parameterization.
- getParameters() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
-
Returns the parameters.
- getParameters() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
-
Returns the parameters.
- getParameters() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
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
-
Deprecated.
Get all parameters to the currently learned model.
- getParams() - Method in interface org.knime.base.node.mine.regression.linear.view.LinRegDataProvider
-
Deprecated.
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.preproc.draganddroppanel.droppanes.Pane
-
- 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.config.base.AbstractConfigEntry
-
- getParent() - Method in class org.knime.core.node.FlowVariableModel
-
- getParent() - Method in class org.knime.core.node.workflow.NodeContainer
-
- getParent() - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
-
- getParentDir(int, boolean) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
-
- getParentIndex() - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
-
Returns the parent index, the prefix.
- getParentLogger() - Method in class org.knime.core.node.port.database.DatabaseWrappedDriver
- getParentPersistor() - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
-
- 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.
- getPartitionCount() - Method in class org.knime.core.node.streamable.PartitionInfo
-
- 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.learner2.Split
-
Returns the partition the given row belongs to according to this split.
- getPartitionForRow(DataRowWeighted) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitContinuous
-
Returns the partition the given row belongs to according to this split.
- getPartitionForRow(DataRowWeighted) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalBinary
-
Returns the partition the given row belongs to according to this split.
- getPartitionForRow(DataRowWeighted) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalNormal
-
Returns the partition the given row belongs to according to this split.
- getPartitionIndex() - Method in class org.knime.core.node.streamable.PartitionInfo
-
- getPartitionTables() - Method in class org.knime.base.node.mine.decisiontree2.learner2.Partitioner
-
Return the partition tables.
- getPartitionWeights() - Method in class org.knime.base.node.mine.decisiontree2.learner2.Split
-
Returns the partition weights.
- getPartitionWeights() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitContinuous
-
Returns the partition weights.
- getPartitionWeights() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalBinary
-
Returns the partition weights.
- getPartitionWeights() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalNormal
-
Returns the partition weights.
- getPassword(String, String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Returns a decrypted password.
- getPassword(String, String, String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Returns a decrypted password.
- getPassword(String, String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Returns a decrypted password.
- getPassword(String, String, String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Returns a decrypted password.
- getPassword() - Method in class org.knime.core.node.config.base.ConfigPasswordEntry
-
Returns the password.
- getPassword() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
-
- getPassword(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- getPassword() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- 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 class org.knime.core.node.workflow.CredentialsStore.CredentialsFlowVariableValue
-
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.
- getPasswordAuthentication() - Method in class org.knime.core.util.ThreadLocalHTTPAuthenticator
- getPasswordHint() - Method in class org.knime.core.node.workflow.WorkflowCipher
-
- getPasswordHint() - Method in class org.knime.core.node.workflow.WorkflowManager
-
- getPathModel() - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeDialog
-
- 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.
- getPattern() - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
-
- getPatternConfig() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
- 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
-
- getPercent() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
- getPercentage() - Method in class org.knime.base.node.preproc.draganddroppanel.PercentageDialog
-
- 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.
- getPermission() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getPersistor() - Method in class org.knime.core.node.workflow.FromFileNodeContainerPersistor.PersistorWithPortIndex
-
- 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
-
- getPivotDataQueries(StatementManipulator, Map<DataColumnSpec, Set<Object>>) - Method in class org.knime.core.node.port.database.pivoting.DefaultPivotStatementGenerator
-
- getPivotStatement(StatementManipulator, String, List<String>, Map<DataColumnSpec, Set<Object>>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.pivoting.DefaultPivotStatementGenerator
-
Returns a SQL Statement for pivoting.
- getPivotStatement(StatementManipulator, String, List<String>, Map<DataColumnSpec, Set<Object>>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in interface org.knime.core.node.port.database.pivoting.PivotStatementGenerator
-
Returns a SQL Statement for pivoting.
- getPivotStatement(String, List<String>, Map<DataColumnSpec, Set<Object>>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.StatementManipulator
-
Returns a SQL statement for pivoting.
- getPlaceholder(ConfigBaseRO, String) - Static method in class org.knime.core.data.convert.util.SerializeUtil
-
Get a placeholder for a converter factory (for example if the id was not found due to a previously registered
plugin missing) which contains source type, destination type, name and identifier of the factory which was stored
with the given key.
- getPlaceHolderForVariable(FlowVariable) - Static method in class org.knime.base.node.util.FlowVariableResolvable.FlowVariableResolver
-
- getPlaceHolderForVariable(FlowVariable) - Static method in class org.knime.base.util.flowvariable.FlowVariableResolver
-
Replaces and returns the given flow variable.
- 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
-
- getPluginName() - Method in class org.knime.core.node.web.WebResourceLocator
-
- getPMMLDataType(DataType) - Static method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
-
- getPMMLDataTypeForColumn() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
-
Maps the columns data type to a PMML data type.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.PMMLApplyMissingCellHandler
-
Creates a derived field for the documentation of the operation in PMML.
- getPMMLLearningCols() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- getPMMLModelFragment(PMMLPortObjectSpec) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
Deprecated.
- getPMMLTranslator() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellReplacingDataTable
-
- 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.
- getPort() - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
-
Returns the database's port.
- getPortDescriptions() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
-
- getPortDescriptions() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
- getPortDescriptions() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
-
- getPortDescriptions() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
- getPortIndex() - Method in class org.knime.core.node.workflow.FromFileNodeContainerPersistor.PersistorWithPortIndex
-
- 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
-
- getPortNames() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
-
- getPortNames() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
- getPortNames() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
-
- getPortNames() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
- 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 class org.knime.core.node.FileNodePersistor
- getPortObject(int) - Method in interface org.knime.core.node.NodeContentPersistor
-
- getPortObject() - Method in class org.knime.core.node.streamable.PortObjectInput
-
- getPortObject() - Method in class org.knime.core.node.streamable.PortObjectOutput
-
- 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.
- getPortObjects() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeExchange
-
- 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(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 class org.knime.core.node.FileNodePersistor
- getPortObjectSpec(int) - Method in interface org.knime.core.node.NodeContentPersistor
-
- 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(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 class org.knime.core.node.FileNodePersistor
- getPortObjectSummary(int) - Method in interface org.knime.core.node.NodeContentPersistor
-
- 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
-
- getPortSpecs() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeExchange
-
- getPortSummary() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
-
- getPortSummary() - Method in interface org.knime.core.node.workflow.NodeOutPort
-
- getPortSummary() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
-
- getPortType(Class<? extends PortObject>) - Method in class org.knime.core.node.port.PortTypeRegistry
-
Returns the port type for the given port object class.
- getPortType(Class<? extends PortObject>, boolean) - Method in class org.knime.core.node.port.PortTypeRegistry
-
Returns the port type for the given port object class.
- 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
-
- getPosition() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
-
- getPosition() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
-
- 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
-
- getPossibleValuesAsCollectionModel() - Static method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeDialog
-
- 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
-
- getPrecision() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- getPrecision() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- getPrecisionMode() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- getPrecisionMode() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- 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.
- getPredecessor() - Method in class org.knime.core.node.NodeTriple
-
Returns the predecessor node, if there is any.
- getPredecessors() - Method in class org.knime.base.data.neural.SigmoidPerceptron
-
Returns the predecessors.
- getPredecessors(NodeID) - Method in class org.knime.core.node.workflow.Workflow
-
Create (fairly unordered) set of predecessors of the given node.
- getPredefinedParameters() - Method in interface org.knime.core.data.ConfigurableDataCellFactory
-
Returns a (possibly empty) collection of predefined parameters.
- getPredefinedParameters() - Method in class org.knime.core.data.date.DateAndTimeCellFactory
-
Returns a (possibly empty) collection of predefined parameters.
- 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.
- getPredictedModel() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
Get the predicted settings model.
- getPredictionColumnName() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
Get the prediction column name.
- getPredictionComponent() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
-
Get the prediction dialog component.
- getPredictor(String) - Method in class org.knime.base.node.mine.regression.predict2.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.
- getPreExecuteViewContent() - Method in class org.knime.core.node.workflow.ExecutionEnvironment
-
- getPreferenceKey() - Method in class org.knime.core.data.ExtensibleUtilityFactory
-
Returns the preference key for the preferred renderer for this factory's value class.
- getPreferenceKey(Class<? extends DataValue>) - Static method in class org.knime.core.data.ExtensibleUtilityFactory
-
Returns the preference key for the preferred renderer for the given value class.
- getPreferredConverterFactory(DataType, Class<D>) - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
-
- getPreferredRenderer() - Method in class org.knime.core.data.ExtensibleUtilityFactory
-
Returns the preferred renderer for this data value.
- getPreferredScrollableViewportSize() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
- getPreferredScrollableViewportSize() - Method in class org.knime.core.node.util.ImageViewPanel
- 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 class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
- 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() - Method in class org.knime.core.data.renderer.ImageValueRenderer
-
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
- getPreferredSize() - Method in class org.knime.core.node.tableview.TableContentViewTableHeader
- getPreferredSize() - Method in class org.knime.core.node.tableview.TableView
- getPreferredSize() - Method in class org.knime.core.node.util.CheckedRadioButtonPanel
- getPreferredSize() - Method in class org.knime.core.node.util.ImageViewPanel
- getPreferredTextWidth(JComponent) - Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
-
Get the width of the text.
- getPreferredTextWidth() - Method in class org.knime.core.node.tableview.ColumnHeaderRenderer
-
- getPreferredValueClass() - Method in class org.knime.core.data.DataType
-
Returns the preferred value class of the current DataType.
- getPreferredWriteVersion() - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
Deprecated.
Returns the PMML version that this content handler prefers to write.
- getPrefix(String) - Static method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Return the prefix of RowElement
- getPrefix() - Method in class org.knime.base.node.io.database.tablecreator.util.RowElement
-
Returns the prefix of the RowElement
- 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
-
- getPrefix() - Method in class org.knime.core.node.workflow.NodeID
-
- 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
-
- getPrevious() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
-
- getPreviousCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.DefaultMissingCellHandler
- getPreviousCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
- getPreviousCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
- getPreviousCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
-
- 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
-
- getPriority() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- getProbability(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
- getProbability(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
This should also handle missing values.
- getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
-
Deprecated.
This should also handle missing values.
- getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
Deprecated.
This should also handle missing values.
- getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
Deprecated.
This should also handle missing values.
- getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
Deprecated.
This should also handle missing values.
- getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
This should also handle missing values.
- getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
-
This should also handle missing values.
- getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
-
This should also handle missing values.
- getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
-
This should also handle missing values.
- getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.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.
- getProgress() - Method in class org.knime.core.util.ProgressMonitorAdapter
-
The current progress value or null if no progress available.
- 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
-
- getProjectWFM() - Method in interface org.knime.core.node.workflow.NodeContainerParent
-
- getProjectWFM() - Method in class org.knime.core.node.workflow.SubNodeContainer
- getProjectWFM() - Method in class org.knime.core.node.workflow.WorkflowManager
- getPropColumnSuffix() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
-
- 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.
- getProperties() - Method in class org.knime.core.data.DataTableSpec
-
Properties defined on the table spec.
- getPropertiesInputStream() - Method in class org.knime.core.node.DynamicNodeFactory
-
Deprecated.
- getPropertiesInputStream() - Method in class org.knime.core.node.NodeFactory
-
- getPropertiesPanel() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
-
- getPropertiesString() - Static method in class org.knime.core.node.workflow.BatchExecutor
-
- 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.core.node.port.database.DatabaseWrappedDriver
- getProps() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration.Result
-
- 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
-
- getPullViewContentMethodName() - Method in class org.knime.core.node.web.DefaultWebTemplate
-
- getPullViewContentMethodName() - Method in interface org.knime.core.node.web.WebTemplate
-
- 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.
- getPValues(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
-
Returns the parameters mapped to the p-value for the given logit.
- getPValues() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Returns the parameters mapped to the p-value.
- 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.learner2.Split
-
- getQualityValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.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
-
- getQuery() - Method in class org.knime.core.node.port.database.pivoting.PivotData
-
- getQueryConnection() - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
-
Deprecated.
- getQueryConnection() - Method in interface org.knime.core.node.port.database.reader.DBReader
-
- getQueryConnection() - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
-
- 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.
- getQuickFormElement() - Method in interface org.knime.core.quickform.out.QuickFormOutputNode
-
Get the quick form element containing the results.
- 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
-
- getRadioButtons() - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- getRank(DataRow) - Method in class org.knime.base.node.preproc.rank.DenseRankAssigner
-
- getRank(DataRow) - Method in class org.knime.base.node.preproc.rank.OrdinalRankAssigner
-
- getRank(DataRow) - Method in interface org.knime.base.node.preproc.rank.RankAssigner
-
- getRank(DataRow) - Method in class org.knime.base.node.preproc.rank.StandardRankAssigner
-
- getRawCell(int) - Method in class org.knime.core.data.container.BlobSupportDataRow
-
Returns the cell at given index.
- getReachedEndOfLine() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthTokenizer
-
- getReadBytes() - Method in class org.knime.core.util.tokenizer.Tokenizer
-
Returns the number of bytes returned so far.
- getReader(DatabaseQueryConnectionSettings) - Method in class org.knime.core.node.port.database.DatabaseUtility
-
- getReadPossibleValuesFromFile() - Method in class org.knime.base.node.io.filereader.ColProperty
-
- getReadTimeout() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- 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
- getRearranger(PMMLPreprocDiscretize, DataTableSpec) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApply
-
- getReason() - Method in class org.knime.core.node.workflow.FlowTryCatchContext
-
- getReasons() - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
-
- 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
-
- getReentrantLock() - Method in class org.knime.core.node.workflow.WorkflowLock
-
- getReentrantLockInstance() - Method in interface org.knime.core.node.workflow.NodeContainerParent
-
- getReentrantLockInstance() - Method in class org.knime.core.node.workflow.SubNodeContainer
- getReentrantLockInstance() - Method in class org.knime.core.node.workflow.WorkflowManager
- getRefColName() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.ConfigurationContainer
-
- getReferenceColumnName() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
Get the reference column name.
- getReferenceComponent() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
-
Get the reference dialog component.
- getReferenceModel() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
Get the reference settings model.
- 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.VoidTable
-
Reference to the underlying tables, if any.
- 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.
- getReferenceTableSpec() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
-
- getRegex() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
-
- getRegexPattern() - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregator
-
- getRegexPattern() - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRow
-
- 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
-
- getRegisteredMappers() - Static method in class org.knime.core.node.NodeFactoryClassMapper
-
Called by the framework class to get the list of registered mappers.
- getRegressionContent() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
-
Get all parameters to the currently learned model.
- getRegressionContent() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
-
Get all parameters to the currently learned model.
- getRegressionContent() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
-
Get all parameters to the currently learned model.
- getRegressionTable() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator
-
- getRegressorCount() - Method in class org.knime.base.node.mine.regression.RegressionTrainingData
-
- getRelativePathTarget() - Method in class org.knime.core.node.web.WebResourceLocator
-
- getRelativeRemotePath() - Method in class org.knime.core.node.workflow.WorkflowContext
-
- getRelativeSize() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
- getRemoteMountId() - Method in class org.knime.core.node.workflow.WorkflowContext
-
Returns the (default) mount id of the remote server.
- getRemoteRepositoryAddress() - Method in class org.knime.core.node.workflow.WorkflowContext
-
Returns the base address of the server repository (the REST endpoint).
- getRemovedFromExcludeList() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
- getRemovedFromExcludes() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration.FilterResult
-
A list of names that were specifically excluded in the dialog but which are no longer available in the list
of actual values.
- getRemovedFromIncludeList() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
- getRemovedFromIncludes() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration.FilterResult
-
A list of names that were specifically included in the dialog but which are no longer available in the list
of actual values.
- getRemovedRowsDueToMissingClassValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.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.
- getRemoveOriginal() - Method in class org.knime.base.node.util.ExpandVectorNodeModel
-
- 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.
- getRenameColumnSettings() - Method in class org.knime.base.node.preproc.rename.RenameConfiguration
-
- getRenderer(DataColumnSpec) - Method in class org.knime.core.data.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.ImageValueRenderer
-
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.
- getRendererFactories() - Method in class org.knime.core.data.DataType
-
Returns the list of registered renderer factories, using an extension point driven mechanism to collect all
instances registered with the implemented data value interfaces.
- 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.DataValue.UtilityFactory
-
Returns a family of all renderers this type natively supports.
- getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.ExtensibleUtilityFactory
-
Returns a family of all renderers this type natively supports.
- getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.filestore.internal.FileStoreKeyDataValue.FileStoreKeyUtilityFactory
-
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
-
- getReplaceColumn() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- getReplaceColumn() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- getReplacedColumn() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
-
- getReplaceDouble(SettingsModelString) - Static method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeDialog
-
- getReplaceExisting() - Method in class org.knime.core.node.util.dialog.field.OutColumnField
-
- getReplaceExisting() - Method in class org.knime.core.node.util.dialog.field.OutFlowVariableField
-
- getReplaceExisting() - Method in interface org.knime.core.node.util.dialog.field.OutputField
-
- getReplaceExisting(int) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
-
True when the given row represents a output that replaces an existing
input.
- getReplaceInteger(SettingsModelString) - Static method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeDialog
-
- 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(SettingsModelString) - Static method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeDialog
-
- getReplaceString() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
-
- getRequestMethod() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getRequestProperties() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getRequestProperty(String) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getResource() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Returns the cells resource value.
- getResource() - Method in class org.knime.core.node.dialog.ExternalNodeData
-
Returns the URL to a larger resource.
- getResource() - Method in class org.knime.core.node.web.WebResourceLocator
-
- getResourceLocators() - Method in enum org.knime.core.node.web.WebDependency
-
- getResponseCode() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getResponseMessage() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getResponseTable() - Method in class org.knime.base.node.viz.liftchart.LiftCalculator
-
- getResult() - Method in class org.knime.base.data.aggregation.AggregationOperator
-
- getResult(String) - Method in class org.knime.base.data.statistics.calculation.ApacheMathStatistic
-
- getResult(int) - Method in class org.knime.base.data.statistics.CellMean
-
- getResultColumnName() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
- getResultColumnNameModel() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
- getResultColumnsSpec() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
-
Deprecated.
- getResultColumnsSpec() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
-
Deprecated.
- getResultColumnsSpec() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesCellFactory
-
- getResultInternal() - Method in class org.knime.base.data.aggregation.AggregationOperator
-
- getResultInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorIntersectionOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorNotSetCountOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorSetCountOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorUnionOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorXOrOperator
- 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.AppendElementOperator
- 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.AndElementCountOperator
-
Deprecated.
- getResultInternal() - Method in class org.knime.base.data.aggregation.deprecated.AndElementOperator
-
Deprecated.
- getResultInternal() - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
-
Deprecated.
- getResultInternal() - Method in class org.knime.base.data.aggregation.deprecated.SumOperator
-
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.CorrelationOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.GeometricStdDeviationOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.KurtosisOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.MeanAbsoluteDeviationOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.MedianAbsoluteDeviationOperator
- 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.QuantileOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.RangeOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.SkewnessOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.StdDeviationOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.StorelessUnivariantStatisticOperator
-
- getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.SumOperator
- getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.VarianceOperator
- getResultSpec() - Method in class org.knime.base.data.statistics.CovarianceMatrixCalculator
-
- getResultSpec(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
-
- getResultTable(ExecutionContext, PortObject[], DBReader) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
-
- getRetrieveMetadataInConfigure() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Returns whether the metadata for the current query should be retrieved during configure.
- getReturnCodesHelp() - Method in class org.knime.core.node.workflow.BatchExecutor
-
Returns a short description of the defined exit codes.
- getReversePath() - Method in class org.knime.core.data.xml.util.XmlDomComparer.Diff
-
- getRevision() - Method in class org.knime.core.util.Version
-
- 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.
- getRightColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- 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.
- getRightIncluded(DataTableSpec) - Method in class org.knime.base.node.preproc.joiner.Joiner
-
- getRightIndex(DataRow) - Static method in class org.knime.base.node.preproc.joiner.OutputRow
-
- getRightJoinColumns() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Returns the columns of the right table used in the join predicate.
- getRightJoinOnColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- getRightKey(DataRow) - Static method in class org.knime.base.node.preproc.joiner.OutputRow
-
- 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.core.node.util.ColumnPairsSelectionPanel
-
Returns an array with elements of type DataColumnSpec or String.
- getRightTable() - Method in class org.knime.base.data.join.JoinedTable
-
Deprecated.
Get reference to underlying right table.
- getRightValue() - Method in class org.knime.base.node.preproc.binner.NumericBin
-
Deprecated.
- 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
-
- getRmsd() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
-
- getRocCurve() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
Deprecated.
- getRole() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
-
- getRole() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
-
- 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.
- getRoundingMode() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- getRoundingMode() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- getRoundingModelStringModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
-
Creates and returns the settings model, storing the rounding mode.
- getRow(int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
- getRow(int) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
-
- getRow(int) - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
-
- 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
-
Deprecated.
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
-
Deprecated.
Get the row container for the rows to paint in the view.
- getRowContainer() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
-
- 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.AbstractAggregationTableModel
- getRowCount() - Method in class org.knime.base.data.sort.SortedTable
-
- getRowCount() - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
- getRowCount() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
- getRowCount() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Returns the number of rows in the table
- getRowCount() - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
- 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.regression.RegressionTrainingData
-
- 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
-
- getRowCount() - Method in class org.knime.core.data.container.ContainerTable
-
- getRowCount() - Method in class org.knime.core.data.container.JoinedTable
-
- getRowCount() - Method in class org.knime.core.data.container.RearrangeColumnsTable
-
- getRowCount() - Method in class org.knime.core.data.container.TableSpecReplacerTable
-
- getRowCount() - Method in class org.knime.core.data.container.VoidTable
-
Deprecated.
- getRowCount() - Method in class org.knime.core.data.container.WrappedTable
-
- 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
-
- getRowCount() - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
-
- getRowCount() - Method in class org.knime.core.node.streamable.DataTableRowInput
-
Returns the row count if the table passed during construction was a
BufferedDataTable.
- 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
-
- 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.
- getRowElements(String) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Returns the list of RowElements retrieved from the map using the specified key
- 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
-
- getRowIdSeparator() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
- getRowIdsStartWithZero() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Returns whether row IDs returned by a database reader should start with zero (correct behavior) or with
(backward compatibility with pre 2.10).
- 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.box.Outlier
-
- 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.
- getRowKeyIdentifier() - Method in class org.knime.core.node.util.ColumnPairsSelectionPanel
-
- 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.data.aggregation.dialogutil.AbstractAggregationTableModel
- getRows() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
-
- 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
-
- 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
-
- getRSquare() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
-
- getRSquared() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
- 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
-
- getSampleQuantiles() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- getSampleQuantiles() - Method in class org.knime.base.node.preproc.autobinner3.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.
- getSamplingStatement(String, long, boolean) - Method in class org.knime.core.node.port.database.StatementManipulator
-
Returns a SQL statement for sampling.
- getSandboxNode(Class<T>) - Method in class org.knime.core.node.exec.SandboxedNodeCreator.SandboxedNode
-
- getSaveVersion() - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- getScale4Command(String) - Static method in enum org.knime.base.node.viz.aggregation.ValueScale
-
Returns the scale for the given action command.
- getScaleFactor() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- getScaleFactor() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
-
Set the scale factor.
- getScaleFactor() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
-
Set the scale factor.
- getScales() - Method in class org.knime.base.data.normalize.AffineTransConfiguration
-
- getScaling() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- getScatterPlotFirstRow() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
- getScatterPlotRowCount() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
- getSchema() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Returns the schema
- getSchema() - Method in interface org.knime.core.node.port.database.tablecreator.DBTableCreator
-
- getSchema() - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
- getSchemaSettingsModel() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
- getSchemes() - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
-
- getScope() - Method in class org.knime.core.node.workflow.FlowVariable
-
- getScorerCount() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
Returns the scorer count.
- getScorerViewData() - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
-
- getScorerViewData() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
-
- 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
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.knime.core.node.util.ImageViewPanel
- getScrollableTracksViewportHeight() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
- getScrollableTracksViewportHeight() - Method in class org.knime.core.node.util.ImageViewPanel
- getScrollableTracksViewportWidth() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
- getScrollableTracksViewportWidth() - Method in class org.knime.core.node.util.ImageViewPanel
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.knime.core.node.util.ImageViewPanel
- getSearchColumn() - Method in class org.knime.core.node.tableview.FindPosition
-
- getSearchHitIndices() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel.SearchEvent
-
- getSearchHits() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel.SearchEvent
-
- getSearchOptions() - Method in class org.knime.core.node.tableview.FindPosition
-
- getSearchRow() - Method in class org.knime.core.node.tableview.FindPosition
-
- getSearchString() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
-
- getSearchString() - Method in class org.knime.core.node.tableview.SearchString
-
- getSearchString() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel.SearchEvent
-
- 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
-
- getSecondColumnModel() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
- getSecondCompareColumn() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
Deprecated.
- getSecondCompareColumn() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
Returns the name of the second column to compare.
- getSecondCompID() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
-
Returns the identifier to address the second column name 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.bootstrap.BootstrapConfiguration
-
- getSeed() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
-
- getSeed() - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
-
- getSeedModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
-
- getSegmentContent(SegmentDocument.Segment) - Static method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
Returns the content of a segment as a model wrapper.
- 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
-
- getSelectedAggregationMethod(JTable, R, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationFunctionTableCellEditor
-
- getSelectedAggregationMethod(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationMethodTableCellEditor
-
- getSelectedAggregationMethod(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellEditor
-
Deprecated.
- getSelectedAggregationMethod(JTable, ColumnAggregator, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.column.ColumnAggregatorTableCellEditor
- getSelectedAggregationMethod(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregatorTableCellEditor
-
Deprecated.
- getSelectedAggregationMethod(JTable, PatternAggregator, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregatorTableCellEditor
- getSelectedAggregationMethod(JTable, DataTypeAggregator, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregatorTableCellEditor
- getSelectedAggregationMethod(JTable, DBColumnAggregationFunctionRow, boolean, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRowTableCellEditor
- getSelectedAggregationMethod(JTable, DBPatternAggregationFunctionRow, boolean, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRowTableCellEditor
- getSelectedAggregationMethod(JTable, DBDataTypeAggregationFunctionRow, boolean, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionRowTableCellEditor
- getSelectedAggrMethod() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- getSelectedAsSpec() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
-
- 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.io.database.DBSortItem
-
The column that is selected in the JComboBox.
- 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.
- getSelectedColumn() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
-
- getSelectedColumnAsSpec() - Method in class org.knime.core.node.util.ColumnSelectionPanel
-
Gets the selected column as DataColumnSpec.
- getSelectedColumnIndex() - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
-
- getSelectedColumnName() - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
-
- getSelectedColumns() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
-
Deprecated.
Returns an (unmodifieable) set of the select column names.
- getSelectedColumns() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
-
- 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.
- getSelectedColumns() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
-
- getSelectedDate() - Method in class org.knime.core.node.util.DateInputDialog
-
This method returns the selected Date.
- 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
- getSelectedFactory() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
-
- getSelectedFactory() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerFactorySelectionPanel
-
- getSelectedFields() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
-
sets the status code for the selected fields of the DateInputDialog.
- getSelectedFile() - Method in class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
-
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
-
- getSelectedItem() - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
-
- getSelectedItem(String) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
-
- 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.AggregationFunctionComboBox
-
- getSelectedMethod() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodComboBox
-
Deprecated.
- getSelectedPieColumn() - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
-
- getSelectedProps() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
- getSelectedProps() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
-
- getSelectedRows() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
Returns the indices of all selected rows.
- getSelectedSections() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getSelectedSet(Point[]) - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
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.
- getSelectedValue() - Method in class org.knime.core.node.util.CheckedRadioButtonPanel
-
- getSelectedValue() - Method in class org.knime.core.node.util.RadionButtonPanel
-
- getSelectedXColumn() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineScatterPlotter
-
Deprecated.
- getSelectedXColumn() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.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
-
Deprecated.
- getSelectedYColumn() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.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.
- getSelection() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
-
- getSelectionAsString() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
-
- getSelectionRectangle() - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
-
- getSelections() - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
-
- getSeparator() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
-
- getSeparator() - Method in class org.knime.core.util.node.quickform.in.StringListPasteboxInputQuickFormInElement
-
- getSeparatorModel() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
-
- getSeparatorReplacement() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- getSerializer() - Method in class org.knime.core.data.container.CellClassInfo
-
- getSerializer(Class<? extends DataCell>) - Method in class org.knime.core.data.DataTypeRegistry
-
Returns a serializer for the given cell class.
- getSerializer(Class<T>, Class<V>, String, boolean) - Static method in class org.knime.core.internal.SerializerMethodLoader
-
Deprecated.
Invokes a static method named methodName on class
encapsulatingClass, which is supposed to have no arguments
and whose return type is V<T>.
- getServerAuthToken() - Method in class org.knime.core.node.workflow.WorkflowContext
-
- getSet() - Method in class org.knime.base.node.preproc.matcher.SetMissmatches
-
- 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.mine.scorer.numeric.NumericScorerDialogComponents
-
- getSettings() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner
-
- getSettings() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
-
Get the settings currently entered in the dialog.
- getSettings() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Panel
-
Deprecated.
Get the settings currently entered in the dialog.
- getSettings() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerFactorySelectionPanel
-
Creates and returns a new settings object for the settings made by the user.
- getSettings() - Method in class org.knime.base.node.preproc.pmml.missingval.MVColumnSettings
-
- getSettings() - Method in class org.knime.base.node.preproc.pmml.missingval.MVIndividualSettings
-
Returns the node settings used to store user settings for the selected factory.
- getSettings() - Method in class org.knime.base.node.preproc.rename.RenameColumnPanel
-
- 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.ExtensionTable.LoadContext
-
- getSettings() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
-
- getSettings() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
-
- getSettings() - Method in class org.knime.core.util.tokenizer.Tokenizer
-
- getSettingsButtonColIdx() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
- getSettingsButtonColIdx() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
-
- getSettingsButtonColIdx() - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
-
- getSettingsForColumn(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.MVSettings
-
Returns the missing value handling settings for a column.
- getSettingsForDataType(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.MVSettings
-
Returns the missing value handling settings for a data type.
- getSettingsPanel() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
- getSettingsPanel() - Method in class org.knime.base.data.aggregation.AggregationOperator
-
Override this method if the operator requires additional settings.
- getSettingsPanel() - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
-
Override this method if the operator requires additional settings.
- getSettingsPanel() - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
-
Override this method if the operator requires additional settings.
- getSettingsPanel() - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
-
Override this method if the operator requires additional settings.
- getSettingsPanel() - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
-
Override this method if the operator requires additional settings.
- getSettingsPanel() - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
-
Override this method if the operator requires additional settings.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
-
Creates and returns the panel where the user can make changes to settings of the missing value handler.
- getSettingsPanel() - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
-
- getSettingsPanel() - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
-
- getSettingsPanel() - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
-
- getSettingsPanel() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
-
- getSettingsPanel() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
-
- getSettingsPanel() - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
-
- getSettingsPanelComponent(NodeContainer.NodeContainerSettings.SplitType) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
-
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.
- getSetValidationErrorMethodName() - Method in class org.knime.core.node.web.DefaultWebTemplate
- getSetValidationErrorMethodName() - Method in interface org.knime.core.node.web.WebTemplate
-
- 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
-
- getShort(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return short for key.
- getShort(String, short) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return short value for key or the default if the key is not available.
- getShort(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return short for key.
- getShort(String, short) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return short value for key or the default if the key is not available.
- getShort() - Method in class org.knime.core.node.config.base.ConfigShortEntry
-
- getShort(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the short configuration parameter registered under the given
ID.
- getShortArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return a short array which can be null for key, or the default value if
not available.
- getShortArray(String, short...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return short array which can be null for key, or the default array if the
key is not available.
- getShortArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return a short array which can be null for key, or the default value if
not available.
- getShortArray(String, short...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return short array which can be null for key, or the default array if the
key is not available.
- getShortArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the short array configuration parameter registered under the
given ID.
- getShortCutLines() - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
-
- getShortDescription() - Method in interface org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescription
-
- getShortDescription() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescriptionV1
- getShortStringFrom(Collection<?>, int) - Static method in class org.knime.core.node.util.ConvenienceMethods
-
- getShortStringFrom(Iterator<?>, int, int) - Static method in class org.knime.core.node.util.ConvenienceMethods
-
Get string summary from argument iterator for printing in warning messages.
- 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
-
- getShowGrid() - Method in class org.knime.core.node.workflow.EditorUIInformation
-
- 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
-
- getShrinkValue(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
-
- 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".
- getSingleNodeContainerSettings() - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getSingleNodeGraphAnnotation(NodeID) - Method in class org.knime.core.node.workflow.Workflow
-
- getSister() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
- getSize(String) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
-
Returns the number of elements in the list retrieved using the given key
- getSize() - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
-
Returns the number of elements in the list retrieved using the default key
- 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.preproc.binnerdictionary.BinByDictionaryRuleSet
-
- getSize() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
- getSize() - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- 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
-
- getSize(DataCell) - Method in interface org.knime.core.data.property.SizeHandler.SizeModel
-
- getSize(DataCell) - Method in class org.knime.core.data.property.SizeModelDouble
-
- 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.
- getSkewness(int) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns the skewness for the desired column.
- getSkewness() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns the skewness for all columns.
- getSkipFirstLines() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
- getSkipFirstLinesCount() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- getSkipMessage() - Method in class org.knime.base.data.aggregation.AggregationOperator
-
- getSkippedAttributes() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
Deprecated.
- getSkippedAttributes() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- getSkippedAttributesString(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
Deprecated.
- getSkippedAttributesString(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.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
- getSmallFormat() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner.BinnerNumberFormat
-
- getSmotedTable() - Method in class org.knime.base.node.mine.smote.Smoter
-
Get final output table, including original input table and smoted table.
- getSmtpHost() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- getSmtpHostStringHistoryID() - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- getSmtpPassword() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- getSmtpPort() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- getSmtpPortStringHistoryID() - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- getSmtpUser() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- getSmtpUserStringHistoryID() - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- getSnapToGrid() - Method in class org.knime.core.node.workflow.EditorUIInformation
-
- getSnapToGrid() - Method in class org.knime.core.node.workflow.NodeUIInformation
-
If set, the coordinates set should be changed right after edit part activation.
- getSNCSettings() - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
- getSNCSettings() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
- getSNCSettings() - Method in interface org.knime.core.node.workflow.SingleNodeContainerPersistor
-
- getSortColumn() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
-
Deprecated.
- getSortColumn() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings.Curve
-
- getSortColumnIndices() - Method in class org.knime.core.node.tableview.TableSortOrder
-
Get indices of sort columns in array, passed to sorter.
- getSortColumnOrder() - Method in class org.knime.core.node.tableview.TableSortOrder
-
- getSortedClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
Deprecated.
- getSortedClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.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!
- getSortedInput() - Method in class org.knime.base.node.viz.liftchart.LiftCalculator
-
- getSortedInputTableModel() - Static method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeDialog
-
Creates and returns the settings model, storing the "sorted input table"
flag.
- getSortIncludesCategories() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
-
- getSortIncludesCategories() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
-
- getSorting(String) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
-
Returns an immutable list of the ordered DataCell of the given column or null if no sorting is
configured for the given column.
- getSortInMemory() - Method in class org.knime.core.data.sort.AbstractTableSorter
-
- getSortKeyForColumn(int) - Method in class org.knime.core.node.tableview.TableSortOrder
-
For a given query column return the sort key.
- getSortOrder() - Method in class org.knime.base.node.io.database.DBSorterNodeDialogPanel
-
Returns the sortOrder array.
- getSortOrder() - Method in class org.knime.base.node.io.database.DBSortItem
-
The Sortorder of this SortItem.
- 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.
- getSortTargetCategories() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
-
- getSortTargetCategories() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
-
- 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
- getSourceActions(JComponent) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTargetTransferHander
-
- getSourceActions(JComponent) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
-
- getSourceActions(JComponent) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
-
- 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
-
- getSourceType() - Method in class org.knime.core.data.convert.ConversionKey
-
Get the source type of the factory this key refers to.
- getSourceType() - Method in class org.knime.core.data.convert.datacell.ArrayToCollectionConverterFactory
-
- getSourceType() - Method in class org.knime.core.data.convert.datacell.FactoryMethodToDataCellConverterFactory
-
- getSourceType() - Method in interface org.knime.core.data.convert.datacell.JavaToDataCellConverterFactory
-
Get the
Class of the type which converters created by this factory are able to convert
- getSourceType() - Method in class org.knime.core.data.convert.datacell.SimpleJavaToDataCellConverterFactory
-
- getSourceType() - Method in class org.knime.core.data.convert.java.CollectionConverterFactory
-
- getSourceType() - Method in interface org.knime.core.data.convert.java.DataCellToJavaConverterFactory
-
Get the
Class of the type (a subclass of
DataValue, see type parameter
<S>) which
converters created by this factory are able to convert.
- getSourceType() - Method in class org.knime.core.data.convert.java.MissingToNullConverterFactory
-
- getSourceType() - Method in class org.knime.core.data.convert.java.SimpleDataCellToJavaConverterFactory
-
- getSourceTypeName() - Method in class org.knime.core.data.convert.util.SerializeUtil.FactoryPlaceholder
-
Get the name of the source type of the factory
- 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.data.statistics.Statistics3Table
-
Deprecated.
- 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
-
Deprecated.
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
-
Deprecated.
- 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.regression.logistic.learner3.LogisticRegressionContent
-
Returns the spec of the output.
- getSpec() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
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.OutputRow.Settings
-
- getSpec() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel.CalculationResult
-
Deprecated.
- getSpec() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel.CalculationResult
-
Deprecated.
- 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.DatabaseConnectionPortObject
-
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.
- getSpecClass() - Method in class org.knime.core.node.port.PortObjectSpec.PortObjectSpecSerializer
-
Returns the port object süec class that this serializer reads and writes.
- getSpecClass(String) - Method in class org.knime.core.node.port.PortTypeRegistry
-
Returns the
DataCell class for the given class name.
- getSpecSerializer(Class<? extends PortObjectSpec>) - Method in class org.knime.core.node.port.PortTypeRegistry
-
Returns a serializer for the given port object spec class.
- getSplit() - Method in class org.knime.base.node.mine.decisiontree2.learner2.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.learner2.SplitFinder
-
Returns the attribute list that determines the split.
- getSplitAttributeName() - Method in class org.knime.base.node.mine.decisiontree2.learner2.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.learner2.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
-
- getSQLFragment(StatementManipulator, String) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRow
-
- getSQLFragment(StatementManipulator, String, String) - Method in interface org.knime.core.node.port.database.aggregation.DBAggregationFunction
-
- getSQLFragment(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.AbstractDistinctDBAggregationFunction
- getSQLFragment(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
- getSQLFragment(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
- getSQLFragment(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
- getSQLFragment(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
- getSQLFragment(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
- getSQLFragment4SubQuery(StatementManipulator, String, String) - Method in interface org.knime.core.node.port.database.aggregation.DBAggregationFunction
-
- getSQLFragment4SubQuery(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.AbstractDistinctDBAggregationFunction
- getSQLFragment4SubQuery(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
- getSQLFragment4SubQuery(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
- getSQLFragment4SubQuery(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
- getSQLFragment4SubQuery(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
- getSQLFragment4SubQuery(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
- getSqlType() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
-
Returns the SQL data type
- getSqlType() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
Returns the SQL data type
- getSqlTypeCellEditor(String, int) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Returns the SQLTypeCellEditor retrieved from the map using the specified key
- getSqlTypes(String) - Static method in class org.knime.base.node.io.database.tablecreator.util.DBUtil
-
- getSqlTypes() - Static method in class org.knime.base.node.io.database.tablecreator.util.DBUtil
-
- getSqlTypesMap() - Static method in class org.knime.base.node.io.database.tablecreator.util.DBUtil
-
- getSqlTypesMap(String) - Static method in class org.knime.base.node.io.database.tablecreator.util.DBUtil
-
- getSquaredEuclideanDistance(DataRow, int[]) - Method in class org.knime.base.node.mine.cluster.assign.Prototype
-
Computes the distance between this prototype and a given
DataRow.
- getStacktrace() - Method in class org.knime.core.node.workflow.FlowTryCatchContext
-
- getStandardDeviation(int) - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Calculates the standard deviation for the desired column.
- getStandardDeviation() - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns the standard deviation for all columns.
- getStandardDeviation(int) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Calculates the standard deviation for the desired column.
- getStandardDeviation() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
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.
- getStandardErrors(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
-
Returns the parameters mapped to the standard error for the given logit.
- getStandardErrors() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Returns the parameters mapped to the standard error.
- getStart() - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
-
- getStartIndex() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- getStartIndex() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- getStartIndex() - Method in class org.knime.base.node.util.ExpandVectorNodeModel
-
- getStartNodes() - Method in class org.knime.core.node.workflow.Workflow
-
Return list of nodes, which are either source nodes (no inputs) in this workflow or which are connected to
a workflow input port.
- getStartNodeStackAsString() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
-
- 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.FileNodeContainerMetaPersistor
- getState() - Method in class org.knime.core.node.workflow.NodeContainer
-
Deprecated.
- getState() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- getState() - Method in class org.knime.core.node.workflow.NodeStateEvent
-
- getStatementManipulator() - Method in class org.knime.core.node.port.database.DatabaseUtility
-
Returns a statement manipulator for the database.
- getStatementManipulator() - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.PMMLApplyMissingCellHandler
-
Returns a Knime statistic to be evaluated before missing values are replaced.
- 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
- getStatisticsSpecification() - Static method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
- getStatisticsTable() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- getStatsTable() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
Deprecated.
- getStatsTable() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
- getStatTable() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
- 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.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
-
- getStoreUUID() - Method in class org.knime.core.data.filestore.internal.FileStoreKey
-
- getStoreUUID() - Method in interface org.knime.core.data.filestore.internal.IWriteFileStoreHandler
-
- getStoreUUID() - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
- getStoreUUID() - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- getStoreUUID() - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
- getStoreUUID() - Method in class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
- getStoreUUID() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
-
- getStrategy() - Method in class org.knime.base.util.SortingOptionPanel
-
- getStreamableInPortIdx() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
-
- getStreamableOutPortIdx() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
-
- getString() - Method in class org.knime.core.data.RowKey
-
- getString(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return String for key.
- getString(String, String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return String object which can be null, or the default array if the key
is not available.
- getString(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return String for key.
- getString(String, String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return String object which can be null, or the default value if the key
is not available.
- getString() - Method in class org.knime.core.node.config.base.ConfigStringEntry
-
- getString(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the String configuration parameter registered under the
given ID.
- getStringArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return String array which can be null for key.
- getStringArray(String, String...) - Method in class org.knime.core.node.config.base.ConfigBase
-
Return String array which can be null for key, or the default array if
the key is not available.
- getStringArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return String array which can be null for key.
- getStringArray(String, String...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Return String array which can be null for key, or the default array if
the key is not available.
- getStringArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Get value of the String array configuration parameter registered under
the given ID.
- getStringArrayValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
-
- getStringDomainValue() - Method in class org.knime.base.util.coordinate.CoordinateMapping
-
- getStringExtension(Map<String, String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
-
- 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.dialog.ExternalNodeData
-
Returns node data as a plain string.
- getStringValue() - Method in class org.knime.core.node.workflow.FlowVariable
-
- getStringValues() - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.StringType
-
- 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.Annotation
-
- getStyleRanges() - Method in class org.knime.core.node.workflow.AnnotationData
-
- getSubject() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- getSubjectStringHistoryID() - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- getSubmittedCount() - Method in class org.knime.core.util.MultiThreadWorker
-
- getSubNodeContainerFlowObjectStack() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
- getSubNodeDescription() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
-
- getSubNodeDescription() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
- getSubnodeInputPortInfo(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Get information on input ports of the argument (sub) node.
- getSubnodeOutputPortInfo(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Get information on output ports of the argument (sub) node.
- getSuccessor() - Method in class org.knime.core.node.NodeTriple
-
Returns the successor.
- getSuffixes() - Method in class org.knime.core.node.util.FilesHistoryPanel
-
- getSuggestedNodIDSuffix(NodeID) - Method in class org.knime.core.node.workflow.WorkflowCopyContent
-
The overwritten NodeID suffix to the given node or null if not overwritten.
- getSum(int) - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns the sum for the desired column.
- getSum() - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns the sum values for all columns.
- getSum(int) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns the sum for the desired column.
- getSum() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
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
-
Deprecated.
- getSummary() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- getSummary() - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
-
Deprecated.
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.colconvert.categorytonumber.CategoryToNumberConfiguration
-
Get descriptive summary.
- getSummary() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
-
Get descriptive summary.
- getSummary() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberConfiguration
-
Get descriptive summary.
- getSummary() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
-
Get descriptive summary.
- 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.DatabaseConnectionPortObject
-
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.learner2.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.
- getSupportedClasses() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
-
- getSupportedNumberSortStrategies() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
-
Returns the supported number sorting strategies.
- getSupportedStringSortStrategies() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
-
Returns the supported string sorting strategies.
- getSupportedType() - Method in interface org.knime.base.data.aggregation.AggregationMethod
-
- getSupportedType() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
- 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.AggregationMethodDecorator
- getSupportedTypeLabel() - Method in class org.knime.base.data.aggregation.AggregationOperator
- getSupportedTypes() - Static method in class org.knime.base.data.aggregation.AggregationMethods
-
- 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.OutputRow.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.
- getSystemPropertyDatabaseTimeout() - Static method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Returns the database timeout set via the (deprecated) system property.
- 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.data.aggregation.dialogutil.AbstractAggregationPanel
-
- getTable() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
- getTable() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration.Result
-
- getTable() - Method in class org.knime.base.node.mine.decisiontree2.learner2.Split
-
- 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(ExecutionMonitor, CredentialsProvider, boolean, int) - Method in interface org.knime.core.node.port.database.reader.DBReader
-
Read data from database.
- getTable(ExecutionMonitor, CredentialsProvider, boolean, int) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
-
Read data from database.
- getTable() - Method in class org.knime.core.node.util.ConfigTablePanel
-
Access to underlying table.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationFunctionTableCellEditor
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationMethodTableCellEditor
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.NamedAggregationMethodNameTableCellEditor
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
-
Deprecated.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternTableCellEditor
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternTableCellEditor
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.NameCellEditor
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.RadioButtonCellEditor
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.core.node.util.dialog.OutFieldsTable.DataTypeTableCellEditor
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.core.node.util.dialog.OutFieldsTable.InputTableCellEditor
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionAndRowTableCellRenderer
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionRowTableCellRenderer
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodDecoratorTableCellRenderer
-
Deprecated.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellRenderer
-
Deprecated.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.BooleanCellRenderer
- 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.data.aggregation.dialogutil.NamedAggregationMethodNameTableCellRenderer
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
-
Deprecated.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.RadioButtonCellRenderer
- 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.DefaultDataValueRenderer
- 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.ImageValueRenderer
- 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.DataColumnSpecTableCellRenderer
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.node.util.dialog.OutFieldsTable.BooleanRenderer
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.node.util.dialog.OutFieldsTable.DefaultFieldTableCellRenderer
- 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
-
- getTableConstraintsFragment(DBKey[]) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
Creates key constraints statement to create a table in database
- getTableContent() - Method in class org.knime.core.node.tableview.TableRowHeaderModel
-
- getTableContentFilter() - Method in class org.knime.core.node.tableview.TableContentModel
-
- getTableCreator(String, String, boolean) - Method in class org.knime.core.node.port.database.DatabaseUtility
-
Class that creates a new table.
- getTableCreator(String, String, boolean) - Method in class org.knime.core.node.port.database.DB2Utility
-
Class that creates a new table.
- getTableCreator(String, String, boolean) - Method in class org.knime.core.node.port.database.OracleUtility
-
Class that creates a new table.
- getTableMissingValueRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
-
Returns the render component for a table if the respective value is a missing value.
- getTableModel() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
- getTableModel() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
- getTableMouseAdapter() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
- getTableName() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Returns the table name
- getTableName() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- getTableName() - Method in interface org.knime.core.node.port.database.tablecreator.DBTableCreator
-
- getTableName() - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
- getTableName() - Method in class org.knime.core.node.tableview.TableContentModel
-
Get the name of the current data table (if any) or null.
- getTableNameSettingsModel() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
- getTableRepository() - Method in class org.knime.core.data.container.CopyOnAccessTask
-
Get table repository in workflow for blob (de)serialization.
- getTableSortOrder() - Method in class org.knime.core.node.tableview.TableContentModel
-
- 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.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Returns the DataTableSpec instance
- getTableSpec() - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
-
Deprecated.
- getTableSpec(DataTableSpec[]) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
-
Returns the DataTableSpec from the data input port of the node model
- getTableSpec(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeDialogPane
-
- getTableSpec(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeDialog
-
- 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.
- getTableViewContentModel() - Method in class org.knime.base.node.preproc.correlation.compute.AbstractCorrelationComputeNodeView
-
- 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
-
- getTarget() - Method in class org.knime.base.node.mine.regression.RegressionTrainingRow
-
The value of the target for this row.
- 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.PMMLClusteringModelWrapper
-
- getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
-
- getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
-
- getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
Returns all target columns of the model.
- getTargetCols(TargetsDocument.Targets) - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
Extracts target columns as strings from the model.
- getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
-
- getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
-
- getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
-
- getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
-
- getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
-
- getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
-
- getTargetColumn() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
The target column which is the dependent variable.
- 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.logistic.learner3.LogRegLearnerSettings
-
The target column which is the dependent variable.
- getTargetColumn() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
-
Deprecated.
Returns the name of the target column that holds the dependent variable.
- getTargetColumn() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
-
Returns the name of the target column that holds the dependent variable.
- getTargetColumn() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
-
- getTargetColumn() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- getTargetColumnName() - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
-
Deprecated.
Get the name of the response column, i.e.
- getTargetColumns() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
- getTargetFieldName(int) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
-
Returns a name under which the output column or flow variable can be accessed or defined in the target script
- getTargetFields() - Method in class org.knime.core.node.port.pmml.PMMLMiningSchemaTranslator
-
- getTargetFields() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- getTargetReferenceCategory() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
-
- getTargetReferenceCategory() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
-
- getTargetReferenceCategory() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- getTargetType() - Method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.ConvertionType
-
- getTargetValues() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
Returns the target values.
- getTCol() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
-
- getTempFragment(boolean) - Method in class org.knime.core.node.port.database.DB2TableCreator
- getTempFragment(boolean) - Method in class org.knime.core.node.port.database.OracleTableCreator
-
- getTempFragment(boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
- getTemplateInformation() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
- 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.FileSubNodeContainerPersistor
- getTemplateInformation() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
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 interface org.knime.core.node.workflow.NodeContainerTemplate
-
- 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.SubNodeContainer
-
- getTemplateInformation() - Method in interface org.knime.core.node.workflow.SubNodeContainerPersistor
-
- 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.
- getTempLocation() - Method in class org.knime.core.node.workflow.WorkflowContext
-
Returns the location of the temporary directory for this workflow or null if no specific temporary
directory for the workflow exists.
- getTempTableName() - Method in class org.knime.core.node.port.database.StatementManipulator
-
Returns a random name for a temporary table.
- getTempTableSettingsModel() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
- getTerminalCharacter() - Method in class org.knime.core.node.port.database.DB2TableCreator
- getTerminalCharacter() - Method in class org.knime.core.node.port.database.OracleTableCreator
- getTerminalCharacter() - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
- getTestedPatterns() - Method in class org.knime.base.util.kdtree.KDTree
-
- getText() - Method in enum org.knime.base.data.aggregation.numerical.CorrelationOperator.CorrelationMethods
- getText() - Method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.CountMethod
- getText() - Method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.SamplingMethod
- getText() - Method in class org.knime.base.node.io.tablecreator.table.Cell
-
- getText() - Method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.BinNaming
- getText() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
- getText() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.SetMatching
- getText() - Method in enum org.knime.base.node.preproc.setoperator.SetOperation
- getText() - Method in enum org.knime.base.node.switches.caseswitch.CaseEndNodeModel.MultipleActiveHandling
- getText() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- 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 enum org.knime.core.data.vector.bitvector.BitVectorType
- getText() - Method in enum org.knime.core.node.defaultnodesettings.SettingsModelAuthentication.AuthenticationType
- 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.util.WatermarkTextField
- getText() - Method in class org.knime.core.node.workflow.Annotation
-
- getText() - Method in class org.knime.core.node.workflow.AnnotationData
-
- getText() - Method in class org.knime.core.util.node.quickform.out.TextAreaOutputQuickFormOutElement
-
- getTextFormat() - Method in class org.knime.core.util.node.quickform.out.TextAreaOutputQuickFormOutElement
-
- getTforName(String) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
-
Get the a T for the given name.
- getTforName(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Get the a T for the given name.
- getTforName(String) - Method in class org.knime.core.node.util.filter.StringFilterPanel
-
Get the a T for the given name.
- getTforName(String) - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
-
Get the a T for the given name.
- 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
-
- getThreadName() - Method in class org.knime.core.util.GUIDeadlockDetector
-
Returns the event dispatch thread's name, e.g.
- 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
-
- 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.
- getTimeInMillis() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
-
Returns the saved Date in milliseconds since 1970 in UTC time.
- 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.
- getTimeZone() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- getTimezone() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Returns the manually set timezone that should be assumed for dates returned by the database.
- getTimeZoneOffset(long) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- getTitle() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
- getTN(int) - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
Returns the true negatives for the given class index.
- getTo() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- 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.data.aggregation.numerical.CorrelationOperator.CorrelationMethods
- getToolTip() - Method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.CountMethod
- getToolTip() - Method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.SamplingMethod
- getToolTip() - Method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.BinNaming
- getToolTip() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
- getToolTip() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.SetMatching
- getTooltip() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.StringType
-
- getToolTip() - Method in enum org.knime.base.node.switches.caseswitch.CaseEndNodeModel.MultipleActiveHandling
- 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 enum org.knime.core.data.vector.bitvector.BitVectorType
- getToolTip() - Method in enum org.knime.core.node.defaultnodesettings.SettingsModelAuthentication.AuthenticationType
- getToolTip() - Method in interface org.knime.core.node.util.ButtonGroupEnumInterface
-
- getToolTipText() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionRowTableCellRenderer
- getToolTipText(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionRowTableCellRenderer
- getToolTipText() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodDecoratorTableCellRenderer
-
Deprecated.
- getToolTipText(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodDecoratorTableCellRenderer
-
Deprecated.
- getToolTipText() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellRenderer
-
Deprecated.
- getToolTipText(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellRenderer
-
Deprecated.
- getToolTipText() - Method in class org.knime.base.data.aggregation.dialogutil.BooleanCellRenderer
- getToolTipText() - Method in class org.knime.base.data.aggregation.dialogutil.IncludeMissingCellRenderer
- getToolTipText() - Method in class org.knime.base.data.aggregation.dialogutil.NamedAggregationMethodNameTableCellRenderer
- getToolTipText(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.NamedAggregationMethodNameTableCellRenderer
- 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
-
- getToSort() - Method in class org.knime.core.data.sort.SortingDescription
-
- getToStringHistoryID() - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- 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
-
- getTotalNoOfRecs() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
-
- getTotalNrOf0s() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
-
Deprecated.
- getTotalNrOf0s() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- getTotalNrOf1s() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
-
Deprecated.
- getTotalNrOf1s() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
- 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.
- getTP(int) - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
Returns the true positives for the given class index.
- getTrans() - Method in class org.knime.base.node.preproc.ungroup.UngroupOperation
-
- 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.
- getTransferable() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecSourceTransferHandler
- getTransferable() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
-
- getTransferData(DataFlavor) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTransferable
- getTransferDataFlavors() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTransferable
- 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.
- getTransientString(String) - Method in class org.knime.core.node.config.base.ConfigBase
-
Returns a transient string if present or null if no longer available (setting restored from disc).
- getTransientString(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Returns a transient string if present or null if no longer available (setting restored from disc).
- getTransientString() - Method in class org.knime.core.node.config.base.ConfigTransientStringEntry
-
Returns the transient string.
- 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.
- getTValues() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Returns the parameters mapped to the t-value.
- getType() - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
-
- getType() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
Returns the SQL data type of the column
- 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
-
Deprecated.
- getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
-
Deprecated.
- getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
Deprecated.
- getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
Deprecated.
- getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
Deprecated.
- getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
- getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
- getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
- getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
- getType() - Method in class org.knime.base.node.mine.mds.distances.CosinusDistanceManager
- 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.mds.distances.RowDistanceManager
-
- 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(String) - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
-
- getType(String) - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.StringType
-
- getType() - Method in enum org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel.ColType
-
- getType() - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- getType() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
- getType() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
-
Returns the type of the node.
- 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
-
- getType(Class<? extends DataCell>, DataType, List<Class<? extends DataValue>>) - Static method in class org.knime.core.data.DataType
-
- getType(String) - Static method in enum org.knime.core.data.vector.bitvector.BitVectorType
-
- getType() - Method in class org.knime.core.data.xml.util.XmlDomComparer.Diff
-
- getType() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
-
- getType() - Method in class org.knime.core.node.DelegateNodeDescription
-
Returns the type of the node.
- getType() - Method in class org.knime.core.node.FlowVariableModel
-
- getType() - Method in class org.knime.core.node.missing.MissingNodeFactory
-
- 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.NodeDescription
-
Returns the type of the node.
- getType() - Method in class org.knime.core.node.NodeDescription13Proxy
-
Returns the type of the node.
- getType() - Method in class org.knime.core.node.NodeDescription210Proxy
-
Returns the type of the node.
- getType() - Method in class org.knime.core.node.NodeDescription212Proxy
-
Returns the type of the node.
- getType() - Method in class org.knime.core.node.NodeDescription27Proxy
-
Returns the type of the node.
- getType() - Method in class org.knime.core.node.NodeDescription28Proxy
-
Returns the type of the node.
- getType() - Method in class org.knime.core.node.NodeDescription31Proxy
-
Returns the type of the node.
- getType() - Method in class org.knime.core.node.NodeFactory
-
Returns the type of the node.
- getType() - Method in class org.knime.core.node.NoDescriptionProxy
-
Returns the type of the node.
- getType(DataType) - Method in interface org.knime.core.node.port.database.aggregation.DBAggregationFunction
-
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.CorrDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction
- getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.SimpleDBAggregationFunction
- getType() - Method in class org.knime.core.node.port.database.tablecreator.DBColumn
-
Returns the SQL data type of the column
- getType() - Method in class org.knime.core.node.port.MetaPortInfo
-
- getType(String) - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Returns the data type for the given cell retrieving it from the initial
DataTableSpec.
- getType() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel.ConfigurationRequestEvent
-
- getType() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
The type identifier of the actual filter implementation.
- getType() - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
-
- getType() - Method in class org.knime.core.node.web.WebResourceLocator
-
- 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.NativeNodeContainer
- getType() - Method in class org.knime.core.node.workflow.NodeContainer
-
- getType() - Method in class org.knime.core.node.workflow.SubNodeContainer
- getType() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
-
Returns the type of the node.
- getType() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
-
Returns the type of the node.
- getType() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
-
Returns the type of the node.
- getType() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
-
Returns the type of the node.
- 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
-
- getType() - Method in class org.knime.core.util.node.quickform.in.AbstractQuickFormInElement
-
- getType() - Method in class org.knime.core.util.node.quickform.in.CheckboxInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.DateStringInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.DoubleInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.DummyInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.IntInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.SketcherInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.StringInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.StringListInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.StringListPasteboxInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.StringOptionInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.StringSelectionInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.TwinStringListInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
- getType() - Method in class org.knime.core.util.node.quickform.out.AbstractQuickFormOutElement
-
Get enum type this object represents.
- getType() - Method in class org.knime.core.util.node.quickform.out.FileDownloadQuickFormOutElement
-
Get enum type this object represents.
- getType() - Method in class org.knime.core.util.node.quickform.out.ImageOutputQuickFormOutElement
-
Get enum type this object represents.
- getType() - Method in class org.knime.core.util.node.quickform.out.TextAreaOutputQuickFormOutElement
-
Get enum type this object represents.
- getType() - Method in class org.knime.core.util.node.quickform.out.VariableOutputQuickFormOutElement
-
Get enum type this object represents.
- getTypeConfig() - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- getTypeConfig() - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
-
- 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 class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
- getUIInfo() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- 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.MissingValueHandling2Table
-
Deprecated.
Get reference to underlying table.
- getUnderlyingTable() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
-
Deprecated.
Get reference to underlying table.
- getUndoPersistor() - Method in class org.knime.core.node.workflow.WorkflowPersistor.NodeContainerTemplateLinkUpdateResult
-
- getUnfilteredModel() - Method in class org.knime.core.node.util.ColumnSelectionList
-
- getUnfilteredModel() - Method in class org.knime.core.node.util.FilterableListModel
-
- getUnfoldMethod() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- getUnfoldToLevel() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- getUnfoldWithCoverage() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- getUnhiliteAction() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- getUniqueCellFactoryMap() - Method in class org.knime.core.data.container.RearrangeColumnsTable.NewColumnsProducerMapping
-
A map that for each cell factory (often only 0 or 1) keeps a list of two-index pairs.
- getUniqueColumnName(DataTableSpec, String) - Static method in class org.knime.core.data.DataTableSpec
-
Returns a column name, which is not contained in specified
DataTableSpec.
- getUniqueProducerFactories(Collection<ColumnRearranger.SpecAndFactoryObject>) - Static method in class org.knime.core.data.container.RearrangeColumnsTable
-
Counts for the argument collection the number of unique cell factories.
- getUnknownKNIMEVersionLoadPolicy(String) - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
-
Callback if an unknown version string is encountered in the KNIME
workflow.
- getUnkownColumnsHandling() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
-
- 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.
- getUpdatedSettings() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
-
- 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.domain.editnumeric.EditNumericDomainConfiguration
-
- 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
-
- getUpperQuartile() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- getUpperWhisker() - Method in class org.knime.base.node.viz.plotter.box.Box
-
- getUpperWhisker() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- getUpstreamPortType(int) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
- getUpstreamPortType(int) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
-
- getUpstreamPortType(int) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- getUpstreamPortType(int) - Method in interface org.knime.core.node.workflow.FromFileNodeContainerPersistor
-
- getUri() - Method in class org.knime.core.eclipseUtil.UpdateChecker.UpdateInfo
-
Returns the URI for the new update site.
- getUrl(String) - Static method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
-
Creates an URL from the "file"name entered in the dialog.
- 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
-
- getURL() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getUrlColName() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
-
Deprecated.
- getUrlFile() - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
-
- 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.
- getURLFromSettings(String) - Static method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
-
Convert argument string to a URL.
- getUrlString() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
-
- getUsage() - Static method in class org.knime.core.data.util.memory.MemoryAlertSystem
-
Returns the current memory usage as a fraction between 0 and 1.
- getUseAsDefault() - Method in class org.knime.core.node.workflow.ExecutionEnvironment
-
- getUseCaches() - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- getUsedColumns() - Method in class org.knime.base.node.mine.cluster.PMMLClusterTranslator
-
- getUsedMemory() - Method in class org.knime.core.data.util.memory.MemoryAlert
-
Returns the currently used memory.
- getUsedMemory() - Static method in class org.knime.core.data.util.memory.MemoryAlertSystem
-
Returns the currently used amount of memory in the old generation memory pool.
- getUsedNominalSplitAttributeValues() - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
-
- getUsedNominalSplitAttributeValues() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- getUsedNominalSplitAttributeValues() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
-
- getUsedNominalSplitAttributeValues() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
-
- getUseDynamicSettingsModel() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
- getUseMaxRowsModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
-
- getUseNamePrefixComponent() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
-
Get the name prefix dialog component.
- getUseNamePrefixModel() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
get the name prefix settings model.
- getUseNames() - Method in class org.knime.base.node.util.ExpandVectorNodeModel
-
- getUserDefinedDriver() - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
-
- getUserid() - Method in class org.knime.core.node.workflow.WorkflowContext
-
Returns the ID of the user which executes this workflow.
- getUsername() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
-
- getUserName(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- getUserName() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- getUsername() - Static method in class org.knime.core.util.User
-
Returns the name of the current user.
- getUserObject() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.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.
- getUseSeed() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
- getUseSeed() - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
-
- 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
-
- getUtility() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Returns a utility implementation for the current database.
- getUtility(String) - Static method in class org.knime.core.node.port.database.DatabaseUtility
-
Returns a utility implementation for the given database type.
- getUtility(String) - Method in class org.knime.core.node.port.database.DatabaseUtilityRegistry
-
- 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
-
- getValidateConnection() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Returns whether the connection should be validated by dialogs.
- getValidateMethodName() - Method in class org.knime.core.node.web.DefaultWebTemplate
- getValidateMethodName() - Method in interface org.knime.core.node.web.WebTemplate
-
- getValidateQuery() - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
-
Returns whether the query should be validated during configure.
- getValidColumnName(String) - Method in class org.knime.core.node.port.database.StatementManipulator
-
Replaces all characters that are not supported by the database in
identifiers with supported characters.
- getValidExtensions() - Method in class org.knime.core.util.SimpleFileFilter
-
- getValidFileName(String, int) - Static method in class org.knime.core.util.FileUtil
-
For some suggested name the returned string can be used to create a file.
- getValue(String) - Method in class org.knime.base.data.aggregation.GlobalSettings
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- getValue(String) - Method in class org.knime.base.data.aggregation.OperatorColumnSettings
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- getValue() - Method in class org.knime.base.node.io.tablecreator.table.Cell
-
- getValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.AtomicDouble
-
Returns the value.
- getValue(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.ClassValueDataRow
-
Returns the attribute value for the given index.
- getValue(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.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() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
-
- getValue() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPPCell
-
- getValue(String, String, String) - Method in class org.knime.base.node.mine.regression.predict2.PPMatrix
-
- getValue(DataCell, int, RegressionTrainingRow.MissingHandling) - Static method in class org.knime.base.node.mine.regression.RegressionTrainingRow
-
Gets the value from the cell with the 0-based index in case it was a collection.
- 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
-
- getValue() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
-
- getValue() - Method in class org.knime.base.node.viz.plotter.box.Outlier
-
- getValue(int) - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
-
The value at a given index.
- getValue(int) - Method in interface org.knime.core.data.vector.doublevector.DoubleVectorValue
-
The value at a given index.
- getValue(int) - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
-
The value at a given index.
- getValue(int) - Method in interface org.knime.core.data.vector.stringvector.StringVectorValue
-
The value at a given index.
- getValue() - Method in class org.knime.core.util.node.config.ConfigElementAbstractSimple
-
- getValue() - Method in class org.knime.core.util.node.quickform.in.CheckboxInputQuickFormInElement
-
- getValue() - Method in class org.knime.core.util.node.quickform.in.DateStringInputQuickFormInElement
-
- getValue() - Method in class org.knime.core.util.node.quickform.in.DoubleInputQuickFormInElement
-
- getValue() - Method in class org.knime.core.util.node.quickform.in.IntInputQuickFormInElement
-
- getValue() - Method in class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
-
- getValue() - Method in class org.knime.core.util.node.quickform.in.SketcherInputQuickFormInElement
-
- getValue() - Method in class org.knime.core.util.node.quickform.in.StringInputQuickFormInElement
-
- getValue() - Method in class org.knime.core.util.node.quickform.in.StringListPasteboxInputQuickFormInElement
-
- getValue() - Method in class org.knime.core.util.node.quickform.in.StringOptionInputQuickFormInElement
-
- getValue() - Method in class org.knime.core.util.node.quickform.in.StringSelectionInputQuickFormInElement
-
- getValue() - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
-
- getValue() - Method in class org.knime.core.util.node.quickform.out.VariableOutputQuickFormOutElement
-
- getValueAsString() - Method in class org.knime.core.node.workflow.FlowVariable
-
- getValueAt(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
- getValueAt(int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
- 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.
- getValueAt(int, FieldsTableModel.Column) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
-
Returns an attribute value for the cell at row
and column.
- getValueAtRow(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
-
This method does only need to handle the none missing cell option columns
since the include/exclude missing cell column is handled by this
abstract class.
- getValueAtRow(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
-
Deprecated.
This method does only need to handle the none missing cell option columns
since the include/exclude missing cell column is handled by this
abstract class.
- getValueAtRow(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
-
This method does only need to handle the none missing cell option columns
since the include/exclude missing cell column is handled by this
abstract class.
- getValueAtRow(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationTableModel
-
This method does only need to handle the none missing cell option columns
since the include/exclude missing cell column is handled by this
abstract class.
- getValueAtRow(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationTableModel
-
This method does only need to handle the none missing cell option columns
since the include/exclude missing cell column is handled by this
abstract class.
- getValueAtRow(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationTableModel
-
This method does only need to handle the none missing cell option columns
since the include/exclude missing cell column is handled by this
abstract class.
- getValueAtRow(int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
-
This method does only need to handle the none missing cell option columns
since the include/exclude missing cell column is handled by this
abstract class.
- getValueAtRow(int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
-
This method does only need to handle the none missing cell option columns
since the include/exclude missing cell column is handled by this
abstract class.
- getValueAtRow(int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
-
This method does only need to handle the none missing cell option columns
since the include/exclude missing cell column is handled by this
abstract class.
- getValueAtRow(int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
-
Returns the value of the cell at the specified row index and column index
- getValueClass(String) - Method in class org.knime.core.data.DataTypeRegistry
-
Returns the
DataValue class for the given class name.
- 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.dialogutil.DialogComponentAggregationMethod
-
- getValueDelimiter() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
- getValueDelimiter() - Method in class org.knime.base.data.aggregation.GlobalSettings
-
- getValueFromArray(byte[], int) - Method in class org.knime.core.data.filestore.internal.FileStoreKey
-
- 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.AppendElementOperator
-
- 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.data.aggregation.deprecated.AndElementOperator
-
Deprecated.
- 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(Matrix) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegContent
-
Returns the parameters mapped to the values of the given matrix.
- getValues(Matrix) - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Returns the parameters mapped to the values of the given matrix.
- 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.data.property.filter.FilterModelNominal
-
- getValues() - Method in class org.knime.core.node.port.database.pivoting.PivotData
-
- getValues() - Method in class org.knime.core.node.util.KeyValuePanel
-
Get the elements of the second column.
- getValues() - Method in class org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement
-
- getValues() - Method in class org.knime.core.util.node.quickform.in.TwinStringListInputQuickFormInElement
-
- getValues() - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
-
- getValueScale() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getValueScale() - Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- getVariableControlledParameters() - Method in class org.knime.core.node.config.ConfigEditTreeModel
-
- getVariableName() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
-
Deprecated.
- 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
-
Deprecated.
- getVariablesOfInterest() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
-
Deprecated.
- getVariablesSettings() - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
-
- getVariableValue() - Method in class org.knime.core.node.FlowVariableModel
-
Returns the value of the selected flow variable or an empty optional if no flow variable has been selected.
- getVariance(int) - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns the variance for the desired column.
- getVariance() - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Returns the variance for all columns.
- getVariance(int) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns the variance for the desired column.
- getVariance() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
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
-
Deprecated.
- getVectorLength() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
-
- getVectorLengths() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- getVectorLengths() - Method in class org.knime.base.node.mine.regression.RegressionTrainingData
-
- getVectorType() - Method in class org.knime.base.data.bitvector.BitVectorColumnCellFactory
-
- 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.
- getVersion() - Method in class org.knime.core.node.NodeFrequencies
-
Returns the version of this node frequencies object.
- getVersion() - Method in class org.knime.core.node.workflow.Annotation
-
- getVersion() - Method in class org.knime.core.node.workflow.AnnotationData
-
Save-Version of this annotation.
- getVersionString() - Method in enum org.knime.core.node.workflow.FileWorkflowPersistor.LoadVersion
-
- getView() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
-
Returns the
JComponent for the HierarchicalGraphView.
- getView(int, String) - Method in class org.knime.core.node.Node
-
Return a new instance of the node's view (without opening it).
- getView(NodeContainer) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
-
Return a new instance of a node view for the job of the provided node.
- 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.
- getViewClass() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView.WizardNodeViewExtension
-
- getViewCount() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
-
Returns the number of views which are listed in the meta information.
- getViewCount() - Method in class org.knime.core.node.DelegateNodeDescription
-
Returns the number of views which are listed in the meta information.
- getViewCount() - Method in class org.knime.core.node.NodeDescription
-
Returns the number of views which are listed in the meta information.
- getViewCount() - Method in class org.knime.core.node.NodeDescription13Proxy
-
Returns the number of views which are listed in the meta information.
- getViewCount() - Method in class org.knime.core.node.NodeDescription210Proxy
-
Returns the number of views which are listed in the meta information.
- getViewCount() - Method in class org.knime.core.node.NodeDescription212Proxy
-
Returns the number of views which are listed in the meta information.
- getViewCount() - Method in class org.knime.core.node.NodeDescription27Proxy
-
Returns the number of views which are listed in the meta information.
- getViewCount() - Method in class org.knime.core.node.NodeDescription28Proxy
-
Returns the number of views which are listed in the meta information.
- getViewCount() - Method in class org.knime.core.node.NodeDescription31Proxy
-
Returns the number of views which are listed in the meta information.
- getViewCount() - Method in class org.knime.core.node.NoDescriptionProxy
-
Returns the number of views which are listed in the meta information.
- getViewCreator() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView
-
- getViewCreator() - Method in interface org.knime.core.node.wizard.WizardNode
-
- getViewData() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
-
- getViewData() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
-
Deprecated.
Returns the data for the two views.
- getViewData() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
-
Returns the data for the two views.
- getViewData() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
Returns the data that should be displayed in the node's view.
- getViewDescription(int) - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
-
Returns a description for a view.
- getViewDescription(int) - Method in class org.knime.core.node.DelegateNodeDescription
-
Returns a description for a view.
- getViewDescription(int) - Method in class org.knime.core.node.NodeDescription
-
Returns a description for a view.
- getViewDescription(int) - Method in class org.knime.core.node.NodeDescription13Proxy
-
Returns a description for a view.
- getViewDescription(int) - Method in class org.knime.core.node.NodeDescription210Proxy
-
Returns a description for a view.
- getViewDescription(int) - Method in class org.knime.core.node.NodeDescription212Proxy
-
Returns a description for a view.
- getViewDescription(int) - Method in class org.knime.core.node.NodeDescription27Proxy
-
Returns a description for a view.
- getViewDescription(int) - Method in class org.knime.core.node.NodeDescription28Proxy
-
Returns a description for a view.
- getViewDescription(int) - Method in class org.knime.core.node.NodeDescription31Proxy
-
Returns a description for a view.
- getViewDescription(int) - Method in class org.knime.core.node.NodeFactory
-
Returns a description for a view.
- getViewDescription(int) - Method in class org.knime.core.node.NoDescriptionProxy
-
Returns a description for a view.
- getViewDescription() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView.WizardNodeViewExtension
-
- 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.
- getViewHTMLPath() - Method in interface org.knime.core.node.wizard.WizardNode
-
- getViewName(int) - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
-
Returns the name for this node's view at the given index.
- getViewName() - Method in class org.knime.core.node.AbstractNodeView
-
- getViewName(int) - Method in class org.knime.core.node.DelegateNodeDescription
-
Returns the name for this node's view at the given index.
- 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.NodeDescription
-
Returns the name for this node's view at the given index.
- getViewName(int) - Method in class org.knime.core.node.NodeDescription13Proxy
-
Returns the name for this node's view at the given index.
- getViewName(int) - Method in class org.knime.core.node.NodeDescription210Proxy
-
Returns the name for this node's view at the given index.
- getViewName(int) - Method in class org.knime.core.node.NodeDescription212Proxy
-
Returns the name for this node's view at the given index.
- getViewName(int) - Method in class org.knime.core.node.NodeDescription27Proxy
-
Returns the name for this node's view at the given index.
- getViewName(int) - Method in class org.knime.core.node.NodeDescription28Proxy
-
Returns the name for this node's view at the given index.
- getViewName(int) - Method in class org.knime.core.node.NodeDescription31Proxy
-
Returns the name for this node's view at the given index.
- getViewName(int) - Method in class org.knime.core.node.NoDescriptionProxy
-
Returns the name for this node's view at the given index.
- getViewName() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView.WizardNodeViewExtension
-
- getViewName(NodeContainer) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
-
Creates a title for the corresponding view.
- getViewName() - Method in class org.knime.core.node.workflow.action.InteractiveWebViewsResult.SingleInteractiveWebViewResult
-
- 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.
- getViewRepresentation() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
-
Create content which can be used by the interactive view implementation.
- getViewRepresentation() - Method in interface org.knime.core.node.interactive.InteractiveNode
-
Create content which can be used by the interactive view implementation.
- getViewRepresentation() - Method in interface org.knime.core.node.wizard.WizardNode
-
Create content which can be used by the web view implementation.
- 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.autobinner.pmml.PMMLDiscretizePreprocPortObject
-
- 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.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.DatabaseConnectionPortObject
-
The returned views are displayed in the out port view of the referring
node.
- getViews() - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
-
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.FilterDefinitionHandlerPortObject
-
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.
- getViewSource() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView
-
- getViewTitle() - Method in class org.knime.core.node.NodeView
-
- getViewValue() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
- getViewValue() - Method in interface org.knime.core.node.interactive.InteractiveNode
-
- getViewValue() - Method in interface org.knime.core.node.wizard.WizardNode
- getVirtualInNode() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- getVirtualInNodeID() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- getVirtualInNodeIDSuffix() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
- getVirtualInNodeIDSuffix() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
- getVirtualInNodeIDSuffix() - Method in interface org.knime.core.node.workflow.SubNodeContainerPersistor
-
- getVirtualInNodeModel() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- getVirtualInputNodeModel(WorkflowManager, int) - Static method in class org.knime.core.node.workflow.SubNodeContainer
-
Static utility node to retrieve the nodemodel of the virtual input node.
- getVirtualNodeInput(int) - Method in interface org.knime.core.node.workflow.LoopStartParallelizeNode
-
- getVirtualOutNode() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- getVirtualOutNodeID() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- getVirtualOutNodeIDSuffix() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
- getVirtualOutNodeIDSuffix() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
- getVirtualOutNodeIDSuffix() - Method in interface org.knime.core.node.workflow.SubNodeContainerPersistor
-
- getVirtualOutNodeModel() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- getVirtualOutputID() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
-
- getVirtualOutputNodeModel(WorkflowManager, int) - Static method in class org.knime.core.node.workflow.SubNodeContainer
-
Static utility node to retrieve the nodemodel of the virtual output node.
- getVisible() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
-
Returns the visible nodes and their bounds.
- getVisualRepresentation(Transferable) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
-
- 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
-
Deprecated.
Returns warning message if number of possible values exceeds predefined
maximum.
- getWarning() - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Returns warning message if number of possible values exceeds predefined maximum.
- getWarning() - Method in class org.knime.base.node.mine.svm.util.BinarySvmRunnable
-
- getWarning() - Method in interface org.knime.core.node.port.database.tablecreator.DBTableCreator
-
- getWarning() - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
- getWarningMessage() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration.Result
-
- getWarningMessage() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration.Result
-
- getWarningMessage() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2Learner
-
The warning message generated by this learner.
- getWarningMessage() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearner
-
A message (or null) that is later set by learner node model as warning.
- getWarningMessage() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearner
-
A message (or null) that is later set by learner node model as warning.
- getWarningMessage() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
- getWarningMessage() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
-
- getWarningMessage() - Method in class org.knime.base.node.viz.roc.ROCCalculator
-
- getWarningMessage() - Method in class org.knime.core.node.CopyNodePersistor
- getWarningMessage() - Method in class org.knime.core.node.FileNodePersistor
- 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.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.
- getWarnMessage() - Method in class org.knime.base.collection.list.split.SplitCellFactory
-
- getWebResources() - Method in class org.knime.core.node.web.DefaultWebTemplate
- getWebResources() - Method in interface org.knime.core.node.web.WebTemplate
-
- getWebTemplate() - Method in interface org.knime.core.node.wizard.WizardViewCreator
-
- getWebTemplateFromJSObjectID(String) - Static method in class org.knime.core.node.workflow.WizardExecutionController
-
- 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.learner2.DataRowWeighted
-
Return the weight of this data row.
- getWeight() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
-
- getWeight() - Method in class org.knime.core.util.node.quickform.AbstractQuickFormElement
-
- 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
-
- getWFMInternalState() - Method in class org.knime.core.node.workflow.WorkflowLock
-
Callback by
WorkflowManager to retrieve a guaranteed up-to-date status of the workflow.
- 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.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- 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.Annotation
-
- getWidth() - Method in class org.knime.core.node.workflow.AnnotationData
-
- getWindowForColumn(int) - Method in class org.knime.base.node.preproc.pmml.missingval.WindowedDataTableIterator
-
Returns a data column window for the column at the given index.
- 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
-
- getWinnerAndClasscounts(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
Classify a new pattern given as a row of values.
- getWinnerNode(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
Determine the leaf node where the walk through of the predictor ends.
- getWinnerNode(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
-
Returns this node because if the decision tree predictor ends up here, we are done.
- getWinnerNode(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
-
Determine the leaf node where the walk through of the predictor ends.
- getWinnerNode(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
-
Determine the leaf where the prediction ends up.
- getWinnerNode(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
-
Deprecated.
Determine winning leaf node for a new pattern given as a row of values.
- getWinnerNode(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
-
Deprecated.
Determine the leaf where the prediction ends up.
- getWinnerNode(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
-
Deprecated.
Determine the leaf where the prediction ends up.
- getWinnerNode(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
-
Determine the leaf where the prediction ends up.
- 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.
- getWizardExecutionController() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Creates lazy and returns an instance that controls the wizard execution of this workflow.
- getWizardExecutionControllerState() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
NodeSettings used to save the wizard state (usually null).
- getWizardExecutionControllerState() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
NodeSettings used to save the wizard state (usually null).
- getWizardExecutionControllerState() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
NodeSettings used to save the wizard state (usually null).
- getWizardExecutionControllerState() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
NodeSettings used to save the wizard state (usually null).
- getWizardExecutionControllerState() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
NodeSettings used to save the wizard state (usually null).
- 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.FileWorkflowPersistor
- 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
-
- getWorkflowCipher() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
- getWorkflowCipher() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
- getWorkflowCipher() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
- getWorkflowCipher() - Method in interface org.knime.core.node.workflow.NodeContainerParent
-
- getWorkflowCipher() - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
-
- getWorkflowCipher() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
- getWorkflowCipher() - Method in class org.knime.core.node.workflow.SubNodeContainer
- getWorkflowCipher() - Method in class org.knime.core.node.workflow.WorkflowManager
- getWorkflowCipher() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
- getWorkflowContext() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
- getWorkflowContext() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
- getWorkflowContext() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
- getWorkflowContext() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
- getWorkflowContext() - Method in class org.knime.core.node.workflow.WorkflowCreationHelper
-
Returns a context for the workflow that is being loaded.
- getWorkflowContext() - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
-
Returns a context for the workflow that is being loaded.
- getWorkflowContext() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
- getWorkflowDir() - Method in class org.knime.core.node.NodeLogger.KNIMELogMessage
-
- getWorkflowExecutionResult() - Method in class org.knime.core.node.workflow.execresult.SubnodeContainerExecutionResult
-
- getWorkflowIncomingPort(int) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- getWorkflowKNIMEFile() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- getWorkflowKNIMEFile() - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
- getWorkflowManager() - Method in class org.knime.core.node.workflow.NodeContext
-
Returns the workflow manager which currently does an operation on a node.
- getWorkflowManager() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- getWorkflowManager() - Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowLoadResult
-
- getWorkflowOutgoingPort(int) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- getWorkflowPersistor() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
- getWorkflowPersistor() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
- getWorkflowPersistor() - Method in interface org.knime.core.node.workflow.SubNodeContainerPersistor
-
- getWorkflowUser() - Static method in class org.knime.core.node.workflow.NodeContext
-
Returns the user of the current workflow.
- getWorkflowVariables() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
Get the workflow variables associated with this metanode/workflow.
- getWorkflowVariables() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Get the workflow variables associated with this metanode/workflow.
- getWorkflowVariables() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
Get the workflow variables associated with this metanode/workflow.
- getWorkflowVariables() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
Get the workflow variables associated with this metanode/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 metanode/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.learner2.SplitQualityGainRatio
-
Returns the worst value for this quality measure.
- getWorstValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGini
-
Returns the worst value for this quality measure.
- getWorstValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityMeasure
-
Returns the worst value for this quality measure.
- getWriteFileStoreHandlers() - Method in class org.knime.core.data.filestore.internal.WorkflowFileStoreHandlerRepository
-
- getWriter(DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.DatabaseUtility
-
- getX() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
-
Deprecated.
Returns the curve's x-values.
- getX() - Method in class org.knime.base.node.viz.enrichment2.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.ROCCurve
-
Returns the curve's x-values.
- getX() - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
-
- getX() - Method in class org.knime.core.node.workflow.Annotation
-
- getX() - Method in class org.knime.core.node.workflow.AnnotationData
-
- 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.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
-
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.DelegateNodeDescription
-
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.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.NodeDescription
-
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.NodeDescription13Proxy
-
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.NodeDescription210Proxy
-
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.NodeDescription212Proxy
-
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.NodeDescription27Proxy
-
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.NodeDescription28Proxy
-
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.NodeDescription31Proxy
-
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.NoDescriptionProxy
-
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.NativeNodeContainer
- getXMLDescription() - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getXMLDescription() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- 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
-
Deprecated.
Returns the curve's y-values.
- getY() - Method in class org.knime.base.node.viz.enrichment2.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.ROCCurve
-
Returns the curve's y-values.
- getY() - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
-
- getY() - Method in class org.knime.core.node.workflow.Annotation
-
- getY() - Method in class org.knime.core.node.workflow.AnnotationData
-
- 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.
- getZoomLevel() - Method in class org.knime.core.node.workflow.EditorUIInformation
-
- 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.
- getZScores(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.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
-
- GLOBAL_THREAD_POOL - Static variable in class org.knime.core.node.KNIMEConstants
-
The global thread pool from which all threads should be taken.
- GLOBAL_TIMER - Static variable in class org.knime.core.node.workflow.NodeTimer
-
- GlobalClassCreator - Class in org.knime.core.eclipseUtil
-
- GlobalNodeStats() - Constructor for class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
-
- 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(int) - Constructor for class org.knime.base.data.aggregation.GlobalSettings
-
Deprecated.
- GlobalSettings(int, String, DataTableSpec, int) - Constructor for class org.knime.base.data.aggregation.GlobalSettings
-
Deprecated.
- GlobalSettings(DataTableSpec, GlobalSettings) - Constructor for class org.knime.base.data.aggregation.GlobalSettings
-
Constructor for class GlobalSettings.
- GlobalSettings(FileStoreFactory, List<String>, int, String, DataTableSpec, long) - Constructor for class org.knime.base.data.aggregation.GlobalSettings
-
- GlobalSettings.AggregationContext - Enum in org.knime.base.data.aggregation
-
A context the aggregation is performed in (e.g.
- GlobalSettings.GlobalSettingsBuilder - Class in org.knime.base.data.aggregation
-
- GlobalTableRepository - Class in org.knime.core.node.workflow
-
- GlobalTableRepository() - Constructor for class org.knime.core.node.workflow.GlobalTableRepository
-
- GlobalTimerinfoNodeFactory - Class in org.knime.base.node.util.globaltimerinfo
-
- GlobalTimerinfoNodeFactory() - Constructor for class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeFactory
-
Create factory, that instantiates nodes.
- GlobalTimerinfoNodeModel - Class in org.knime.base.node.util.globaltimerinfo
-
A simple node reporting global node timing and execution information for the entire
KNIME installation during it's life span.
- GlobalTimerinfoNodeModel() - Constructor for class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
-
No input, two data outputs.
- 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.
- GROUP_SEPARATOR - Static variable in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
-
The separator to separate groups in group identifier.
- 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.
- GroupByNodeDialog(boolean, boolean) - 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, ColumnNamePolicy, boolean) - Constructor for class org.knime.base.node.preproc.groupby.GroupByTable
-
Constructor for class GroupByTable.
- GroupByTable(ExecutionContext, BufferedDataTable, List<String>, ColumnAggregator[], GlobalSettings, boolean, boolean, ColumnNamePolicy, boolean) - Constructor for class org.knime.base.node.preproc.groupby.GroupByTable
-
- GroupConcatDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
- GroupConcatDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
-
Constructor.
- GroupConcatDBAggregationFunction(Class<? extends DataValue>) - Constructor for class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
-
Constructor.
- GroupConcatDBAggregationFunction(String, Class<? extends DataValue>) - Constructor for class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
-
- GroupConcatDBAggregationFunction(String, String, Class<? extends DataValue>) - Constructor for class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
-
- GroupConcatDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- GroupKey - Class in org.knime.base.node.preproc.groupby
-
Groups the data cells that specify a group.
- GroupKey(DataCell[]) - Constructor for class org.knime.base.node.preproc.groupby.GroupKey
-
Constructor for class GroupKey.
- GroupLoopStartConfigKeys - Class in org.knime.base.node.meta.looper.group
-
- GroupLoopStartNodeDialog - Class in org.knime.base.node.meta.looper.group
-
Creates the dialog of the group loop start node and provides static methods
which create the necessary settings models.
- GroupLoopStartNodeDialog() - Constructor for class org.knime.base.node.meta.looper.group.GroupLoopStartNodeDialog
-
Creates new instance of GroupLoopStartNodeDialog.
- GroupLoopStartNodeFactory - Class in org.knime.base.node.meta.looper.group
-
- GroupLoopStartNodeFactory() - Constructor for class org.knime.base.node.meta.looper.group.GroupLoopStartNodeFactory
-
- GroupLoopStartNodeModel - Class in org.knime.base.node.meta.looper.group
-
The node model of the group loop start node.
- GroupLoopStartNodeModel() - Constructor for class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
-
Creates a new model.
- 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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
Creates a new greater than node, that compares the value in a column to a
fixed string.
- guessDefaultColumnFilter(DataTableSpec, DataTableSpec) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
-
Sets default in the filter configuration: Columns in common (name & type) go to the include list, others to
the exclude list.
- guessDefaults(DataTableSpec) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
-
Deprecated.
Guesses meaningful default values, e.g.
- guessDefaults(DataTableSpec) - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
-
- 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.
- guessOutputPortTypes(WorkflowPersistor.LoadResult, String) - Method in class org.knime.core.node.FileNodePersistor
-
Called on "missing" nodes to guess their output port types (only possible for executed nodes).
- guessPortTypesFromConnectedNodes(NodeAndBundleInformation, NodeSettingsRO, ArrayList<FromFileNodeContainerPersistor.PersistorWithPortIndex>, ArrayList<List<FromFileNodeContainerPersistor.PersistorWithPortIndex>>) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
- guessPortTypesFromConnectedNodes(NodeAndBundleInformation, NodeSettingsRO, ArrayList<FromFileNodeContainerPersistor.PersistorWithPortIndex>, ArrayList<List<FromFileNodeContainerPersistor.PersistorWithPortIndex>>) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
-
Called on single node persistors if their factory can't be loaded (extension not installed).
- guessPortTypesFromConnectedNodes(NodeAndBundleInformation, NodeSettingsRO, ArrayList<FromFileNodeContainerPersistor.PersistorWithPortIndex>, ArrayList<List<FromFileNodeContainerPersistor.PersistorWithPortIndex>>) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Called on single node persistors if their factory can't be loaded (extension not installed).
- guessPortTypesFromConnectedNodes(NodeAndBundleInformation, NodeSettingsRO, ArrayList<FromFileNodeContainerPersistor.PersistorWithPortIndex>, ArrayList<List<FromFileNodeContainerPersistor.PersistorWithPortIndex>>) - Method in interface org.knime.core.node.workflow.FromFileNodeContainerPersistor
-
Called on single node persistors if their factory can't be loaded (extension not installed).
- GUIDeadlockDetector - Class in org.knime.core.util
-
This class tries to detect deadlocks in GUI threads.
- GUIDeadlockDetector() - Constructor for class org.knime.core.util.GUIDeadlockDetector
-
Creates a new deadlock detector.
- 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.
- HalfDoubleMatrix - Class in org.knime.base.util
-
This stores half a matrix of doubles efficiently in just one array.
- HalfDoubleMatrix(double[], boolean) - Constructor for class org.knime.base.util.HalfDoubleMatrix
-
Creates a
HalfDoubleMatrix based on the given single double array and diagonal flag.
- 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.rowkey2.RowKeyNodeModel2
-
The name of the settings tag which holds the boolean if the user
wants to replace missing values.
- handleCell(RowKey, DataCell) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
-
- handleCommandlineArgument(String[], String, BatchExecutor.WorkflowConfiguration) - Method in class org.knime.core.node.workflow.BatchExecutor
-
Handles a single command line argument (pair).
- handlerException(String, Exception) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- handleSlash(String, String, String) - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
This method handles the slash between the base dir path and the file name.
- hasAbsoluteCoordinates() - Method in class org.knime.core.node.workflow.NodeUIInformation
-
- hasBeenConfigured() - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
-
- hasBounds() - Method in class org.knime.core.data.DataColumnDomain
-
Returns true if both, lower and upper bound, are defined.
- hasChanged() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
-
- 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
-
- hasConfiguration() - Method in class org.knime.core.node.config.ConfigEditTreeModel
-
- hasConfiguredState() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
Called during load by the Node instance to determine whether or not the flow variable output port is to be
populated with the FlowVariablePortObjectSpec singleton.
- hasConfigureLock() - Method in class org.knime.core.node.workflow.NodeContainer.NodeLocks
-
- hasConflicts() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
-
- hasContent() - Method in class org.knime.core.node.CopyNodePersistor
- hasContent() - Method in class org.knime.core.node.FileNodePersistor
- 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.workflow.execresult.NodeExecutionResult
- hasCopiedFileStores() - Method in class org.knime.core.data.filestore.internal.NotInWorkflowWriteFileStoreHandler
-
- hasCurrentWizardPage() - Method in class org.knime.core.node.workflow.WizardExecutionController
-
Returns true if the wizard was stepped forward and has a subnode awaiting input.
- 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.
- hasDataAwareDialogPane() - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
- hasDataAwareDialogPane() - Method in class org.knime.core.node.workflow.NodeContainer
-
- hasDate() - Method in class org.knime.core.data.date.DateAndTimeCell
- hasDate() - Method in interface org.knime.core.data.date.DateAndTimeValue
-
- hasDeleteLock() - Method in class org.knime.core.node.workflow.NodeContainer.NodeLocks
-
- hasDialog() - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeFactory
-
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.flowcontrol.breakpoint.BreakpointNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DataPortCatchNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DBPortCatchNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericPortCatchNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.VariablePortCatchNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.DataPortTryNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.VariablePortTryNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeFactory
-
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.tablecoltovariable.TableColumnToVariableNodeFactory
-
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
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeFactory
-
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
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.image.writeimage.WriteImageNodeFactory
-
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.binning.apply.DBApplyBinnerNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeFactory
-
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.DBDeleteRowsNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.DBGroupByNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.DBJoinerNodeFactory
-
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.DBSorterNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.DBUpdateNodeFactory
-
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.database.drop.DBDropTableNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeFactory2
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.SQLExtractNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.SQLInjectNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeFactory
-
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.extractcontextprop.ReadContextPropertyNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- 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
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeFactory
-
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.listfiles2.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.read.PMMLReaderNodeFactory2
-
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.columnlist2.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.group.GroupLoopStartNodeFactory
-
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.LoopEndJoin2NodeFactory
-
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.looper.recursive.RecursiveLoopEnd2NodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeFactory
-
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
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory2
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory3
-
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
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeFactory
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeFactory2
-
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.FuzzyBasisFunctionPredictor2NodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
-
Deprecated.
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.RadialBasisFunctionPredictor2NodeFactory
-
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
-
Deprecated.
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.cluster.kmeans.ClusterNodeFactory2
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory2
-
- hasDialog() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory3
-
- hasDialog() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.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.knn.pmml.PMMLKNNNodeFactory
-
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
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.neural.mlp2.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.neural.rprop.RPropNodeFactory2
-
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
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory2
-
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.learner.LogRegLearnerNodeFactory2
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeFactory3
-
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
-
Deprecated.
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
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory2
-
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
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.regression.predict2.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.scorer.numeric.NumericScorerNodeFactory
-
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
-
Deprecated.
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.learner.SVMLearnerNodeFactory2
-
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
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.mine.svm.predictor2.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.autobinner2.AutoBinnerLearnNodeFactory
-
- hasDialog() - Method in class org.knime.base.node.preproc.autobinner3.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.bitvector.create.CreateBitVectorNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeFactory
-
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.colautotypecast.ColumnAutoTypeCasterNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeFactory
-
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.categorytonumber.CategoryToNumberApplyNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory
-
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.numbertocategory.NumberToCategoryApplyNodeFactory
-
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.columnaggregator.ColumnAggregatorNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeFactory
-
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.columnlag.LagColumnNodeFactory
-
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.columnresorter.ColumnResorterNodeFactory
-
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.columntogrid2.ColumnToGrid2NodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.columntrans2.Many2OneCol2NodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeFactory
-
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.crossjoin.CrossJoinerNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeFactory
-
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.dialog2.DomainNodeFactory
-
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.domain.editnominal.dic.EditNominalDomainDicNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeFactory
-
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.double2int2.DoubleToIntNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeFactory
-
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.extractmissingvaluecause.ExtractMissingValueCauseNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeFactory
-
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.columnref.ColumnSplitRefNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeFactory
-
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.InteractiveHiLiteCollectorNodeFactory
-
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.missingvaluecolfilter.MissingValueColumnFilterNodeFactory
-
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.filter.rowref.RowSplitRefNodeFactory
-
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.lowvarfilter2.LowVarFilter2NodeFactory
-
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.MissingValueHandling2NodeFactory
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeFactory
-
Deprecated.
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.NormalizerDeNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeFactory
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeFactory
-
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.binner.BinnerNodeFactory2
-
- hasDialog() - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeFactory
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory2
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory2
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeFactory
-
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.NormalizerPMMLDeNodeFactory
-
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.normalize.NormalizerPMMLNodeFactory2
-
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.numbertostring.NumberToStringNodeFactory2
-
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.pmml.stringtonumber.StringToNumberNodeFactory2
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.rank.RankNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeFactory
-
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.rounddouble.RoundDoubleNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeFactory2
-
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.split2.SplitNodeFactory2
-
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.targetshuffling.TargetShufflingNodeFactory
-
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.unpivot2.Unpivot2NodeFactory
-
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
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeFactory
-
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.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.extracttabledimension.ExtractTableDimensionNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeFactory
-
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.util.sendmail.SendMailNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- 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
-
Deprecated.
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.base.node.viz.hilite.AutoHiLiteNodeFactory
-
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.color.extract.ColorExtractNodeFactory
-
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
-
Deprecated.
No dialog for this node.
- hasDialog() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeFactory
-
Deprecated.
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.base.node.workflow.save.SaveWorkflowNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.core.node.missing.MissingNodeFactory
-
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.NativeNodeContainer
- hasDialog() - Method in class org.knime.core.node.workflow.NodeContainer
-
- hasDialog() - Method in class org.knime.core.node.workflow.SubNodeContainer
- hasDialog() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
-
Returns true if this node provides a dialog to adjust
node specific settings.
- hasDialog() - Method in class org.knime.core.node.workflow.WorkflowManager
- hasErrorCaught() - Method in class org.knime.core.node.workflow.FlowTryCatchContext
-
- 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.core.util.tokenizer.Quote
-
- hashCode() - Method in class org.knime.base.data.aggregation.AggregationOperator
- hashCode() - Method in class org.knime.base.data.aggregation.GlobalSettings
- hashCode() - Method in class org.knime.base.data.aggregation.OperatorColumnSettings
- hashCode() - Method in class org.knime.base.data.aggregation.OperatorData
- 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.tablecreator.util.ColumnElement
- 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.decisiontree2.PMMLCompoundPredicate
- hashCode() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
- hashCode() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
- hashCode() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
- hashCode() - Method in class org.knime.base.node.mine.pca.EigenValue
- hashCode() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPredictor
- hashCode() - Method in class org.knime.base.node.mine.regression.pmmlgreg.VectorHandling.NameAndIndex
- 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.datavalidator.dndpanel.DnDTransferHandlerProxy
-
- hashCode() - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- hashCode() - Method in class org.knime.base.node.preproc.groupby.GroupKey
- hashCode() - Method in class org.knime.base.node.preproc.joiner.InputRow
- hashCode() - Method in class org.knime.base.node.preproc.joiner.InputRow.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.preproc.matcher.SubsetMatcher
- hashCode() - Method in class org.knime.base.node.preproc.rank.DataCellTuple
- hashCode() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
-
Deprecated.
- hashCode() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings.Curve
- hashCode() - Method in class org.knime.base.node.viz.histogram.util.ColorColumn
- hashCode() - Method in class org.knime.base.node.viz.plotter.box.Outlier
- hashCode() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
- hashCode() - Method in class org.knime.base.util.kdtree.NearestNeighbour
- hashCode() - Method in class org.knime.core.data.blob.BinaryObjectDataCell
-
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.blob.BinaryObjectDataValueRenderer
- hashCode() - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
-
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.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.convert.ConversionKey
-
- 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
-
- 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.DataType.MissingCell
-
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.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.filestore.FileStoreCell
-
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.filestore.FileStorePortObject
- hashCode() - Method in class org.knime.core.data.filestore.internal.FileStoreKey
- hashCode() - Method in class org.knime.core.data.filestore.internal.FileStoreKeyDataCell
-
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.filestore.internal.FileStoreProxy
- 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.image.png.PNGImageContent
- hashCode() - Method in class org.knime.core.data.MissingCell
-
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.filter.FilterHandler
-
- hashCode() - Method in class org.knime.core.data.property.filter.FilterModel
-
- hashCode() - Method in class org.knime.core.data.property.filter.FilterModelNominal
-
- hashCode() - Method in class org.knime.core.data.property.filter.FilterModelRange
-
- 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.AbstractDataValueRendererFactory
- 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.vector.doublevector.DenseDoubleVectorCell
-
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.stringvector.DenseStringVectorCell
-
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(Node) - Static method in class org.knime.core.data.xml.util.XmlDomComparer
-
Computes a default hashCode from a given XML Node.
- hashCode(Node, XmlDomComparerCustomizer) - Static method in class org.knime.core.data.xml.util.XmlDomComparer
-
Computes a default hashCode from a given XML Node.
- 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(XMLValue) - Static method in interface org.knime.core.data.xml.XMLValue
-
Returns a hash code for the given data value.
- hashCode() - Method in class org.knime.core.internal.ReferencedFile
- hashCode() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
- hashCode() - Method in class org.knime.core.node.dialog.ExternalNodeData
-
- hashCode() - Method in class org.knime.core.node.NodeFrequencies
- hashCode() - Method in class org.knime.core.node.NodeInfo
- hashCode() - Method in class org.knime.core.node.NodeTriple
- hashCode() - Method in class org.knime.core.node.port.AbstractSimplePortObject
-
- hashCode() - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
- hashCode() - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
- hashCode() - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
- hashCode() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
- hashCode() - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObject
- hashCode() - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
- hashCode() - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
- hashCode() - Method in class org.knime.core.node.port.database.DatabaseWrappedDriver
- hashCode() - Method in class org.knime.core.node.port.database.tablecreator.DBColumn
- hashCode() - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
- hashCode() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
- hashCode() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
- hashCode() - Method in class org.knime.core.node.port.PortType
- hashCode() - Method in class org.knime.core.node.tableview.FindPosition.SearchOptions
- hashCode() - Method in class org.knime.core.node.tableview.SearchString
- hashCode() - Method in class org.knime.core.node.util.DefaultStringIconOption
- hashCode() - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
- hashCode() - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
- hashCode() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
- hashCode() - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
- hashCode() - Method in class org.knime.core.node.web.WebResourceLocator
- hashCode() - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
- hashCode() - Method in class org.knime.core.node.workflow.AnnotationData
- hashCode() - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
- 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.CredentialsStore.CredentialsFlowVariableValue
- hashCode() - Method in class org.knime.core.node.workflow.EditorUIInformation
- hashCode() - Method in class org.knime.core.node.workflow.FlowLoopContext
- hashCode() - Method in class org.knime.core.node.workflow.FlowObject
- hashCode() - Method in class org.knime.core.node.workflow.FlowObjectStack
- hashCode() - Method in class org.knime.core.node.workflow.FlowScopeContext
- hashCode() - Method in class org.knime.core.node.workflow.FlowSubnodeScopeContext
- hashCode() - Method in class org.knime.core.node.workflow.FlowTryCatchContext
- hashCode() - Method in class org.knime.core.node.workflow.FlowVariable
- hashCode() - Method in class org.knime.core.node.workflow.InnerFlowLoopContext
- hashCode() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
- hashCode() - Method in class org.knime.core.node.workflow.NodeID
-
- hashCode() - Method in class org.knime.core.node.workflow.NodeID.NodeIDSuffix
- hashCode() - Method in class org.knime.core.node.workflow.NodeMessage
- hashCode() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
- hashCode() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeExchange
- hashCode() - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
- hashCode() - Method in class org.knime.core.node.workflow.WorkflowContext
- hashCode() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
- hashCode() - Method in class org.knime.core.util.LogfileAppender
- 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.node.quickform.AbstractQuickFormElement
- 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
- hashCode() - Method in class org.knime.core.util.Version
- 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.
- hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.AbstractConfigEntry
-
Derived classes must compare their value with the value in the passed
argument (on equality).
- hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigBase
-
- hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigBooleanEntry
-
Derived classes must compare their value with the value in the passed
argument (on equality).
- hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigByteEntry
-
Derived classes must compare their value with the value in the passed
argument (on equality).
- hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigCharEntry
-
Derived classes must compare their value with the value in the passed
argument (on equality).
- hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigDoubleEntry
-
Derived classes must compare their value with the value in the passed
argument (on equality).
- hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigFloatEntry
-
Derived classes must compare their value with the value in the passed
argument (on equality).
- hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigIntEntry
-
Derived classes must compare their value with the value in the passed
argument (on equality).
- hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigLongEntry
-
Derived classes must compare their value with the value in the passed
argument (on equality).
- hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigPasswordEntry
-
Derived classes must compare their value with the value in the passed
argument (on equality).
- hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigShortEntry
-
Derived classes must compare their value with the value in the passed
argument (on equality).
- hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigStringEntry
-
Derived classes must compare their value with the value in the passed
argument (on equality).
- hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigTransientStringEntry
-
Derived classes must compare their value with the value in the passed
argument (on equality).
- hasInteractiveView() - Method in class org.knime.core.node.Node
-
Returns true if this node can show an interactive view.
- hasInteractiveView() - Method in class org.knime.core.node.workflow.NativeNodeContainer
- hasInteractiveView() - Method in class org.knime.core.node.workflow.NodeContainer
-
- hasInteractiveView() - Method in class org.knime.core.node.workflow.SubNodeContainer
- hasInteractiveView() - Method in class org.knime.core.node.workflow.WorkflowManager
- 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() - Method in class org.knime.base.node.mine.regression.RegressionTrainingRow
-
Returns true when row has missing cells.
- 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.
- 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
-
Deprecated.
Returns true if there are more rows and false
otherwise.
- hasNext() - Method in class org.knime.base.data.append.row.AppendedRowsRowInput.RowInputIterator
-
Deprecated.
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.normalize.AffineTransRowIterator.RowInputIterator
-
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.io.fixedwidthfr.FixedWidthPreviewRowIterator
-
Returns true if there are more rows and false
otherwise.
- hasNext() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthRowIterator
-
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.mine.regression.RegressionTrainingDataIterator
- hasNext() - Method in interface org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel.CustomRowIterator
-
- 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.MissingValueHandling2TableIterator
-
Deprecated.
Returns true if there are more rows and false
otherwise.
- hasNext() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3TableIterator
-
Deprecated.
Returns true if there are more rows and false
otherwise.
- hasNext() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic.MappingTableIterator
- hasNext() - Method in class org.knime.base.node.preproc.pmml.missingval.WindowedDataTableIterator
-
Indicates whether more rows are available.
- hasNext() - Method in class org.knime.core.data.append.AppendedRowsIterator
-
Returns true if there are more rows and false
otherwise.
- hasNext() - Method in class org.knime.core.data.append.AppendedRowsRowInput.RowInputIterator
-
Returns true if there are more rows and false
otherwise.
- hasNext() - Method in class org.knime.core.data.AutoconvertRowIterator
-
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.
- hasNext() - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
Returns true if there are more rows and false
otherwise.
- hasNextWizardPage() - Method in class org.knime.core.node.workflow.WizardExecutionController
-
- hasNumColSpec() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
-
- hasOptionalSettings() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
This method indicates if the operator requires additional settings.
- hasOptionalSettings() - Method in class org.knime.base.data.aggregation.AggregationOperator
-
Override this method and return true if the operator
requires additional settings.
- hasOptionalSettings() - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
-
Override this method and return true if the operator
requires additional settings.
- hasOptionalSettings() - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
-
Override this method and return true if the operator
requires additional settings.
- hasOptionalSettings() - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
-
Override this method and return true if the operator requires additional settings.
- hasOptionalSettings() - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
-
Override this method and return true if the operator requires additional settings.
- hasOptionalSettings() - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
-
This method indicates if the operator requires additional settings.
- hasOptionalSettings() - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
-
This method indicates if the operator requires additional settings.
- hasOptionalSettings() - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
-
This method indicates if the operator requires additional settings.
- hasOptionalSettings() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
-
This method indicates if the operator requires additional settings.
- hasOptionalSettings() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
-
This method indicates if the operator requires additional settings.
- hasOptionalSettings() - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
-
This method indicates if the operator requires additional settings.
- hasOwnFileStoreCells() - Method in class org.knime.core.data.container.Buffer
-
- hasParseErrors() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
-
- hasPrefix(NodeID) - Method in class org.knime.core.node.workflow.NodeID
-
Checks for matching prefix (this node prefix can be longer, though).
- hasPreviousWizardPage() - Method in class org.knime.core.node.workflow.WizardExecutionController
-
- hasProgress() - Method in class org.knime.core.node.workflow.NodeProgress
-
If the progress value has changed (more correctly is not
null).
- hasResetLock() - Method in class org.knime.core.node.workflow.NodeContainer.NodeLocks
-
- hasRowHeader() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- hasSamePrefix(NodeID) - Method in class org.knime.core.node.workflow.NodeID
-
Checks for exact matching prefixes.
- hasSameRowsInEachIteration() - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeConfiguration
-
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
-
If true, the factory provides a custom settings panel.
- 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
-
- hasUpdateableMetaNodeLink(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Returns true when the metanode for the given ID is a link or contains links, which have the update status set
(doesn't actually check on remote side but uses cached information).
- hasUpperBound() - Method in class org.knime.core.data.DataColumnDomain
-
Returns true, if an upper bound is defined.
- hasValidSpec() - Method in class org.knime.base.node.preproc.rename.RenameColumnPanel
-
- 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.workflow.AbstractNodeExecutionJobManager
-
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
-
- hasWizardExecution(WorkflowManager) - Static method in class org.knime.core.node.workflow.WizardExecutionController
-
Temporary workaround to check if the argument workflow contains sub nodes and hence can be used
with the
WizardNode execution.
- hasWizardView() - Method in class org.knime.core.node.Node
-
Returns true if this node can provide the content for an interactive web view.
- HEADER - Static variable in class org.knime.core.node.tableview.FindPosition
-
- 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
-
- Hex2BitVectorCellFactory(DataColumnSpec, int) - Constructor for class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
-
Create new cell factory that provides one column given by newColSpec.
- Hex2BitVectorCellFactory(BitVectorType, DataColumnSpec, int) - Constructor for class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
-
- HEX_DIGIT - Static variable in class org.knime.core.util.crypto.HexUtils
-
Deprecated.
- HEX_RENDERER - Static variable in class org.knime.core.data.renderer.BitVectorValueStringRenderer
-
- HexRendererFactory() - Constructor for class org.knime.core.data.renderer.BitVectorValueStringRenderer.HexRendererFactory
-
- hexToBytes(String) - Static method in class org.knime.core.util.crypto.HexUtils
-
- HexUtils - Class in org.knime.core.util.crypto
-
- 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, int, Random) - 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.core.node.util.ColumnFilterPanel
-
Deprecated.
Removes the given columns form either include or exclude list and
notifies all listeners.
- hideInWizard() - Method in interface org.knime.core.quickform.QuickFormNode
-
- hideNames(T...) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
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(HierarchicalClusterNodeModel, 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
-
- 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.
- 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.
- 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.image.DecTreeToImageView
-
Invoked when some item(s) were hilit.
- hiLite(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeLearnerGraphView2
-
Invoked when some item(s) were hilit.
- hiLite(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
-
Deprecated.
Invoked when some item(s) were hilit.
- hiLite(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.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.AbstractAccuracyScorerNodeView
-
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
-
- 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
-
- HistoChart() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView.HistoChart
-
- 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.
- HistogramHiliteCalculator() - Constructor for class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
-
Constructor for class HistogramHiliteCalculator.
- 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
-
Deprecated.
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
-
Deprecated.
Sets the threshold above and including which a data point is considered a
hit.
- hitThreshold() - Method in class org.knime.base.node.viz.enrichment2.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.enrichment2.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.
- HostUtils - Class in org.knime.core.util
-
Utility methods for access host information, such as IP and MAC addresses.
- 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
-
Deprecated.
The NumberFormater to use in the html views.
- HTML_VALUE_FORMATER - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
The NumberFormater to use in the html views.
- HttpURLConnectionDecorator - Class in org.knime.core.util
-
- HttpURLConnectionDecorator(HttpURLConnection) - Constructor for class org.knime.core.util.HttpURLConnectionDecorator
-
- 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.
- label() - Method in enum org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings.RowKeyPolicy
-
- 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.
- LABEL_POSTIX - Static variable in class org.knime.core.node.port.database.aggregation.function.AbstractDistinctDBAggregationFunction
-
- 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.
- LagColumnConfiguration - Class in org.knime.base.node.preproc.columnlag
-
Config proxy of node.
- LagColumnConfiguration() - Constructor for class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
-
- LagColumnNodeDialogPane - Class in org.knime.base.node.preproc.columnlag
-
Dialog to node.
- LagColumnNodeDialogPane() - Constructor for class org.knime.base.node.preproc.columnlag.LagColumnNodeDialogPane
-
Inits fields, add tab.
- LagColumnNodeFactory - Class in org.knime.base.node.preproc.columnlag
-
- LagColumnNodeFactory() - Constructor for class org.knime.base.node.preproc.columnlag.LagColumnNodeFactory
-
- LagColumnNodeModel - Class in org.knime.base.node.preproc.columnlag
-
- LagColumnNodeModel() - Constructor for class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
-
One in, one out.
- LagColumnStreamableOperator - Class in org.knime.base.node.preproc.columnlag
-
- LagColumnStreamableOperator(LagColumnConfiguration, DataTableSpec) - Constructor for class org.knime.base.node.preproc.columnlag.LagColumnStreamableOperator
-
- LAMBDAVALUE_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
-
Key to store the lambda value in the config.
- LastDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
- LastDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for the parent class.
- lastIndexOf(Object) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- 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.
- lastTokenWasDelimited() - Method in class org.knime.core.util.tokenizer.Tokenizer
-
- lastTokenWasDelimiter() - Method in class org.knime.core.util.tokenizer.Tokenizer
-
- 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.
- LayoutSettings(int, float) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
-
- LayoutUtil - Class in org.knime.core.node.wizard.util
-
- LayoutUtil() - Constructor for class org.knime.core.node.wizard.util.LayoutUtil
-
- lazyInitTemplateWorkflowRoot() - Static method in class org.knime.core.node.workflow.WorkflowManager
-
- le(int, int, DataValueComparator) - Static method in class org.knime.base.node.rules.RuleNodeFactory
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
Creates a new less than or equal node, that compares the value in a
column to a fixed string.
- LeafConfigElement - Class in org.knime.core.util.node.config
-
A config element that can't be further subdivided.
- LeafConfigElement(String, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.LeafConfigElement
-
Create new leaf with given display options (or null).
- 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.linear2.learner
-
A Linear Regression Learner.
- Learner(PMMLPortObjectSpec) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.Learner
-
- Learner(PMMLPortObjectSpec, boolean, double, boolean) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.Learner
-
- Learner - Class in org.knime.base.node.mine.regression.logistic.learner
-
A Logistic Regression Learner.
- Learner(PMMLPortObjectSpec, DataCell, boolean, boolean) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.Learner
-
- Learner(PMMLPortObjectSpec, DataCell, boolean, boolean, int, double) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.Learner
-
- Learner - Class in org.knime.base.node.mine.regression.logistic.learner3
-
A Logistic Regression Learner.
- Learner(PMMLPortObjectSpec, List<DataColumnSpec>, DataCell, boolean, boolean) - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.Learner
-
- Learner(PMMLPortObjectSpec, List<DataColumnSpec>, DataCell, boolean, boolean, int, double) - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.Learner
-
- Learner - Class in org.knime.base.node.mine.regression.polynomial.learner2
-
A Polynomial Regression Learner.
- Learner(PMMLPortObjectSpec, int) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.Learner
-
- Learner(PMMLPortObjectSpec, double, boolean, int) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.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.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
-
Left/open or right/closed interval bracket.
- LEFT_PARTITION - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.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
-
- LEGAL_MUST_ROTATE - Static variable in class org.knime.core.node.util.VTextIcon
-
Deprecated.
- LEGAL_ROMAN - Static variable in class org.knime.core.node.util.VTextIcon
-
Deprecated.
- length() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
-
- length() - Method in class org.knime.core.data.blob.BinaryObjectDataCell
-
Length in bytes of the binary object.
- length() - Method in interface org.knime.core.data.blob.BinaryObjectDataValue
-
Length in bytes of the binary object.
- length() - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
-
Length in bytes of the binary object.
- length() - Method in interface org.knime.core.data.vector.bitvector.BitVector
-
Returns the number of bits stored in this vector.
- 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.DenseBitVectorCellFactory
-
Returns the number of bits stored in this 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 class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
-
Returns the number of bits stored in this 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.core.util.tokenizer.Tokenizer
-
String containing only the LF char.
- LiftCalculator - Class in org.knime.base.node.viz.liftchart
-
- LiftCalculator(String, String, String, double) - Constructor for class org.knime.base.node.viz.liftchart.LiftCalculator
-
Creates a new instance of LisftCalculator.
- 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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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.
- limitRows(String, long) - Method in class org.knime.core.node.port.database.StatementManipulator
-
Modifies the incoming SQL query so that the number of rows is limited.
- 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.
- LinearInterpolationMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
-
A handler that replaces missing values with a linear interpolation of the next and previous valid values.
- LinearInterpolationMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandler
-
- LinearInterpolationMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
-
Creates a handler that replaces missing values with the a linear interpolation of the
previous and next non-missing values.
- LinearInterpolationMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandlerFactory
-
- LinearInterpolationStatisticMB - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
-
HashMap based statistic for linear interpolation.
- LinearInterpolationStatisticMB(String, boolean) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationStatisticMB
-
- LinearInterpolationStatisticTB - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
-
Table based statistic that calculates for each missing cell the linear interpolation
between the previous and next valid cell.
- LinearInterpolationStatisticTB(String, boolean) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationStatisticTB
-
Constructor for NextValidValueStatistic.
- 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
-
Deprecated.
- LinearRegressionContent() - Constructor for class org.knime.base.node.mine.regression.linear.LinearRegressionContent
-
Deprecated.
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
-
Deprecated.
Create new object with the given parameters.
- LinearRegressionContent - Class in org.knime.base.node.mine.regression.linear2.learner
-
Utility class that stores results of linear regression models.
- LinearRegressionContent(PMMLPortObjectSpec, int, List<String>, List<String>, Matrix, boolean, double, Matrix, double, double, SummaryStatistics[]) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinearRegressionContent
-
- LinearRegressionContent(PMMLPortObjectSpec, int, List<String>, List<String>, Matrix, boolean, double, Matrix, double, double, SummaryStatistics[], String) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinearRegressionContent
-
Create new instance.
- 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
-
- LinearSamplingRowFilter(int, double) - Constructor for class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
-
- LinearSamplingRowFilter(long, long) - Constructor for class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
-
Creates a new row filter that selects a certain absolute number of rows.
- LinearSamplingRowFilter(long, 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
-
- 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.
- LinReg2DataProvider - Interface in org.knime.base.node.mine.regression.linear2.view
-
An interface that both the learner node model and the predictor node model
implement.
- LinReg2Learner - Class in org.knime.base.node.mine.regression.linear2.learner
-
Linear Regression Learner implementation.
- LinReg2Learner(PortObjectSpec[], LinReg2LearnerSettings) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2Learner
-
- LinReg2Learner(PortObjectSpec[], boolean, LinReg2LearnerSettings) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2Learner
-
- LinReg2LearnerNodeDialogPane - Class in org.knime.base.node.mine.regression.linear2.learner
-
Dialog for the linear regression learner.
- LinReg2LearnerNodeDialogPane() - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeDialogPane
-
Create new dialog for linear regression model.
- LinReg2LearnerNodeFactory - Class in org.knime.base.node.mine.regression.linear2.learner
-
Factory class for linear regression node.
- LinReg2LearnerNodeFactory() - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory
-
- LinReg2LearnerNodeFactory2 - Class in org.knime.base.node.mine.regression.linear2.learner
-
Factory class for linear regression node.
- LinReg2LearnerNodeFactory2() - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory2
-
- LinReg2LearnerNodeModel - Class in org.knime.base.node.mine.regression.linear2.learner
-
NodeModel to the linear regression learner node.
- LinReg2LearnerNodeModel() - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
-
Inits a new node model, it will have 1 data input, and optional PMML
model inport, 1 model and 1 data output.
- LinReg2LearnerNodeModel(boolean) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
-
Inits a new node model, it will have 1 data input, and optional PMML
model inport, 1 model and 1 data output.
- LinReg2LearnerNodeView - Class in org.knime.base.node.mine.regression.linear2.learner
-
View on the linear regression learner node.
- LinReg2LearnerNodeView(LinReg2LearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeView
-
New instance.
- LinReg2LearnerSettings - Class in org.knime.base.node.mine.regression.linear2.learner
-
This class hold the settings for the Linear Learner Node.
- LinReg2LearnerSettings() - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
Create a new instance.
- LinReg2LearnerSettings.MissingValueHandling - Enum in org.knime.base.node.mine.regression.linear2.learner
-
- LinReg2LineDrawingPane - Class in org.knime.base.node.mine.regression.linear2.view
-
DrawingPane that also draws the regression line.
- LinReg2LineDrawingPane() - Constructor for class org.knime.base.node.mine.regression.linear2.view.LinReg2LineDrawingPane
-
- LinReg2LineNodeView - Class in org.knime.base.node.mine.regression.linear2.view
-
2D plot showing the linear regression line.
- LinReg2LineNodeView(LinReg2LearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.linear2.view.LinReg2LineNodeView
-
Create new view with a scatter plot an the regression line.
- LinReg2LinePlotter - Class in org.knime.base.node.mine.regression.linear2.view
-
A scatter plot with a regression line.
- LinReg2LinePlotter(ScatterPlotterDrawingPane, LinReg2LinePlotterProperties) - Constructor for class org.knime.base.node.mine.regression.linear2.view.LinReg2LinePlotter
-
- LinReg2LinePlotterProperties - Class in org.knime.base.node.mine.regression.linear2.view
-
Properties for the
LinReg2LinePlotter 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.
- LinReg2LinePlotterProperties() - Constructor for class org.knime.base.node.mine.regression.linear2.view.LinReg2LinePlotterProperties
-
- LinReg2Predictor - Class in org.knime.base.node.mine.regression.predict2
-
A Predictor for a linear regression model.
- LinReg2Predictor(PMMLGeneralRegressionContent, DataTableSpec, PMMLPortObjectSpec, String, RegressionPredictorSettings) - Constructor for class org.knime.base.node.mine.regression.predict2.LinReg2Predictor
-
This constructor should be used when executing the node.
- LinRegDataProvider - Interface in org.knime.base.node.mine.regression.linear.view
-
Deprecated.
- LinRegLearnerNodeDialogPane - Class in org.knime.base.node.mine.regression.linear.learn
-
Deprecated.
- LinRegLearnerNodeDialogPane() - Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeDialogPane
-
Deprecated.
Create new dialog for linear regression model.
- LinRegLearnerNodeFactory - Class in org.knime.base.node.mine.regression.linear.learn
-
Deprecated.
- LinRegLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
-
Deprecated.
- LinRegLearnerNodeModel - Class in org.knime.base.node.mine.regression.linear.learn
-
Deprecated.
- LinRegLearnerNodeModel() - Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
Deprecated.
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
-
Deprecated.
- LinRegLearnerNodeView(LinRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeView
-
Deprecated.
Constructs new view, inits members.
- LinRegLineDrawingPane - Class in org.knime.base.node.mine.regression.linear.view
-
Deprecated.
- LinRegLineDrawingPane() - Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLineDrawingPane
-
Deprecated.
- LinRegLineNodeView - Class in org.knime.base.node.mine.regression.linear.view
-
Deprecated.
- LinRegLineNodeView(LinRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLineNodeView
-
Deprecated.
Create new view with a scatter plot an the regression line.
- LinRegLinePlotter - Class in org.knime.base.node.mine.regression.linear.view
-
Deprecated.
- LinRegLinePlotter(ScatterPlotterDrawingPane, LinRegLinePlotterProperties) - Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotter
-
Deprecated.
- LinRegLinePlotterProperties - Class in org.knime.base.node.mine.regression.linear.view
-
Deprecated.
- LinRegLinePlotterProperties() - Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotterProperties
-
Deprecated.
- LinRegPredictorNodeFactory - Class in org.knime.base.node.mine.regression.linear.predict
-
Deprecated.
- LinRegPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.regression.linear.predict.LinRegPredictorNodeFactory
-
Deprecated.
- 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.
- ListCell.ListCellSerializer - Class in org.knime.core.data.collection
-
- 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.
- ListCellSerializer() - Constructor for class org.knime.core.data.collection.ListCell.ListCellSerializer
-
- ListDataValue - Interface in org.knime.core.data.collection
-
Provides additionally access by index to the collection elements.
- ListDataValue.ListUtilityFactory - Class in org.knime.core.data.collection
-
Implementations of the meta information of this value class.
- listenerForBooleanValues(JCheckBox, SettingsModelBoolean) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
-
- listenerForStringValues(JTextField, JLabel, SettingsModelString) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
-
- 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 - Class in org.knime.base.node.io.listfiles2
-
- ListFiles(ListFilesSettings) - Constructor for class org.knime.base.node.io.listfiles2.ListFiles
-
Init object according to argument settings.
- ListFiles.Filter - Enum in org.knime.base.node.io.listfiles
-
Filter criterion.
- ListFiles.Filter - Enum in org.knime.base.node.io.listfiles2
-
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.
- ListFilesNodeDialog - Class in org.knime.base.node.io.listfiles2
-
NodeDialog for the "List Files" Node.
- ListFilesNodeDialog() - Constructor for class org.knime.base.node.io.listfiles2.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
-
- ListFilesNodeFactory - Class in org.knime.base.node.io.listfiles2
-
NodeFactory for the "List Files" Node.
- ListFilesNodeFactory() - Constructor for class org.knime.base.node.io.listfiles2.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.
- ListFilesNodeModel - Class in org.knime.base.node.io.listfiles2
-
This is the model implementation of List Files.
- ListFilesNodeModel() - Constructor for class org.knime.base.node.io.listfiles2.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
-
- ListFilesSettings - Class in org.knime.base.node.io.listfiles2
-
- ListFilesSettings() - Constructor for class org.knime.base.node.io.listfiles2.ListFilesSettings
-
- listIterator() - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- listIterator(int) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- ListListModel<E> - Class in org.knime.base.node.preproc.domain.editnominal
-
- ListListModel() - Constructor for class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
Constructor.
- ListListModel(int) - Constructor for class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
Constructor.
- ListModelFilterUtils - Class in org.knime.core.data.util
-
Utility class providing filter methods on JList and ListModel.
- 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.
- ListTransferHandler - Class in org.knime.base.node.preproc.draganddroppanel.transferhandler
-
Transfer handler to move list items around.
- ListTransferHandler() - Constructor for class org.knime.base.node.preproc.draganddroppanel.transferhandler.ListTransferHandler
-
- ListUtilityFactory() - Constructor for class org.knime.core.data.collection.ListDataValue.ListUtilityFactory
-
- 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
-
Deprecated.
Load a new statistic table by the given settings object.
- load(NodeSettingsRO) - Static method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Load a new statistic table by the given settings object.
- load(ConfigRO) - Static method in class org.knime.base.data.util.DataCellStringMapper
-
- load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
-
Deprecated.
Loads the content into the freshly instantiated object.
- load(ModelContentRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
-
Deprecated.
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
-
Deprecated.
Loads a linear regression model from the given model content object.
- load(ModelContentRO, DataTableSpec) - Static method in class org.knime.base.node.mine.regression.linear2.learner.LinearRegressionContent
-
- load(ModelContentRO, DataTableSpec) - Static method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
-
- load(ModelContentRO, DataTableSpec) - Static method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
-
- load(ModelContentRO, DataTableSpec) - Static method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegContent
-
- 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(NodeSettingsRO) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
Load the configuration.
- load(ConfigRO) - Static method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
-
Factory method to load from config.
- load(NodeSettingsRO) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
Loads settings from a NodeSettings object, used in
NodeModel.
- 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, String) - Method in class org.knime.base.util.SortingOptionPanel
-
Initializes the values based on the settings with the specified prefix of the keys.
- 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(DataTableSpec) - Static method in class org.knime.core.data.container.VoidTable
-
Method being called when the workflow is restored and the table shall be recreated.
- 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
-
- load(ConfigRO) - Static method in class org.knime.core.data.date.DateAndTimeCell
-
- load(DataInput) - Static method in class org.knime.core.data.filestore.internal.FileStoreKey
-
- load(ModelContentRO) - Static method in class org.knime.core.data.filestore.internal.FileStoreKey
-
- 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.filter.FilterHandler
-
- load(ConfigRO) - Static method in class org.knime.core.data.property.filter.FilterModel
-
- 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.base.ConfigBase
-
Read config entries from an XML file into this object.
- load(ConfigBase, InputStream) - Static method in class org.knime.core.node.config.base.XMLConfig
-
Reads from the given input stream into the given config object.
- load(InputStream) - Method in class org.knime.core.node.config.Config
-
Read config entries from an XML file into this object.
- load(Node, WorkflowPersistor, ExecutionMonitor, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>, WorkflowFileStoreHandlerRepository, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.FileNodePersistor
-
Loads content into node instance.
- 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, FileWorkflowPersistor.LoadVersion) - Static method in class org.knime.core.node.NodeAndBundleInformation
-
Restores the information object from the given node settings object.
- 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
-
Loads from settings object.
- load(ConfigRO) - 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(DataInputStream) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableOperatorInternals
-
Used on the client side to restore the internals that were created
on the remote side.
- load(DataInputStream) - Method in class org.knime.core.node.streamable.StreamableOperatorInternals
-
Used on the client side to restore the internals that were created
on the remote side.
- 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) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
-
Restores the properties of the specific job manager.
- load(NodeSettingsRO, FileWorkflowPersistor.LoadVersion) - Method in class org.knime.core.node.workflow.Annotation
-
Reads the information from the NodeSettings object.
- load(NodeSettingsRO, FileWorkflowPersistor.LoadVersion) - Method in class org.knime.core.node.workflow.AnnotationData
-
loads new values.
- load(NodeSettingsRO) - Static method in class org.knime.core.node.workflow.AnnotationData.StyleRange
-
Load from settings.
- load(NodeSettingsRO, FileWorkflowPersistor.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.CredentialsStore.CredentialsFlowVariableValue
-
- load(NodeSettingsRO, FileWorkflowPersistor.LoadVersion) - Method in class org.knime.core.node.workflow.EditorUIInformation
-
Reads the information from the NodeSettings object.
- load(NodeSettingsRO, NodeSettingsRO, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
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.FlowVariable
-
Read a flow variable from a settings object.
- load(NodeSettingsRO, FileWorkflowPersistor.LoadVersion) - Static method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
-
- 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) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
-
Restores the properties of the specific job manager.
- load(NodeSettingsRO, FileWorkflowPersistor.LoadVersion) - Method in class org.knime.core.node.workflow.NodeUIInformation
-
Reads the information from the NodeSettings object.
- load(NodeSettingsRO, FileWorkflowPersistor.LoadVersion) - Method in interface org.knime.core.node.workflow.UIInformation
-
Reads the information from the NodeSettings object.
- load(FileWorkflowPersistor.LoadVersion, NodeSettingsRO) - Static method in class org.knime.core.node.workflow.WorkflowCipher
-
Load cipher 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(FileWorkflowPersistor, ExecutionMonitor, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Loads the content of the argument persistor into this node.
- load(TemplateNodeContainerPersistor, WorkflowPersistor.MetaNodeLinkUpdateResult, ExecutionMonitor, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.AbstractConfigElement
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementBoolean
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementBooleanArray
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementByte
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementByteArray
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementDouble
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementDoubleArray
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementFloat
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementFloatArray
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementInt
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementIntArray
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementLong
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementLongArray
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementShort
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementShortArray
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementString
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementStringArray
-
Load value from argument.
- load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Load value from argument.
- 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.
- loadAdditionalFactorySettings(ConfigRO) - Method in class org.knime.core.node.NodeFactory
-
- loadAdditionalFactorySettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
Reads sub settings object.
- loadAdditionalFactorySettings(ConfigRO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
-
- loadAdditionalFactorySettings(ConfigRO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
-
- loadAdditionalFactorySettings(ConfigRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
-
- loadAdditionalFactorySettings(ConfigRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
-
- loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeDialogPane
-
Override hook to load additional settings when all input ports are
data ports.
- loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeDialog
-
Override hook to load additional settings when all input ports are
data ports.
- 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.io.database.SQLInjectNodeDialog
-
List of available string flow variables must be updated since it could
have changed.
- loadAdditionalSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeDialog
-
This method can be overridden to load additional settings.
- loadAdditionalSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.DefaultMissingValueHandlerPanel
-
Loads additional settings in extending classes.
- loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeDialog2
-
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.
- loadAggregators(NodeSettingsRO, String) - Static method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregator
-
- loadAggregators(NodeSettingsRO, String, DataTableSpec) - Static method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregator
-
- loadAggregators(NodeSettingsRO, String) - Static method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregator
-
- loadAggregators(NodeSettingsRO, String, DataTableSpec) - Static method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregator
-
- loadAndValidate(NodeSettingsRO) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
Load the configuration and check for validity.
- loadAuthorInformation(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- loadClassAttributeFromPMML(BayesOutputDocument.BayesOutput) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
-
- loadColumnAggregators(NodeSettingsRO) - Static method in class org.knime.base.data.aggregation.ColumnAggregator
-
- loadColumnAggregators(NodeSettingsRO, DataTableSpec) - Static method in class org.knime.base.data.aggregation.ColumnAggregator
-
- loadColumnAggregators(NodeSettingsRO, String, DataTableSpec) - Static method in class org.knime.base.data.aggregation.ColumnAggregator
-
- loadColumnSettingsFromTableSpec(DataTableSpec) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Load column settings from table spec
- loadCommonSettings(NodeContainer.NodeContainerSettings) - Method in class org.knime.core.node.workflow.NodeContainer
-
- loadConfiguration(DataColumnSpecFilterConfiguration, DataTableSpec) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
-
Load configuration.
- loadConfiguration(TypeFilterConfigurationImpl, DataTableSpec) - Method in class org.knime.core.node.util.filter.column.TypeFilterPanelImpl
-
- loadConfiguration(NameFilterConfiguration, String[]) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Updates this filter panel by removing all current selections from the include and exclude list.
- loadConfiguration(PatternFilterConfigurationImpl, String[]) - Method in class org.knime.core.node.util.filter.PatternFilterPanelImpl
-
- loadConfiguration(NameFilterConfiguration, String[]) - Method in class org.knime.core.node.util.filter.StringFilterPanel
-
Load configuration.
- loadConfiguration(FlowVariableFilterConfiguration, Map<String, FlowVariable>) - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
-
Load configuration.
- loadConfiguration(ConfigBaseRO) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Reads the values from the argument and sets them in the internal fields.
- 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.datavalidator.DataValidatorConfiguration
-
Loads the configuration for the dialog with corresponding default values.
- loadConfigurationInDialog(NodeSettingsRO, DataTableSpec, DataTableSpec) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
-
Loads the configuration for the dialog with corresponding default values.
- loadConfigurationInDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
-
Loads the configuration for the dialog with corresponding default values.
- loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
-
Loads the configuration for the dialog with corresponding default values.
- loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
-
- loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
-
Loads the configuration for the dialog with corresponding default values.
- loadConfigurationInDialog(NodeSettingsRO) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
Loader in dialog (with defaults).
- loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
-
Loads the configuration in the dialog (no exception thrown) and maps it to the input spec.
- loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
-
Loads the configuration from the given settings object.
- loadConfigurationInDialog(NodeSettingsRO, String[]) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
Load config in dialog, init defaults if necessary.
- loadConfigurationInDialog(NodeSettingsRO) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
-
Loads the configuration from the given settings object.
- loadConfigurationInDialog(NodeSettingsRO, Map<String, FlowVariable>) - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterConfiguration
-
Loads the configuration in the dialog (no exception thrown) and maps it to the flow variables.
- loadConfigurationInDialog(NodeSettingsRO, Map<String, FlowVariable>) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
-
Load routine to be called from dialog.
- loadConfigurationInDialog(NodeSettingsRO, Map<String, FlowVariable>) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
-
Load routine to be called from dialog.
- loadConfigurationInDialogChild(NodeSettingsRO, String[]) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
-
Subclass hook to read from the sub settings object defined in the constructor.
- loadConfigurationInDialogChild(NodeSettingsRO, String[]) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
Subclass hook to read from the sub settings object defined in the constructor.
- 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.datavalidator.DataValidatorConfiguration
-
Loads the configuration for the model.
- loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
-
Loads the configuration for the model.
- loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
-
Loads the configuration for the model.
- loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
-
Loads the configuration for the model.
- loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
-
- loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
-
Loads the configuration for the model.
- loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
Load in model.
- loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
-
Loads the configuration from the given settings object.
- loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
Load config from argument.
- loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
-
Loads the configuration from the given settings object.
- loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
-
Load routine for model implementation.
- loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
-
Load routine for model implementation.
- loadConfigurationInModelChild(NodeSettingsRO) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
-
- loadConfigurationInModelChild(NodeSettingsRO) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
- loadConnection(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- loadConnection(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
- loadConnectionDestID(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- loadConnectionDestPort(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- loadConnectionSettings(PortObject) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
-
- loadConnectionSourcePort(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- 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(CredentialsProvider) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
-
Loads items in credentials select box.
- loadCredentials(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Loads credentials, this method returns an empty list.
- loadCredentials(List<Credentials>) - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
-
Caller method invoked when credentials are needed during loading
of a workflow.
- loadCurrentValue(NodeSettingsRO) - Method in interface org.knime.core.node.dialog.ValueControlledDialogPane
-
- loadCustomDescription(NodeSettingsRO, NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
Read the custom description.
- loadDataAndInternals(NodeContentPersistor, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.Node
-
Loads data from an argument persistor.
- loadDataCellToJavaConverterFactory(ConfigBaseRO, String) - Static method in class org.knime.core.data.convert.util.SerializeUtil
-
Load a DataCellToJavaConverterFactorz from given config.
- loadDefault(NodeSettingsRO) - Method in class org.knime.base.util.SortingOptionPanel
-
Initializes the values based on the settings without prefixing the keys.
- loadDefault(DataTableSpec, InputFilter<DataColumnSpec>, boolean) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
-
Applies default values and resets the current configuration (if any).
- loadDefaults(DataTableSpec) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
Loads a default configuration by putting all appropriate columns
into the include list.
- loadDefaults(DataTableSpec, InputFilter<DataColumnSpec>, boolean) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
Inits default values, usually used during first-time node configuration (auto-configure).
- loadDefaults(DataTableSpec, boolean) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
-
Guess default settings on the argument spec.
- loadDefaults(String[], boolean) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
Sets default names, used in auto-configure of a node when no settings are available.
- loadDefaults(String[], String[], NameFilterConfiguration.EnforceOption) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
Sets the include and exclude list and force the filter type to be "standard".
- loadDefaults(Map<String, FlowVariable>, boolean) - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterConfiguration
-
Guess default settings on the given flow variables.
- loadDialogComponentSettings(NodeSettingsRO) - Method in interface org.knime.core.node.workflow.DialogComponentNode
-
- loadDriver(File) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
-
Loads Driver from the given file.
- loadEditorUIInformation(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Load editor information (grid settings & zoom level).
- 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.NativeNodeContainer
-
Load information from execution result.
- 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.SubNodeContainer
-
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
-
- loadFileStoreHandler(Node, ExecutionMonitor, NodeSettingsRO, WorkflowFileStoreHandlerRepository) - Method in class org.knime.core.node.FileNodePersistor
-
- loadFlowObjects(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
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>, FileStoreHandlerRepository) - Static method in class org.knime.core.node.BufferedDataTable
-
Factory method to restore a table that has been written using
the save method.
- loadFromJson(JsonValue) - Method in interface org.knime.core.node.dialog.DialogNodeValue
-
Called when parameterized via web service invocation.
- 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.
- loadFromNodeSettings(NodeSettingsRO) - Method in interface org.knime.core.node.dialog.DialogNodeValue
-
- loadFromNodeSettings(NodeSettingsRO) - Method in interface org.knime.core.node.web.WebViewContent
-
- loadFromNodeSettings(NodeSettingsRO) - Static method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
-
Loads a layout info object from node settings.
- loadFromNodeSettingsInDialog(NodeSettingsRO) - Method in interface org.knime.core.node.dialog.DialogNodeValue
-
- 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.workflow.AbstractNodeExecutionJobManager
-
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.
- loadFromSettings(T) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeDialog
-
Enables subclasses to load there settings from the settings object.
- loadFromSettings(LoopEnd2NodeSettings) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeDialog
-
Enables subclasses to load there settings from the settings object.
- loadFromSettings(LoopEndNodeSettings) - Method in class org.knime.base.node.meta.looper.LoopEndNodeDialog
-
Enables subclasses to load there settings from the settings object.
- loadFromStream(InputStream) - Method in interface org.knime.core.node.web.WebViewContent
-
- loadFromString(String) - Method in interface org.knime.core.node.dialog.DialogNodeValue
-
Parses the value from command line - default implement will just fail as 'complex' nodes such as the column
filter cannot be parameterized via commandline.
- loadFromXML(NodeSettingsRO, DataArray) - Static method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
-
Loads a cluster node from the settings.
- loadFromXML(ConfigBase, InputStream) - Static method in class org.knime.core.node.config.base.ConfigBase
-
Reads ConfigBase from XML into a new ConfigBase object.
- 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.
- loadFunction(DataTableSpec, DBAggregationFunctionProvider, NodeSettingsRO) - Static method in class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
-
- loadFunctions(NodeSettingsRO, String, String, DataTableSpec) - Static method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRow
-
Loads the functions and handles invalid aggregation functions graceful.
- loadFunctions(NodeSettingsRO, String, String, DataTableSpec) - Static method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRow
-
Loads the functions and handles invalid aggregation functions graceful.
- loadFunctions(NodeSettingsRO, String, String, DataTableSpec) - Static method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionRow
-
Loads the functions and handles invalid aggregation functions graceful.
- loadHasContent(NodeSettingsRO) - Method in class org.knime.core.node.FileNodePersistor
-
- loadHistogramInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
-
- loadHistogramInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
-
- loadHistogramInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
-
- loadIcon(Class<?>, String) - Static method in class org.knime.core.data.DataValue.UtilityFactory
-
Convenience method to allow subclasses to load their icon.
- loadIcon(Class<?>, String) - Static method in class org.knime.core.node.util.ViewUtils
-
Convenience method to load an icon from package relative path.
- loadIfMustWarnOnDataLoadError(File) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
check whether there is a "loaded with no data" file.
- loadInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
-
Deprecated.
Load config in dialog.
- loadInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
-
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.MissingValueHandling2ColSetting
-
Deprecated.
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.MissingValueHandling2ColSetting
-
Deprecated.
Helper that individual settings from a config object, used in NodeDialog.
- loadInModel(NodeSettingsRO) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
-
Deprecated.
Load config in node model.
- loadInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
-
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.FileWorkflowPersistor
-
Sub-class hook to load port bar info.
- loadInPortsBarUIInfoClassName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Sub class hook o read port bar info.
- loadInPortsSetting(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Sub class hook o read port settings.
- loadInPortsSetting(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
-
Sub class hook o read port settings.
- loadInPortsSettingsEnum(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Sub class hook o read port settings.
- loadInPortsSettingsEnum(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
-
Sub class hook o read port settings.
- loadInPortTemplate(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Sub class hook o read port settings.
- loadInPortTemplate(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
-
Sub class hook o read port settings.
- loadInternalHeldObjects(Node, ExecutionMonitor, NodeSettingsRO, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>, FileStoreHandlerRepository) - Method in class org.knime.core.node.FileNodePersistor
-
- loadInternalHeldTablesPre210(Node, ExecutionMonitor, NodeSettingsRO, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>, FileStoreHandlerRepository) - Method in class org.knime.core.node.FileNodePersistor
-
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
-
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.flowcontrol.breakpoint.BreakpointNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
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.tablecoltovariable.TableColumnToVariableNodeModel
-
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
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
-
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
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
-
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.connection.DBTableSelectorNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
-
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.DBDeleteRowsNodeModel
-
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.DBUpdateNodeModel
-
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.database.drop.DBDropTableNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
-
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.extractcontextprop.ReadContextPropertyNodeModel
-
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
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
-
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.listfiles2.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.columnlist2.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.group.GroupLoopStartNodeModel
-
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.looper.recursive.RecursiveLoopEndNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
-
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
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
-
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.BasisFunctionPredictor2NodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
Deprecated.
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.image.DecTreeToImageNodeModel
-
Load internals.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
-
Deprecated.
Load internals.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.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.knn.pmml.PMMLKNNNodeModel
-
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
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.neural.mlp2.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
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
-
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.learner3.LogRegLearnerNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.predict2.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.scorer.numeric.NumericScorerNodeModel
-
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
-
Deprecated.
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
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.predictor2.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.autobinner2.AutoBinnerLearnNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
-
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.bitvector.create.CreateBitVectorNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
-
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.colautotypecast.ColumnAutoTypeCasterNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
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.categorytonumber.CategoryToNumberApplyNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
-
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.numbertocategory.NumberToCategoryApplyNodeModel
-
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.columnaggregator.ColumnAggregatorNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
-
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.columnlag.LagColumnNodeModel
-
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.columnresorter.ColumnResorterNodeModel
-
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.columntogrid2.ColumnToGrid2NodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
-
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.crossjoin.CrossJoinerNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
-
- 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.dialog2.DomainNodeModel
-
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.domain.editnominal.dic.EditNominalDomainDicNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
-
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.double2int2.DoubleToIntNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
-
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.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
-
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.missingvaluecolfilter.MissingValueColumnFilterNodeModel
-
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.AbstractRowRefNodeModel
-
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.lowvarfilter2.LowVarFilter2NodeModel
-
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.MissingValueHandling2NodeModel
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
-
Deprecated.
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
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
-
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.Many2OneColPMMLNodeModel
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
-
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.pmml.xml2pmml.XML2PMMLNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rank.RankNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
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.rounddouble.RoundDoubleNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
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.split2.SplitNodeModel2
-
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.targetshuffling.TargetShufflingNodeModel
-
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.unpivot2.Unpivot2NodeModel
-
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
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
-
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.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.ExpandVectorNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
-
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.globaltimerinfo.GlobalTimerinfoNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
-
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.util.sendmail.SendMailNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
-
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
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.enrichment2.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
-
- 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.color.extract.ColorExtractNodeModel
-
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
-
Deprecated.
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
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(File, ExecutionMonitor) - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
-
Load internals into the derived NodeModel.
- 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.missing.MissingNodeModel
-
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(File, ExecutionMonitor) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(StreamableOperatorInternals) - Method in class org.knime.core.node.streamable.StreamableOperator
-
Called to restore intermediate results when used in an iterative manner.
- loadInternals(ReferencedFile) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
-
Restore the internals from a directory.
- 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.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
Load internals into the derived NodeModel.
- loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
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.FileNodePersistor
-
- loadIsExecuted(NodeSettingsRO) - Method in class org.knime.core.node.FileNodePersistor
-
- loadIsInactive(NodeSettingsRO) - Method in class org.knime.core.node.FileNodePersistor
-
- loadJavaToDataCellConverterFactory(ConfigBaseRO, String) - Static method in class org.knime.core.data.convert.util.SerializeUtil
-
- loadJobManagerInternalsDirectory(ReferencedFile, NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
Load the directory name that is used to persist internals of the associated job manager.
- loadMemoryPolicySettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
Load configuration of node.
- loadMetaColSettings(NodeSettingsRO) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
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.MissingValueHandling2ColSetting
-
Deprecated.
Helper that loads meta settings from a config object, used in NodeDialog.
- loadMethod(DataTableSpec, NodeSettingsRO) - Static method in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
- loadModel(Config) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
- loadModel(Config) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- loadModel(BayesInputDocument.BayesInput) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- loadModelContent(PortObjectSpecZipInputStream) - Static method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
-
Reads the model content from the input stream.
- loadModelSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
The settings passed to the NodeModel's validate and load method.
- loadModelSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.Node
-
Loads the settings (but not the data) from the given settings object.
- loadNCAndWashModelSettings(NodeSettingsRO, NodeSettingsRO, Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
-
Called by #loadNodeContainer(Map, ExecutionMonitor, LoadResult).
- loadNCAndWashModelSettings(NodeSettingsRO, NodeSettingsRO, Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
Called by #loadNodeContainer(Map, ExecutionMonitor, LoadResult).
- loadNCAndWashModelSettings(NodeSettingsRO, NodeSettingsRO, Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
-
Called by #loadNodeContainer(Map, ExecutionMonitor, LoadResult).
- loadNodeAnnotationData(NodeSettingsRO, NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
Read the custom description.
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.CopyNativeNodeContainerPersistor
-
Loads internals, configuration, etc into the node instance.
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
-
Loads internals, configuration, etc into the node instance.
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
Loads internals, configuration, etc into the node instance.
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
Loads internals, configuration, etc into the node instance.
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
-
Loads internals, configuration, etc into the node instance.
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Loads internals, configuration, etc into the node instance.
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
Loads internals, configuration, etc into the node instance.
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in interface org.knime.core.node.workflow.NodeContainerPersistor
-
Loads internals, configuration, etc into the node instance.
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
Loads internals, configuration, etc into the node instance.
- loadNodeExecutionJobManager(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
Load the execution manager responsible for this node.
- loadNodeExecutionJobSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
Load the settings representing the pending execution of this node.
- loadNodeFactory(String) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
-
- loadNodeFactoryInfo(NodeSettingsRO, NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
-
Load factory name.
- loadNodeFile(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
Load file containing node settings.
- loadNodeFile(NodeSettingsRO, ReferencedFile) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- loadNodeIDSuffix(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- 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.FileNodePersistor
-
Load internal directory.
- loadNodeLocks(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
- loadNodeMessage(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
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.
- loadNodeType(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- loadNodeValue(VAL) - Method in class org.knime.core.node.dialog.DialogNodePanel
-
Load DialogNode value.
- loadOperators(NodeSettingsRO) - Static method in class org.knime.base.data.aggregation.NamedAggregationOperator
-
- loadOperators(NodeSettingsRO, DataTableSpec) - Static method in class org.knime.base.data.aggregation.NamedAggregationOperator
-
- loadOutPortsBarUIInfo(UIInformation, NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Load output port bars.
- loadOutPortsBarUIInfoClassName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Sub-class hook to load port bar info.
- loadOutPortsSetting(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Sub class hook o read port settings.
- loadOutPortsSetting(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
-
Sub class hook o read port settings.
- loadOutPortsSettingsEnum(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Sub class hook o read port settings.
- loadOutPortsSettingsEnum(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
-
Sub class hook o read port settings.
- loadOutPortTemplate(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Sub class hook o read port settings.
- loadOutPortTemplate(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
-
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>, FileStoreHandlerRepository) - Method in class org.knime.core.node.FileNodePersistor
-
- loadPortIndex(NodeSettingsRO) - Method in class org.knime.core.node.FileNodePersistor
-
- loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel.ModelSerializer
-
Load a portObject from an input stream.
- loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec.ModelSerializer
-
- loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractPortObject.AbstractPortObjectSerializer
-
Load a portObject from an input stream.
- loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractSimplePortObject.AbstractSimplePortObjectSerializer
-
Load a portObject from an input stream.
- loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObject.Serializer
-
Load a portObject from an input stream.
- loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.database.DatabasePortObject.Serializer
-
Load a portObject from an input stream.
- loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject.Serializer
-
- loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObject.Serializer
-
- 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.
- loadPortObjectClassName(NodeSettingsRO) - Method in class org.knime.core.node.FileNodePersistor
-
- loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel.SpecSerializer
-
Load a specification from an input stream.
- loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec.Serializer
-
- loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObjectSpec.Serializer
-
Load a specification from an input stream.
- loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec.SpecSerializer
-
- loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.data.DataTableSpec.Serializer
-
Load a specification from an input stream.
- loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec.AbstractSimplePortObjectSpecSerializer
-
Load a specification from an input stream.
- loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec.Serializer
-
- loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec.Serializer
-
Load a specification from an input stream.
- loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObjectSpec.Serializer
-
- loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObjectSpec.Serializer
-
- 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.pmml.preproc.PMMLPreprocPortObjectSpec.Serializer
-
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>, FileStoreHandlerRepository) - Method in class org.knime.core.node.FileNodePersistor
-
- loadPortsSettings(NodeSettingsRO) - Method in class org.knime.core.node.FileNodePersistor
-
- loadPortTypeList(ConfigRO) - Static method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
-
- loadPortTypeList(ConfigRO) - Static method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
-
- 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
-
- LoadResult(String) - Constructor for class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
-
- LoadResultEntry(WorkflowPersistor.LoadResultEntry.LoadResultEntryType, String) - Constructor for class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
-
- loadSettings(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.util.DBAdvancedPanel
-
Loads the settings into the dialog components.
- loadSettings(PortObjectSpec[], CredentialsProvider) - Method in class org.knime.base.node.io.database.connection.util.DBAuthenticationPanel
-
Loads the settings into the dialog components.
- loadSettings(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.util.DBConnectionPanel
-
Loads the settings into the dialog components.
- loadSettings(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.util.DBGenericConnectionPanel
-
Loads the settings into the dialog components.
- loadSettings(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.util.DBMiscPanel
-
Loads the settings into the dialog components.
- loadSettings(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.util.DBTimezonePanel
-
Loads the settings into the dialog components.
- loadSettings(String) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
-
Load SQL data types from StringHistory
- loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
Loads configuration, fails if fields are missing/invalid.
- loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
-
Loads configuration, fails if fields are missing/invalid.
- loadSettings(FileReaderSettings) - Method in class org.knime.base.node.io.filereader.CharsetNamePanel
-
- 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.AbstractLoopEndNodeSettings
-
Loads the settings from the node settings 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.LoopEnd2NodeSettings
-
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.decisiontree2.image.DecTreeToImageNodeSettings
-
Loads the settings from the 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.linear2.learner.LinReg2LearnerSettings
-
Loads the settings from the 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.learner3.LogRegLearnerSettings
-
Loads the settings from the node settings object.
- loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
-
Deprecated.
Loads the settings from the node settings object.
- loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
-
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.autobinner2.AutoBinnerLearnSettings
-
Loads the settings from the node settings object.
- loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner3.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.columntogrid2.ColumnToGrid2Configuration
-
Loads settings in model.
- loadSettings(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
-
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.MissingValueHandling2ColSetting
-
Deprecated.
Loads settings from a NodeSettings object, used in
NodeModel.
- loadSettings(NodeSettingsRO, boolean) - Method in class org.knime.base.node.preproc.pmml.missingval.MVColumnSettings
-
Loads settings from a NodeSettings object.
- loadSettings(NodeSettingsRO, boolean) - Method in class org.knime.base.node.preproc.pmml.missingval.MVIndividualSettings
-
Loads settings for a column.
- loadSettings(NodeSettingsRO, boolean) - Method in class org.knime.base.node.preproc.pmml.missingval.MVSettings
-
Loads the settings from a read only node settings object.
- 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
-
Deprecated.
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
-
Deprecated.
Loads the settings from the given node settings object.
- loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment2.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.exec.dataexchange.PortObjectIDSettings
-
Loads the settings from a NodeSettings object.
- loadSettings(Config) - Method in class org.knime.core.node.util.dialog.field.AbstractField
-
Loads parameters in NodeModel.
- loadSettings(Config) - Method in class org.knime.core.node.util.dialog.field.ColumnField
-
Loads parameters in NodeModel.
- loadSettings(Config) - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
-
Loads parameters in NodeModel.
- loadSettings(Config) - Method in class org.knime.core.node.util.dialog.field.FieldList
-
Loads parameters in NodeModel.
- loadSettings(Config) - Method in class org.knime.core.node.util.dialog.field.FlowVariableField
-
Loads parameters in NodeModel.
- loadSettings(Config) - Method in class org.knime.core.node.util.dialog.field.OutColumnField
-
Loads parameters in NodeModel.
- loadSettings(Config) - Method in class org.knime.core.node.util.dialog.field.OutFlowVariableField
-
Loads parameters in NodeModel.
- 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.FileWorkflowPersistor
-
- loadSettingsForConnections(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
Read the value(s) of this settings model from configuration object.
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Load settings for NodeDialog
- 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) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
-
Loads the settings from the node settings object using default values for
missing settings.
- loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
Loads the settings from the node settings object using default values if
some settings are missing.
- 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, DataTableSpec) - Method in class org.knime.base.node.mine.regression.logistic.learner3.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
-
Deprecated.
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.predict2.RegressionPredictorSettings
-
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.autobinner2.AutoBinnerLearnSettings
-
Loads the settings from the node settings object using default values if some settings are missing.
- loadSettingsForDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.autobinner3.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.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
-
Called from dialog when settings are to be loaded.
- loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
Called from dialog when settings are to be loaded.
- loadSettingsForDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
Called from dialog when settings are to be loaded.
- loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeSettings
-
Called from dialog when settings are to be loaded.
- 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
-
Deprecated.
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
-
Deprecated.
Loads the settings from the given node settings object.
- loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment2.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.SettingsModelAuthentication
-
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.SettingsModelColor
-
Read the value(s) of this settings model from configuration object.
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
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.SettingsModelDate
-
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.SettingsModelDuration
-
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.SettingsModelOptionalString
-
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.
- loadSettingsForDialog(Config) - Method in class org.knime.core.node.util.dialog.field.AbstractField
-
Loads parameters in Dialog.
- loadSettingsForDialog(Config) - Method in class org.knime.core.node.util.dialog.field.ColumnField
-
Loads parameters in Dialog.
- loadSettingsForDialog(Config) - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
-
Loads parameters in Dialog.
- loadSettingsForDialog(Config) - Method in class org.knime.core.node.util.dialog.field.FieldList
-
Loads parameters in Dialog.
- loadSettingsForDialog(Config) - Method in class org.knime.core.node.util.dialog.field.FlowVariableField
-
Loads parameters in Dialog.
- loadSettingsForDialog(Config) - Method in class org.knime.core.node.util.dialog.field.OutColumnField
-
Loads parameters in Dialog.
- loadSettingsForDialog(Config) - Method in class org.knime.core.node.util.dialog.field.OutFlowVariableField
-
Loads parameters in Dialog.
- loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
Read value(s) of this settings model from the configuration object.
- loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Load settings for NodeModel
- 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.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
-
Called from model when settings are to be loaded.
- loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
Called from model when settings are to be loaded.
- loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
Called from model when settings are to be loaded.
- loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeSettings
-
Called from model when settings are to be loaded.
- 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.SettingsModelAuthentication
-
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.SettingsModelColor
-
Read value(s) of this settings model from the configuration object.
- loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
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.SettingsModelDate
-
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.SettingsModelDuration
-
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.SettingsModelOptionalString
-
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.
- loadSettingsForNode(WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
-
Loads the settings passed to the NodePersistor class.
- loadSettingsForNode(WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
Loads the settings passed to the NodePersistor class.
- loadSettingsForNode(WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
-
Loads the settings passed to the NodePersistor class.
- loadSettingsForNodes(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- 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.AggregationMethodDecorator
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.AggregationOperator
-
Override this method if the operator requires additional settings.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
-
Override this method if the operator requires additional settings.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
-
Deprecated.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
-
- loadSettingsFrom(Config, DataType) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
-
Deprecated.
- loadSettingsFrom(NodeSettingsRO, DataType, DataTableSpec) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationPanel
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
-
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeDialog
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendToTableNodeDialogPane
-
Deprecated.
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
-
Deprecated.
Loads settings.
- loadSettingsFrom(NodeSettingsRO, Map<String, FlowVariable>) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
-
Deprecated.
Load settings.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeDialogPane
-
Deprecated.
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
-
Deprecated.
Loads settings.
- loadSettingsFrom(NodeSettingsRO, Map<String, FlowVariable>) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
-
Deprecated.
Load settings.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeDialogPane
-
Deprecated.
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.binning.auto.DBAutoBinnerNodeDialog
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeDialog
-
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.columnrename.DBRenameNodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeDialog
-
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[]) - Method in class org.knime.base.node.io.database.DBDeleteRowsDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DatabasePortObjectSpec, DataTableSpec) - Method in class org.knime.base.node.io.database.DBGroupByAggregationPanel
-
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBGroupByNodeDialog
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBJoinerNodeDialog
-
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, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBSorterNodeDialog
-
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeDialog
-
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, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBUpdateDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBWriterDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeDialog
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeDialog2
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, String, DataTableSpec) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
-
- loadSettingsFrom(NodeSettingsRO, String, DataTableSpec) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
-
- loadSettingsFrom(NodeSettingsRO, String, DataTableSpec) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
-
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeDialog
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[], Collection<FlowVariable>) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryPanel
-
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeDialog
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeDialog
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeDialog
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
Load the attributes of RowElement from the given NodeSettingsRO instance
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
-
Load the attributes of RowElement from the given NodeSettingsRO instance
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
-
Load the attributes of RowElement from the given NodeSettingsRO instance
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
Load the attributes of RowElement from the given NodeSettingsRO instance
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
Load the attributes of RowElement from the given NodeSettingsRO instance
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.RowElement
-
Load the attributes of RowElement from the given NodeSettingsRO instance
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[], CredentialsProvider) - Method in class org.knime.base.node.io.database.util.DBDialogPane
-
Load settings.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.util.DBReaderDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeDialogPane
-
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
-
Deprecated.
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
-
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, DataTableSpec[]) - Method in class org.knime.base.node.io.listfiles2.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.AbstractLoopEndNodeDialog
-
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, DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.columnlist2.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.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, PortObjectSpec[]) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeDialog
-
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, PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeDialog
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
-
Deprecated.
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, PortObjectSpec[]) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeDialog
-
Invoked before the dialog window is opened.
- 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
-
Deprecated.
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeDialogPane
-
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.learner3.LogRegLearnerNodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeDialogPane
-
Deprecated.
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerDialog
-
Deprecated.
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
-
Deprecated.
Loads the settings from the node settings object.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerDialog
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
-
Loads the settings from the node settings object.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeDialogPane
-
Invoked before the dialog window is opened.
- 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, PortObjectSpec[]) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
-
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
- 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
-
Deprecated.
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, PortObjectSpec[]) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
-
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, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeDialogPane
-
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeDialogPane
-
- 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.bitvector.create.CreateBitVectorNodeDialog
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeDialog
-
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.colautotypecast.ColumnAutoTypeCasterNodeDialogPane
-
Calls the update method of the underlying filter panel.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeDialog
-
Deprecated.
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeDialog
-
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, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeDialogPane
-
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, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeDialogPane
-
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, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeDialog
-
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.columnlag.LagColumnNodeDialogPane
-
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.columnresorter.ColumnResorterNodeDialog
-
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, DataTableSpec[]) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeDialogPane
-
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.domain.editnominal.dic.EditNominalDomainDicNodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionPanel
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPane
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.TypePane
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeDialog
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in interface org.knime.base.node.preproc.draganddroppanel.PaneConfigurationDialog
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.PercentageDialog
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
- 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.DataColumnSpecFilterNodeDialogPane
-
Calls the update method of the underlying filter panel.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeDialogPane
-
Calls the update method of the underlying filter panel.
- 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.AbstractRowFilter
-
Load your internal settings from the configuration object.
- 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 interface org.knime.base.node.preproc.filter.row.rowfilter.IRowFilter
-
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
-
Deprecated.
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.lowvarfilter2.LowVarFilter2NodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeDialogPane
-
Deprecated.
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, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeDialog
-
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.columnfilter.DataColumnSpecFilterPMMLNodeDialogPane
-
Calls the update method of the underlying filter panel.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeDialog
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.missingval.DefaultMissingValueHandlerPanel
-
Loads settings into this panel.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
-
Loads user settings.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingValueHandlerPanel
-
Loads settings into this panel.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.PMMLApplyMissingCellHandler
-
Loads user settings.
- 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.rank.RankNodeDialog
-
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
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.split2.SplitNodeDialog2
-
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.targetshuffling.TargetShufflingNodeDialog
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
-
Loads the settings from the node settings object.
- 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
-
Deprecated.
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, PortObjectSpec[]) - Method in class org.knime.base.node.util.sendmail.SendMailNodeDialog
-
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
-
Deprecated.
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.enrichment2.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, DataTableSpec[]) - Method in class org.knime.core.node.DataAwareNodeDialogPane
-
Throws error as this method is not called by framework.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.DataAwareNodeDialogPane
-
Throws error as this method is not called by framework.
- loadSettingsFrom(NodeSettingsRO, BufferedDataTable[]) - Method in class org.knime.core.node.DataAwareNodeDialogPane
-
- loadSettingsFrom(NodeSettingsRO, PortObject[]) - Method in class org.knime.core.node.DataAwareNodeDialogPane
-
- 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, PortObjectSpec[], CredentialsProvider) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
-
- 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, PortObjectSpec[]) - Method in class org.knime.core.node.missing.MissingNodeDialog
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.Node
-
- 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 interface org.knime.core.node.port.database.aggregation.AggregationFunction
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
-
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
-
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettingsPanel
-
Read value(s) of this dialog component from the configuration object.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
-
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
-
- loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettingsPanel
-
Read value(s) of this dialog component from the configuration object.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
-
- 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.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeDialogPane
-
Invoked before the dialog window is opened.
- loadSettingsFromFilter(IRowFilter) - 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(IRowFilter) - 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(IRowFilter) - 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(IRowFilter) - 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.database.DBJoinerSettings
-
- 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.io.listfiles2.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, DataTableSpec) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
Loads the settings from the node settings object using default values if some settings are missing.
- loadSettingsInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
-
Loads the settings from the node settings object.
- loadSettingsInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
-
Called from dialog's load method.
- 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.database.DBJoinerSettings
-
- 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.io.listfiles2.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.columnlag.LagColumnConfiguration
-
Called from model's load and validate settings method.
- 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.extractcontextprop.ReadContextPropertyConfiguration
-
Loads configuration, inits defaults if fields are missing/invalid.
- loadSettingsNoFail(NodeSettingsRO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
-
Loads configuration, inits defaults if fields are missing/invalid.
- 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.FileNodeContainerMetaPersistor
-
Load the state of the node.
- loadSubclass(UUID, ConfigRO) - Static method in class org.knime.core.data.property.filter.FilterModelNominal
-
Load factory method.
- loadSubclass(UUID, ConfigRO) - Static method in class org.knime.core.data.property.filter.FilterModelRange
-
Load factory method.
- loadUIInfoClassName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- loadUIInfoInstance(String) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
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.FileWorkflowPersistor
-
- loadValidatedConnection(ConfigRO, CredentialsProvider) - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
-
Load validated settings.
- loadValidatedConnection(ConfigRO, CredentialsProvider) - Method in class org.knime.base.node.io.database.connection.util.ParameterizedDatabaseConnectionSettings
-
Load validated settings.
- loadValidatedConnection(ConfigRO, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Load validated settings.
- loadValidatedConnection(ConfigRO, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
-
Load validated settings.
- loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
- loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.AggregationOperator
-
Override this method if the operator requires additional settings.
- loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
-
Override this method if the operator requires additional settings.
- loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
-
- loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
-
- loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
-
- loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
-
- loadValidatedSettings(NodeSettingsRO) - Method in interface org.knime.base.node.preproc.draganddroppanel.PaneConfigurationDialog
-
- loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.PercentageDialog
- loadValidatedSettings(NodeSettingsRO) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
-
- loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
-
- loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
-
- loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
-
- loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
-
- loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
-
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
-
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.flowcontrol.breakpoint.BreakpointNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
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.tablecoltovariable.TableColumnToVariableNodeModel
-
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
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
-
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
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
-
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.binning.auto.DBAutoBinnerNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
-
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.DBDeleteRowsNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBGroupByNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBJoinerNodeModel
-
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.DBSorterNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBUpdateNodeModel
-
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.database.drop.DBDropTableNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeModel
-
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.extractcontextprop.ReadContextPropertyNodeModel
-
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
-
Deprecated.
Reads in all user settings of the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
-
Sets new settings from the passed object in 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.listfiles2.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.columnlist2.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.group.GroupLoopStartNodeModel
-
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.looper.recursive.RecursiveLoopEndNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
-
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
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
-
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.BasisFunctionPredictor2NodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
Deprecated.
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.image.DecTreeToImageNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
Loads the class column and the classification value in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.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.knn.pmml.PMMLKNNNodeModel
-
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
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.neural.mlp2.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
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
-
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.learner3.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
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.predict2.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.scorer.numeric.NumericScorerNodeModel
-
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
-
Deprecated.
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
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.svm.predictor2.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.autobinner2.AutoBinnerLearnNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
-
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.bitvector.create.CreateBitVectorNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
-
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.colautotypecast.ColumnAutoTypeCasterNodeModel
-
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
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.categorytonumber.CategoryToNumberApplyNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
-
Sets new settings from the passed object in the model.
- 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.numbertocategory.NumberToCategoryApplyNodeModel
-
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.columnaggregator.ColumnAggregatorNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
-
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.columnlag.LagColumnNodeModel
-
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.columnresorter.ColumnResorterNodeModel
-
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.columntogrid2.ColumnToGrid2NodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
-
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.crossjoin.CrossJoinerNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
-
- 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.dialog2.DomainNodeModel
-
Sets new settings from the passed object 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.domain.editnominal.dic.EditNominalDomainDicNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
-
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.double2int2.DoubleToIntNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
-
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
-
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
- 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.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
Reads the filtered columns.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
-
Sets new settings from the passed object in the model.
- 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.definition.apply.FilterApplyNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
-
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.missingvaluecolfilter.MissingValueColumnFilterNodeModel
-
Reads the filtered columns.
- 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.AbstractRowRefNodeModel
-
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.lowvarfilter2.LowVarFilter2NodeModel
-
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.MissingValueHandling2NodeModel
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
-
Deprecated.
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
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
-
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.Many2OneColPMMLNodeModel
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
-
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.pmml.xml2pmml.XML2PMMLNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rank.RankNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
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.rounddouble.RoundDoubleNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
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.split2.SplitNodeModel2
-
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.targetshuffling.TargetShufflingNodeModel
-
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.unpivot2.Unpivot2NodeModel
-
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
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
-
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.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.ExpandVectorNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
-
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.util.sendmail.SendMailNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
-
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
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment2.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.color.extract.ColorExtractNodeModel
-
Sets new settings from the passed object in the model.
- 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
-
Deprecated.
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
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.base.node.workflow.save.SaveWorkflowNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.missing.MissingNodeModel
-
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.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
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.
- loadValuesIntoCurrentPage(Map<String, String>) - Method in class org.knime.core.node.workflow.WizardExecutionController
-
- 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.
- loadVariableSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
The variable settings (whatever overwrites user parameters).
- loadViewValue(InteractiveHiLiteCollectorViewContent, boolean) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
- loadViewValue(VAL, boolean) - Method in interface org.knime.core.node.interactive.InteractiveNode
-
- loadWarningMessage(NodeSettingsRO) - Method in class org.knime.core.node.FileNodePersistor
-
Sub class hook to read warning message.
- loadWizardState(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- loadWorkflow(BatchExecutor.WorkflowConfiguration) - Method in class org.knime.core.node.workflow.BatchExecutor
-
Loads a single workflow.
- loadWorkflowAnnotations(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Load annotations (added in v2.3).
- loadWorkflowCipher(FileWorkflowPersistor.LoadVersion, NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- loadWorkflowName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Sub class hook o read workflow name.
- loadWorkflowName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
-
Sub class hook o read workflow name.
- loadWorkflowVariables(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Load workflow variables (not available in 1.3.x flows).
- loadXmlFromString(String) - Static method in class org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescriptionFactory
-
- 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.
- LOCATION_SETTINGS - Static variable in class org.knime.base.node.io.listfiles2.ListFilesSettings
-
Key to store the location settings.
- LocationCheckLabel() - Constructor for class org.knime.core.node.util.FilesHistoryPanel.LocationCheckLabel
-
- 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 interface org.knime.core.node.workflow.NodeContainerParent
-
Locks and returns the
WorkflowLock associated with this workflow.
- lock() - Method in class org.knime.core.node.workflow.SubNodeContainer
-
Locks and returns the
WorkflowLock associated with this workflow.
- lock() - Method in class org.knime.core.node.workflow.WorkflowLock
-
Acquires the lock (and increments hold count) and returns this instance.
- lock() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Locks and returns the
WorkflowLock associated with this workflow.
- lock() - Method in class org.knime.core.util.FileLocker
-
Tries to acquire 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
-
- LogarithmicMappingMethod(double) - Constructor for class org.knime.base.util.coordinate.LogarithmicMappingMethod
-
Deprecated.
- LOGFILE_APPENDER - Static variable in class org.knime.core.node.NodeLogger
-
Name of the default appender to the log file.
- 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.
- LogfileAppender(File) - Constructor for class org.knime.core.util.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.
- LOGGER - Static variable in class org.knime.core.node.port.database.reader.DBReaderImpl
-
- logGlobalMsgsInWfDir(boolean) - Static method in class org.knime.core.node.NodeLogger
-
Allows to enable/disable logging of global messages e.g.
- logInWorkflowDir(boolean) - Static method in class org.knime.core.node.NodeLogger
-
Allows to enable/disable logging in the workflow directory.
- 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>, DataCell, boolean, boolean, Matrix, double, Matrix, int) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
-
Create new instance.
- LogisticRegressionContent - Class in org.knime.base.node.mine.regression.logistic.learner3
-
Utility class that stores results of logistic regression
models.
- LogisticRegressionContent(PMMLPortObjectSpec, List<String>, List<String>, DataCell, boolean, boolean, Matrix, double, Matrix, int) - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
-
Create new instance.
- LogisticRegressionContent(PMMLPortObjectSpec, List<String>, List<String>, Map<? extends String, ? extends Integer>, DataCell, boolean, boolean, Matrix, double, Matrix, int) - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
-
Create new instance.
- logNodeId(boolean) - Static method in class org.knime.core.node.NodeLogger
-
Allows to enable/disable node id logging.
- LogPatternParser(String) - Constructor for class org.knime.core.node.NodeLoggerPatternLayout.LogPatternParser
-
- 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
-
- LogRegLearner(PortObjectSpec[], boolean, LogRegLearnerSettings) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearner
-
- LogRegLearner - Class in org.knime.base.node.mine.regression.logistic.learner3
-
Logistic Regression Learner implementation.
- LogRegLearner(PortObjectSpec[], LogRegLearnerSettings) - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.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.
- LogRegLearnerNodeDialogPane - Class in org.knime.base.node.mine.regression.logistic.learner3
-
Dialog for the logistic regression learner.
- LogRegLearnerNodeDialogPane() - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.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
-
- LogRegLearnerNodeFactory2 - Class in org.knime.base.node.mine.regression.logistic.learner
-
Factory class for logistic regression node.
- LogRegLearnerNodeFactory2() - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory2
-
- LogRegLearnerNodeFactory3 - Class in org.knime.base.node.mine.regression.logistic.learner3
-
Factory class for logistic regression node.
- LogRegLearnerNodeFactory3() - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeFactory3
-
- 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.
- LogRegLearnerNodeModel(boolean) - 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.
- LogRegLearnerNodeModel - Class in org.knime.base.node.mine.regression.logistic.learner3
-
NodeModel to the logistic regression learner node.
- LogRegLearnerNodeModel() - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
-
Inits a new node model, it will have 1 data input, 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.
- LogRegLearnerNodeView - Class in org.knime.base.node.mine.regression.logistic.learner3
-
View on the logistic regression learner node.
- LogRegLearnerNodeView(LogRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.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
-
Create default settings.
- LogRegLearnerSettings - Class in org.knime.base.node.mine.regression.logistic.learner3
-
This class hold the settings for the Logistic Learner Node.
- LogRegLearnerSettings() - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
-
Create default settings.
- LogRegPredictor - Class in org.knime.base.node.mine.regression.predict2
-
A Predictor for a logistic regression model.
- LogRegPredictor(PMMLGeneralRegressionContent, DataTableSpec, PMMLPortObjectSpec, String, RegressionPredictorSettings) - Constructor for class org.knime.base.node.mine.regression.predict2.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.
- LongCell.LongCellFactory - Class in org.knime.core.data.def
-
- LongCell.LongSerializer - Class in org.knime.core.data.def
-
Factory for (de-)serializing a LongCell.
- LongCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.LongCellEntry
-
- LongCellFactory() - Constructor for class org.knime.core.data.def.LongCell.LongCellFactory
-
- LongHexdumpFactory() - Constructor for class org.knime.core.data.blob.BinaryObjectDataValueRenderer.LongHexdumpFactory
-
- LongSerializer() - Constructor for class org.knime.core.data.def.LongCell.LongSerializer
-
- 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.
- LongUtilityFactory() - Constructor for class org.knime.core.data.LongValue.LongUtilityFactory
-
Only subclasses are allowed to instantiate this class.
- 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.
- 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
-
- looksLikeUNC(URL) - Static method in class org.knime.core.util.FileUtil
-
Returns whether the given URL is very likely a UNC URL.
- looksLikeUNC(Path) - Static method in class org.knime.core.util.FileUtil
-
Returns whether the given path is very likely a UNC path.
- lookupFromAdapterMap(Class<V>) - Method in class org.knime.core.data.AdapterCell
-
Allows sub classes to do a lookup in the internal adapter map.
- LOOP_FILE_STORE_SPEC - Static variable in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
-
- LoopEnd2NodeDialog - Class in org.knime.base.node.meta.looper
-
- LoopEnd2NodeDialog() - Constructor for class org.knime.base.node.meta.looper.LoopEnd2NodeDialog
-
- 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.
- LoopEnd2NodeSettings - Class in org.knime.base.node.meta.looper
-
This class holds the settings for the generic loop end node (2 ports).
- LoopEnd2NodeSettings() - Constructor for class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
-
- 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.
- LoopEndJoin2NodeFactory - Class in org.knime.base.node.meta.looper
-
Loop End Node that joins the input table with the previous input
(colum wise concatenation).
- LoopEndJoin2NodeFactory() - Constructor for class org.knime.base.node.meta.looper.LoopEndJoin2NodeFactory
-
- 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(boolean) - Constructor for class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
-
- LoopEndNode - Interface in org.knime.core.node.workflow
-
Complement to @see{LoopStartNode}.
- LoopEndNodeDialog - Class in org.knime.base.node.meta.looper
-
- LoopEndNodeDialog() - Constructor for class org.knime.base.node.meta.looper.LoopEndNodeDialog
-
Create 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
-
NO API!
- LoopEndWriteFileStoreHandler - Class in org.knime.core.data.filestore.internal
-
- LoopEndWriteFileStoreHandler(ILoopStartWriteFileStoreHandler) - Constructor for class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
-
- 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
-
Interface implemented by
NodeModel classes
to define a loop start node.
- 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
-
NO API!
- LoopStartReferenceWriteFileStoreHandler - Class in org.knime.core.data.filestore.internal
-
File store handler that is associated with a loop start node that is part of a loop body (nested loops).
- LoopStartReferenceWriteFileStoreHandler(ILoopStartWriteFileStoreHandler, FlowLoopContext) - Constructor for class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
-
- 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.
- LoopStartWritableFileStoreHandler - Class in org.knime.core.data.filestore.internal
-
- LoopStartWritableFileStoreHandler(NativeNodeContainer, UUID, FlowLoopContext) - Constructor for class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
-
- LoopStartWritableFileStoreHandler.NestedLoopIdentifierProvider - Class in org.knime.core.data.filestore.internal
-
- loopTable(ExecutionContext, CredentialsProvider, RowInput, long, boolean, boolean, boolean, boolean, String...) - Method in interface org.knime.core.node.port.database.reader.DBReader
-
Loop table in database.
- loopTable(ExecutionContext, CredentialsProvider, RowInput, long, boolean, boolean, boolean, boolean, String...) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
-
- 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.
- lowMemoryActionRequired() - Method in interface org.knime.core.data.util.memory.MemoryAlertSystem.MemoryActionIndicator
-
Returns true if an action because of a low memory condition is required.
- LowVarFilter2NodeDialogPane - Class in org.knime.base.node.preproc.lowvarfilter2
-
Dialog for low variance filter node.
- LowVarFilter2NodeDialogPane() - Constructor for class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeDialogPane
-
Inits GUI.
- LowVarFilter2NodeFactory - Class in org.knime.base.node.preproc.lowvarfilter2
-
Factory for low variance node.
- LowVarFilter2NodeFactory() - Constructor for class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeFactory
-
- LowVarFilter2NodeModel - Class in org.knime.base.node.preproc.lowvarfilter2
-
NodeModel for low variance filter node.
- LowVarFilter2NodeModel() - Constructor for class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
-
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.
- LRUCache<K,V> - Class in org.knime.core.util
-
Unsynchronized last recently used cache.
- LRUCache(int) - Constructor for class org.knime.core.util.LRUCache
-
- lt(int, int, DataValueComparator) - Static method in class org.knime.base.node.rules.RuleNodeFactory
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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.
- 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
-
- ObjectToDataCellConverter() - Constructor for class org.knime.core.data.util.ObjectToDataCellConverter
-
Deprecated.
- ObsoleteMetaNodeFileWorkflowPersistor - Class in org.knime.core.node.workflow
-
- ObsoleteMetaNodeFileWorkflowPersistor(HashMap<Integer, ContainerTable>, WorkflowFileStoreHandlerRepository, ReferencedFile, WorkflowLoadHelper, FileWorkflowPersistor.LoadVersion) - Constructor for class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
-
- 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.FileNodePersistor
-
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.ObsoleteMetaNodeFileWorkflowPersistor
-
- oldWay(String) - Static method in class org.knime.base.data.bitvector.BitVectorCell
-
Deprecated.
The old way of constructing the bitvector cell's bitvector.
- onAdd() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
-
Adds a new column at the last position or after the selected one.
- onAddAction() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Invokes actions if the add button is clicked.
- onAddAction() - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
-
Invokes actions if the add button is clicked.
- onAddAll() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
Adds all list objects as new rows to the aggregation column table.
- onAddIt() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
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.
- onAllRowsReadBackIntoMemory() - Method in class org.knime.core.data.container.Buffer
-
Called from back into memory iterator when the last row was read.
- 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.filereader.VariableFileReaderNodeDialog
-
Deprecated.
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.fixedwidthfr.NewColumnDialog
-
Called when user presses the cancel button or closes the window.
- onCancel() - Method in class org.knime.core.node.interactive.ReexecutionCallback
-
When the user cancels the re-execution.
- 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.
- onCancel() - Method in class org.knime.core.node.util.dialog.AddOutFieldDialog
-
Called when user presses the cancel button or closes the window.
- onClick(MouseEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Invokes actions if the table is clicked
- onClick(MouseEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
-
Invokes actions if the table is clicked
- onClick(MouseEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
-
Invokes actions if the table is clicked
- onClick(MouseEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
-
Invokes actions if the table is clicked
- onClick(MouseEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysPanel
-
Invokes actions if the table is clicked
- onClick(MouseEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingPanel
-
Invokes actions if the table is clicked
- onClose() - Method in class org.knime.base.node.io.database.util.DBReaderDialogPane
-
Override this method in order to react on events if the surrounding
dialog is supposed to be closed.
- onClose() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
-
- onClose() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
-
Deprecated.
- onClose() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeView
-
Deprecated.
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeView2
-
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.image.DecTreeToImageView
-
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeLearnerGraphView2
-
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeNodeView2
-
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
-
Deprecated.
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeView
-
Deprecated.
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorGraphView
-
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.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
-
Deprecated.
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeView
-
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.logistic.learner3.LogRegLearnerNodeView
-
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegCoefficientView
-
Deprecated.
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineNodeView
-
Deprecated.
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegCoefficientView
-
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLineNodeView
-
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
-
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.mine.scorer.entrop.AbstractEntropyNodeView
-
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.mine.scorer.numeric.AbstractNumericScorerNodeView
-
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
-
Deprecated.
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.bitvector.create.CreateBitVectorView
-
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeDialogPane
-
- onClose() - Method in class org.knime.base.node.preproc.correlation.compute.AbstractCorrelationComputeNodeView
-
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeDialogPane
-
Override this method in order to react on events if the surrounding
dialog is supposed 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.InteractiveHiLiteCollectorNodeView
-
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
-
Deprecated.
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.viz.enrichment2.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
-
Deprecated.
Invoked when the window is about to be closed.
- onClose() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeView
-
Deprecated.
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() - Method in class org.knime.core.node.missing.MissingNodeDialog
-
Override this method in order to react on events if the surrounding
dialog is supposed to be closed.
- 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.
- onConvertException(DataCell, Exception) - Method in class org.knime.core.data.DataCellTypeConverter
-
- onDispose() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
-
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.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.missing.MissingNodeModel
-
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.
- onDispose() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
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
-
Deprecated.
- One2ManyCellFactory(DataTableSpec, List<String>, boolean) - Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
-
Deprecated.
Creates for every possible value of one column given by the columnNames
an extra column with the values present(1) or absent(0).
- One2ManyCellFactory - Class in org.knime.base.node.preproc.columntrans2
-
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.columntrans2.One2ManyCellFactory
-
Creates for every possible value of one column given by the columnNames an extra column with the values
present(1) or absent(0).
- One2ManyCol2NodeDialog - Class in org.knime.base.node.preproc.columntrans2
-
- One2ManyCol2NodeDialog() - Constructor for class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeDialog
-
A node dialog with one column filter to select those columns, which should be transformed into many columns.
- One2ManyCol2NodeFactory - Class in org.knime.base.node.preproc.columntrans2
-
- One2ManyCol2NodeFactory() - Constructor for class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeFactory
-
- One2ManyCol2NodeModel - Class in org.knime.base.node.preproc.columntrans2
-
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.
- One2ManyCol2NodeModel() - Constructor for class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeModel
-
- One2ManyCol2PMMLNodeFactory - Class in org.knime.base.node.preproc.pmml.columntrans2
-
- One2ManyCol2PMMLNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory
-
- One2ManyCol2PMMLNodeFactory2 - Class in org.knime.base.node.preproc.pmml.columntrans2
-
- One2ManyCol2PMMLNodeFactory2() - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory2
-
- One2ManyCol2PMMLNodeModel - Class in org.knime.base.node.preproc.pmml.columntrans2
-
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.
- One2ManyCol2PMMLNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
-
- One2ManyCol2PMMLNodeModel(boolean, boolean) - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
-
- One2ManyCol2PMMLNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
-
Creates a new PMML-enabled node model.
- One2ManyColNodeDialog - Class in org.knime.base.node.preproc.columnTrans
-
Deprecated.
- One2ManyColNodeDialog() - Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyColNodeDialog
-
Deprecated.
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
-
Deprecated.
- One2ManyColNodeFactory() - Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
-
Deprecated.
- One2ManyColNodeModel - Class in org.knime.base.node.preproc.columnTrans
-
Deprecated.
- One2ManyColNodeModel() - Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyColNodeModel
-
Deprecated.
- One2ManyColPMMLNodeFactory - Class in org.knime.base.node.preproc.pmml.columnTrans
-
Deprecated.
- One2ManyColPMMLNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
-
Deprecated.
- One2ManyColPMMLNodeModel - Class in org.knime.base.node.preproc.pmml.columnTrans
-
Deprecated.
- One2ManyColPMMLNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
-
Deprecated.
- One2ManyColPMMLNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
-
Deprecated.
Creates a new PMML-enabled node model.
- onEdit(int) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
-
- OneMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
-
One replacement.
- OneMissingValueReplacementFunction() - Constructor for class org.knime.base.node.mine.bfn.OneMissingValueReplacementFunction
-
- onError(String) - Method in class org.knime.core.node.interactive.ConfigureCallback
-
When an error occurs.
- onError(String) - Method in class org.knime.core.node.interactive.DefaultConfigureCallback
-
When an error occurs.
- onError(String) - Method in class org.knime.core.node.interactive.DefaultReexecutionCallback
-
When an error occurs.
- onHelp(AggregationFunction) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsDialog
-
- onIterationEnd(FileStoresInLoopCache, ILoopStartWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
-
- onLoad() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Actions invoked during load
- onLoad() - Method in class org.knime.base.node.io.database.tablecreator.util.AdditionalSQLStatementPanel
-
Actions invoked during load
- onLoad() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
-
Actions invoked during load
- onLoad() - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
-
Actions invoked during load
- onLoad() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
-
Actions invoked during load
- onLoopEndFinish(FileStoresInLoopCache) - Method in interface org.knime.core.data.filestore.internal.ILoopStartWriteFileStoreHandler
-
- onLoopEndFinish(FileStoresInLoopCache) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- onLoopEndFinish(FileStoresInLoopCache) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
- 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.fixedwidthfr.NewColumnDialog
-
Called when user presses the ok button.
- 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.
- onOK() - Method in class org.knime.core.node.util.dialog.AddOutFieldDialog
-
Called when user presses the ok button.
- onOpen() - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
-
Override this method in order to react on events if the surrounding
dialog is supposed to be opened.
- onOpen() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeView
-
Deprecated.
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeView2
-
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.image.DecTreeToImageView
-
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeLearnerGraphView2
-
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeNodeView2
-
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
-
Deprecated.
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeView
-
Deprecated.
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorGraphView
-
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.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
-
Deprecated.
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeView
-
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.logistic.learner3.LogRegLearnerNodeView
-
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegCoefficientView
-
Deprecated.
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineNodeView
-
Deprecated.
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegCoefficientView
-
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLineNodeView
-
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
-
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.scorer.entrop.AbstractEntropyNodeView
-
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.scorer.numeric.AbstractNumericScorerNodeView
-
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeDialog
-
Override this method in order to react on events if the surrounding
dialog is supposed to be opened.
- onOpen() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
Perform on open action for the components
- 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
-
Deprecated.
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.bitvector.create.CreateBitVectorView
-
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.preproc.correlation.compute.AbstractCorrelationComputeNodeView
-
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.InteractiveHiLiteCollectorNodeView
-
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
-
Deprecated.
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.viz.enrichment2.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
-
Deprecated.
Invoked when the window has been opened.
- onOpen() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeView
-
Deprecated.
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(String, Rectangle) - 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.AbstractAggregationPanel
-
Removes all columns from the aggregation column table.
- onRemIt() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
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.
- onRemove(int[]) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
-
- onRemoveAction() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Invokes actions if the remove button is clicked.
- onRemoveAction() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
-
Invokes actions if the remove button is clicked.
- onRemoveAction() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
-
Invokes actions if the remove button is clicked.
- onRemoveAllAction() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Invokes actions if the removeAll button is clicked.
- onRemoveAllAction() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
-
Invokes actions if the removeAll button is clicked.
- onRemoveAllAction() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
-
Invokes actions if the removeAll button is clicked.
- onSave() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Actions invoked during save
- onSave() - Method in class org.knime.base.node.io.database.tablecreator.util.AdditionalSQLStatementPanel
-
Actions invoked during save
- onSearch(JList, DefaultListModel, String, boolean) - Static method in class org.knime.core.data.util.ListModelFilterUtils
-
This method is called when the user wants to search the given
JList for the text of the given
JTextField.
- 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
-
- onSortRequest(int) - Method in class org.knime.core.node.tableview.TableContentView
-
Deprecated.
- onSortRequest(int, TableSortOrder.TableSortKey) - Method in class org.knime.core.node.tableview.TableContentView
-
Invoked by the mouse listener on the table header to trigger table
sorting on a given column.
- onStatisticComputation(DataRow) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Hook for subclasses to perform additional computations.
- onWorkfowCredentialsChanged(Collection<Credentials>) - Method in interface org.knime.core.node.workflow.CredentialsStore.CredentialsNode
-
Called when the workflow credentials change on a workflow.
- 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.
- open(ExecutionContext) - Method in interface org.knime.core.data.filestore.internal.IWriteFileStoreHandler
-
- open(ExecutionContext) - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
- open(ExecutionContext) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
- open(ExecutionContext) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
- open() - Method in class org.knime.core.data.filestore.internal.NotInWorkflowWriteFileStoreHandler
-
Assigns duplicate checker which marks this FSH as open.
- open(ExecutionContext) - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
- open(ExecutionContext) - Method in class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
- open(ExecutionContext) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
- open() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
-
Assigns duplicate checker which marks this FSH as open.
- openChunk() - Method in class org.knime.core.data.sort.AbstractTableSorter
-
- 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.
- openFileStoreHandler(ExecutionContext) - Method in class org.knime.core.node.Node
-
Called immediately before execution to open the file store handler.
- openInputStream() - Method in class org.knime.core.data.blob.BinaryObjectDataCell
-
Opens a new input stream on the byte content.
- openInputStream() - Method in interface org.knime.core.data.blob.BinaryObjectDataValue
-
Opens a new input stream on the byte content.
- openInputStream() - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
-
Opens a new input stream on the byte content.
- openInputStream(String) - Static method in class org.knime.core.util.FileUtil
-
Opens a buffered input stream for the location (file path or URL).
- openInputStream(String, int) - Static method in class org.knime.core.util.FileUtil
-
Opens a buffered input stream for the location (file path or URL).
- openOutputConnection(URL, String) - Static method in class org.knime.core.util.FileUtil
-
Tries to open an output URL connection to the given URL.
- openPortView(String) - Method in class org.knime.core.node.workflow.NodeContainerOutPort
-
Opens the port view for this port with the given name.
- openPortView(String, Rectangle) - 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, Rectangle) - 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.
- openPortView(String, Rectangle) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
-
Opens the port view for this port with the given name.
- openStreamWithTimeout(URL) - Static method in class org.knime.core.util.FileUtil
-
Open an input stream on the given URL using the default timeout for
connecting and reading.
- openStreamWithTimeout(URL, int) - Static method in class org.knime.core.util.FileUtil
-
Open an input stream on the given URL using the given timeout for
connecting and reading.
- 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, List<FixedWidthColProperty>, int, boolean) - Static method in class org.knime.base.node.io.fixedwidthfr.NewColumnDialog
-
- openUserDialog(Frame, OutFieldsTableModel, DataTableSpec, Map<String, FlowVariable>, boolean, boolean) - Static method in class org.knime.core.node.util.dialog.AddOutFieldDialog
-
Opens a Dialog to receive user settings.
- openView(String, Rectangle) - 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(Rectangle) - 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
-
- 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 such as
if missing values should be considered during aggregation.
- OperatorColumnSettings(boolean, DataColumnSpec) - Constructor for class org.knime.base.data.aggregation.OperatorColumnSettings
-
Constructor for class OperatorSeetings.
- OperatorData - Class in org.knime.base.data.aggregation
-
This class holds all information of an AggregationOperator
such as its name and the supported data types.
- 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
-
- OperatorSettingsButtonCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
-
Deprecated.
- OperatorSettingsButtonCellRenderer(AbstractAggregationPanel<?, ?, ?>) - Constructor for class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
-
Deprecated.
Create the ButtonColumn to be used as a renderer and editor.
- options - Static variable in class org.knime.base.node.switches.startcase.StartcaseNodeDialog
-
Possible options to select output port.
- 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
-
Deprecated.
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.
- OracleCachedConnectionFactory - Class in org.knime.core.node.port.database
-
- OracleCachedConnectionFactory(DBDriverFactory) - Constructor for class org.knime.core.node.port.database.OracleCachedConnectionFactory
-
- OracleTableCreator - Class in org.knime.core.node.port.database
-
- OracleTableCreator(StatementManipulator, String, String, boolean) - Constructor for class org.knime.core.node.port.database.OracleTableCreator
-
- OracleUtility - Class in org.knime.core.node.port.database
-
Database utility for Oracle.
- OracleUtility() - Constructor for class org.knime.core.node.port.database.OracleUtility
-
Constructor.
- ORDER_INPORT - Static variable in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
- OrdinalRankAssigner - Class in org.knime.base.node.preproc.rank
-
Assigns ranks in ordinal mode,
that means every row receives a unique rank
- OrdinalRankAssigner() - Constructor for class org.knime.base.node.preproc.rank.OrdinalRankAssigner
-
- 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.create2 - package org.knime.base.collection.list.create2
-
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.bitvector - package org.knime.base.data.aggregation.bitvector
-
- 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
-
- org.knime.base.data.aggregation.date - package org.knime.base.data.aggregation.date
-
- 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.dialogutil.column - package org.knime.base.data.aggregation.dialogutil.column
-
- org.knime.base.data.aggregation.dialogutil.pattern - package org.knime.base.data.aggregation.dialogutil.pattern
-
- org.knime.base.data.aggregation.dialogutil.type - package org.knime.base.data.aggregation.dialogutil.type
-
- org.knime.base.data.aggregation.general - package org.knime.base.data.aggregation.general
-
- org.knime.base.data.aggregation.numerical - package org.knime.base.data.aggregation.numerical
-
- 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
-
Statistics3Table computes statistics for tables,
also offers helper methods to create BufferedDataTables from that..
- org.knime.base.data.statistics.calculation - package org.knime.base.data.statistics.calculation
-
Default statistics for the StatisticCalculator.
- org.knime.base.data.util - package org.knime.base.data.util
-
- org.knime.base.node.flowcontrol.breakpoint - package org.knime.base.node.flowcontrol.breakpoint
-
- org.knime.base.node.flowcontrol.sleep - package org.knime.base.node.flowcontrol.sleep
-
- org.knime.base.node.flowcontrol.trycatch.genericcatch - package org.knime.base.node.flowcontrol.trycatch.genericcatch
-
Package for all try catch nodes.
- org.knime.base.node.flowcontrol.trycatch.generictry - package org.knime.base.node.flowcontrol.trycatch.generictry
-
- org.knime.base.node.flowcontrol.trycatch.inverter - package org.knime.base.node.flowcontrol.trycatch.inverter
-
- org.knime.base.node.flowvariable.appendvariabletotable - package org.knime.base.node.flowvariable.appendvariabletotable
-
- org.knime.base.node.flowvariable.appendvariabletotable2 - package org.knime.base.node.flowvariable.appendvariabletotable2
-
- org.knime.base.node.flowvariable.createfilename - package org.knime.base.node.flowvariable.createfilename
-
- 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.tablecoltovariable - package org.knime.base.node.flowvariable.tablecoltovariable
-
Home of the Table Column to Variable node.
- 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.flowvariable.variabletotablerow2 - package org.knime.base.node.flowvariable.variabletotablerow2
-
- org.knime.base.node.image - package org.knime.base.node.image
-
- org.knime.base.node.image.imagecolwriter - package org.knime.base.node.image.imagecolwriter
-
- 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.tablerowtoimage - package org.knime.base.node.image.tablerowtoimage
-
- org.knime.base.node.image.writeimage - package org.knime.base.node.image.writeimage
-
- 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.database.binning - package org.knime.base.node.io.database.binning
-
- org.knime.base.node.io.database.binning.apply - package org.knime.base.node.io.database.binning.apply
-
- org.knime.base.node.io.database.binning.auto - package org.knime.base.node.io.database.binning.auto
-
- org.knime.base.node.io.database.binning.numeric - package org.knime.base.node.io.database.binning.numeric
-
- org.knime.base.node.io.database.columnrename - package org.knime.base.node.io.database.columnrename
-
- org.knime.base.node.io.database.connection - package org.knime.base.node.io.database.connection
-
- org.knime.base.node.io.database.connection.util - package org.knime.base.node.io.database.connection.util
-
- org.knime.base.node.io.database.drop - package org.knime.base.node.io.database.drop
-
- org.knime.base.node.io.database.groupby - package org.knime.base.node.io.database.groupby
-
- org.knime.base.node.io.database.groupby.dialog - package org.knime.base.node.io.database.groupby.dialog
-
- org.knime.base.node.io.database.groupby.dialog.column - package org.knime.base.node.io.database.groupby.dialog.column
-
- org.knime.base.node.io.database.groupby.dialog.pattern - package org.knime.base.node.io.database.groupby.dialog.pattern
-
- org.knime.base.node.io.database.groupby.dialog.type - package org.knime.base.node.io.database.groupby.dialog.type
-
- org.knime.base.node.io.database.parameterizedquery - package org.knime.base.node.io.database.parameterizedquery
-
- org.knime.base.node.io.database.pivot - package org.knime.base.node.io.database.pivot
-
- org.knime.base.node.io.database.sampling - package org.knime.base.node.io.database.sampling
-
- org.knime.base.node.io.database.tablecreator - package org.knime.base.node.io.database.tablecreator
-
Node to create a new table in a database.
- org.knime.base.node.io.database.tablecreator.util - package org.knime.base.node.io.database.tablecreator.util
-
- org.knime.base.node.io.database.util - package org.knime.base.node.io.database.util
-
- org.knime.base.node.io.def - package org.knime.base.node.io.def
-
(Obsolete) Node that produces predefined DataTables.
- org.knime.base.node.io.extractcontextprop - package org.knime.base.node.io.extractcontextprop
-
Contains a node to extract workflow context properties, such as logged in user.
- 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.fixedwidthfr - package org.knime.base.node.io.fixedwidthfr
-
- 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.listfiles2 - package org.knime.base.node.io.listfiles2
-
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.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.columnlist2 - package org.knime.base.node.meta.looper.columnlist2
-
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.looper.group - package org.knime.base.node.meta.looper.group
-
This package contains the classes of the group loop start node.
- org.knime.base.node.meta.looper.recursive - package org.knime.base.node.meta.looper.recursive
-
Contains classes for the recursive looping nodes (loop start and end).
- org.knime.base.node.meta.looper.variableloopend - package org.knime.base.node.meta.looper.variableloopend
-
This package contains the classes of the variable loop end node.
- 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
-
- org.knime.base.node.mine.bayes.naivebayes.datamodel2 - package org.knime.base.node.mine.bayes.naivebayes.datamodel2
-
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.learner2 - package org.knime.base.node.mine.bayes.naivebayes.learner2
-
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.bayes.naivebayes.predictor2 - package org.knime.base.node.mine.bayes.naivebayes.predictor2
-
This package contains the classes of the predictor node.
- org.knime.base.node.mine.bayes.naivebayes.predictor3 - package org.knime.base.node.mine.bayes.naivebayes.predictor3
-
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.image - package org.knime.base.node.mine.decisiontree2.image
-
This package contains code for a decision tree model and predictor.
- org.knime.base.node.mine.decisiontree2.learner2 - package org.knime.base.node.mine.decisiontree2.learner2
-
- 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.predictor2 - package org.knime.base.node.mine.decisiontree2.predictor2
-
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
-
The view for the decision tree learner and the decision tree applier.
- org.knime.base.node.mine.decisiontree2.view.graph - package org.knime.base.node.mine.decisiontree2.view.graph
-
A hierarchical graph visual component.
- org.knime.base.node.mine.knn - package org.knime.base.node.mine.knn
-
- org.knime.base.node.mine.knn.pmml - package org.knime.base.node.mine.knn.pmml
-
- 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.mlp2 - package org.knime.base.node.mine.neural.mlp2
-
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.linear2.learner - package org.knime.base.node.mine.regression.linear2.learner
-
Node implementation performing linear regression.
- org.knime.base.node.mine.regression.linear2.view - package org.knime.base.node.mine.regression.linear2.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.learner3 - package org.knime.base.node.mine.regression.logistic.learner3
-
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.learner2 - package org.knime.base.node.mine.regression.polynomial.learner2
-
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.regression.predict2 - package org.knime.base.node.mine.regression.predict2
-
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.scorer.numeric - package org.knime.base.node.mine.scorer.numeric
-
Home of the Numeric Scorer node.
- 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.predictor2 - package org.knime.base.node.mine.svm.predictor2
-
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.mine.util - package org.knime.base.node.mine.util
-
Home of some utility classes related to data mining.
- 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.autobinner2 - package org.knime.base.node.preproc.autobinner2
-
Contains nodes for (automatic) binning.
- org.knime.base.node.preproc.autobinner3 - package org.knime.base.node.preproc.autobinner3
-
- 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.bitvector.create - package org.knime.base.node.preproc.bitvector.create
-
- org.knime.base.node.preproc.bitvector.expand - package org.knime.base.node.preproc.bitvector.expand
-
The node to expand a bitvector column to int columns.
- org.knime.base.node.preproc.bootstrap - package org.knime.base.node.preproc.bootstrap
-
Node that creates bootstrap samples.
- org.knime.base.node.preproc.bytevector.create - package org.knime.base.node.preproc.bytevector.create
-
Creates byte vector from input int columns.
- org.knime.base.node.preproc.bytevector.expand - package org.knime.base.node.preproc.bytevector.expand
-
The node to expand a byte vector column to int columns.
- 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.colautotypecast - package org.knime.base.node.preproc.colautotypecast
-
Node to combine the content of a set of columns into a single column (to be appended).
- 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.colcombine2 - package org.knime.base.node.preproc.colcombine2
-
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.categorytonumber - package org.knime.base.node.preproc.colconvert.categorytonumber
-
Implementation of the Category2Number node.
- org.knime.base.node.preproc.colconvert.categorytonumber2 - package org.knime.base.node.preproc.colconvert.categorytonumber2
-
- org.knime.base.node.preproc.colconvert.numbertocategory - package org.knime.base.node.preproc.colconvert.numbertocategory
-
Implementation of the Number2Category node.
- 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.columnaggregator - package org.knime.base.node.preproc.columnaggregator
-
- org.knime.base.node.preproc.columnappend - package org.knime.base.node.preproc.columnappend
-
Defines the node to append to tables column-wise (Column Appender).
- 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.columnlag - package org.knime.base.node.preproc.columnlag
-
- 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.columnresorter - package org.knime.base.node.preproc.columnresorter
-
This package contains the classes of the column resorter node.
- 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.columntogrid2 - package org.knime.base.node.preproc.columntogrid2
-
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.columntrans2 - package org.knime.base.node.preproc.columntrans2
-
This package contains the classes of the Many2One and One2Many column
transformation nodes.
- org.knime.base.node.preproc.constantvalue - package org.knime.base.node.preproc.constantvalue
-
Node to add a constant value to a table.
- org.knime.base.node.preproc.correlation.compute - package org.knime.base.node.preproc.correlation.compute
-
- org.knime.base.node.preproc.correlation.filter - package org.knime.base.node.preproc.correlation.filter
-
- 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.crossjoin - package org.knime.base.node.preproc.crossjoin
-
This package implements ...
- org.knime.base.node.preproc.datavalidator - package org.knime.base.node.preproc.datavalidator
-
Implemenation of the DataValidator node.
- org.knime.base.node.preproc.datavalidator.dndpanel - package org.knime.base.node.preproc.datavalidator.dndpanel
-
Some convienence UI widgets...
- 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.domain.dialog2 - package org.knime.base.node.preproc.domain.dialog2
-
- org.knime.base.node.preproc.domain.editnominal - package org.knime.base.node.preproc.domain.editnominal
-
Manages possible values to the domain.
- org.knime.base.node.preproc.domain.editnominal.dic - package org.knime.base.node.preproc.domain.editnominal.dic
-
Adds possible values to the domain.
- org.knime.base.node.preproc.domain.editnumeric - package org.knime.base.node.preproc.domain.editnumeric
-
Node to define numeric bounds.
- org.knime.base.node.preproc.double2int - package org.knime.base.node.preproc.double2int
-
- org.knime.base.node.preproc.double2int2 - package org.knime.base.node.preproc.double2int2
-
- org.knime.base.node.preproc.draganddroppanel - package org.knime.base.node.preproc.draganddroppanel
-
Node that replaces a cell's content using a dictionary table.
- org.knime.base.node.preproc.draganddroppanel.droppanes - package org.knime.base.node.preproc.draganddroppanel.droppanes
-
- org.knime.base.node.preproc.draganddroppanel.transferhandler - package org.knime.base.node.preproc.draganddroppanel.transferhandler
-
- org.knime.base.node.preproc.equalsizesampling - package org.knime.base.node.preproc.equalsizesampling
-
- org.knime.base.node.preproc.extractmissingvaluecause - package org.knime.base.node.preproc.extractmissingvaluecause
-
- 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.definition.apply - package org.knime.base.node.preproc.filter.definition.apply
-
- org.knime.base.node.preproc.filter.definition.apply.rowsplitter - package org.knime.base.node.preproc.filter.definition.apply.rowsplitter
-
- org.knime.base.node.preproc.filter.definition.merger - package org.knime.base.node.preproc.filter.definition.merger
-
- 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 Interactive HiLite Collector node which appends annotations in an Interactive View to hilit rows.
- org.knime.base.node.preproc.filter.missingvaluecolfilter - package org.knime.base.node.preproc.filter.missingvaluecolfilter
-
Contains the filter column node which can be used the extract
certain columns from the input data table.
- 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 in a
database-like way.
- org.knime.base.node.preproc.lowvarfilter2 - package org.knime.base.node.preproc.lowvarfilter2
-
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.normalize2 - package org.knime.base.node.preproc.normalize2
-
- org.knime.base.node.preproc.normalize3 - package org.knime.base.node.preproc.normalize3
-
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
-
Contains the Pivoting node that pivots and groups the input table by the
selected columns for pivoting and grouping; enhanced by column aggregations.
- 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.columnfilter - package org.knime.base.node.preproc.pmml.columnfilter
-
Contains an extension of the column filter nodes.
- 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.columntrans2 - package org.knime.base.node.preproc.pmml.columntrans2
-
This package contains the PMML enabled version of the classes of the
Many2One and One2Many column transformation nodes.
- org.knime.base.node.preproc.pmml.missingval - package org.knime.base.node.preproc.pmml.missingval
-
Package containing base and helper classes for missing value replacement.
- org.knime.base.node.preproc.pmml.missingval.apply - package org.knime.base.node.preproc.pmml.missingval.apply
-
Package containing a node that applies missing value replacement as defined in a PMML document.
- org.knime.base.node.preproc.pmml.missingval.compute - package org.knime.base.node.preproc.pmml.missingval.compute
-
Package containing a node which computes replacements for missing values.
- org.knime.base.node.preproc.pmml.missingval.handlers - package org.knime.base.node.preproc.pmml.missingval.handlers
-
Package containing missing cell handlers.
- org.knime.base.node.preproc.pmml.missingval.handlers.timeseries - package org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
-
- org.knime.base.node.preproc.pmml.missingval.utils - package org.knime.base.node.preproc.pmml.missingval.utils
-
- 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.pmml.xml2pmml - package org.knime.base.node.preproc.pmml.xml2pmml
-
- org.knime.base.node.preproc.rank - package org.knime.base.node.preproc.rank
-
This package implements ...
- org.knime.base.node.preproc.refcolumnresorter - package org.knime.base.node.preproc.refcolumnresorter
-
This package contains the classes of the reference column resorter node.
- 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.rounddouble - package org.knime.base.node.preproc.rounddouble
-
This package contains the classes of the round double node.
- org.knime.base.node.preproc.rowkey2 - package org.knime.base.node.preproc.rowkey2
-
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.split2 - package org.knime.base.node.preproc.split2
-
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.targetshuffling - package org.knime.base.node.preproc.targetshuffling
-
- 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.unpivot2 - package org.knime.base.node.preproc.unpivot2
-
- 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.caseswitch - package org.knime.base.node.switches.caseswitch
-
- org.knime.base.node.switches.caseswitch.model - package org.knime.base.node.switches.caseswitch.model
-
- org.knime.base.node.switches.caseswitch.variable - package org.knime.base.node.switches.caseswitch.variable
-
- org.knime.base.node.switches.emptytableswitch - package org.knime.base.node.switches.emptytableswitch
-
- 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.extracttabledimension - package org.knime.base.node.util.extracttabledimension
-
This package contains the classes of the extract table dimension node.
- org.knime.base.node.util.extracttablespec - package org.knime.base.node.util.extracttablespec
-
This package contains the classes of the extract table spec node.
- 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.globaltimerinfo - package org.knime.base.node.util.globaltimerinfo
-
- org.knime.base.node.util.mergevariables - package org.knime.base.node.util.mergevariables
-
This package contains the classes of the merge variables node.
- org.knime.base.node.util.sampledata - package org.knime.base.node.util.sampledata
-
- org.knime.base.node.util.sendmail - package org.knime.base.node.util.sendmail
-
Node to send emails using javax.mail.
- org.knime.base.node.util.timerinfo - package org.knime.base.node.util.timerinfo
-
- 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.enrichment2 - package org.knime.base.node.viz.enrichment2
-
The enrichment plotter node allows you to plot enrichment curves.
- org.knime.base.node.viz.hilite - package org.knime.base.node.viz.hilite
-
- 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.color.extract - package org.knime.base.node.viz.property.color.extract
-
A node that reads a color port object (output of "Color Manager" node) and
converts the content into a table with RGB information.
- 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 Statistics Node which can be used to compute statistics based on
the input data table.
- org.knime.base.node.viz.statistics2 - package org.knime.base.node.viz.statistics2
-
Contains the Statistics Node which can be used to compute statistics based on
the input data table.
- org.knime.base.node.viz.table - package org.knime.base.node.viz.table
-
Node implementation of the interactive table view.
- org.knime.base.node.workflow.save - package org.knime.base.node.workflow.save
-
A node that saves the workflow upon execution.
- 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.flowvariable - package org.knime.base.util.flowvariable
-
Contains convenience class to define and resolve flow variable placeholders in small snippets.
- 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.append - package org.knime.core.data.append
-
- org.knime.core.data.blob - package org.knime.core.data.blob
-
Defines KNIME binary object data type as used, for instance to a DB Blob.
- 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.convert - package org.knime.core.data.convert
-
KNIME Converter Framework
- org.knime.core.data.convert.datacell - package org.knime.core.data.convert.datacell
-
DataCell to Java Converters
- org.knime.core.data.convert.java - package org.knime.core.data.convert.java
-
Java to DataCell Converters
- org.knime.core.data.convert.util - package org.knime.core.data.convert.util
-
- 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.filestore - package org.knime.core.data.filestore
-
- org.knime.core.data.filestore.internal - package org.knime.core.data.filestore.internal
-
Framework classes for file store handling.
- 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
-
- org.knime.core.data.property.filter - package org.knime.core.data.property.filter
-
Represents filtering on a table in (usually JavaScript) views.
- org.knime.core.data.renderer - package org.knime.core.data.renderer
-
Interfaces and default implementations for renderer of DataValue
objects.
- org.knime.core.data.sort - package org.knime.core.data.sort
-
Classes to sort a table.
- 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.util.memory - package org.knime.core.data.util.memory
-
- 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.vector.doublevector - package org.knime.core.data.vector.doublevector
-
- org.knime.core.data.vector.stringvector - package org.knime.core.data.vector.stringvector
-
- 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.config.base - package org.knime.core.node.config.base
-
Contains a utility class
Config 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.dialog - package org.knime.core.node.dialog
-
- org.knime.core.node.exec - package org.knime.core.node.exec
-
- org.knime.core.node.exec.dataexchange - package org.knime.core.node.exec.dataexchange
-
Utility classes that are needed to move data into different workflows / contexts for
3rd party job manager execution.
- org.knime.core.node.exec.dataexchange.in - package org.knime.core.node.exec.dataexchange.in
-
- org.knime.core.node.interactive - package org.knime.core.node.interactive
-
- 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.missing - package org.knime.core.node.missing
-
Non-API: A placeholder node for nodes that can't be loaded (extension not installed).
- 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.database.aggregation - package org.knime.core.node.port.database.aggregation
-
- org.knime.core.node.port.database.aggregation.function - package org.knime.core.node.port.database.aggregation.function
-
- org.knime.core.node.port.database.aggregation.function.booleanoption - package org.knime.core.node.port.database.aggregation.function.booleanoption
-
- org.knime.core.node.port.database.aggregation.function.column - package org.knime.core.node.port.database.aggregation.function.column
-
- org.knime.core.node.port.database.aggregation.function.concatenate - package org.knime.core.node.port.database.aggregation.function.concatenate
-
- org.knime.core.node.port.database.aggregation.function.custom - package org.knime.core.node.port.database.aggregation.function.custom
-
- org.knime.core.node.port.database.aggregation.function.h2 - package org.knime.core.node.port.database.aggregation.function.h2
-
- org.knime.core.node.port.database.aggregation.function.postgresql - package org.knime.core.node.port.database.aggregation.function.postgresql
-
- org.knime.core.node.port.database.aggregation.function.sqlite - package org.knime.core.node.port.database.aggregation.function.sqlite
-
- org.knime.core.node.port.database.binning - package org.knime.core.node.port.database.binning
-
- org.knime.core.node.port.database.connection - package org.knime.core.node.port.database.connection
-
- org.knime.core.node.port.database.pivoting - package org.knime.core.node.port.database.pivoting
-
- org.knime.core.node.port.database.reader - package org.knime.core.node.port.database.reader
-
- org.knime.core.node.port.database.tablecreator - package org.knime.core.node.port.database.tablecreator
-
- org.knime.core.node.port.database.writer - package org.knime.core.node.port.database.writer
-
- 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.streamable - package org.knime.core.node.streamable
-
- org.knime.core.node.streamable.simple - package org.knime.core.node.streamable.simple
-
- 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.util.dialog - package org.knime.core.node.util.dialog
-
- org.knime.core.node.util.dialog.field - package org.knime.core.node.util.dialog.field
-
- org.knime.core.node.util.filter - package org.knime.core.node.util.filter
-
Utility classes to work with filters, such a string, values, column filter.
- org.knime.core.node.util.filter.column - package org.knime.core.node.util.filter.column
-
Implementation of the column filter.
- org.knime.core.node.util.filter.variable - package org.knime.core.node.util.filter.variable
-
- org.knime.core.node.web - package org.knime.core.node.web
-
- org.knime.core.node.wizard - package org.knime.core.node.wizard
-
- org.knime.core.node.wizard.util - package org.knime.core.node.wizard.util
-
- 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.action - package org.knime.core.node.workflow.action
-
- 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.node.workflow.virtual.parchunk - package org.knime.core.node.workflow.virtual.parchunk
-
- org.knime.core.node.workflow.virtual.subnode - package org.knime.core.node.workflow.virtual.subnode
-
- org.knime.core.quickform - package org.knime.core.quickform
-
- org.knime.core.quickform.in - package org.knime.core.quickform.in
-
- org.knime.core.quickform.out - package org.knime.core.quickform.out
-
- 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.crypto - package org.knime.core.util.crypto
-
- org.knime.core.util.node.config - package org.knime.core.util.node.config
-
- org.knime.core.util.node.config.display - package org.knime.core.util.node.config.display
-
- org.knime.core.util.node.quickform - package org.knime.core.util.node.quickform
-
Contains elements that are used in KNIME quick forms (for instance, KNIME WebPortal).
- org.knime.core.util.node.quickform.in - package org.knime.core.util.node.quickform.in
-
Input elements such as file uploads etc.
- org.knime.core.util.node.quickform.out - package org.knime.core.util.node.quickform.out
-
Output elements such as file downloads etc.
- 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
-
- OrRowFilter(IRowFilter, IRowFilter) - 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 cannot be used without
setting two input filters by loading settings from a config object.
- OSGIHelper - Class in org.knime.core.eclipseUtil
-
This class contains some methods to access OSGI information that may not be
available if the program is not running in a complete OSGI framework.
- OSGIHelper() - Constructor for class org.knime.core.eclipseUtil.OSGIHelper
-
- OUT - Static variable in class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
-
Values on the border are excluded.
- OUT_SPEC - Static variable in class org.knime.base.node.viz.roc.ROCCalculator
-
The spec of the table created by this class.
- OutColumnField - Class in org.knime.core.node.util.dialog.field
-
Settings for dialog out column list field.
- OutColumnField() - Constructor for class org.knime.core.node.util.dialog.field.OutColumnField
-
Create an instance.
- OutColumnList() - Constructor for class org.knime.core.node.util.dialog.field.FieldList.OutColumnList
-
Create an empty instance.
- OutFieldsTable - Class in org.knime.core.node.util.dialog
-
The table where fields for output columns and flow variables can be defined.
- OutFieldsTable(boolean, boolean) - Constructor for class org.knime.core.node.util.dialog.OutFieldsTable
-
Create a new component.
- OutFieldsTable.BooleanRenderer - Class in org.knime.core.node.util.dialog
-
Renders a boolean as a checkbox.
- OutFieldsTable.DataTypeTableCellEditor - Class in org.knime.core.node.util.dialog
-
A cell editor to define the type of the output column or flow variable.
- OutFieldsTable.DefaultFieldTableCellRenderer - Class in org.knime.core.node.util.dialog
-
Renders the table cells defining the default value fields.
- OutFieldsTable.InputTableCellEditor - Class in org.knime.core.node.util.dialog
-
A cell editor to define the name of the output column or flow variable.
- OutFieldsTableModel - Class in org.knime.core.node.util.dialog
-
Extends the table model by validation methods.
- OutFieldsTableModel(boolean, boolean) - Constructor for class org.knime.core.node.util.dialog.OutFieldsTableModel
-
Create a new instance.
- OutFieldsTableModel.FieldType - Enum in org.knime.core.node.util.dialog
-
The KNIME type of an output field.
- OutFlowVariableField - Class in org.knime.core.node.util.dialog.field
-
Settings for dialog out flow variable list field.
- OutFlowVariableField() - Constructor for class org.knime.core.node.util.dialog.field.OutFlowVariableField
-
Create an instance.
- OutFlowVariableList() - Constructor for class org.knime.core.node.util.dialog.field.FieldList.OutFlowVariableList
-
Create an empty instance.
- OutFlowVariableList(boolean) - Constructor for class org.knime.core.node.util.dialog.field.FieldList.OutFlowVariableList
-
Create an empty instance.
- Outlier - Class in org.knime.base.node.viz.plotter.box
-
- Outlier(double, String) - Constructor for class org.knime.base.node.viz.plotter.box.Outlier
-
Creates a new instance of Outlier.
- OutlineView<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
-
- OutlineView(HierarchicalGraphView<K>) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
-
Creates a new instance.
- outOfDomain(String, RowKey, String) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
-
- 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.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.
- Output() - Constructor for class org.knime.core.node.Node.Output
-
- OUTPUT_AS_STRING_DEPRECATED - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys
-
The configuration key for the output as string settings (a bool).
- OUTPUT_TYPE - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys
-
The configuration key for the output as string settings (plain, engineering, standard).
- outputClassProbabilities(boolean) - Method in class org.knime.base.node.mine.knn.KnnSettings
-
Set if an additional column containing class probabilities should be
appended to the output table.
- outputClassProbabilities() - Method in class org.knime.base.node.mine.knn.KnnSettings
-
Returns if an additional column containing class probabilities should be
appended to the output table.
- OutputClosedException() - Constructor for exception org.knime.core.node.streamable.RowOutput.OutputClosedException
-
- outputDir - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
-
The output directory.
- OutputField - Interface in org.knime.core.node.util.dialog.field
-
Interface for a dialog output field.
- outputFile - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
-
The output (zip) file.
- OutputNode - Interface in org.knime.core.node.dialog
-
Interface for nodes that produce results that can be queried externally, e.g.
- OutputPortRole - Class in org.knime.core.node.streamable
-
A port role describes the requirements for a node's output object.
- OutputRow - Class in org.knime.base.node.preproc.joiner
-
Stores information of a inner or outer join in a DataRow.
- OutputRow.Settings - Class in org.knime.base.node.preproc.joiner
-
A class that stores the common settings for all
OutputRows.
- outputTableSpec() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinearRegressionContent
- outputTableSpec() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegContent
- outputTableSpec() - Method in class org.knime.base.node.mine.regression.RegressionContent
-
- 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(FileReaderNodeSettings) - 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.
- RadialBasisFunctionFactory - Class in org.knime.base.node.mine.bfn.radial
-
Basic interface for all basis function algorithms.
- RadialBasisFunctionFactory(double, double, int, DataTableSpec, String[]) - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
-
Creates a new factory for a radial basis function learner.
- RadialBasisFunctionLearnerNodeDialog - Class in org.knime.base.node.mine.bfn.radial
-
A dialog for PNN learner to set properties, such as theta minus and plus.
- RadialBasisFunctionLearnerNodeDialog() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeDialog
-
Creates a new
NodeDialogPane for radial
basisfunctions in order to set theta minus and theta plus.
- RadialBasisFunctionLearnerNodeFactory - Class in org.knime.base.node.mine.bfn.radial
-
- RadialBasisFunctionLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
-
- RadialBasisFunctionLearnerNodeModel - Class in org.knime.base.node.mine.bfn.radial
-
- RadialBasisFunctionLearnerNodeModel() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
-
Inits a new RadialBasisFunctionFactory with one in- and one output.
- RadialBasisFunctionLearnerNodeView - Class in org.knime.base.node.mine.bfn.radial
-
- RadialBasisFunctionLearnerNodeView(RadialBasisFunctionLearnerNodeModel) - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeView
-
Create radial learner node view.
- RadialBasisFunctionLearnerRow - Class in org.knime.base.node.mine.bfn.radial
-
This class extends the general
BasisFunctionLearnerRow in order to
use radial basis function prototypes for training.
- RadialBasisFunctionLearnerRow(RowKey, DataCell, DataRow, double, double, int) - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
-
Creates a new radial basisfunction using the center vector as the anchor
of the Gaussian function and also assigns class label for this prototype.
- RadialBasisFunctionPortObject - Class in org.knime.base.node.mine.bfn.radial
-
- RadialBasisFunctionPortObject() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject
-
- RadialBasisFunctionPortObject(BasisFunctionModelContent) - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject
-
Creates a new basis function model object.
- RadialBasisFunctionPortObject.RadialCreator - Class in org.knime.base.node.mine.bfn.radial
-
Used to create PNN predictor rows.
- RadialBasisFunctionPortObject.Serializer - Class in org.knime.base.node.mine.bfn.radial
-
- RadialBasisFunctionPredictor2NodeFactory - Class in org.knime.base.node.mine.bfn.radial
-
- RadialBasisFunctionPredictor2NodeFactory() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictor2NodeFactory
-
- RadialBasisFunctionPredictor2NodeModel - Class in org.knime.base.node.mine.bfn.radial
-
The radial basisfunction predictor model performing a prediction on the data
from the first input and the radial basisfunction model from the second.
- RadialBasisFunctionPredictor2NodeModel() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictor2NodeModel
-
- RadialBasisFunctionPredictorNodeFactory - Class in org.knime.base.node.mine.bfn.radial
-
Deprecated.
- RadialBasisFunctionPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
-
Deprecated.
- RadialBasisFunctionPredictorNodeModel - Class in org.knime.base.node.mine.bfn.radial
-
Deprecated.
- RadialBasisFunctionPredictorNodeModel() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeModel
-
Deprecated.
- RadialBasisFunctionPredictorRow - Class in org.knime.base.node.mine.bfn.radial
-
A PNN rule used to predict unknown data.
- RadialBasisFunctionPredictorRow(RowKey, DataRow, DataCell, double, int) - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
-
Creates a new predictor for PNN rules.
- RadialBasisFunctionPredictorRow(ModelContentRO) - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
-
Creates a new predictor row based on the given model content.
- RadialCreator() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject.RadialCreator
-
- RadioButtonCellEditor - Class in org.knime.base.node.io.database.tablecreator.util
-
Cell Editor with jRadioButton as the underlying editor
- RadioButtonCellEditor() - Constructor for class org.knime.base.node.io.database.tablecreator.util.RadioButtonCellEditor
-
Creates a new instance of RadioButtonCellEditor
- RadioButtonCellRenderer - Class in org.knime.base.node.io.database.tablecreator.util
-
Cell renderer used to render the radio button
- RadioButtonCellRenderer() - Constructor for class org.knime.base.node.io.database.tablecreator.util.RadioButtonCellRenderer
-
Creates a new instance of RadioButtonCellRenderer
- RadionButtonPanel<T> - Class in org.knime.core.node.util
-
A panel which shows a list of values as JRadioButtons with a titled border.
- RadionButtonPanel(String, T...) - Constructor for class org.knime.core.node.util.RadionButtonPanel
-
Constructor.
- radiosChanged() - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
-
Called when user pushes the buttons.
- random() - Static method in class org.knime.base.data.neural.Perceptron
-
Returns a randomly chosen double between -1 and 1.
- RandomFractionRowFilter - Class in org.knime.base.node.preproc.sample
-
Row Filter class that extracts randomly a given fraction of rows.
- RandomFractionRowFilter(double) - Constructor for class org.knime.base.node.preproc.sample.RandomFractionRowFilter
-
Creates new Filter that filters out (1-fraction) * 100 percent of the
rows.
- RandomNumberRowFilter - Class in org.knime.base.node.preproc.sample
-
RowFilter implementation that fiters out rows according to a
BitSet where each bit represents a row number.
- RandomNumberRowFilter(BitSet) - Constructor for class org.knime.base.node.preproc.sample.RandomNumberRowFilter
-
Creates new filter according to filter.
- randomRows(String, long) - Method in class org.knime.core.node.port.database.StatementManipulator
-
- randomSampling() - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
-
Returns if the rows of the input table should be sampled randomly.
- randomSampling(boolean) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
-
Sets if the rows of the input table should be sampled randomly.
- randomSeed() - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
-
Returns the random seed used for random and stratified sampling.
- randomSeed(long) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
-
Sets the random seed used for random and stratified sampling.
- RangeOperator - Class in org.knime.base.data.aggregation.numerical
-
- RangeOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.RangeOperator
-
Constructor for class RangeOperator.
- RangeOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.RangeOperator
-
Constructor for class RangeOperator.
- RangeRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
-
Filters rows based on the value of a cell in a certain column.
- RangeRowFilter(String, boolean, DataCell, DataCell) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
-
Creates a filter that compares the value of a data cell in the specified
column with the specified range.
- RangeRowFilter(String, boolean, boolean, DataCell, DataCell) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
-
Creates a filter that compares the value of a data cell in the specified
column with the specified range.
- RangeRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
-
Don't use created filter without loading settings before.
- rangeSet() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
-
Deprecated.
- rank(int[]) - Method in class org.knime.base.util.math.Combinations
-
Computes the unique rank of the given combination.
- RankAssigner - Interface in org.knime.base.node.preproc.rank
-
Interface for RankAssigners that assign a rank to DataRows
- RankCellFactory - Class in org.knime.base.node.preproc.rank
-
This factory produces RankCells for the RankNode.
- RankCellFactory(DataColumnSpec, int[], int[], String, boolean, int) - Constructor for class org.knime.base.node.preproc.rank.RankCellFactory
-
- RankNodeDialog - Class in org.knime.base.node.preproc.rank
-
NodeDialog for the "Rank" Node.
- RankNodeDialog() - Constructor for class org.knime.base.node.preproc.rank.RankNodeDialog
-
New pane for configuring Rank node dialog.
- RankNodeFactory - Class in org.knime.base.node.preproc.rank
-
NodeFactory for the "Rank" Node.
- RankNodeFactory() - Constructor for class org.knime.base.node.preproc.rank.RankNodeFactory
-
- RankNodeModel - Class in org.knime.base.node.preproc.rank
-
This is the model implementation of Rank.
- RankNodeModel() - Constructor for class org.knime.base.node.preproc.rank.RankNodeModel
-
Constructor for the node model.
- RankNodeModel.RankMode - Enum in org.knime.base.node.preproc.rank
-
- rawReset() - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
Reset underlying node and update state accordingly.
- RBFKernel - Class in org.knime.base.node.mine.svm.kernel
-
RBF Kernel.
- RBFKernel() - Constructor for class org.knime.base.node.mine.svm.kernel.RBFKernel
-
- reachedMark() - Method in class org.knime.core.node.tableview.FindPosition
-
- read() - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
- read(byte[]) - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
- read(byte[], int, int) - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
- read() - Method in class org.knime.base.node.util.BufferedFileReader
- read(char[], int, int) - Method in class org.knime.base.node.util.BufferedFileReader
- read() - Method in class org.knime.core.data.container.BlockableInputStream
-
Reads next byte from stream and if it is an escape byte, it returns the
next following byte.
- read() - Method in class org.knime.core.data.container.DCObjectInputStream
- read(byte[], int, int) - Method in class org.knime.core.data.container.DCObjectInputStream
- read(byte[]) - Method in class org.knime.core.data.container.DCObjectInputStream
- read() - Method in class org.knime.core.data.container.LongUTFDataInputStream
- read(byte[], int, int) - Method in class org.knime.core.data.container.LongUTFDataInputStream
- read(byte[]) - Method in class org.knime.core.data.container.LongUTFDataInputStream
- read() - Method in class org.knime.core.data.util.NonClosableInputStream
- read(byte[], int, int) - Method in class org.knime.core.data.util.NonClosableInputStream
- read(byte[]) - Method in class org.knime.core.data.util.NonClosableInputStream
- readAllProps() - Static method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
Read all java properties into map of Strings.
- readAllProps() - Static method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
-
Read all java properties into map of Strings.
- readArray(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readAsciiStream(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readBigDecimal(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readBinaryStream(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readBlob(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readBlobAddress() - Method in class org.knime.core.data.container.DCObjectInputStream
-
Reads a blob address from the stream and ends the block.
- readBlobAddress() - Method in class org.knime.core.data.container.DCObjectInputVersion2
-
Reads a blob address from the stream.
- readBlobDataCell(BlobDataCell.BlobAddress, CellClassInfo) - Method in class org.knime.core.data.container.Buffer
-
Reads the blob from the given blob address.
- readBlobDataCell(Buffer, BlobDataCell.BlobAddress, CellClassInfo) - Static method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
-
Reads the blob from the given blob address.
- readBlobDataCell(BlobDataCell.BlobAddress, CellClassInfo) - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20.DataCellStreamReader
-
Reads the blob from the given blob address.
- readBoolean() - Method in class org.knime.core.data.container.DCObjectInputStream
- readBoolean() - Method in class org.knime.core.data.container.LongUTFDataInputStream
- readBoolean(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readByte() - Method in class org.knime.core.data.container.DCObjectInputStream
- readByte() - Method in class org.knime.core.data.container.LongUTFDataInputStream
- readByte(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readBytesAsBLOB(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readBytesAsString(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readChar() - Method in class org.knime.core.data.container.DCObjectInputStream
- readChar() - Method in class org.knime.core.data.container.LongUTFDataInputStream
- readClob(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- ReadContextPropertyConfiguration - Class in org.knime.base.node.io.extractcontextprop
-
- ReadContextPropertyConfiguration() - Constructor for class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
- ReadContextPropertyConfiguration.Result - Class in org.knime.base.node.io.extractcontextprop
-
Class representing a result.
- ReadContextPropertyNodeDialogPane - Class in org.knime.base.node.io.extractcontextprop
-
- ReadContextPropertyNodeDialogPane() - Constructor for class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeDialogPane
-
- ReadContextPropertyNodeFactory - Class in org.knime.base.node.io.extractcontextprop
-
- ReadContextPropertyNodeFactory() - Constructor for class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeFactory
-
- ReadContextPropertyNodeModel - Class in org.knime.base.node.io.extractcontextprop
-
- ReadContextPropertyNodeModel() - Constructor for class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
-
No input, one output.
- readControlByte() - Method in class org.knime.core.data.container.DCObjectInputVersion2
-
Reads a single byte from the stream.
- readDataCell(DCObjectInputVersion2) - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20.DataCellStreamReader
-
Reads a data cell from the argument stream.
- readDataCell(DataCellSerializer<? extends DataCell>) - Method in class org.knime.core.data.container.DCObjectInputStream
-
Reads a data cell from the stream and pushes the stream forward to
the end of the block.
- readDataCell() - Method in interface org.knime.core.data.DataCellDataInput
-
- readDataCellPerJavaSerialization() - Method in class org.knime.core.data.container.DCObjectInputVersion2
-
Reads a data cell from the stream using java de-serialization.
- readDataCellPerKNIMESerializer(DataCellSerializer<? extends DataCell>) - Method in class org.knime.core.data.container.DCObjectInputVersion2
-
Reads a data cell from the stream.
- readDate(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readDouble(FlowVariableProvider, String) - Method in class org.knime.base.util.flowvariable.FlowVariableResolver.FlowVariableEscaper
-
- readDouble() - Method in class org.knime.core.data.container.DCObjectInputStream
- readDouble() - Method in class org.knime.core.data.container.LongUTFDataInputStream
- readDouble(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readExtension(Map<String, String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
-
Reads the model information from an extension map since the PMML standard does not support bit vector columns.
- readExternal(ObjectInput) - Method in class org.knime.core.node.workflow.WorkflowContext
- readFields() - Method in class org.knime.core.data.container.DCObjectInputStream
- readFileStoreKey() - Method in class org.knime.core.data.container.DCObjectInputVersion2
-
...
- readFloat() - Method in class org.knime.core.data.container.DCObjectInputStream
- readFloat() - Method in class org.knime.core.data.container.LongUTFDataInputStream
- readFloat(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readFromFile(ObjectInputStream) - Static method in class org.knime.core.node.config.base.ConfigBase
-
Creates new ConfigBase from the given file using the serialized object
stream.
- readFromFile(ObjectInputStream) - Static method in class org.knime.core.node.config.Config
-
Creates new Config from the given file using the serialized object
stream.
- readFromFile(ObjectInputStream) - Static method in class org.knime.core.node.NodeSettings
-
- readFromStream(InputStream) - Static method in class org.knime.core.data.container.DataContainer
-
Reads a table from an input stream.
- readFromZip(File) - Static method in class org.knime.core.data.container.DataContainer
-
- readFromZip(ReferencedFile, DataContainer.BufferCreator) - Static method in class org.knime.core.data.container.DataContainer
-
Factory method used to restore table from zip file.
- readFromZipDelayed(ReferencedFile, DataTableSpec, int, Map<Integer, ContainerTable>, FileStoreHandlerRepository) - Static method in class org.knime.core.data.container.DataContainer
-
- readFromZipDelayed(CopyOnAccessTask, DataTableSpec) - Static method in class org.knime.core.data.container.DataContainer
-
- readFromZipDelayed(ReferencedFile, DataTableSpec, int, Map<Integer, ContainerTable>, FileStoreHandlerRepository) - Static method in class org.knime.core.node.BufferedDataContainer
-
- readFully(byte[], int, int) - Method in class org.knime.core.data.container.DCObjectInputStream
- readFully(byte[]) - Method in class org.knime.core.data.container.DCObjectInputStream
- readFully(byte[], int, int) - Method in class org.knime.core.data.container.LongUTFDataInputStream
- readFully(byte[]) - Method in class org.knime.core.data.container.LongUTFDataInputStream
- readInt(FlowVariableProvider, String) - Method in class org.knime.base.util.flowvariable.FlowVariableResolver.FlowVariableEscaper
-
- readInt() - Method in class org.knime.core.data.container.DCObjectInputStream
- readInt() - Method in class org.knime.core.data.container.LongUTFDataInputStream
- readInt(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readLine() - Method in class org.knime.base.node.util.BufferedFileReader
- readLine() - Method in class org.knime.core.data.container.LongUTFDataInputStream
-
Deprecated.
- readLong() - Method in class org.knime.core.data.container.DCObjectInputStream
- readLong() - Method in class org.knime.core.data.container.LongUTFDataInputStream
- readLong(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readNClob(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readNString(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readObject(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readObjectFromFile(File, ExecutionMonitor) - Static method in class org.knime.core.node.port.PortUtil
-
- readObjectFromStream(InputStream, ExecutionMonitor) - Static method in class org.knime.core.node.port.PortUtil
-
- readObjectOverride() - Method in class org.knime.core.data.container.DCObjectInputStream
- readObjectSpecFromFile(File) - Static method in class org.knime.core.node.port.PortUtil
-
- readObjectSpecFromStream(InputStream) - Static method in class org.knime.core.node.port.PortUtil
-
Read spec from stream.
- readParentSettings() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- readParentSettings() - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
- ReadPNGFromURLConfig - Class in org.knime.base.node.image.readpng
-
- ReadPNGFromURLConfig() - Constructor for class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
-
Deprecated.
- ReadPNGFromURLNodeDialogPane - Class in org.knime.base.node.image.readpng
-
- ReadPNGFromURLNodeDialogPane() - Constructor for class org.knime.base.node.image.readpng.ReadPNGFromURLNodeDialogPane
-
Deprecated.
Create new dialog.
- ReadPNGFromURLNodeFactory - Class in org.knime.base.node.image.readpng
-
- ReadPNGFromURLNodeFactory() - Constructor for class org.knime.base.node.image.readpng.ReadPNGFromURLNodeFactory
-
Deprecated.
- ReadPNGFromURLNodeModel - Class in org.knime.base.node.image.readpng
-
- ReadPNGFromURLNodeModel() - Constructor for class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
-
Deprecated.
One in, one out.
- readPreferredRendererFromPreferences() - Method in class org.knime.core.data.ExtensibleUtilityFactory
-
- readRef(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readRowKey() - Method in class org.knime.core.data.container.DCObjectInputVersion2
-
Reads a row key from the stream.
- readSettings(NodeSettingsRO, boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
Reads settings out of given NodeSettings object and validates it.
- readSettingsFromXMLFile(String) - Static method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Reads the FileReaderNodeSettings from the specified XML file and returns
a new settings object.
- readShort() - Method in class org.knime.core.data.container.DCObjectInputStream
- readShort() - Method in class org.knime.core.data.container.LongUTFDataInputStream
- readShort(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readSizeSystemProperty(String, long) - Static method in class org.knime.core.node.util.ConvenienceMethods
-
Read system property envVar that is supposed to be of
a format such as '1024' (1024 bytes), '5K' (5 kilobyte),
'2M' (2 megabyte).
- readString(FlowVariableProvider, String) - Method in class org.knime.base.util.flowvariable.FlowVariableResolver.FlowVariableEscaper
-
- readString(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- ReadSysPropertyConfiguration - Class in org.knime.base.node.io.extractsysprop
-
- ReadSysPropertyConfiguration() - Constructor for class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
-
- ReadSysPropertyConfiguration.Result - Class in org.knime.base.node.io.extractsysprop
-
Class representing a result.
- ReadSysPropertyNodeDialogPane - Class in org.knime.base.node.io.extractsysprop
-
- ReadSysPropertyNodeDialogPane() - Constructor for class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeDialogPane
-
- ReadSysPropertyNodeFactory - Class in org.knime.base.node.io.extractsysprop
-
- ReadSysPropertyNodeFactory() - Constructor for class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeFactory
-
- ReadSysPropertyNodeModel - Class in org.knime.base.node.io.extractsysprop
-
- ReadSysPropertyNodeModel() - Constructor for class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
-
No input, one output.
- ReadTableNodeDialogPane - Class in org.knime.base.node.io.table.read
-
Simple dialog with just a file browser.
- ReadTableNodeDialogPane() - Constructor for class org.knime.base.node.io.table.read.ReadTableNodeDialogPane
-
- ReadTableNodeFactory - Class in org.knime.base.node.io.table.read
-
Factory for table that reads the file as written from the Write table node.
- ReadTableNodeFactory() - Constructor for class org.knime.base.node.io.table.read.ReadTableNodeFactory
-
- ReadTableNodeModel - Class in org.knime.base.node.io.table.read
-
NodeMode for table that reads the file as written from the
Write table node.
- ReadTableNodeModel() - Constructor for class org.knime.base.node.io.table.read.ReadTableNodeModel
-
Creates new model with no inputs, one output.
- ReadTableNodeModel(NodeCreationContext) - Constructor for class org.knime.base.node.io.table.read.ReadTableNodeModel
-
Called by the node factory if the node is instantiated due to a file
drop.
- readTime(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readTimestamp(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readUnshared() - Method in class org.knime.core.data.container.DCObjectInputStream
- readUnsignedByte() - Method in class org.knime.core.data.container.DCObjectInputStream
- readUnsignedByte() - Method in class org.knime.core.data.container.LongUTFDataInputStream
- readUnsignedShort() - Method in class org.knime.core.data.container.DCObjectInputStream
- readUnsignedShort() - Method in class org.knime.core.data.container.LongUTFDataInputStream
- readURL(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
-
- readUTF() - Method in class org.knime.core.data.container.DCObjectInputStream
- readUTF() - Method in class org.knime.core.data.container.LongUTFDataInputStream
- readXML() - Method in interface org.knime.core.data.xml.io.XMLCellReader
-
- readXML() - Method in class org.knime.core.data.xml.io.XMLDOMCellReader
-
- readXML() - Method in class org.knime.core.data.xml.io.XMLXpathCellReader
-
- readXMLSettings() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
-
Pops up a file chooser dialog and reads the settings fromt the selected
xml file.
- ready() - Method in class org.knime.base.node.util.BufferedFileReader
- RearrangeColumnsTable - Class in org.knime.core.data.container
-
Table implementation that is created based on a ColumnRearranger.
- RearrangeColumnsTable(ReferencedFile, NodeSettingsRO, Map<Integer, BufferedDataTable>, DataTableSpec, int, HashMap<Integer, ContainerTable>, FileStoreHandlerRepository) - Constructor for class org.knime.core.data.container.RearrangeColumnsTable
-
Creates new object based on the content in settings and the content from the file f.
- RearrangeColumnsTable.NewColumnsProducerMapping - Class in org.knime.core.data.container
-
A class that helps to distinguish SpecAndFactoryObjects.
- recalcDimensions() - Method in class org.knime.core.node.util.VTextIcon
-
Deprecated.
Calculates the dimensions.
- RECOGNICTION_REGEX - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
The name of the settings tag which holds the recognition values the user
has entered in the dialog as String.
- RECOGNICTION_REGEX - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
The name of the settings tag which holds the recognition values the user has entered in the dialog as
String.
- reconfigureAllNodesOnlyInThisWFM(boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Re-configure all configured (NOT executed) nodes in this workflow
to make sure that new workflow variables are spread accordingly.
- RECTANGLE - Static variable in class org.knime.core.data.property.ShapeFactory
-
Name of and key for the rectangle.
- RECURSIVE_SETTINGS - Static variable in class org.knime.base.node.io.listfiles.ListFilesSettings
-
Key to store the RECURSIVE_SETTINGS.
- RECURSIVE_SETTINGS - Static variable in class org.knime.base.node.io.listfiles2.ListFilesSettings
-
Key to store the RECURSIVE_SETTINGS.
- RecursiveLoopEnd2NodeFactory - Class in org.knime.base.node.meta.looper.recursive
-
NodeFactory for the Recursive Loop End Node (2 port).
- RecursiveLoopEnd2NodeFactory() - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeFactory
-
- RecursiveLoopEnd2NodeModel - Class in org.knime.base.node.meta.looper.recursive
-
This is the model implementation of Recursive Loop End Node (2port).
- RecursiveLoopEnd2NodeModel(int, int) - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeModel
-
Constructor for the node model.
- RecursiveLoopEndNodeDialog - Class in org.knime.base.node.meta.looper.recursive
-
Dialog for the recursive loop end.
- RecursiveLoopEndNodeDialog() - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeDialog
-
Create new dialog.
- RecursiveLoopEndNodeFactory - Class in org.knime.base.node.meta.looper.recursive
-
NodeFactory for the Recursive Loop End Node (1 port).
- RecursiveLoopEndNodeFactory() - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeFactory
-
- RecursiveLoopEndNodeModel - Class in org.knime.base.node.meta.looper.recursive
-
This is the model implementation of Recursive Loop End Node (1port).
- RecursiveLoopEndNodeModel(int, int) - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
-
Constructor for the node model.
- RecursiveLoopStart2NodeFactory - Class in org.knime.base.node.meta.looper.recursive
-
NodeFactory for the Recursive Loop Start Node (2 ports).
- RecursiveLoopStart2NodeFactory() - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeFactory
-
- RecursiveLoopStart2NodeModel - Class in org.knime.base.node.meta.looper.recursive
-
This is the model implementation of Recursive Loop Start node (2ports).
- RecursiveLoopStart2NodeModel() - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
-
Constructor for the node model.
- RecursiveLoopStartNodeFactory - Class in org.knime.base.node.meta.looper.recursive
-
NodeFactory for the Recursive Loop Start Node.
- RecursiveLoopStartNodeFactory() - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeFactory
-
- RecursiveLoopStartNodeModel - Class in org.knime.base.node.meta.looper.recursive
-
This is the model implementation of Recursive Loop Start node.
- RecursiveLoopStartNodeModel() - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
-
Constructor for the node model.
- recursiveMapToClassHierarchies(Collection<Class<?>>, Consumer<Class<?>>) - Static method in class org.knime.core.data.convert.util.ClassUtil
-
Execute a consumer for a collection of classes, every interface and their superclass recursively, breadth-first
superclass before interfaces order.
- recursiveMapToClassHierarchy(Class<T>, Consumer<Class<?>>) - Static method in class org.knime.core.data.convert.util.ClassUtil
-
Execute a consumer for a class, every interface and its superclass recursively, breadth-first superclass before
interfaces order.
- recursiveMapToDataTypeClasses(DataType, Consumer<Class<?>>) - Static method in class org.knime.core.data.convert.util.ClassUtil
-
Execute a consumer for the
prefferedValueClass and interfaces of a
DataType, every superinterface and its superclass recursively.
- recycle(T, int) - Method in class org.knime.core.util.ObjectPool
-
Puts an object into the specified subpool.
- reExecute() - Method in class org.knime.core.node.workflow.ExecutionEnvironment
-
- reExecuteNode(NodeID, ViewContent, boolean, ReexecutionCallback) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Reexecute given node.
- ReexecutionCallback - Class in org.knime.core.node.interactive
-
A callback object that view implementations need to provide when they want to re-execute their underlying node.
- ReexecutionCallback() - Constructor for class org.knime.core.node.interactive.ReexecutionCallback
-
- ReferenceColumnResorterNodeDialog - Class in org.knime.base.node.preproc.refcolumnresorter
-
The dialog of the column resorter node.
- ReferenceColumnResorterNodeDialog() - Constructor for class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeDialog
-
Constructor: create NodeDialog with one column selectors and two other properties.
- ReferenceColumnResorterNodeFactory - Class in org.knime.base.node.preproc.refcolumnresorter
-
The factory of the reference column resorter node.
- ReferenceColumnResorterNodeFactory() - Constructor for class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeFactory
-
- ReferenceColumnResorterNodeModel - Class in org.knime.base.node.preproc.refcolumnresorter
-
The node model of the reference column resorter node, re sorting columns based on order defined by second input.
- ReferenceColumnResorterNodeModel() - Constructor for class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
Creates new instance of ReferenceColumnResorterNodeModel.
- ReferencedFile - Class in org.knime.core.internal
-
A
File wrapper with modifiable parent location.
- ReferencedFile(File) - Constructor for class org.knime.core.internal.ReferencedFile
-
Creates new root element.
- ReferencedFile(ReferencedFile, String) - Constructor for class org.knime.core.internal.ReferencedFile
-
Creates new sub-element.
- ReferenceWriteFileStoreHandler - Class in org.knime.core.data.filestore.internal
-
File store handler used for non-start nodes that are part of a loop body (not the loop end).
- ReferenceWriteFileStoreHandler(ILoopStartWriteFileStoreHandler) - Constructor for class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
-
- refreshInterruptMenu() - Method in class org.knime.core.node.interrupt.InterruptibleNodeView
-
Refreshes the enabled status of the control elements depending on the
status of the underlying model.
- REGEX_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
The column index of the isRegex in the table
- REGEX_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
The column index of the isRegex in the table
- RegExpCellFactory - Class in org.knime.base.node.preproc.columnTrans
-
Deprecated.
- RegExpCellFactory(DataTableSpec, String, int[], String) - Constructor for class org.knime.base.node.preproc.columnTrans.RegExpCellFactory
-
Deprecated.
- RegExpCellFactory - Class in org.knime.base.node.preproc.columntrans2
-
- RegExpCellFactory(DataTableSpec, String, int[], String) - Constructor for class org.knime.base.node.preproc.columntrans2.RegExpCellFactory
-
- regExprChanged() - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
-
Checks the entered (or selected) regular expression and sets an error.
- regExprChanged() - Method in class org.knime.base.node.preproc.filter.row.RowIDRowFilterPanel
-
Called when the textfield content changes.
- RegexSplitNodeDialogPane - Class in org.knime.base.node.preproc.regexsplit
-
- RegexSplitNodeDialogPane() - Constructor for class org.knime.base.node.preproc.regexsplit.RegexSplitNodeDialogPane
-
Inits components.
- RegexSplitNodeFactory - Class in org.knime.base.node.preproc.regexsplit
-
- RegexSplitNodeFactory() - Constructor for class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
-
- RegexSplitNodeModel - Class in org.knime.base.node.preproc.regexsplit
-
- RegexSplitNodeModel() - Constructor for class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
-
- RegexSplitSettings - Class in org.knime.base.node.preproc.regexsplit
-
Settings object for the regex split node model.
- RegexSplitSettings() - Constructor for class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- register(JavaToDataCellConverterFactory<?>) - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
-
Register a DataCellToJavaConverterFactory.
- register(DataCellToJavaConverterFactory<?, ?>) - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
-
Register a DataCellToJavaConverterFactory.
- registerDriver(String) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
-
- RegisteredDriversConnectionFactory - Class in org.knime.core.node.port.database
-
DBDriverFactory implementation for jar drivers registered by the user or via the old jar extension point.
- registerFindAction() - Method in class org.knime.core.node.tableview.TableView
-
Creates and registers the "Find ..." action on this component.
- registerFindNextAction() - Method in class org.knime.core.node.tableview.TableView
-
Creates and registers the "Find Next" action on this component.
- registerGotoRowAction() - Method in class org.knime.core.node.tableview.TableView
-
Creates and registers the "Go to Row" action on this component.
- registerListener(MemoryWarningSystem.MemoryWarningListener) - Method in class org.knime.core.data.util.memory.MemoryWarningSystem
-
Deprecated.
Register Listener
- registerLoopEndStateChangeListener(ParallelizedChunkContentMaster) - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
-
- registerMouseListener(MouseListener) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
-
Register a MouseListener on the label used to display the columns.
- registerMouseListener(MouseListener) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Panel
-
Deprecated.
Register a MouseListener on the label used to display the columns.
- registerMouseListener(MouseListener) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
-
Register a MouseListener on the label used to display the columns.
- registerNavigationActions() - Method in class org.knime.core.node.tableview.TableView
-
Registers all actions for navigation on the table, namely "Find...", "Find Next" and "Go to Row...".
- registerOnNodeContainer(NodeContainer) - Method in class org.knime.core.node.workflow.NodeAnnotation
-
- registerOperator(AggregationOperator) - Static method in class org.knime.base.data.aggregation.AggregationMethods
-
- registerValidation(ObjectInputValidation, int) - Method in class org.knime.core.data.container.DCObjectInputStream
- registerView(AbstractNodeView<?>) - Method in class org.knime.core.node.NodeModel
-
Registers the given view at the model to receive change events of the
underlying model.
- RegrAvgXDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
Aggregation function.
- RegrAvgXDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction
-
Constructor.
- RegrAvgXDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- RegrAvgYDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
Aggregation function.
- RegrAvgYDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction
-
Constructor.
- RegrAvgYDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- RegrCountDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
Aggregation function.
- RegrCountDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction
-
Constructor.
- RegrCountDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- REGRESSION_MODE - Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
-
Indicates whether the MLP does regression with one output neuron.
- RegressionContent - Class in org.knime.base.node.mine.regression
-
Base class for the learned statistics of the (linear or polynomial) regression models.
- RegressionContent(int, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionContent
-
- RegressionPredictorCellFactory - Class in org.knime.base.node.mine.regression.predict2
-
Abstraction for all predictro cell factories.
- RegressionPredictorCellFactory(PMMLPortObjectSpec, DataTableSpec, RegressionPredictorSettings) - Constructor for class org.knime.base.node.mine.regression.predict2.RegressionPredictorCellFactory
-
This constructor should be used during the configure phase of a node.
- RegressionPredictorNodeDialogPane - Class in org.knime.base.node.mine.regression.predict2
-
Dialog for the regression predictor.
- RegressionPredictorNodeDialogPane() - Constructor for class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeDialogPane
-
Create new dialog for linear regression model.
- RegressionPredictorNodeFactory - Class in org.knime.base.node.mine.regression.predict
-
Deprecated.
- RegressionPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
-
Deprecated.
- RegressionPredictorNodeFactory - Class in org.knime.base.node.mine.regression.predict2
-
Factory for general regression predictor node.
- RegressionPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeFactory
-
- RegressionPredictorNodeModel - Class in org.knime.base.node.mine.regression.predict
-
Deprecated.
- RegressionPredictorNodeModel() - Constructor for class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
-
Deprecated.
Initialization with 1 data input, 1 model input and 1 data output.
- RegressionPredictorNodeModel - Class in org.knime.base.node.mine.regression.predict2
-
Node model for the general regression predictor.
- RegressionPredictorNodeModel() - Constructor for class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeModel
-
Initialization with 1 data input, 1 model input and 1 data output.
- RegressionPredictorSettings - Class in org.knime.base.node.mine.regression.predict2
-
This class hold the settings for the General Regression Predictor node.
- RegressionPredictorSettings() - Constructor for class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
-
Create instance with default values.
- RegressionStatisticsLearner - Class in org.knime.base.node.mine.regression
-
Base class for the linear and polynomial regression statistics learner methods (@link
org.knime.base.node.mine.regression.linear2.learner.Learner} and
Learner).
- RegressionStatisticsLearner(PMMLPortObjectSpec, boolean, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionStatisticsLearner
-
Constructor for the learners.
- RegressionTable(double, PMMLRegressionTranslator.NumericPredictor[]) - Constructor for class org.knime.base.node.mine.regression.PMMLRegressionTranslator.RegressionTable
-
Creates a new regression table.
- RegressionTrainingData - Class in org.knime.base.node.mine.regression
-
This class is a decorator for a DataTable.
- RegressionTrainingData(BufferedDataTable, PMMLPortObjectSpec) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingData
-
- RegressionTrainingData(BufferedDataTable, PMMLPortObjectSpec, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingData
-
- RegressionTrainingData(BufferedDataTable, PMMLPortObjectSpec, boolean, DataCell, boolean, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingData
-
- RegressionTrainingData(BufferedDataTable, PMMLPortObjectSpec, List<? extends DataColumnSpec>, boolean, DataCell, boolean, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingData
-
- RegressionTrainingDataIterator - Class in org.knime.base.node.mine.regression
-
This is a decorator for a iterator over DataRows.
- RegressionTrainingDataIterator(Iterator<DataRow>, int, int, List<Integer>, Map<Integer, Boolean>, Map<Integer, List<DataCell>>, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingDataIterator
-
- RegressionTrainingDataIterator(Iterator<DataRow>, int, int, List<Integer>, Map<Integer, Boolean>, Map<Integer, List<DataCell>>, Map<? extends Integer, ? extends Integer>, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingDataIterator
-
- RegressionTrainingRow - Class in org.knime.base.node.mine.regression
-
A decorator for a data row.
- RegressionTrainingRow(DataRow, int, int, List<Integer>, Map<Integer, Boolean>, Map<Integer, List<DataCell>>, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingRow
-
- RegressionTrainingRow(DataRow, int, int, List<Integer>, Map<Integer, Boolean>, Map<Integer, List<DataCell>>, Map<? extends Integer, ? extends Integer>, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingRow
-
- RegressionTrainingRow.MissingHandling - Class in org.knime.base.node.mine.regression
-
Helper class to handle missing values.
- RegrInterceptDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
Aggregation function.
- RegrInterceptDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction
-
Constructor.
- RegrInterceptDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- RegrR2DBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
Aggregation function.
- RegrR2DBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction
-
Constructor.
- RegrR2DBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- RegrSlopeDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
Aggregation function.
- RegrSlopeDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction
-
Constructor.
- RegrSlopeDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- RegrSXXDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
Aggregation function.
- RegrSXXDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction
-
Constructor.
- RegrSXXDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- RegrSXYDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
Aggregation function.
- RegrSXYDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction
-
Constructor.
- RegrSXYDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- RegrSYYDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
Aggregation function.
- RegrSYYDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction
-
Constructor.
- RegrSYYDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- release() - Method in class org.knime.core.util.FileLocker
-
Releases a previously acquired lock on the specified file.
- remove(int...) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
- remove(Collection<R>) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
-
- remove(int...) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
-
- remove(int...) - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
-
- remove(int...) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
-
Removes elements at the given indices
- remove(Collection<RowElement>) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
-
Removes the given elements from the table model
- remove() - Method in class org.knime.base.node.mine.regression.RegressionTrainingDataIterator
- remove() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
-
Removes this element from the double linked list.
- remove(Object) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- remove(int) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- remove() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic.MappingTableIterator
- remove() - Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator.InternalIterator
- remove() - Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
- remove(int...) - Method in class org.knime.core.data.container.ColumnRearranger
-
Removes all columns whose index is contained in the argument array.
- remove(String...) - Method in class org.knime.core.data.container.ColumnRearranger
-
Removes all columns from the current set of columns whose name is
contained in the argument array.
- remove() - Method in class org.knime.core.data.def.DefaultCellIterator
-
- remove() - Method in class org.knime.core.data.RowIterator
-
NOT supported by the DataTable iterator! DataTables are immutable
read-only objects after their creation.
- remove(int) - Static method in class org.knime.core.node.exec.dataexchange.PortObjectRepository
-
Remove the port object that is associated with the given id.
- remove(int) - Method in class org.knime.core.node.util.FilterableListModel
- remove(String) - Method in class org.knime.core.node.workflow.CredentialsStore
-
Remove a credentials variable from this store.
- remove(Object) - Method in class org.knime.core.node.workflow.GlobalTableRepository
- REMOVE_ACTION - Static variable in class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
-
Identifier for property change event when Remove was pressed.
- REMOVE_ACTION - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2Panel
-
Deprecated.
Identifier for property change event when Remove was pressed.
- REMOVE_ACTION - Static variable in class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
-
Identifier for property change event when Remove was pressed.
- REMOVE_ACTION - Static variable in class org.knime.base.node.preproc.rename.RenameColumnPanel
-
fired if the remove button is pressed.
- REMOVE_COLUMNS - Static variable in class org.knime.base.node.mine.pca.PCAApplyNodeModel
-
config string for determining if source columns are to be removed.
- REMOVE_COLUMNS - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
-
config String for remove columns.
- REMOVE_PCACOLS - Static variable in class org.knime.base.node.mine.pca.PCAReverseNodeModel
-
config string determining of columns with pca coordinates shall be
removed.
- REMOVE_ROW_KEY_COLUM - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
The name of the settings tag which holds the boolean if the user
wants to have the selected new row id column removed.
- removeActionListener(ActionListener) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
-
- removeActionListener(ActionListener) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
-
- removeActionListener(ActionListener) - Method in class org.knime.core.node.util.ColumnSelectionPanel
-
Delegate method to the underlying combo box.
- removeAdditionalColumn(String) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
-
Removes an additional column from the model.
- removeAdditionalColumns(String...) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
-
Removes additional columns from the model.
- removeAdditionalColumns(Iterable<String>) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
-
Removes additional columns from the model.
- removeAll() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
-
- removeAll() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
-
Removes all entries from the table.
- removeAll() - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
-
Removes all entries from the table.
- removeAll() - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
-
Removes all elements from the table model
- removeAll(Collection<?>) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- removeAllChangeListener() - Method in class org.knime.base.node.viz.plotter.props.ColorLegendTab
-
Removes all change listener.
- removeAllChangeListeners() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
-
Clears the list of change listeners
- removeAllChangeListeners() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRPreviewTable
-
Clears the list of change listeners.
- removeAllColumnFilterChangeListener() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
-
Removes all column filter change listener.
- removeAllColumnFilterChangeListener() - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Removes all column filter change listener.
- removeAllColumnFilterChangeListener() - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Removes all column filter change listener.
- removeAllComments() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
Removes all (!) comments from the tokenier settings.
- removeAllConfigurationPanels() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
-
Removes all configuration panel.
- removeAllDelimiters() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Removes all (!) delimiters from the file reader settings.
- removeAllDelimiters() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
Removes all (!) delimiters from the file reader settings.
- removeAllElements() - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
-
Removes all elements for the internal map.
- removeAllElements() - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
-
Removes all elements.
- removeAllElements() - Method in class org.knime.core.node.util.FilterableListModel
- removeAllFromHash() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
-
- removeAllHandlers() - Method in class org.knime.core.data.DataColumnSpecCreator
-
Removes all handlers from this creator which are then set to
null for the next call of #createSpec().
- removeAllHiLiteListeners() - Method in class org.knime.core.node.property.hilite.HiLiteHandler
-
Removes all hilite listeners from the list.
- removeAllNodesFromWorkflow() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
-
Remove all nodes (and connections) of this chunk.
- removeAllProgressListener() - Method in class org.knime.core.node.DefaultNodeProgressMonitor
-
Removes all registered progress listeners.
- removeAllProgressListener() - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
-
Must not be called.
- removeAllProgressListener() - Method in interface org.knime.core.node.NodeProgressMonitor
-
Removes all registered progress listeners.
- removeAllProgressListener() - Method in class org.knime.core.util.ProgressMonitorAdapter
-
Removes all registered progress listeners.
- removeAllQuotes() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
Removes all (!) quotes from the file reader settings.
- removeAllRowDelimiters() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Blows away all defined row delimiters! After a call to this function no
row delimiter will be defined (except null).
- removeAllToHiliteHandlers() - Method in class org.knime.core.node.property.hilite.HiLiteManager
-
Removes all target hilite handlers from this translator.
- removeAllToHiliteHandlers() - Method in class org.knime.core.node.property.hilite.HiLiteTranslator
-
Removes all target hilite handlers from this translator.
- removeAllWhiteSpaces() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
removes all user defined whitespaces.
- removeAnnotation(WorkflowAnnotation) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Remove workflow annotation, fire events.
- removeBasisFunction(BasisFunctionLearnerRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
-
Removes the given basisfunction from the model and updates all internal
members.
- removeBendpoint(int) - Method in class org.knime.core.node.workflow.ConnectionUIInformation
-
Removes a bendpoint.
- removeChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
-
Removes the given listener from this filter column panel.
- removeChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.props.ColorLegendTab
-
Removes the passed listener if available.
- removeChangeListener(ChangeListener) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
-
Remove a specific listener.
- removeChangeListener(ChangeListener) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
-
Remove a specific listener.
- removeChangeListener(ChangeListener) - Method in class org.knime.core.node.FlowVariableModel
-
Remove a specific listener.
- removeChangeListener(ChangeListener) - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Removes the given listener from this filter column panel.
- removeChangeListener(ChangeListener) - Method in class org.knime.core.node.util.FilesHistoryPanel
-
Removes the given change listener from the listener list.
- removeChangeListener(ChangeListener) - Method in class org.knime.core.node.util.filter.column.TypeFilterPanelImpl
-
Removes the given listener from this filter panel.
- removeChangeListener(ChangeListener) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Removes the given listener from this filter column panel.
- removeChangeListener(ChangeListener) - Method in class org.knime.core.node.util.filter.PatternFilterPanelImpl
-
Removes the given listener from this filter panel.
- removeChildren(Set<Integer>) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
-
Removes the children at the given indices.
- removeChildren(Set<Integer>) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
-
Deprecated.
Removes the children at the given indices.
- removeChildren(Set<Integer>) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
-
Deprecated.
Removes the children at the given indices.
- removeChildren(Set<Integer>) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
-
Removes the children at the given indices.
- removeClient(NodeContainer) - Method in class org.knime.core.node.workflow.Credentials
-
Remove the client from the history list (if registered).
- removeColAt(int) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- removeColumn(int...) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
-
Deprecated.
- removeColumn(int...) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
-
Deprecated.
- removeColumns(Collection<String>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
-
Deprecated.
- removeColumns(Collection<String>) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
-
Deprecated.
- removeConfigEditTreeEventListener(ConfigEditTreeEventListener) - Method in class org.knime.core.node.config.ConfigEditTreeModel
-
Removes a registered listener.
- removeConfigurationPanel(T) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
-
Removes the configuration panel.
- removeConfigurationRequestListener(ColumnSelectionSearchableListPanel.ConfigurationRequestListener) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
-
- removeConnection(ConnectionContainer) - Method in class org.knime.core.node.workflow.Workflow
-
Remove a connection.
- removeConnection(ConnectionContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Remove connection.
- removeCurve(EnrichmentPlotterSettings.Curve) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
-
Deprecated.
Removes the given curve from the settings.
- removeCurve(EnrichmentPlotterSettings.Curve) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
-
Removes the given curve from the settings.
- REMOVED_COLUMNS - Static variable in class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
-
Identifier for property change event when Clean was pressed.
- REMOVED_INVALID_COLUMNS - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2Panel
-
Deprecated.
Identifier for property change event when Clean was pressed.
- REMOVED_INVALID_COLUMNS - Static variable in class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
-
Identifier for property change event when Clean was pressed.
- removeDelimiterPattern(String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Removes the Delimiter object with the specified pattern from the list of
defined delimiters.
- removeDelimiterPattern(String) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
Removes the Delimiter object with the specified pattern from the list of
defined delimiters.
- removeEldestEntry(Map.Entry<K, V>) - Method in class org.knime.core.util.LRUCache
- removeElement(Object) - Method in class org.knime.core.node.util.FilterableListModel
- removeElementAt(int) - Method in class org.knime.core.node.util.FilterableListModel
- removeFileStoreHandler(IWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.FileStoreHandlerRepository
-
- removeFileStoreHandler(IWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.NotInWorkflowFileStoreHandlerRepository
- removeFileStoreHandler(IWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.WorkflowFileStoreHandlerRepository
-
- removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.ConcatenateTable
-
Remove this table from global table repository.
- removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.ContainerTable
-
Remove this table from global table repository.
- removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.JoinedTable
-
Remove this table from global table repository.
- removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.RearrangeColumnsTable
-
Remove this table from global table repository.
- removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.TableSpecReplacerTable
-
Does nothing.
- removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.VoidTable
-
Remove this table from global table repository.
- removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.WrappedTable
-
Remove this table from global table repository.
- removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
-
Remove this table from global table repository.
- removeFromTableRepository(HashMap<Integer, ContainerTable>, Node) - Method in class org.knime.core.node.BufferedDataTable
-
Remove this table and all of its delegates from the table repository,
if and only if its owner is the argument node.
- removeGraphListener(GraphListener) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
-
Unregisters a graph listener.
- removeHilitedKeys(Collection<RowKey>, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- removeHilitedKeys(Collection<RowKey>, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- removeHilitedKeys(Set<RowKey>, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
-
- removeHiLiteListener(HiLiteListener) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
-
Removes the given hilite listener from the list.
- removeIndexInterval(int, int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
- removeItemFromHash(DataType) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
-
- removeItemListener(ItemListener) - Method in class org.knime.core.node.util.ColumnSelectionPanel
-
Removes an item listener to the underlying combo box.
- removeKeysWithColumns(Collection<DBColumn>) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
-
Removes all keys that contain at least one column from the column collections
- removeLastContext() - Static method in class org.knime.core.node.workflow.NodeContext
-
Removes the top-most context from the context stack.
- removeListener(MemoryAlertListener) - Method in class org.knime.core.data.util.memory.MemoryAlertSystem
-
Removes a registered listener,
- removeListener(MemoryWarningSystem.MemoryWarningListener) - Method in class org.knime.core.data.util.memory.MemoryWarningSystem
-
Deprecated.
Remove registered Listener
- removeListener(WorkflowListener) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Remove listener.
- removeLoopEndStateChangeListener(ParallelizedChunkContentMaster) - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
-
- removeMemoryReleaseable(MemoryReleasable) - Method in class org.knime.core.data.util.memory.MemoryObjectTracker
-
Deprecated.
- removeMessageListener(NodeMessageListener) - Method in class org.knime.core.node.Node
-
Removes a state listener from this node.
- removeMouseListener(Class<? extends PlotterMouseListener>) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
If one of the default mouse modes (selection, zooming, moving) should not
be available, use this method to remove it.
- removeNode(NodeID) - Method in class org.knime.core.node.workflow.Workflow
-
Remove given node.
- removeNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Remove node if possible.
- removeNodeMessageListener(NodeMessageListener) - Method in class org.knime.core.node.workflow.NodeContainer
-
- removeNodeProgressListener(NodeProgressListener) - Method in class org.knime.core.node.workflow.NodeContainer
-
- removeNodePropertyChangedListener(NodePropertyChangedListener) - Method in class org.knime.core.node.workflow.NodeContainer
-
- removeNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.node.workflow.NodeContainer
- removeNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.node.workflow.NodeContainerOutPort
- removeNodeStateChangeListener(NodeStateChangeListener) - Method in interface org.knime.core.node.workflow.NodeContainerStateObservable
-
- removeNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
- removeNotify() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
- removeOutputTablesFromGlobalRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.node.Node
-
- removePanel(int) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
-
- removeProgressListener(NodeProgressListener) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
-
Removes the given listener from the list and will therefore no longer
receive progress events.
- removeProgressListener(NodeProgressListener) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
-
Must not be called.
- removeProgressListener(NodeProgressListener) - Method in interface org.knime.core.node.NodeProgressMonitor
-
Removes the given listener from the list and will therefore no longer
receive progress events.
- removeProgressListener(ConnectionProgressListener) - Method in class org.knime.core.node.workflow.ConnectionContainer
-
Removes a listener from the list of registered progress listeners.
- removeProgressListener(NodeProgressListener) - Method in class org.knime.core.util.ProgressMonitorAdapter
-
Removes the given listener from the list and will therefore no longer
receive progress events.
- removeProject(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Remove a project - the same as remove node but we make sure it really
looks like a project (i.e.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.knime.core.node.tableview.TableContentModel
-
Removes a listener from this instance.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.knime.core.node.tableview.TableContentModel
-
Removes a listener from this instance.
- removeQuotePattern(String, String) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
Removes the Quote object with the specified patterns from the list of
defined quotes.
- removeRange(int, int) - Method in class org.knime.core.node.util.FilterableListModel
- removeRowDelimiter(String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Removes the row delimiter with the specified pattern.
- RemoveRowMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
-
Removes a row if it has a missing value in the column this handler is configured for.
- RemoveRowMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandler
-
- RemoveRowMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
-
Creates a handler that removes rows with a missing value in the column it is configured for.
- RemoveRowMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory
-
- removeRows(int[]) - Method in interface org.knime.core.node.util.ConfigTableModel
-
Remove rows defined by the given indices.
- removeRows(int[]) - Method in class org.knime.core.node.util.DefaultConfigTableModel
-
Remove rows defined by the given indices.
- removeSearchListener(ColumnSelectionSearchableListPanel.SearchListener) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
-
- removeSelectionInterval(int, int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
- removeSorting(String) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
-
Removes the stored sorting and created values for the given column.
- removeTab(String) - Method in class org.knime.core.node.NodeDialogPane
-
Removes the tab and its component specified by the title
from the tabbed pane.
- removeTableModelListener(TableModelListener) - Method in interface org.knime.core.node.tableview.TableContentInterface
-
Removes a listener from the list that is notified each time a
change to the data model occurs.
- removeToHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.property.hilite.HiLiteManager
-
Removes the given target HiLiteHandler from the list of
registered hilite handlers and removes the private target listener from
if the list of hilit keys is empty.
- removeToHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.property.hilite.HiLiteTranslator
-
Removes the given target HiLiteHandler from the list of
registered hilite handlers and removes the private target listener from
if the list of hilite keys is empty.
- removeType(JRadioButton) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Remove the type to the given radio button.
- removeUIInformationListener(NodeUIInformationListener) - Method in class org.knime.core.node.workflow.Annotation
-
- removeUIInformationListener(ConnectionUIInformationListener) - Method in class org.knime.core.node.workflow.ConnectionContainer
-
Remove a registered listener from the listener list.
- removeUIInformationListener(NodeUIInformationListener) - Method in class org.knime.core.node.workflow.NodeContainer
-
- removeUpdate(DocumentEvent) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
- removeWaitingLoopHeadNode(FlowObject) - Method in class org.knime.core.node.workflow.NodeContainer
-
Remove element from list of waiting loops.
- removeWarningListener(NodeModelWarningListener) - Method in class org.knime.core.node.NodeModel
-
Removes a warning listener from this node.
- removeWorkflowVariable(String) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Remove workflow variable of given name.
- removeWriter(Writer) - Static method in class org.knime.core.node.NodeLogger
-
Removes the previously added
Writer from the logger.
- remSelPosValues() - Method in class org.knime.base.node.io.filereader.DomainDialog
-
Called when user pressed "Remove" to remove selected item from the list of possible values.
- rename(String) - Method in class org.knime.core.internal.ReferencedFile
-
Renames this (base) element as an atomic operation.
- RenameColumnPanel - Class in org.knime.base.node.preproc.rename
-
The panel for a rename configuration.
- RenameColumnPanel(RenameColumnSetting, DataColumnSpec, boolean) - Constructor for class org.knime.base.node.preproc.rename.RenameColumnPanel
-
- RenameColumnSetting - Class in org.knime.base.node.preproc.rename
-
Helper class that combines settings as to what should be happen with one column.
- RenameColumnSetting(String) - Constructor for class org.knime.base.node.preproc.rename.RenameColumnSetting
-
Inits a settings object for a given column.
- RenameColumnSetting(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.rename.RenameColumnSetting
-
Constructor being used in the NodeModel's configure method (for validation) and in the NodeDialog (DataTableSpec
used to init default values like possible types).
- RenameConfiguration - Class in org.knime.base.node.preproc.rename
-
Column rename configuration class.
- RenameConfiguration() - Constructor for class org.knime.base.node.preproc.rename.RenameConfiguration
-
Constructor with an empty column map.
- RenameConfiguration(NodeSettingsRO) - Constructor for class org.knime.base.node.preproc.rename.RenameConfiguration
-
- RenameNodeDialogPane - Class in org.knime.base.node.preproc.rename
-
Dialog for the renaming node.
- RenameNodeDialogPane() - Constructor for class org.knime.base.node.preproc.rename.RenameNodeDialogPane
-
Constructs new dialog, inits members.
- RenameNodeDialogPane(boolean) - Constructor for class org.knime.base.node.preproc.rename.RenameNodeDialogPane
-
Constructs new dialog, inits members.
- RenameNodeFactory - Class in org.knime.base.node.preproc.rename
-
NodeFactory implementation for the renaming node.
- RenameNodeFactory() - Constructor for class org.knime.base.node.preproc.rename.RenameNodeFactory
-
- RenameNodeModel - Class in org.knime.base.node.preproc.rename
-
NodeModel implementation for the renaming node.
- RenameNodeModel() - Constructor for class org.knime.base.node.preproc.rename.RenameNodeModel
-
- renameTab(String, String) - Method in class org.knime.core.node.NodeDialogPane
-
Changes the name of an existing tab.
- renameWorkflowDirectory(String) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Renames the underlying workflow directory to the new name.
- renderComponent(DefaultTableCellRenderer, R) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationFunctionRowTableCellRenderer.ValueRenderer
-
- renderComponent(DefaultTableCellRenderer, AggregationMethodDecorator) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationMethodDecoratorTableCellRenderer.ValueRenderer
-
Deprecated.
- repaint(int, int, int, int) - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
- repaint(Rectangle) - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
- repaint() - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
- repaint(long, int, int, int, int) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
-
Overridden for performance reasons.
- repaint(Rectangle) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
-
Overridden for performance reasons.
- repaint() - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
-
Overridden for performance reasons.
- repairMinMax(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
Minimum and maximum are adapted to the (new) value.
- REPL_OPTIONS - Static variable in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
-
Replacement options: LEFT_VALUE, RIGHT_VALUE, MISSING, and USER_DEFINED.
- replace(CellFactory, String) - Method in class org.knime.core.data.container.ColumnRearranger
-
Replaces a single column.
- replace(CellFactory, int...) - Method in class org.knime.core.data.container.ColumnRearranger
-
Replaces a set of columns.
- REPLACE_ROWKEY - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
The name of the settings tag which holds the boolean if the user
wants to replace the row key with values of the selected column.
- replaceAllOccurrences() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
-
Returns if the whole string or all occurrences of the pattern should be
replaced.
- replaceAllOccurrences(boolean) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
-
Sets if the whole string or all occurrences of the pattern should be
replaced.
- replaceAndQuote(String) - Method in class org.knime.base.node.io.csvwriter.CSVWriter
-
Replaces the quote end pattern contained in the string and puts quotes
around the string.
- replaceChild(DecisionTreeNode, DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
-
Replace the given child by the new given one.
- ReplaceColumn - Class in org.knime.base.node.parallel.appender
-
- ReplaceColumn(int) - Constructor for class org.knime.base.node.parallel.appender.ReplaceColumn
-
Creates a column destination that replaces a column.
- replaceColumn(int, DataColumnSpec) - Method in class org.knime.core.data.DataTableSpecCreator
-
Replaces an existing column with a new column.
- replaceColumnName(String) - Method in class org.knime.core.node.port.database.DatabaseHelper
-
- ReplacedCellFactory - Class in org.knime.base.data.replace
-
- ReplacedCellFactory() - Constructor for class org.knime.base.data.replace.ReplacedCellFactory
-
- ReplacedCellsFactory - Interface in org.knime.base.data.replace
-
Factory that is used to compute replacing cells in a DataTable that modifies
one or more columns of a given input table.
- ReplacedColumnsDataRow - Class in org.knime.base.data.replace
-
- ReplacedColumnsDataRow(DataRow, DataCell[], int[]) - Constructor for class org.knime.base.data.replace.ReplacedColumnsDataRow
-
Creates a new replaced column row.
- ReplacedColumnsDataRow(DataRow, DataCell, int) - Constructor for class org.knime.base.data.replace.ReplacedColumnsDataRow
-
Convenience constructor that replaces one cell only.
- ReplacedColumnsRowIterator - Class in org.knime.base.data.replace
-
- ReplacedColumnsRowIterator(RowIterator, ReplacedCellsFactory, DataType[], int[]) - Constructor for class org.knime.base.data.replace.ReplacedColumnsRowIterator
-
Creates a new replaced column iterator.
- ReplacedColumnsTable - Class in org.knime.base.data.replace
-
Tables that replaces the values in a given column by other values.
- ReplacedColumnsTable(DataTable, DataColumnSpec, int, ReplacedCellFactory) - Constructor for class org.knime.base.data.replace.ReplacedColumnsTable
-
Creates a new replaced column table with one replaced column.
- ReplacedColumnsTable(DataTable, DataColumnSpec[], int[], ReplacedCellsFactory) - Constructor for class org.knime.base.data.replace.ReplacedColumnsTable
-
Creates a new replaced column table with several replaced columns.
- replaceLast(DataCell) - Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator.InternalIterator
-
Called by DataContainer Buffer to replace the contained data cell by a address-corrected blob wrapper.
- replaceLastReturnedWithWrapperCell(DataCell) - Method in interface org.knime.core.data.collection.BlobSupportDataCellIterator
-
Replaces the last returned element with a wrapper cell that contains additional information.
- replaceLastReturnedWithWrapperCell(DataCell) - Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
-
Replaces the last returned element with a wrapper cell that contains additional information.
- replaceListItems(DataType) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
-
- replaceListItems(AggregationMethod, AggregationMethod...) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
-
- replaceListItems(Collection<FlowVariable>, String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
-
Replaces the list of selectable flow variables in the component.
- replaceListItems(Collection<String>, String...) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
-
Replaces the list of selectable strings in the component.
- replaceListItems(StringIconOption[], String...) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
-
Replaces the list of selectable options in the component.
- replaceListItems(Collection<String>, String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
-
Replaces the list of selectable strings in the component.
- replaceListItems(StringIconOption[], String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
-
Replaces the list of selectable strings in the component.
- replacement() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
-
Returns the replacement text.
- replacement(String) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
-
Sets the replacement text.
- replaceSeparator(String) - Method in class org.knime.base.node.io.csvwriter.CSVWriter
-
Derives a string from the input string that has all appearances of the
separator replaced with the specified replacer string.
- replaceSeparatorInStrings() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- replaceTypeOfColumn(int, DataType) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
-
Replaces the type of an already found column.
- requestFocus() - Method in class org.knime.core.node.util.FilesHistoryPanel
- requestHiLite(ListSelectionModel) - Method in class org.knime.core.node.tableview.TableContentModel
-
HiLites all rows that are selected according to the given
selection model.
- requestResetHiLite() - Method in class org.knime.core.node.tableview.TableContentModel
-
Resets the hiliting of all keys by invoking the reset method in
the HiLiteHandler.
- requestSort(int, JComponent) - Method in class org.knime.core.node.tableview.TableContentModel
-
Deprecated.
- requestSort(int, JComponent, TableSortOrder.TableSortKey) - Method in class org.knime.core.node.tableview.TableContentModel
-
Sorts the table according the argument column.
- requestSort(JComponent) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
-
Request sort according to column header in associated content table.
- requestUnHiLite(ListSelectionModel) - Method in class org.knime.core.node.tableview.TableContentModel
-
"Unhilites" all rows that are selected according to the given
selection model.
- reset() - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.data.aggregation.AggregationOperator
-
Should reset the operator to the start values.
- reset() - Method in class org.knime.base.data.aggregation.ColumnAggregator
-
Removes any cached operators.
- reset() - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.image.ImageToTableNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
-
Ignored.
- reset() - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.database.DBNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.database.DBReaderNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.database.DBUpdateNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.database.DBWriterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- reset() - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
Reset the trained model.
- reset() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
-
Called if the algorithms starts a new run overall input pattern; some
variables might need to be reset.
- reset() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
-
Resets core value of all dimensions to the initial anchor value.
- reset() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
-
Method is empty.
- reset() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
-
Resets all internal data.
- reset() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
-
Clears the model.
- reset() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
Resets all internal data.
- reset() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ParallelProcessing
-
Sets the number of current threads to 1.
- reset() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.knn.KnnNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.mds.MDSManager
-
Clears the Hashtable containing the high and the
corresponding low dimensional data points.
- reset() - Method in class org.knime.base.node.mine.mds.MDSNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
-
Clears the Hashtable containing the high and the
corresponding low dimensional data points.
- reset() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.pca.PCANodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
Resets all internal data.
- reset() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
Resets the SotaManager.
- reset() - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.sota.SotaNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
-
- reset() - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
-
Resets all internal data.
- reset() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
-
Reset all local data which depends on the input data provided by the data
provider.
- reset() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
-
Resets all internal data.
- reset() - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
Nothing to do.
- reset() - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
-
Nothing to do.
- reset() - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.rank.DenseRankAssigner
- reset() - Method in class org.knime.base.node.preproc.rank.OrdinalRankAssigner
- reset() - Method in interface org.knime.base.node.preproc.rank.RankAssigner
-
- reset() - Method in class org.knime.base.node.preproc.rank.RankNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.rank.StandardRankAssigner
- reset() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
-
Resets all internal data.
- reset() - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.rules.RuleEngineNodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.switches.endif.EndifNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
- reset() - Method in class org.knime.base.node.util.BufferedFileReader
- reset() - Method in class org.knime.base.node.util.cache.CacheNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.util.ExpandVectorNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.util.sendmail.SendMailNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
Resets the Histogram data, the listener and display settings.
- reset() - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
-
Resets the internal values of the histogram drawing pane to their default
values.
- reset() - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.pie.impl.PieDrawingPane
-
Resets the drawing pane.
- reset() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
-
Reset all local data which depends on the input data provided by the data
provider.
- reset() - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
Reset all local data which depends on the input data provided by the data
provider.
- reset() - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
-
Reset all local data which depends on the input data provided by the data
provider.
- reset() - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
-
Reset all local data which depends on the input data provided by the data
provider.
- reset() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
-
Reset all local data which depends on the input data provided by the data
provider.
- reset() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
-
Resets the visual model and repaints.
- reset() - Method in class org.knime.base.node.viz.plotter.line.LinePlotter
-
Sets color mapping and column selection to null.
- reset() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
-
Sets the input data null.
- reset() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
-
Sets the axes, the selected data points, the selected columns and the
calculated lines
null, triggers a repaint in the
.ParallelCoordinateDrawingPane.
- reset() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
-
- reset() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter
-
Resets the selected columns.
- reset() - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.roc.ROCNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.viz.table.TableNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.core.data.container.DCObjectInputStream
- reset() - Method in class org.knime.core.data.container.LongUTFDataInputStream
- reset() - Method in class org.knime.core.data.util.NonClosableInputStream
- reset() - Method in class org.knime.core.node.DefaultNodeProgressMonitor
-
Resets this monitor.
- reset() - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
-
Reset progress, message and cancel flag.
- reset() - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
-
Resets the status of the Node to paused and not finished so it can be
triggered to start again.
- reset() - Method in class org.knime.core.node.missing.MissingNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.core.node.Node
-
Resets this node without re-configuring it.
- reset() - Method in class org.knime.core.node.NodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in interface org.knime.core.node.NodeProgressMonitor
-
Reset progress, message and cancel flag.
- reset() - Method in class org.knime.core.node.NoSettingsNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.core.node.tableview.FindPosition
-
Reset position to row 0.
- reset - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
-
If the workflow should be reset prior to execution.
- reset() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
Override this function in the derived model and reset your
NodeModel.
- reset() - Method in class org.knime.core.util.ProgressMonitorAdapter
-
Reset progress, message and cancel flag.
- resetAll() - Method in class org.knime.core.node.workflow.WorkflowManager
-
- resetAllNodesInWFM() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Reset all nodes in this workflow.
- resetAllViews() - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
-
Called when the underlying node is reset.
- resetAllViews() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
-
Called when the underlying node is reset.
- resetAndConfigureAll() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Resets and freshly configures all nodes in this workflow.
- resetAndConfigureLoopBody() - Method in class org.knime.core.node.Node
-
- resetAndConfigureLoopBody() - Method in class org.knime.core.node.NodeModel
-
Informs WorkflowManager if the nodes inside the loop (= the loop
body) have to be reset & configured inbetween iterations.
- resetAndConfigureLoopBody() - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
- resetAndConfigureNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Reset node and all executed successors of a specific node and
launch configure storm.
- resetAndConfigureNodeAndSuccessors(NodeID, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Reset node and all executed successors of a specific node and
launch configure storm.
- resetAndReconfigureAllNodesInWFM() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Reset all executed nodes in this workflow to make sure that new
workflow variables are spread accordingly.
- resetColorInformation() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
-
Clean all color information in the entire tree.
- resetColorInformation() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
Clean all color information in this node and all children.
- resetCore() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
Resets the core to the current anchor.
- resetCore() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.TriangleMembershipFunction
-
We don't have a real core for triangle membership functions.
- resetCoveredPattern() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
-
Resets all covered pattern.
- resetDateFields(Calendar) - Static method in class org.knime.core.data.date.DateAndTimeCell
-
- resetHaltedSubnode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Called by the wizard execution prior setting new values into an executed subnode.
- resetHiding() - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Re-adds all remove/hidden columns to the exclude list.
- resetHiding() - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Re-adds all remove/hidden names to the exclude list.
- resetHilite() - Method in class org.knime.base.node.viz.table.TableNodeView
-
Resets hiliting in the hilite handler.
- resetHilite() - Method in class org.knime.core.node.tableview.TableContentView
-
Requests to the HiLiteHandler that the hilite status of
all rows is reset.
- resetHilite() - Method in class org.knime.core.node.tableview.TableView
-
Sends a request to the content table to reset (unhilite) all rows.
- resetHistogramVizModel() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
This method is called when ever something basic has changed.
- resetInfoMsg() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
-
Resets the information message.
- resetIntern() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
-
- resetInternal() - Method in class org.knime.base.data.aggregation.AggregationOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorIntersectionOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorNotSetCountOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorSetCountOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorUnionOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorXOrOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.booleancell.FalseCountOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.booleancell.TrueCountOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.collection.AndElementOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.collection.ElementCountOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.collection.OrElementOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.collection.XORElementOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.date.DateMeanOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.date.MedianDateOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.deprecated.AndElementOperator
-
Deprecated.
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
-
Deprecated.
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.deprecated.SumOperator
-
Deprecated.
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateOperator
-
Deprecated.
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateWithCountOperator
-
Deprecated.
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.general.ConcatenateOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.general.CountOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.general.FirstOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.general.LastOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.general.ListCellOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.general.MaxOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.general.MinOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.general.MissingValueCountOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.general.ModeOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.general.SetCellOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateWithCountOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.numerical.ProductOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.numerical.RangeOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.numerical.StorelessUnivariantStatisticOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.numerical.StoreResizableDoubleArrayOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.numerical.SumOperator
-
Should reset the operator to the start values.
- resetInternal() - Method in class org.knime.base.data.aggregation.numerical.VarianceOperator
-
Should reset the operator to the start values.
- resetJobManagerViews() - Method in class org.knime.core.node.workflow.NodeContainer
-
Must be called when the node is reset.
- resetMissing(DataCell) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
-
- resetMissingValueRenderer() - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
-
Since all the methods
DefaultDataValueRenderer.getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int)
DefaultDataValueRenderer.getTableMissingValueRendererComponent(JTable, Object, boolean, boolean, int, int) etc.
- resetModel() - Method in class org.knime.core.node.NodeModel
-
Invokes the abstract #reset() method of the derived model.
- resetName() - Method in class org.knime.base.data.aggregation.NamedAggregationOperator
-
Resets the name to the default name.
- resetNode() - Method in class org.knime.core.node.workflow.NodeTimer
-
- resetNodesInWFMConnectedToInPorts(Set<Integer>) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Reset all nodes in this workflow that are connected to the given
inports.
- resetPieData() - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
-
Resets the implementation internal data.
- resetPieData() - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
-
Resets the implementation internal data.
- resetPieData() - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
-
Resets the implementation internal data.
- resetSuccessors(NodeID, int) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Reset successors of a node connected to a specific out port.
- resetTimeFields(Calendar) - Static method in class org.knime.core.data.date.DateAndTimeCell
-
- resetToDefault() - Method in class org.knime.core.util.tokenizer.Tokenizer
-
Resets the tokenizer to its default behavior, which is:
No comments are supported,
No quoted strings are supported,
No line continuation is supported, and
No token delimiter is set (only EOF - i.e.
- resetType() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionComboBox
-
Resets the type to force an update aggregation method options the user can select from.
- resetVizModel() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
-
Resets the visualization model.
- resolveClass(ObjectStreamClass) - Method in class org.knime.core.data.container.PriorityGlobalObjectInputStream
-
Returns the Class for the given ObjectStreamClass which is
initialized by the GlobalClassCreator or - if this fails -
by the super class.
- resolveClass(ObjectStreamClass) - Method in class org.knime.core.eclipseUtil.GlobalObjectInputStream
-
Returns the Class for the given ObjectStreamClass which is
initialized by the GlobalClassCreator or - if this fails -
by the super class.
- resolveEntity(String, String) - Method in class org.knime.core.node.config.base.XMLConfigEntityResolver
- resolveEntity(String, String) - Method in class org.knime.core.node.config.base.XMLContentHandler
- resolvePath(Path, String) - Static method in class org.knime.core.util.PathUtils
-
This method does the same as
Path.resolve(String) except that it handles the case when the child path
starts with a separator.
- ResolverUtil - Class in org.knime.core.util.pathresolve
-
Utility class for resolving URIs (e.g.
- ResolverUtil() - Constructor for class org.knime.core.util.pathresolve.ResolverUtil
-
- resolveToFile(URI) - Method in interface org.knime.core.util.pathresolve.URIToFileResolve
-
Resolves the given URI into a local file.
- resolveToFile(URI, IProgressMonitor) - Method in interface org.knime.core.util.pathresolve.URIToFileResolve
-
Resolves the given URI into a local file.
- resolveToLocalOrTempFile(URI) - Method in interface org.knime.core.util.pathresolve.URIToFileResolve
-
Resolves the given URI into a local file.
- resolveToLocalOrTempFile(URI, IProgressMonitor) - Method in interface org.knime.core.util.pathresolve.URIToFileResolve
-
Resolves the given URI into a local file.
- resolveToPath(URL) - Static method in class org.knime.core.util.FileUtil
-
Tries to resolve the given URL into a local path.
- resolveURItoLocalFile(URI) - Static method in class org.knime.core.internal.CorePlugin
-
- resolveURItoLocalFile(URI) - Static method in class org.knime.core.util.pathresolve.ResolverUtil
-
Fetches a service implementing the
URIToFileResolve interface and
returns the resolved file.
- resolveURItoLocalFile(URI, IProgressMonitor) - Static method in class org.knime.core.util.pathresolve.ResolverUtil
-
Fetches a service implementing the
URIToFileResolve interface and
returns the resolved file.
- resolveURItoLocalOrTempFile(URI) - Static method in class org.knime.core.internal.CorePlugin
-
- resolveURItoLocalOrTempFile(URI) - Static method in class org.knime.core.util.pathresolve.ResolverUtil
-
Fetches a service implementing the
URIToFileResolve interface and
returns the resolved file.
- resolveURItoLocalOrTempFile(URI, IProgressMonitor) - Static method in class org.knime.core.util.pathresolve.ResolverUtil
-
Fetches a service implementing the
URIToFileResolve interface and
returns the resolved file.
- ResortedCellsRow - Class in org.knime.base.data.append.row
-
Deprecated.
- ResortedCellsRow(DataRow, int[]) - Constructor for class org.knime.base.data.append.row.ResortedCellsRow
-
Deprecated.
Creates new row with row as underlying base row and
sort the new sorting scheme.
- ResortedCellsRow - Class in org.knime.core.data.append
-
A row that takes a base row and re-sorts the cells in it according to an
int[] parameter passed in the constructor.
- ResortedCellsRow(DataRow, int[]) - Constructor for class org.knime.core.data.append.ResortedCellsRow
-
Creates new row with row as underlying base row and
sort the new sorting scheme.
- resource(URL) - Method in class org.knime.core.node.dialog.ExternalNodeData.ExternalNodeDataBuilder
-
Sets the URL to the external resource.
- restore(String, UUID, WorkflowFileStoreHandlerRepository, File) - Static method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
-
- RestoredFlowLoopContext() - Constructor for class org.knime.core.node.workflow.FlowLoopContext.RestoredFlowLoopContext
-
- restoreIntoMemory() - Method in class org.knime.core.data.container.Buffer
-
Restore content of this buffer into main memory (using a collection implementation).
- restoreIntoMemory() - Method in class org.knime.core.data.container.ContainerTable
-
Instruct the underlying buffer to cache the rows into main
memory to accelerate future iterations.
- restoreWarningMessage(String) - Method in class org.knime.core.node.NodeModel
-
Method being called when node is restored.
- RESULT_DIMENSIONS - Static variable in class org.knime.base.node.mine.pca.PCAReverseNodeModel
-
Config key, for the number of dimensions the original data is reduced to.
- resumeLoopExecution(NodeContainer, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Resume operation of a paused loop.
- retainAll(Collection<?>) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- retainOnlyAttributeValues(Set<String>) - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
-
- retainOnlyAttributeValues(Set<String>) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- retainOnlyAttributeValues(Set<String>) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
-
- retainOnlyAttributeValues(Set<String>) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
-
- retainOnlyAttributeValuesInChild(int, Set<String>) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
Removes attribute values from the set of nominal attributes this child
is testing for.
- retainOnlyAttributeValuesInChild(int, Set<String>) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
-
Removes attribute values from the set of nominal attributes this child
is testing for.
- retrieveFileStoreHandlerFrom(FileStoreKey, FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.FileStoreCell
-
- retrieveFileStoreHandlerFrom(List<FileStoreKey>, FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.FileStorePortObject
-
- retrieveFileStoreHandlerFrom(FileStoreCell, FileStoreKey, FileStoreHandlerRepository) - Static method in class org.knime.core.data.filestore.FileStoreUtil
-
- retrieveFileStoreHandlerFrom(FileStorePortObject, List<FileStoreKey>, FileStoreHandlerRepository) - Static method in class org.knime.core.data.filestore.FileStoreUtil
-
- retrieveFileStoreHandlerFrom(FileStoreKey, FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.internal.FileStoreProxy
-
- retrieveFileStoreHandlers(FileStorePortObject, FileStorePortObject, IWriteFileStoreHandler) - Static method in class org.knime.core.data.filestore.FileStoreUtil
-
- returnAsSeparateToken() - Method in class org.knime.core.util.tokenizer.Comment
-
- returnAsToken() - Method in class org.knime.core.util.tokenizer.Delimiter
-
- REV - Static variable in class org.knime.core.node.KNIMEConstants
-
KNIME's revision number.
- revalidate() - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
- revalidate() - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
-
Overridden for performance reasons.
- revalidateTable() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Revalidates table
- REVERSE_TRIANGLE - Static variable in class org.knime.core.data.property.ShapeFactory
-
Name of and key for the reverse triangle.
- revertOperatorNames(int[]) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationTableModel
-
- revertSelectedMethodsNames() - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
-
Reverts the name of all selected methods to their default name.
- RIGHT - Static variable in class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
-
Use interval of the right of the border.
- RIGHT - Static variable in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
-
Right/open or left/closed interval bracket.
- RIGHT_PARTITION - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalBinary
-
index for right partition of a binary nominal split.
- rightBoundIncluded() - Method in class org.knime.core.data.def.IntervalCell
- rightBoundIncluded() - Method in interface org.knime.core.data.IntervalValue
-
- rightCoreLoss(double, MembershipFunction) - Method in interface org.knime.base.node.mine.bfn.fuzzy.shrink.Shrink
-
rightCoreLoss(.).
- rightCoreLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeAnchorBasedShrink
-
rightCoreLoss(.).
- rightCoreLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
-
rightCoreLoss(.).
- rightCoreLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeRuleBasedShrink
-
rightCoreLoss(.).
- rightSuppLoss(double, MembershipFunction) - Method in interface org.knime.base.node.mine.bfn.fuzzy.shrink.Shrink
-
rightSuppLoss(.).
- rightSuppLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeAnchorBasedShrink
-
rightSuppLoss(.).
- rightSuppLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
-
rightSuppLoss(.).
- rightSuppLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeRuleBasedShrink
-
- ROCCalculator - Class in org.knime.base.node.viz.roc
-
- ROCCalculator(List<String>, String, int, String) - Constructor for class org.knime.base.node.viz.roc.ROCCalculator
-
Instantiates the ROCCalculator.
- ROCCurve - Class in org.knime.base.node.viz.roc
-
Small container class for a single ROC curve.
- ROCCurve(String, double[], double[], double, int) - Constructor for class org.knime.base.node.viz.roc.ROCCurve
-
Creates a new ROC curve container.
- ROCCurve() - Constructor for class org.knime.base.node.viz.roc.ROCCurve
-
- ROCNodeDialog - Class in org.knime.base.node.viz.roc
-
This dialog lets the user set the necessary values for drawing ROC curves.
- ROCNodeDialog() - Constructor for class org.knime.base.node.viz.roc.ROCNodeDialog
-
Creates a new dialog.
- ROCNodeFactory - Class in org.knime.base.node.viz.roc
-
This factory creates all necessary classes for the ROC curve node.
- ROCNodeFactory() - Constructor for class org.knime.base.node.viz.roc.ROCNodeFactory
-
- ROCNodeModel - Class in org.knime.base.node.viz.roc
-
This model prepares the data for the ROC curve view.
- ROCNodeModel() - Constructor for class org.knime.base.node.viz.roc.ROCNodeModel
-
Creates a new model for the enrichment plotter node.
- ROCNodeView - Class in org.knime.base.node.viz.roc
-
This view show one or more ROC curves that were pre-calculated in the model.
- ROCNodeView(ROCNodeModel) - Constructor for class org.knime.base.node.viz.roc.ROCNodeView
-
Creates a new ROC curve view.
- ROCSettings - Class in org.knime.base.node.viz.roc
-
This class holds the settings for the ROC curve view.
- ROCSettings() - Constructor for class org.knime.base.node.viz.roc.ROCSettings
-
- ROCView - Class in org.knime.base.node.mine.scorer.accuracy
-
Deprecated.
- ROCView(AccuracyScorerNodeModel) - Constructor for class org.knime.base.node.mine.scorer.accuracy.ROCView
-
Deprecated.
Creates a new view that plots a ROC curve.
- ROOT - Static variable in class org.knime.core.node.workflow.WorkflowManager
-
The root of everything, a workflow with no in- or outputs.
- ROOTID - Static variable in class org.knime.core.node.workflow.NodeID
-
Root node ID, all nodeID will derive from this instance.
- rootMatches() - Method in class org.knime.core.data.xml.io.LimitedXPathMatcher
-
Returns true when the xpath matches the root node '/'.
- ROTATE_DEFAULT - Static variable in class org.knime.core.node.util.VTextIcon
-
Deprecated.
Do not specify rotation, select it.
- ROTATE_LEFT - Static variable in class org.knime.core.node.util.VTextIcon
-
Deprecated.
Rotate left.
- ROTATE_NONE - Static variable in class org.knime.core.node.util.VTextIcon
-
Deprecated.
Do not rotate.
- ROTATE_RIGHT - Static variable in class org.knime.core.node.util.VTextIcon
-
Deprecated.
Rotate right.
- rotateLabels(CoordinateMapping[], int, FontMetrics) - Static method in class org.knime.base.node.viz.plotter.LabelPaintUtil
-
Returns true if any label is too long to be displayed in the available
space.
- rotateLabels(List<String>, int, FontMetrics) - Static method in class org.knime.base.node.viz.plotter.LabelPaintUtil
-
Returns true if any label is too long to be displayed in the available
space.
- ROUND_ERROR_OK - Static variable in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
-
Values smaller than this are considered to be 0, used to avoid
round-off errors.
- RoundDoubleCellFactory - Class in org.knime.base.node.preproc.rounddouble
-
Creating data cells containing the rounded values.
- RoundDoubleCellFactory(int, NumberMode, RoundingMode, RoundDoubleConfigKeys.RoundOutputType, int[], DataColumnSpec[]) - Constructor for class org.knime.base.node.preproc.rounddouble.RoundDoubleCellFactory
-
Creates instance of RoundDoubleCellFactory with specified precision.
- RoundDoubleConfigKeys - Class in org.knime.base.node.preproc.rounddouble
-
- RoundDoubleConfigKeys.RoundOutputType - Enum in org.knime.base.node.preproc.rounddouble
-
- RoundDoubleNodeDialog - Class in org.knime.base.node.preproc.rounddouble
-
Creates the dialog of the round double node and provides static methods which create the necessary settings models.
- RoundDoubleNodeDialog() - Constructor for class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
-
Creates new instance of RoundDoubleNodeDialog.
- RoundDoubleNodeFactory - Class in org.knime.base.node.preproc.rounddouble
-
- RoundDoubleNodeFactory() - Constructor for class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeFactory
-
- RoundDoubleNodeModel - Class in org.knime.base.node.preproc.rounddouble
-
The node model of the round double node.
- RoundDoubleNodeModel() - Constructor for class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
-
Creates new instance of RoundDoubleNodeModel.
- ROUNDING_FACTOR - Static variable in class org.knime.base.node.viz.plotter.box.Box
-
Constant for the rounding of the values shown in tooltip.
- ROUNDING_MODE - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys
-
The configuration key for the specified rounding mode.
- ROUNDING_MODES - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
-
Possible rounding modes.
- ROW_KEY_COL_NAME - Static variable in class org.knime.core.node.util.ColumnPairsSelectionPanel
-
Name of the row key column in the dialog.
- ROW_KEY_IDENTIFIER - Static variable in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Internally used row key identifier.
- ROW_KEY_SELECT_OPTIONS - Static variable in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
-
- RowAppender - Interface in org.knime.core.data.container
-
This is a very simple interface that allows adding DataRows to
a DataTable, DataContainer, or anything else.
- RowByColumnComparator - Class in org.knime.base.node.viz.histogram.impl.interactive
-
Comparator used to sort
DataRows by the value of the row with the
given index.
- RowByColumnComparator(int, DataValueComparator) - Constructor for class org.knime.base.node.viz.histogram.impl.interactive.RowByColumnComparator
-
Constructor for class RowByColumnComparator.
- RowCounterThread - Class in org.knime.core.node.tableview
-
Low priority thread, which counts rows in a table as background process.
- RowCounterThread(TableContentModel) - Constructor for class org.knime.core.node.tableview.RowCounterThread
-
Creates a new thread for the table as given in the argument.
- RowDistanceManager - Interface in org.knime.base.node.mine.mds.distances
-
Provides distances between two data rows.
- RowElement - Class in org.knime.base.node.io.database.tablecreator.util
-
Abstract class of a row element in the table
- RowElement(String) - Constructor for class org.knime.base.node.io.database.tablecreator.util.RowElement
-
Creates a new instance of RowElement
- RowElement(String, NodeSettingsRO) - Constructor for class org.knime.base.node.io.database.tablecreator.util.RowElement
-
Creates a new instance of RowElement
- RowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
-
- RowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
-
Deprecated.
- RowFilter2PortNodeDialog - Class in org.knime.base.node.preproc.filter.row
-
- RowFilter2PortNodeDialog() - Constructor for class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeDialog
-
- RowFilter2PortNodeFactory - Class in org.knime.base.node.preproc.filter.row
-
- RowFilter2PortNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
-
- RowFilter2PortNodeModel - Class in org.knime.base.node.preproc.filter.row
-
Model of a node filtering rows.
- RowFilter2PortNodeModel() - Constructor for class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
-
Creates a new Row Filter Node Model.
- RowFilterFactory - Class in org.knime.base.node.preproc.filter.row.rowfilter
-
- RowFilterIterator - Class in org.knime.base.node.preproc.filter.row
-
Row iterator of the row filter table.
- RowFilterIterator(DataTable, RowFilter, ExecutionMonitor) - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterIterator
-
- RowFilterIterator(DataTable, RowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterIterator
-
- RowFilterIterator(DataTable, IRowFilter, ExecutionMonitor) - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterIterator
-
Creates a new row iterator wrapping an existing one and delivering only
rows that match the specified conditions.
- RowFilterIterator(DataTable, AbstractRowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterIterator
-
Creates a new row iterator wrapping an existing one and delivering only
rows that match the specified conditions.
- RowFilterIterator.RuntimeCanceledExecutionException - Exception in org.knime.base.node.preproc.filter.row
-
- RowFilterNodeDialogPane - Class in org.knime.base.node.preproc.filter.row
-
- RowFilterNodeDialogPane() - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterNodeDialogPane
-
Creates a new panel for the row filter node dialog.
- RowFilterNodeFactory - Class in org.knime.base.node.preproc.filter.row
-
- RowFilterNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
-
- RowFilterNodeModel - Class in org.knime.base.node.preproc.filter.row
-
Model of a node filtering rows.
- RowFilterNodeModel() - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
-
Creates a new Row Filter Node Model.
- RowFilterPanel - Class in org.knime.base.node.preproc.filter.row
-
They provide a en/disable method which affects all added components.
- RowFilterPanel(int, int) - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterPanel
-
A rowfilter panel.
- RowFilterRefNodeDialogPane - Class in org.knime.base.node.preproc.filter.rowref
-
The dialog pane for the Reference Row Filter node which offers an
include and exclude option.
- RowFilterRefNodeDialogPane() - Constructor for class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
-
Creates a new dialog pane with a radio button group to shows between
include or exclude mode.
- RowFilterRefNodeFactory - Class in org.knime.base.node.preproc.filter.rowref
-
Factory for the creation of a Reference Row Filter node.
- RowFilterRefNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
-
- RowFilterRefNodeModel - Class in org.knime.base.node.preproc.filter.rowref
-
The Reference Row Filter node allow the filtering of row IDs based on a second reference table.
- RowFilterRefNodeModel() - Constructor for class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
-
Creates a new reference row filter node model with two inputs and one filtered output.
- RowFilterTable - Class in org.knime.base.node.preproc.filter.row
-
A
DataTable which "contains" only rows that
don't fall through the specified filter.
- RowFilterTable(DataTable, RowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterTable
-
- RowFilterTable(DataTable, IRowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterTable
-
Creates a new data table which contains only rows that are not filtered
out by the specified filter.
- RowHeaderHeightMouseListener - Class in org.knime.core.node.tableview
-
A mouse listener and mouse motion listener that is registered to
a
JTable to change row height as the user resizes a row.
- RowHeaderHeightMouseListener(JTable) - Constructor for class org.knime.core.node.tableview.RowHeaderHeightMouseListener
-
Creates a new listener and also registers this listener to the
argument table.
- rowHeadersSettingsChanged() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
-
Reads the settings of the 'fileHasRowHeaders' checkbox and transfers them
into the internal settings object.
- rowHeadersSettingsChanged() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
-
Deprecated.
Reads the settings of the 'fileHasRowHeaders' checkbox and transfers them
into the internal settings object.
- rowHeadersSettingsChanged() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
-
save new row header checkbox settings into nodeSettings object and update dialog.
- RowHeaderTable - Class in org.knime.base.node.io.tablecreator.table
-
The table that is the row header of a spreadsheet.
- RowHeaderTable(SpreadsheetTable) - Constructor for class org.knime.base.node.io.tablecreator.table.RowHeaderTable
-
Creates a new instance.
- RowHeaderTable.RowModel - Class in org.knime.base.node.io.tablecreator.table
-
The table model of the row header table.
- RowIDRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
-
A
IRowFilter that matches the row ID against a regular expression.
- RowIDRowFilter(String, boolean, boolean, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
-
Creates a new RowFilter that matches the row ID against a regular
expression.
- RowIDRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
-
The filter created by this contructor matches everything.
- RowIDRowFilterPanel - Class in org.knime.base.node.preproc.filter.row
-
- RowIDRowFilterPanel() - Constructor for class org.knime.base.node.preproc.filter.row.RowIDRowFilterPanel
-
Creates a new panel for a row ID filter.
- rowIDSelected() - Method in class org.knime.core.node.util.ColumnSelectionPanel
-
- RowInput - Class in org.knime.core.node.streamable
-
A streamable data input.
- RowInput() - Constructor for class org.knime.core.node.streamable.RowInput
-
- RowInputIterator(RowInput) - Constructor for class org.knime.base.data.append.row.AppendedRowsRowInput.RowInputIterator
-
Deprecated.
- RowInputIterator(RowInput) - Constructor for class org.knime.base.data.normalize.AffineTransRowIterator.RowInputIterator
-
- RowInputIterator(RowInput) - Constructor for class org.knime.core.data.append.AppendedRowsRowInput.RowInputIterator
-
- RowIterator - Class in org.knime.core.data
-
Classes extending this class iterate over the rows of a
DataTable.
- RowIterator() - Constructor for class org.knime.core.data.RowIterator
-
- RowIteratorConnection(Connection, Statement, ResultSet, DataTableSpec, boolean, boolean) - Constructor for class org.knime.core.node.port.database.DatabaseReaderConnection.RowIteratorConnection
-
Deprecated.
- RowIteratorConnection - Class in org.knime.core.node.port.database.reader
-
A row iterator that holds an open database connection and allows to create an iterator that iterates through the
database entries and return them as a data row.
- RowIteratorConnection(Connection, Statement, DataTableSpec, RowIterator) - Constructor for class org.knime.core.node.port.database.reader.RowIteratorConnection
-
- ROWKEY - Static variable in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
-
The entry in the JComboBox for sorting by
RowKey.
- RowKey - Class in org.knime.core.data
-
Key for a specific row which holds an identifier of type
String.
- RowKey(String) - Constructor for class org.knime.core.data.RowKey
-
Creates a row key based on a
String.
- ROWKEY_SORT_SPEC - Static variable in class org.knime.core.data.sort.AbstractTableSorter
-
Representing column spec to sort according to the row key.
- RowKeyCellMap - Class in org.knime.base.node.preproc.setoperator
-
- RowKeyCellMap(RowKey, DataCell) - Constructor for class org.knime.base.node.preproc.setoperator.RowKeyCellMap
-
Constructor for class RowKeyCellMap.
- RowKeyNodeDialog2 - Class in org.knime.base.node.preproc.rowkey2
-
The node dialog of the row key manipulation node.
- RowKeyNodeDialog2() - Constructor for class org.knime.base.node.preproc.rowkey2.RowKeyNodeDialog2
-
New dialog for configuring the the row key node.
- RowKeyNodeFactory2 - Class in org.knime.base.node.preproc.rowkey2
-
The node factory of the row key manipulation node.
- RowKeyNodeFactory2() - Constructor for class org.knime.base.node.preproc.rowkey2.RowKeyNodeFactory2
-
- RowKeyNodeModel2 - Class in org.knime.base.node.preproc.rowkey2
-
The node model of the row key manipulation node.
- RowKeyNodeModel2() - Constructor for class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
Constructor for class RowKeyNodeModel.
- rowKeyPolicy(AbstractLoopEndNodeSettings.RowKeyPolicy) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings
-
- rowKeyPolicy() - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings
-
- RowKeyUtil2 - Class in org.knime.base.node.preproc.rowkey2
-
Provides methods to append a new row with the row key values or
to replace the row key by the values of another column.
- RowKeyUtil2() - Constructor for class org.knime.base.node.preproc.rowkey2.RowKeyUtil2
-
- RowModel(TableModel) - Constructor for class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
-
- RowNoRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
-
Row filter that includes or excludes a certain range of rows.
- RowNoRowFilter(int, int, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
-
- RowNoRowFilter(long, long, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
-
Creates a new row filter filtering out all rows (not) included in the
specified range.
- RowNoRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
-
Default constructor used by the row filter factory.
- RowNoRowFilterPanel - Class in org.knime.base.node.preproc.filter.row
-
- RowNoRowFilterPanel() - Constructor for class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
-
Creates a panel containing controls to adjust settings for a row number
range filter.
- RowOutput - Class in org.knime.core.node.streamable
-
Output of a sequence of rows.
- RowOutput() - Constructor for class org.knime.core.node.streamable.RowOutput
-
- RowOutput.OutputClosedException - Exception in org.knime.core.node.streamable
-
- RowRefNodeDialogPane - Class in org.knime.base.node.preproc.filter.rowref
-
The abstract dialog pane for nodes using Reference Row handling.
- RowRefNodeDialogPane() - Constructor for class org.knime.base.node.preproc.filter.rowref.RowRefNodeDialogPane
-
Creates a new dialog pane with a radio button group to shows between
include or exclude mode.
- rowRemoved(RowKey) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
-
Is called when the current value is missing but the current row is skipped because a previous column had a
handler that requested to remove the row.
- rowRemoved(RowKey) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandler
-
Is called when the current value is missing but the current row is skipped because a previous column had a
handler that requested to remove the row.
- rowRemoved(RowKey) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
-
Is called when the current value is missing but the current row is skipped because a previous column had a
handler that requested to remove the row.
- ROWriteFileStoreHandler - Class in org.knime.core.data.filestore.internal
-
- ROWriteFileStoreHandler(FileStoreHandlerRepository) - Constructor for class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
-
- RowSplitRefNodeFactory - Class in org.knime.base.node.preproc.filter.rowref
-
Factory for the creation of a Reference Row Split node.
- RowSplitRefNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.rowref.RowSplitRefNodeFactory
-
- RowSplitRefNodeModel - Class in org.knime.base.node.preproc.filter.rowref
-
The Reference Row Filter node allow the filtering of row IDs based on a second reference table.
- RowSplitRefNodeModel() - Constructor for class org.knime.base.node.preproc.filter.rowref.RowSplitRefNodeModel
-
Creates a new reference row filter node model with two inputs and one filtered output.
- RProp - Class in org.knime.base.data.neural.methods
-
Implementation of the RProp Algorithm, as proposed by M.
- RProp() - Constructor for class org.knime.base.data.neural.methods.RProp
-
Constructor, uses default learning rate of 0.1, increase parameter 1.2
and decrease parameter 0.5 as proposed in the paper.
- RProp(double, double, double) - Constructor for class org.knime.base.data.neural.methods.RProp
-
- RPropNodeDialog - Class in org.knime.base.node.mine.neural.rprop
-
The RPropNodeDialog allows to configure the settings (nr.
- RPropNodeDialog() - Constructor for class org.knime.base.node.mine.neural.rprop.RPropNodeDialog
-
Creates a new NodeDialogPane for the RProp neural net in
order to set the desired options.
- RPropNodeFactory - Class in org.knime.base.node.mine.neural.rprop
-
Factory for the RProp Node, a MultiLayerPerceptron with resilient
backpropagation.
- RPropNodeFactory() - Constructor for class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
-
- RPropNodeFactory2 - Class in org.knime.base.node.mine.neural.rprop
-
Factory for the RProp Node, a MultiLayerPerceptron with resilient
backpropagation.
- RPropNodeFactory2() - Constructor for class org.knime.base.node.mine.neural.rprop.RPropNodeFactory2
-
- RPropNodeModel - Class in org.knime.base.node.mine.neural.rprop
-
RPropNodeModel trains a MultiLayerPerceptron with resilient backpropagation.
- RPropNodeModel() - Constructor for class org.knime.base.node.mine.neural.rprop.RPropNodeModel
-
The RPropNodeModel has 2 inputs, one for the positive examples and one
for the negative ones.
- RPropNodeModel(boolean) - Constructor for class org.knime.base.node.mine.neural.rprop.RPropNodeModel
-
The RPropNodeModel has 2 inputs, one for the positive examples and one
for the negative ones.
- RPropNodeView - Class in org.knime.base.node.mine.neural.rprop
-
NodeView of the RProp Node.
- RPropNodeView(RPropNodeModel) - Constructor for class org.knime.base.node.mine.neural.rprop.RPropNodeView
-
- Rule - Class in org.knime.base.node.rules
-
- Rule(String, DataTableSpec) - Constructor for class org.knime.base.node.rules.Rule
-
Deprecated.
Creates a new rule by parsing a rule string.
- Rule.ColumnReference - Class in org.knime.base.node.rules
-
Deprecated.
- Rule.Operators - Enum in org.knime.base.node.rules
-
Deprecated.
Enumeration for all possible operators used in a rule.
- RuleEngineNodeDialog - Class in org.knime.base.node.rules
-
- RuleEngineNodeDialog() - Constructor for class org.knime.base.node.rules.RuleEngineNodeDialog
-
Deprecated.
- RuleEngineNodeFactory - Class in org.knime.base.node.rules
-
- RuleEngineNodeFactory() - Constructor for class org.knime.base.node.rules.RuleEngineNodeFactory
-
Deprecated.
- RuleEngineNodeModel - Class in org.knime.base.node.rules
-
- RuleEngineNodeModel() - Constructor for class org.knime.base.node.rules.RuleEngineNodeModel
-
Deprecated.
Creates a new model.
- RuleEngineSettings - Class in org.knime.base.node.rules
-
- RuleEngineSettings() - Constructor for class org.knime.base.node.rules.RuleEngineSettings
-
Deprecated.
- RuleNode - Interface in org.knime.base.node.rules
-
- RuleNodeFactory - Class in org.knime.base.node.rules
-
- rules() - Method in class org.knime.base.node.rules.RuleEngineSettings
-
Deprecated.
Returns an iterable over all rules.
- run(ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.learner.SvmAlgorithm
-
Runs the main algorithm and return the resulting SVM.
- run() - Method in class org.knime.base.node.mine.svm.util.BinarySvmRunnable
- run(RowInput[], RowOutput, ExecutionMonitor, long) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
-
- run() - Method in class org.knime.base.node.util.exttool.CommandExecution.CheckCanceledRunnable
- run() - Method in class org.knime.base.node.util.exttool.CommandExecution.StdErrCatchRunnable
- run() - Method in class org.knime.base.node.util.exttool.CommandExecution.StdOutCatchRunnable
- run(ExecutionContext) - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
-
Create the statistics data table.
- run(ExecutionContext) - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator
-
This method is not Thread-Safe.
- RUN - Static variable in class org.knime.core.node.interrupt.InterruptControlPanel
-
The identifier for the event to start or resume the execution of the
InterruptibleNodeModel.
- run() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
-
Causes the node to run for an unlimited number of iterations.
- run() - Method in class org.knime.core.node.tableview.RowCounterThread
-
Starts the thread and calls setRowCount in the content
model from time to time.
- run(PortObject[], NodeSettingsRO, ExecutionContext) - Method in interface org.knime.core.node.util.KNIMEJob
-
Runs the job somewhere.
- run() - Method in class org.knime.core.node.workflow.NodeExecutionJob
- run() - Method in interface org.knime.core.util.IEarlyStartup
-
Executes the early startup code.
- run(Iterable<In>) - Method in class org.knime.core.util.MultiThreadWorker
-
Main run method to process the input.
- run() - Method in class org.knime.core.util.ThreadUtils.RunnableWithContext
- run() - Method in class org.knime.core.util.ThreadUtils.ThreadWithContext
- runAll() - Method in class org.knime.core.node.workflow.BatchExecutor
-
- runFinal(PortInput[], PortOutput[], ExecutionContext) - Method in class org.knime.base.node.preproc.columnlag.LagColumnStreamableOperator
-
Performs the execution on the input and (possibly) produces the output.
- runFinal(PortInput[], PortOutput[], ExecutionContext) - Method in class org.knime.core.node.streamable.StreamableFunction
-
Performs the execution on the input and (possibly) produces the output.
- runFinal(PortInput[], PortOutput[], ExecutionContext) - Method in class org.knime.core.node.streamable.StreamableOperator
-
Performs the execution on the input and (possibly) produces the output.
- runFinalInterwoven(RowInput, StreamableFunction, RowOutput, StreamableFunction, RowOutput, ExecutionContext) - Static method in class org.knime.core.node.streamable.StreamableFunction
-
Helper function to run two
StreamableFunctions that use the same input but different outputs.
- runIntermediate(PortInput[], ExecutionContext) - Method in class org.knime.core.node.streamable.StreamableOperator
-
- runInvisible(Callable<T>) - Method in class org.knime.core.util.ThreadPool
-
Executes the runnable in the current thread.
- runnableWithContext(Runnable) - Static method in class org.knime.core.util.ThreadUtils
-
- runnableWithContext(Runnable, boolean) - Static method in class org.knime.core.util.ThreadUtils
-
- RunnableWithContext() - Constructor for class org.knime.core.util.ThreadUtils.RunnableWithContext
-
Default constructor.
- runOrInvokeLaterInEDT(Runnable) - Static method in class org.knime.core.node.util.ViewUtils
-
Executes the specified runnable some time in the Swing Event Dispatch
Thread.
- runPaint(MultiLineBasicLabelUI.Painter, JComponent, Insets) - Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
-
- runWithContext() - Method in class org.knime.core.util.ThreadUtils.RunnableWithContext
-
- runWithContext() - Method in class org.knime.core.util.ThreadUtils.ThreadWithContext
-
- runWithoutConfigure() - Method in class org.knime.base.node.io.database.util.DBReaderDialogPane
-
- RWAdapterValue - Interface in org.knime.core.data
-
Extension for an adapter value that allows adding new cells to the adapter.
- RWX_ALL_PERMISSIONS - Static variable in class org.knime.core.util.PathUtils
-
Permission set in which everybody has all permissions.
- SampleDataNodeDialog - Class in org.knime.base.node.util.sampledata
-
- SampleDataNodeDialog() - Constructor for class org.knime.base.node.util.sampledata.SampleDataNodeDialog
-
Create a new sample data dialog.
- SampleDataNodeFactory - Class in org.knime.base.node.util.sampledata
-
Factory to instantiate new model.
- SampleDataNodeFactory() - Constructor for class org.knime.base.node.util.sampledata.SampleDataNodeFactory
-
- SampleDataNodeModel - Class in org.knime.base.node.util.sampledata
-
Model that generates one DataTable with randomly distributed patterns.
- SampleDataNodeModel() - Constructor for class org.knime.base.node.util.sampledata.SampleDataNodeModel
-
Create new Sample.
- Sampler - Class in org.knime.base.node.preproc.sample
-
Utility class that allows to create row filters for sampling.
- samplingMethod() - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
-
Returns the sampling method.
- samplingMethod(SamplingNodeSettings.SamplingMethods) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
-
Sets the sampling method.
- SamplingNodeDialog - Class in org.knime.base.node.preproc.sample
-
Dialog for sampling node.
- SamplingNodeDialog() - Constructor for class org.knime.base.node.preproc.sample.SamplingNodeDialog
-
Constructor that inits the GUI.
- SamplingNodeDialogPanel - Class in org.knime.base.node.preproc.sample
-
Panel to be used in the dialog of the sampling node.
- SamplingNodeDialogPanel() - Constructor for class org.knime.base.node.preproc.sample.SamplingNodeDialogPanel
-
Creates new panel, inits fields.
- SamplingNodeFactory - Class in org.knime.base.node.preproc.sample
-
Node that samples rows from an input table.
- SamplingNodeFactory() - Constructor for class org.knime.base.node.preproc.sample.SamplingNodeFactory
-
- SamplingNodeModel - Class in org.knime.base.node.preproc.sample
-
NodeModel implementation to sample rows from an input table, thus, this node
has one in- and one outport.
- SamplingNodeModel() - Constructor for class org.knime.base.node.preproc.sample.SamplingNodeModel
-
Empty constructor, sets port count in super.
- SamplingNodeSettings - Class in org.knime.base.node.preproc.sample
-
This class holds the settings for the sampling and the partioning node.
- SamplingNodeSettings() - Constructor for class org.knime.base.node.preproc.sample.SamplingNodeSettings
-
- SamplingNodeSettings.CountMethods - Enum in org.knime.base.node.preproc.sample
-
Enum for the two methods for setting the number of rows in the output
table.
- SamplingNodeSettings.SamplingMethods - Enum in org.knime.base.node.preproc.sample
-
Enum for the four different sampling methods.
- SandboxedNodeCreator - Class in org.knime.core.node.exec
-
Helper to create a small workflow that runs a copy of a node in isolation.
- SandboxedNodeCreator(NodeContainer, PortObject[], WorkflowManager) - Constructor for class org.knime.core.node.exec.SandboxedNodeCreator
-
New creator with base information that can be further customized using the setter methods.
- SandboxedNodeCreator.SandboxedNode - Class in org.knime.core.node.exec
-
An instance wrapping a sandboxed node container.
- save(Config) - Method in class org.knime.base.data.bitvector.BitVectorCell
-
Deprecated.
Saves this cell to the config.
- save(ModelContentWO) - Method in class org.knime.base.data.normalize.AffineTransConfiguration
-
Saves this object to the argument model content.
- save(ModelContentWO) - Method in class org.knime.base.data.normalize.AffineTransTable
-
Saves internals to the argument settings object.
- save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.base.data.normalize.NormalizerPortObject
-
Saves this object to model content object.
- save(NodeSettingsWO) - Method in class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Saves this object to the given settings object.
- save(NodeSettingsWO) - Method in class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Saves this object to the given settings object.
- save(ConfigWO) - Method in class org.knime.base.data.util.DataCellStringMapper
-
- save(NodeSettingsWO) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
-
Deprecated.
Save current configuration.
- save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
-
Deprecated.
Saves this object to model content object.
- save(ModelContentWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
-
Deprecated.
Saves this object to model content object.
- save(ModelContent) - Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
-
Saves to model content.
- save(ModelContentWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionModelContent
-
Save the given rule model and model spec into this model content object.
- save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
-
Saves this object to model content object.
- save(ModelContentWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
-
Saves this row into a model content.
- save(ModelContent) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionFactory
-
Saves to model content.
- save(ModelContentWO) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
-
Saves this row into a model content.
- save(ModelContentWO) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
Saves this membership function the given model content.
- save(ModelContent) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
-
Saves to model content.
- save(ModelContentWO) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
-
Saves this row into a model content.
- save(ModelContentWO) - Method in class org.knime.base.node.mine.cluster.assign.Prototype
-
- save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
-
Saves this object to model content object.
- save(ModelContentWO) - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
-
Deprecated.
Saves the regression model into the model content object.
- save(ModelContentWO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
-
Save internals to the given content.
- save(ModelContentWO) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
-
Save internals to the given content.
- save(ModelContentWO) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegContent
-
Save internals to the given content.
- save(ModelContentWO) - Method in class org.knime.base.node.mine.regression.RegressionContent
-
Save internals to the given content.
- save(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
-
Saves the structure of this objec to the target directory.
- save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.SotaPortObject
-
Saves this object to model content object.
- save(ModelContentWO) - Method in class org.knime.base.node.mine.sota.SotaPortObjectSpec
-
Saves this object to model content object.
- save(TransformerHandler, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
- save(NodeSettingsWO) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
Save the configuration.
- save(NodeSettingsWO) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
-
Save current configuration.
- save(ConfigWO) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
-
Saves this object to a config.
- save(NodeSettingsWO) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
Save settings to config object.
- save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
-
Saves this object to model content object.
- save(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rename.RenameConfiguration
-
- save(NodeSettingsWO) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
-
- save(ConfigWO) - Method in class org.knime.base.util.HalfDoubleMatrix
-
Saves the matrix directly into the passed node settings object.
- save(ConfigWO) - Method in class org.knime.base.util.HalfFloatMatrix
-
Saves the matrix directly into the passed node settings object.
- save(ConfigWO) - Method in class org.knime.base.util.HalfIntMatrix
-
Saves the matrix directly into the passed node settings object.
- save(NodeSettingsWO, String) - Method in class org.knime.base.util.SortingOptionPanel
-
Save the current configuration to settings with empty prefix.
- save(ConfigWO) - Method in class org.knime.core.data.DataColumnDomain
-
Save this domain to the given
ConfigWO including lower and upper
bound, and possible values or null - if not available.
- save(ConfigWO) - Method in class org.knime.core.data.DataColumnProperties
-
Saves all key-value pairs to the given
ConfigWO.
- save(ConfigWO) - Method in class org.knime.core.data.DataColumnSpec
-
Saves name, type, domain, and properties and - if available - color,
size, and shape handler to the given ConfigWO.
- save(ConfigWO) - Method in class org.knime.core.data.DataTableSpec
-
- save(ConfigWO) - Method in class org.knime.core.data.DataType
-
Saves this
DataType to the given
ConfigWO.
- save(ConfigWO) - Method in class org.knime.core.data.date.DateAndTimeCell
-
Save this cell to the argument config.
- save(DataOutput) - Method in class org.knime.core.data.filestore.internal.FileStoreKey
-
- save(ModelContentWO) - Method in class org.knime.core.data.filestore.internal.FileStoreKey
-
- save(OutputStream) - Method in interface org.knime.core.data.image.ImageContent
-
Save the image content to an output stream.
- save(OutputStream) - Method in class org.knime.core.data.image.png.PNGImageContent
-
Save the image content to an output stream.
- save(ConfigWO) - Method in interface org.knime.core.data.property.ColorHandler.ColorModel
-
Saves this ColorModel to the given
ConfigWO.
- save(ConfigWO) - Method in class org.knime.core.data.property.ColorHandler
-
- save(ConfigWO) - Method in class org.knime.core.data.property.ColorModelNominal
-
Saves the DataCell to Color mapping to the
given Config.
- save(ConfigWO) - Method in class org.knime.core.data.property.ColorModelRange
-
Save lower and upper, and min and max colors to the given Config.
- save(ConfigWO) - Method in class org.knime.core.data.property.filter.FilterHandler
-
Saves this filter to a config object; used during workflow save or when the table is persisted to disc.
- save(ConfigWO) - Method in class org.knime.core.data.property.filter.FilterModel
-
Saves this object to the argument.
- save(ConfigWO) - Method in class org.knime.core.data.property.ShapeHandler
-
Save the ShapeModel class and settings to the given
Config.
- save(ConfigWO) - Method in interface org.knime.core.data.property.ShapeHandler.ShapeModel
-
Saves this ShapeModel to the given config.
- save(ConfigWO) - Method in class org.knime.core.data.property.ShapeModelNominal
-
Saves the DataCell to Shape mapping to the
given Config.
- save(ConfigWO) - Method in class org.knime.core.data.property.SizeHandler
-
Save the SizeModel class and settings to the given
Config.
- save(ConfigWO) - Method in interface org.knime.core.data.property.SizeHandler.SizeModel
-
Save size settings to.
- save(ConfigWO) - Method in class org.knime.core.data.property.SizeModelDouble
-
Saves min and max ranges to the given Config.
- save(File, Set<Integer>, ExecutionMonitor) - Method in class org.knime.core.node.BufferedDataTable
-
Saves the table to a directory and writes some settings to the argument
NodeSettingsWO object.
- save(ConfigBase, OutputStream) - Static method in class org.knime.core.node.config.base.XMLConfig
-
Saves given Config into an XML stream.
- save(NativeNodeContainer, NodeSettingsWO, ExecutionMonitor, ReferencedFile, boolean) - Static method in class org.knime.core.node.FileNodePersistor
-
Saves the node, node settings, and all internal structures, spec, data, and models, to the given node directory
(located at the node file).
- save(OutputStream, ExecutionMonitor) - Method in class org.knime.core.node.ModelContent
-
Saves this object to an output stream.
- save(NodeSettingsWO) - Method in class org.knime.core.node.NodeAndBundleInformation
-
Saves the information into the given node settings object.
- save(PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractPortObject
-
Saves this object to an output stream.
- save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractSimplePortObject
-
Saves this object to model content object.
- save(ModelContentWO) - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
-
Saves this object to model content object.
- save(PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.image.ImagePortObject
-
Saves this object to an output stream.
- save(ModelContentWO) - Method in class org.knime.core.node.port.image.ImagePortObjectSpec
-
Saves this object to model content object.
- save(OutputStream) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
-
Writes the port object to valid PMML.
- save(TransformerHandler, ExecutionMonitor) - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
-
Deprecated.
- save(PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
-
Deprecated.
Saves this object to an output stream.
- save(NodeSettingsWO) - Method in class org.knime.core.node.port.PortType
-
Saves to settings object.
- save(ConfigWO) - Method in class org.knime.core.node.port.PortType
-
Saves this port type to a config object.
- save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.core.node.port.viewproperty.ViewPropertyPortObject
-
Saves this object to model content object.
- save(ConfigWO) - Method in class org.knime.core.node.property.hilite.DefaultHiLiteMapper
-
Saves the settings in this mapper to a config object.
- save(DataOutputStream) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableOperatorInternals
-
Called on the remote side to persist the internals.
- save(DataOutputStream) - Method in class org.knime.core.node.streamable.StreamableOperatorInternals
-
Called on the remote side to persist the internals.
- save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
-
Saves parameters that customize this instance.
- save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.Annotation
-
Stores all contained information into the given configuration.
- save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.AnnotationData
-
Save all data.
- save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
-
Save to settings.
- save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.ConnectionUIInformation
-
Stores all contained information into the given configuration.
- save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.Credentials
-
Saves name and login info to argument.
- save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.CredentialsStore.CredentialsFlowVariableValue
-
- save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.EditorUIInformation
-
Stores all contained information into the given configuration.
- save(NativeNodeContainer, NodeSettingsWO, ExecutionMonitor, ReferencedFile, boolean) - Static method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
-
- save(NodeSettingsWO, NodeContainer, ReferencedFile) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
- save(SingleNodeContainer, ReferencedFile, ExecutionMonitor, WorkflowSaveHelper) - Static method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
- save(SubNodeContainer, NodeSettings, ExecutionMonitor, ReferencedFile, WorkflowSaveHelper) - Static method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
-
- save(WorkflowManager, ReferencedFile, ExecutionMonitor, WorkflowSaveHelper) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.FlowVariable
-
Saves this flow variable to a settings object.
- save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
-
Saves this object to the argument settings.
- save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.NodeContainer.NodeContainerSettings
-
Save all properties (currently only job manager) to argument.
- save(NodeSettingsWO) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
-
Saves parameters that customize this instance.
- save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.NodeUIInformation
-
Stores all contained information into the given configuration.
- save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
-
Writes the current settings values into the passed argument.
- save(NodeSettingsWO) - Method in interface org.knime.core.node.workflow.UIInformation
-
Stores all contained information into the given configuration.
- save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.WizardExecutionController
-
- save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.WorkflowCipher
-
Save cipher settings.
- save(File, ExecutionMonitor, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- save(File, WorkflowSaveHelper, ExecutionMonitor) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.AbstractConfigElement
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementBoolean
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementBooleanArray
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementByte
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementByteArray
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementDouble
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementDoubleArray
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementFloat
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementFloatArray
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementInt
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementIntArray
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementLong
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementLongArray
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementShort
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementShortArray
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementString
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementStringArray
-
Save settings to argument.
- save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Save settings to argument.
- save2File(ConfigWO, ExecutionMonitor) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- save2File(ConfigWO, ExecutionMonitor) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- save2File(ConfigWO, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- save2File(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
-
- save2File(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
-
- save2File(ConfigWO, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.util.ColorColumn
-
- save2File(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
-
- save2File(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
-
- SAVE_COLUMN_NAME_PATTERN - Static variable in class org.knime.core.node.port.database.StatementManipulator
-
Pattern for matching any column name that needs no escaping.
- saveAdditionalFactorySettings(ConfigWO) - Method in class org.knime.core.node.missing.MissingNodeFactory
-
Saves additional settings of this instance.
- saveAdditionalFactorySettings(ConfigWO) - Method in class org.knime.core.node.NodeFactory
-
Saves additional settings of this instance.
- saveAdditionalFactorySettings(ConfigWO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
-
Saves additional settings of this instance.
- saveAdditionalFactorySettings(ConfigWO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
-
Saves additional settings of this instance.
- saveAdditionalFactorySettings(ConfigWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
-
Saves additional settings of this instance.
- saveAdditionalFactorySettings(ConfigWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
-
Saves additional settings of this instance.
- saveAdditionalSettingsTo(NodeSettingsWO) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeDialogPane
-
This method can be overridden to save additional settings to the given
settings object.
- saveAdditionalSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBQueryNodeDialogPane
-
Deprecated.
This method can be overridden to save additional settings to the given
settings object.
- saveAdditionalSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.DefaultMissingValueHandlerPanel
-
Saves additional settings in extending classes.
- saveAdditionalSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeDialog2
-
This method can be overridden to save additional settings to the given
settings object.
- saveAdditionalSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
-
This method can be overridden to save additional settings to the given
settings object.
- saveAggregators(NodeSettingsWO, String, Collection<PatternAggregator>) - Static method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregator
-
- saveAggregators(NodeSettingsWO, String, Collection<DataTypeAggregator>) - Static method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregator
-
- saveAs(WorkflowContext, ExecutionMonitor) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Saves the workflow to a new location, setting the argument directory as the new NC dir.
- saveAsTemplate(WorkflowManager, ReferencedFile, ExecutionMonitor, WorkflowSaveHelper) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveAsTemplate(File, ExecutionMonitor) - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
-
- saveAsTemplate(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.SubNodeContainer
- saveAsTemplate(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.WorkflowManager
- saveAuthorInformation(WorkflowManager.AuthorInformation, NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveColumnAggregators(NodeSettingsWO, List<ColumnAggregator>) - Static method in class org.knime.base.data.aggregation.ColumnAggregator
-
- saveColumnAggregators(NodeSettingsWO, String, List<ColumnAggregator>) - Static method in class org.knime.base.data.aggregation.ColumnAggregator
-
- saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
-
Save current configuration.
- saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeConfiguration
-
Save current config.
- saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
-
- saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
-
Save current config to argument.
- saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
-
Save config to argument.
- saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
-
Called from dialog's and model's save method.
- saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
-
- saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
Save to argument settings.
- saveConfiguration(NameFilterConfiguration) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
-
Save this configuration.
- saveConfiguration(NodeSettingsWO) - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
-
Save the current configuration inside the given settings object.
- saveConfiguration(TypeFilterConfigurationImpl) - Method in class org.knime.core.node.util.filter.column.TypeFilterPanelImpl
-
- saveConfiguration(NodeSettingsWO) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
Save current config to argument.
- saveConfiguration(NameFilterConfiguration) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Save this configuration.
- saveConfiguration(NodeSettingsWO) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
-
Save the current configuration inside the given settings object.
- saveConfiguration(PatternFilterConfigurationImpl) - Method in class org.knime.core.node.util.filter.PatternFilterPanelImpl
-
- saveConfiguration(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
-
Save current config to argument.
- saveConfiguration(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
-
Save current config to argument.
- saveConfiguration(ConfigBaseWO) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Saves the current values to the argument.
- saveConfigurationChild(NodeSettingsWO) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
-
Subclass hook to save to the sub settings object defined in the constructor.
- saveConfigurationChild(NodeSettingsWO) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
Subclass hook to save to the sub settings object defined in the constructor.
- saveConnection(ConfigWO) - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
-
Save settings.
- saveConnection(ConfigWO) - Method in class org.knime.base.node.io.database.connection.util.ParameterizedDatabaseConnectionSettings
-
Save settings.
- saveConnection(ConfigWO) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Save settings.
- saveConnection(ConfigWO) - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
-
Save settings.
- saveConnection(NodeSettingsWO, ConnectionContainer) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveCredentials(WorkflowManager, NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveCurrentValue(NodeSettingsWO) - Method in interface org.knime.core.node.dialog.ValueControlledNode
-
Save the currently used value to a node settings argument.
- saveCustomDescription(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
- saveCustomName(Node, NodeSettingsWO) - Static method in class org.knime.core.node.FileNodePersistor
-
- SAVED_WITH_DATA_FILE - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
-
File used to signal that workflow was saved in usual manner.
- saveDefault(NodeSettingsWO) - Method in class org.knime.base.util.SortingOptionPanel
-
Save the current configuration to settings with empty prefix.
- saveDialogComponentSettings(NodeSettingsWO) - Method in interface org.knime.core.node.workflow.DialogComponentNode
-
- saveEditorUIInformation(WorkflowManager, NodeSettings) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveElements(Collection<T>, ConfigWO, ExecutionMonitor) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- saveElements(Collection<BarElementDataModel>, ConfigWO, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
- saveElements(Collection<PieSubSectionDataModel>, ConfigWO, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel
- saveExecutionResult(NodeContainerExecutionResult) - Method in class org.knime.core.node.workflow.NodeContainer
-
Saves all information that is held in this abstract NodeContainer
into the argument.
- saveFileLocation(NodeSettingsWO, String) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveFlowObjectStack(NodeSettingsWO, SingleNodeContainer) - Static method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
- saveFunction(NodeSettingsWO, AggregationFunction) - Static method in class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
-
- saveFunctions(NodeSettingsWO, String, List<DBColumnAggregationFunctionRow>) - Static method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRow
-
- saveFunctions(NodeSettingsWO, String, List<DBPatternAggregationFunctionRow>) - Static method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRow
-
- saveFunctions(NodeSettingsWO, String, List<DBDataTypeAggregationFunctionRow>) - Static method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionRow
-
- saveHeader(NodeSettings) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Add version field.
- saveHistogramInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
-
- saveHistogramInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
-
- saveHistogramInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
-
- saveIndividualsColSettings(MissingValueHandling2ColSetting[], NodeSettingsWO) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
Saves the individual settings to a config object.
- saveInfos(ModelContentWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
-
Saves the results of the training to the given object as string key-value
pairs.
- saveInPort(NodeSettingsWO, WorkflowManager, int) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveInportsBarUIInfoClassName(NodeSettingsWO, UIInformation) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveInportsBarUIInfoSettings(NodeSettingsWO, UIInformation) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveInPortsEnumSetting(NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveInPortSetting(NodeSettingsWO, int) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveInPortsSetting(NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.ImageToTableNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBUpdateNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
-
Save internals.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
-
Deprecated.
Save internals.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
-
Save internals.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.mds.MDSNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCANodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.SotaNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
-
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rank.RankNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.rules.RuleEngineNodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.cache.CacheNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.sendmail.SendMailNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
-
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.roc.ROCNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.table.TableNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
-
Save internals of the derived NodeModel.
- saveInternals() - Method in class org.knime.core.data.container.ColumnRearrangerFunction
-
Create the internals calculated during execution that need to be merged
and fed back to the node that controls the execution.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.missing.MissingNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.Node
-
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.NodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
-
Save internals of the derived NodeModel.
- saveInternals() - Method in class org.knime.core.node.streamable.StreamableOperator
-
Create the internals calculated during execution that need to be merged
and fed back to the node that controls the execution.
- saveInternals(ReferencedFile) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
-
Save the internals of this instance to the target directory.
- saveInternals(ReferencedFile) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
-
Save the internals of this instance to the target directory.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
Save internals of the derived NodeModel.
- saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
Save internals of the derived NodeModel.
- saveJobManager(NodeExecutionJobManager, NodeSettingsWO) - Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
-
Saves the argument job manager to a settings object.
- saveJobManagerInternalsDirectory(NodeSettingsWO, NodeContainer, ReferencedFile) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
- saveMetaColSettings(MissingValueHandling2ColSetting[], NodeSettingsWO) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
Saves the meta settings to a config object.
- saveMethod(NodeSettingsWO, AggregationMethod) - Static method in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
- saveMethods(NodeSettingsWO, List<NamedAggregationOperator>) - Static method in class org.knime.base.data.aggregation.NamedAggregationOperator
-
- saveModel(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
- saveModel(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- saveModelContent(PortObjectSpecZipOutputStream, DatabaseConnectionPortObjectSpec) - Static method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
-
Saves the given spec object into the output stream.
- saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
- saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
-
Deprecated.
- saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
Deprecated.
- saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
Deprecated.
- saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
Deprecated.
- saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
- saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
- saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
- saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
- saveModelSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.Node
-
Saves the settings (but not the data).
- saveNodeAnnotation(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
- saveNodeContainer(NodeSettingsWO, ReferencedFile, NodeContainer, ExecutionMonitor, WorkflowSaveHelper) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveNodeExecutionJob(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
- saveNodeExecutionJobManager(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
- saveNodeExecutionJobReconnectInfo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.NodeContainer
-
- saveNodeFileName(SingleNodeContainer, NodeSettingsWO, ReferencedFile) - Static method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
- saveNodeIDSuffix(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveNodeInternalsToPredParams(ModelContentWO, boolean) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
Save internal node settings to a model content object.
- saveNodeInternalsToPredParams(ModelContentWO, boolean) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
-
Save internal node settings to a model content object.
- saveNodeInternalsToPredParams(ModelContentWO, boolean) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
-
Save internal node settings to a model content object.
- saveNodeInternDirectory(Node, File, NodeSettingsWO, ExecutionMonitor) - Static method in class org.knime.core.node.FileNodePersistor
-
Sub-class hook to save location of internal directory.
- saveNodeLocks(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
- saveNodeMessage(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
- saveNodeSettings(NodeID, NodeSettingsWO) - Method in class org.knime.core.node.workflow.WorkflowManager
-
write node settings into Settings object.
- saveNodeSettingsToDefault() - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- saveNodeSettingsToDefault(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- saveNodeSplitInternalsToPredParams(ModelContentWO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
-
save internal SplitNode settings to a ModelContent object.
- saveNodeSplitInternalsToPredParams(ModelContentWO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
-
Deprecated.
save internal SplitNode settings to a ModelContent object.
- saveNodeSplitInternalsToPredParams(ModelContentWO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
-
Deprecated.
save internal SplitNode settings to a ModelContent object.
- saveNodeSplitInternalsToPredParams(ModelContentWO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
-
Deprecated.
save internal SplitNode settings to a ModelContent object.
- saveNodeSplitInternalsToPredParams(ModelContentWO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
-
save internal SplitNode settings to a ModelContent object.
- saveNodeType(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveOutPort(NodeSettingsWO, WorkflowManager, int) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveOutportsBarUIInfoClassName(NodeSettingsWO, UIInformation) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveOutportsBarUIInfoSettings(NodeSettingsWO, UIInformation) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveOutPortsEnumSetting(NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveOutPortSetting(NodeSettingsWO, int) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveOutPortsSetting(NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- savePieInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
-
Saves the implementation internal data.
- savePieInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
-
Saves the implementation internal data.
- savePieInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
-
Saves the implementation internal data.
- savePortObject(BWElimModel, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel.ModelSerializer
-
Saves the portObject to an output stream.
- savePortObject(PMCCPortObjectAndSpec, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec.ModelSerializer
-
- savePortObject(T, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractPortObject.AbstractPortObjectSerializer
-
Saves the portObject to an output stream.
- savePortObject(T, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractSimplePortObject.AbstractSimplePortObjectSerializer
-
Saves the portObject to an output stream.
- savePortObject(DatabaseConnectionPortObject, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObject.Serializer
-
Saves the portObject to an output stream.
- savePortObject(DatabasePortObject, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.database.DatabasePortObject.Serializer
-
Saves the portObject to an output stream.
- savePortObject(FlowVariablePortObject, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject.Serializer
-
- savePortObject(InactiveBranchPortObject, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObject.Serializer
-
- savePortObject(PMMLPortObject, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSerializer
-
Saves the portObject to an output stream.
- savePortObject(T, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.PortObject.PortObjectSerializer
-
Saves the portObject to an output stream.
- savePortObjectSpec(BWElimModel, PortObjectSpecZipOutputStream) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel.SpecSerializer
-
Saves the port specification to an output stream.
- savePortObjectSpec(PCAModelPortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec.Serializer
-
- savePortObjectSpec(PMMLDiscretizePreprocPortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObjectSpec.Serializer
-
Saves the port specification to an output stream.
- savePortObjectSpec(PMCCPortObjectAndSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec.SpecSerializer
-
- savePortObjectSpec(DataTableSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.core.data.DataTableSpec.Serializer
-
Saves the port specification to an output stream.
- savePortObjectSpec(T, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec.AbstractSimplePortObjectSpecSerializer
-
Saves the port specification to an output stream.
- savePortObjectSpec(DatabaseConnectionPortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec.Serializer
-
- savePortObjectSpec(DatabasePortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec.Serializer
-
Saves the port specification to an output stream.
- savePortObjectSpec(FlowVariablePortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObjectSpec.Serializer
-
- savePortObjectSpec(InactiveBranchPortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObjectSpec.Serializer
-
- savePortObjectSpec(PMMLPortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecSerializer
-
Saves the port specification to an output stream.
- savePortObjectSpec(PMMLPreprocPortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec.Serializer
-
Saves the port specification to an output stream.
- savePortObjectSpec(T, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.PortObjectSpec.PortObjectSpecSerializer
-
Saves the port specification to an output stream.
- savePortTypeList(PortType[], ConfigWO) - Static method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
-
- savePortTypeList(PortType[], ConfigWO) - Static method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
-
- savePredictorParams(ModelContentWO) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
-
Stores this MLP model to config.
- savePredictorParams(ConfigWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
Deprecated.
- savePredictorParams(ConfigWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
-
- saveReconnectSettings(NodeExecutionJob, NodeSettingsWO) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
-
Saves all the information necessary to reconnect to the specified job
after it is disconnected.
- saveReconnectSettings(NodeExecutionJob, NodeSettingsWO) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
-
Saves all the information necessary to reconnect to the specified job
after it is disconnected.
- saveSettings() - Method in class org.knime.base.node.io.database.connection.util.DBAdvancedPanel
-
Saves the component values into the settings object.
- saveSettings() - Method in class org.knime.base.node.io.database.connection.util.DBAuthenticationPanel
-
Saves the component values into the settings object.
- saveSettings() - Method in class org.knime.base.node.io.database.connection.util.DBConnectionPanel
-
Saves the component values into the settings object.
- saveSettings() - Method in class org.knime.base.node.io.database.connection.util.DBGenericConnectionPanel
-
Saves the component values into the settings object.
- saveSettings(CredentialsProvider) - Method in class org.knime.base.node.io.database.connection.util.DBMiscPanel
-
Saves the component values into the settings object.
- saveSettings() - Method in class org.knime.base.node.io.database.connection.util.DBTimezonePanel
-
Saves the component values into the settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- saveSettings() - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
-
Save all SQL data types to StringHistory
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
Saves current configuration to argument.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
-
Saves current configuration to argument.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
-
Saves the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
-
Saves the settings from this object into the passed node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
-
Saves the settings from this object into the passed node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartSettings
-
Saves the settings from this object into the passed node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings
-
Writes the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
-
Saves the settings to the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
-
Writes the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
-
Writes the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopEndNodeSettings
-
Writes the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
-
Saves this object's settings to the given node settings.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
Saves the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.mine.knn.KnnSettings
-
Saves the settings into the given node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
Saves the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
-
Saves the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
-
Saves the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
-
Deprecated.
Saves the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
-
Saves the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
-
Saves the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
Saves the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
Saves the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
-
Called from model and dialog to save current settings.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
Called from model and dialog to save current settings.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
Called from model and dialog to save current settings.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeSettings
-
Called from model and dialog to save current settings.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
-
Called from dialog's and model's save method.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
-
Called from dialog's and model's save method.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
-
Called from dialog's and model's save method.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
-
Called from dialog's and model's save method.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
-
- saveSettings(NodeSettingsWO) - Method in interface org.knime.base.node.preproc.draganddroppanel.PaneConfigurationDialog
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.PercentageDialog
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AbstractRowFilter
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
-
Deprecated.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
-
Deprecated.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Saves the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
Save settings to config object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
-
Called from dialog's and model's save method.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.MVColumnSettings
-
Saves the settings to a NodeSettings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.MVIndividualSettings
-
Saves settings for a column.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.RandomFractionRowFilter
-
Throws exception, not supported.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.RandomNumberRowFilter
-
Throws exception, not supported.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
-
Save the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
-
Save the settings into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.rules.RuleEngineSettings
-
Deprecated.
Saves the setting into the node settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
-
Save settings in NodeSettings.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
-
Called from model and dialog to save current settings.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
-
Deprecated.
Saves this object's settings to the given node settings.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
-
Saves this object's settings to the given node settings.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
-
Save settings that are the current color settings.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
-
Writes the color settings.
- saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.viz.roc.ROCSettings
-
Saves this object's settings to the given node settings.
- saveSettings(NodeSettingsWO) - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
-
Saves the current settings to a NodeSettings object.
- saveSettings(Config) - Method in class org.knime.core.node.util.dialog.field.AbstractField
-
Saves current parameters to settings object.
- saveSettings(Config) - Method in class org.knime.core.node.util.dialog.field.ColumnField
-
Saves current parameters to settings object.
- saveSettings(Config) - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
-
Saves current parameters to settings object.
- saveSettings(Config) - Method in class org.knime.core.node.util.dialog.field.FieldList
-
Saves current parameters to settings object.
- saveSettings(Config) - Method in class org.knime.core.node.util.dialog.field.FlowVariableField
-
Saves current parameters to settings object.
- saveSettings(Config) - Method in class org.knime.core.node.util.dialog.field.OutColumnField
-
Saves current parameters to settings object.
- saveSettings(Config) - Method in class org.knime.core.node.util.dialog.field.OutFlowVariableField
-
Saves current parameters to settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.core.node.workflow.NodeContainer
-
- saveSettings(NodeSettingsWO) - Method in class org.knime.core.node.workflow.NodeExecutionJobManagerPanel
-
Save settings into the provided parameter.
- saveSettings(NodeContainer.NodeContainerSettings) - Method in class org.knime.core.node.workflow.NodeExecutorJobManagerDialogTab
-
Writes the current settings of the job manager tab into the provided
settings object.
- saveSettings(NodeSettingsWO) - Method in class org.knime.core.node.workflow.SingleNodeContainer
- saveSettings(NodeSettingsWO, boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
Saves config from super NodeContainer (job manager) and the model settings and the variable settings.
- saveSettings(NodeSettingsWO) - Method in class org.knime.core.node.workflow.WorkflowManager
- saveSettings(CFG) - Method in class org.knime.core.quickform.QuickFormConfigurationPanel
-
Save quickform configuration.
- saveSettingsForConnections(NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Save connections in an own sub-config object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Saves settings for NodeDialog
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOptionalString
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
-
Write value(s) of this component model to configuration object.
- saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
-
Write value(s) of this component model to configuration object.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Saves settings for NodeModel
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOptionalString
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
-
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
- saveSettingsForNodes(NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Save nodes in an own sub-config object as a series of configs.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
-
Save current settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
This method is called from the
NodeDialog and
NodeModel in
order to save the additional settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.AggregationOperator
-
Override this method if the operator requires additional settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
-
Override this method if the operator requires additional settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
-
Deprecated.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
-
- saveSettingsTo(Config) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
-
Deprecated.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationPanel
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendToTableNodeDialogPane
-
Deprecated.
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
-
Deprecated.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeDialogPane
-
Deprecated.
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
-
Deprecated.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.image.ImageToTableNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeDialogPane
-
Deprecated.
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
Save configuration to argument.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
Saves the current values (even if they are incomplete or invalid) in the
specified settings object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
Saves the current values (even if they are incomplete or invalid) in the
specified settings object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBDeleteRowsDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBGroupByAggregationPanel
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBGroupByNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBGroupByNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBJoinerNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBJoinerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBQueryNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBQueryNodeModel2
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBRowFilterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBSorterNodeDialog
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBSorterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBSQLTypesPanel
-
Saves SQL types by column name.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBUpdateDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBUpdateNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBWriterDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeDialog2
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryPanel
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
Save the properties of RowElement to the NodeSettingsWO instance
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
-
Save the properties of RowElement to the NodeSettingsWO instance
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
-
Save the properties of RowElement to the NodeSettingsWO instance
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
Save the properties of RowElement to the NodeSettingsWO instance
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
Save the properties of RowElement to the NodeSettingsWO instance
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.RowElement
-
Save the properties of RowElement to the NodeSettingsWO instance
- saveSettingsTo(NodeSettingsWO, CredentialsProvider) - Method in class org.knime.base.node.io.database.util.DBDialogPane
-
Save settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.util.DBReaderDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
-
Writes the current user settings into a configuration object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
-
Deprecated.
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
-
Deprecated.
Writes the current user settings into a configuration object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.linereader.LineReaderNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
-
Save settings in model & dialog.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
-
Save settings in model & dialog.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
-
Saves current settings to argument.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopStartCountSettings
-
Writes the settings into the node settings object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
-
Writes the settings into the node settings object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.xvalidation.XValidateDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
-
Writes the settings into the node settings object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPanel
-
Saves the settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
-
Deprecated.
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeDialog
-
Updates this dialog by retrieving theta minus, theta plus, and the choice
of distance function from the underlying model.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeDialog
-
Updates this dialog by retrieving theta minus, theta plus, and the choice
of distance function from the underlying model.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeDialog
-
Save the settings from the dialog, Number of Clusters and
maximum number of Iterations.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
-
Saves the number of Clusters and the maximum number of iterations in the
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
-
Appends to the given node settings the model specific configuration, that
are, the current settings (e.g.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
Saves the class column and the classification value in the settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.knn.KnnNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.mds.MDSNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.pca.PCANodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeDialogPane
-
Deprecated.
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeDialogPane
-
Deprecated.
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerDialog
-
Deprecated.
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
-
Deprecated.
Saves the settings to the node settings object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
-
Saves the settings to the node settings object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.smote.SmoteNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
Saves settings of algorithm to given NodeSettings object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.sota.SotaHierarchicalFuzzySettings
-
Saves all settings to settings object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.sota.SotaNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.sota.SotaNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.sota.SotaSettingsPanel
-
Saves all settings to settings object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeDialog
-
Deprecated.
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
-
Saves current configuration.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeDialogPane
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeDialogPane
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeDialogPane
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
-
Save current configuration.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
Stores the settings values in the specified object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeDialogPane
-
Sets the list of columns to exclude inside the corresponding
NodeModel which are retrieved from the filter panel.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeDialog
-
Deprecated.
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
-
Saves current settings to argument.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
-
Saves current settings to argument.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
-
Saves the class column and the classification value in the settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.DomainNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionPanel
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPane
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.TypePane
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in interface org.knime.base.node.preproc.draganddroppanel.PaneConfigurationDialog
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.PercentageDialog
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeDialogPane
-
Sets the list of columns to exclude inside the corresponding
NodeModel which are retrieved from the filter panel.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
Writes number of filtered columns, and the names as
DataCell to the given settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeDialogPane
-
Sets the list of columns to exclude inside the corresponding
NodeModel which are retrieved from the filter panel.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
-
Writes number of filtered columns, and the names as
DataCell to the given settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AbstractRowFilter
-
Save your internal settings into the specified configuration object.
- saveSettingsTo(NodeSettingsWO) - Method in interface org.knime.base.node.preproc.filter.row.rowfilter.IRowFilter
-
Save your internal settings into the specified configuration object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
-
Deprecated.
Save your internal settings into the specified configuration object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeDialogPane
-
Deprecated.
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.partition.PartitionNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.DefaultMissingValueHandlerPanel
-
Saves settings for this panel.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingValueHandlerPanel
-
Saves settings for this panel.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.PMMLApplyMissingCellHandler
-
Saves user settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rank.RankNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rank.RankNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
Saves parameters to argument settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
-
Save the current settings to a config.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rename.RenameNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.SamplingNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.SamplingNodeDialogPanel
-
Method that is called from the dialog to save settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
-
Saves the settings to the given object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialog
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
-
The list of included columns and their sort order are stored in the
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.split2.SplitNodeDialog2
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
-
Saves the settings to the node settings object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.rules.RuleEngineNodeDialog
-
Deprecated.
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.rules.RuleEngineNodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.endif.EndifNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.cache.CacheNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.sendmail.SendMailNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.sendmail.SendMailNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterDialog
-
Deprecated.
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
-
Saves the maximum number of rows.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeDialogPane
-
Method is invoked by the super class in order to force the dialog to
apply its changes.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
-
Save color settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeDialogPane
-
Method is invoked by the super class in order to force the dialog to
apply its changes.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.roc.ROCNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.roc.ROCNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.table.TableNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
-
Save settings of all registered DialogComponents into the
configuration object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
-
Write value(s) of this dialog component to the configuration object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
-
Write value(s) of this setttings model to configuration object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.EmptyNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.missing.MissingNodeDialog
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.missing.MissingNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.Node
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.NodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(OutputStream) - Method in class org.knime.core.node.NodeDialogPane
-
Saves current settings to an output stream (in xml format).
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.NodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.NoSettingsNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
-
This method is called from the
NodeDialog and
NodeModel in
order to save the additional settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
-
This method is called from the
NodeDialog and
NodeModel in
order to save the additional settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
-
This method is called from the
NodeDialog and
NodeModel in
order to save the additional settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
-
This method is called from the
NodeDialog and
NodeModel in
order to save the additional settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
-
This method is called from the
NodeDialog and
NodeModel in
order to save the additional settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
-
This method is called from the
NodeDialog and
NodeModel in
order to save the additional settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.util.FileSelectionPanel
-
Saves all settings to settings object.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.MetaNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeDialogPane
-
Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
Adds to the given NodeSettings the model specific
settings.
- saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
-
Save config to argument.
- saveSNCSettings(NodeSettingsWO, SingleNodeContainer) - Static method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
- saveSNCSettings(NodeSettingsWO, boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- saveSpec(DataTableSpec, File) - Static method in class org.knime.core.node.BufferedDataTable
-
Utility method that is used when the node saves its state.
- saveState(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
- saveSubclass(ConfigWO) - Method in class org.knime.core.data.property.filter.FilterModel
-
- saveSubclass(ConfigWO) - Method in class org.knime.core.data.property.filter.FilterModelNominal
-
- saveSubclass(ConfigWO) - Method in class org.knime.core.data.property.filter.FilterModelRange
-
- saveTo(ModelContentWO) - Method in interface org.knime.base.node.mine.sota.logic.SotaCell
-
Saves the value of the SotaCell to the given
ModelContentWO.
- saveTo(ModelContentWO) - Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
-
Saves the value of the SotaCell to the given
ModelContentWO.
- saveTo(ModelContentWO) - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
-
Saves the value of the SotaCell to the given
ModelContentWO.
- saveTo(ModelContentWO, int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Saves the value of the SotaTreeCell to the given
ModelContentWO.
- saveTo(ModelContentWO, String) - Method in class org.knime.base.node.mine.svm.util.DoubleVector
-
Save the vector to a ModelContent object.
- saveTo(PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- saveTo(PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec
-
- saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.BooleanCellEntry
-
Save this DataCell to the given Config.
- saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.ComplexNumberCellEntry
-
Save this DataCell to the given Config.
- saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.DateAndTimeCellEntry
-
Save this DataCell to the given Config.
- saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.DoubleCellEntry
-
Save this DataCell to the given Config.
- saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.FuzzyIntervalCellEntry
-
Save this DataCell to the given Config.
- saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.FuzzyNumberCellEntry
-
Save this DataCell to the given Config.
- saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.IntCellEntry
-
Save this DataCell to the given Config.
- saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.LongCellEntry
-
Save this DataCell to the given Config.
- saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.MissingCellEntry
-
Save this DataCell to the given Config.
- saveToConfig(DataCell, Config) - Method in interface org.knime.core.node.config.Config.DataCellEntry
-
Save this DataCell to the given Config.
- saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.StringCellEntry
-
Save this DataCell to the given Config.
- saveToConfig(NodeSettingsWO) - Method in class org.knime.core.util.tokenizer.Comment
-
Writes the object into a NodeSettings object.
- saveToConfig(NodeSettingsWO) - Method in class org.knime.core.util.tokenizer.Delimiter
-
Writes the object into a NodeSettings object.
- saveToConfig(NodeSettingsWO) - Method in class org.knime.core.util.tokenizer.Quote
-
Writes the object into a NodeSettings object.
- saveToConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.ColProperty
-
Writes all settings from this object into the passed configuration
object.
- saveToConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Writes all settings into the passed configuration object.
- saveToConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- saveToConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
-
Deprecated.
Writes all settings into the passed configuration object.
- saveToConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
-
- saveToConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- saveToConfiguration(NodeSettingsWO) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
Saves all settings into a NodeSettings object.
- saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.data.container.ConcatenateTable
-
Save the table to a file.
- saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.data.container.ContainerTable
-
Do not call this method! Internal use!
Save the table to a file.
- saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.data.container.JoinedTable
-
Save the table to a file.
- saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.data.container.RearrangeColumnsTable
-
Save the table to a file.
- saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.data.container.TableSpecReplacerTable
-
Save the table to a file.
- saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.data.container.VoidTable
-
Save the table to a file.
- saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.data.container.WrappedTable
-
Save the table to a file.
- saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
-
Save the table to a file.
- saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.node.ExtensionTable
-
Save the table to a file.
- saveToFileOverwrite(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.node.ExtensionTable
-
Saves this extension table to the argument file.
- saveToModelContent(ModelContentWO) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
-
Deprecated.
- saveToModelContent(ModelContentWO) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
-
Deprecated.
Saves the itemsets to the model.
- saveToModelContent(ModelContentWO) - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
-
- saveToModelContent(Config) - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
-
- saveToModelContent(Config) - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
-
- saveToNodeSettings(NodeSettingsWO) - Method in interface org.knime.core.node.dialog.DialogNodeValue
-
- saveToNodeSettings(NodeSettingsWO) - Method in interface org.knime.core.node.web.WebViewContent
-
- saveToNodeSettings(NodeSettingsWO, WizardNodeLayoutInfo) - Static method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
-
Saves a layout info object to node settings.
- saveToPredictorParams(ModelContentWO, boolean) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
-
Save decision tree to a ModelContent object.
- saveToPredictorParams(ModelContentWO, boolean) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
Save node to a model content object.
- saveToPredictorParams(ModelContentWO, String) - Method in class org.knime.base.node.mine.svm.Svm
-
Save the Support Vector Machine for later use.
- saveToPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
-
Save internal predicate settings to a config object.
- saveToPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
-
Save internal predicate settings to a config object.
- saveToPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
Save internal predicate settings to a config object.
- saveToPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
-
Save internal predicate settings to a config object.
- saveToPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
-
Save internal predicate settings to a config object.
- saveToPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
-
Save internal predicate settings to a config object.
- saveToSettings(NodeSettingsWO) - Method in interface org.knime.base.node.preproc.binner.BinnerColumnFactory.Bin
-
Deprecated.
Save this bin.
- saveToSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.binner.NumericBin
-
Deprecated.
Save this bin.
- saveToSettings(NodeSettingsWO) - Method in interface org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory.Bin
-
Save this bin.
- saveToSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.binner.NumericBin
-
Save this bin.
- saveToSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.MVSettings
-
Saves the settings.
- saveToStream() - Method in interface org.knime.core.node.web.WebViewContent
-
- saveToXML(NodeSettingsWO) - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
-
Saves the tree structure into the config.
- saveToXML(OutputStream) - Method in class org.knime.core.node.config.base.ConfigBase
-
Writes this ConfigBase to the given stream as XML.
- saveToXML(OutputStream) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
-
Saves this Config into the given stream in XML format.
- saveUIInfoClassName(NodeSettingsWO, UIInformation) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveUIInfoSettings(NodeSettingsWO, UIInformation) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveValue(NodeSettingsWO) - Method in class org.knime.core.quickform.AbstractQuickFormValueInConfiguration
-
Save config to argument.
- saveValuesFromPanelInto(FileWriterSettings) - Method in class org.knime.base.node.io.csvwriter.AdvancedPanel
-
Writes the current values from the components into the settings object.
- saveValuesFromPanelInto(FileWriterNodeSettings) - Method in class org.knime.base.node.io.csvwriter.CommentPanel
-
Saves the current values from the panel into the passed object.
- saveValuesFromPanelInto(FileWriterNodeSettings) - Method in class org.knime.base.node.io.csvwriter.DecimalSeparatorPanel
-
Saves the current values from the panel into the passed object.
- saveValuesFromPanelInto(FileWriterSettings) - Method in class org.knime.base.node.io.csvwriter.QuotePanel
-
Saves the current values from the panel into the passed object.
- saveWorkflow(WorkflowManager, BatchExecutor.WorkflowConfiguration) - Method in class org.knime.core.node.workflow.BatchExecutor
-
Saves the workflow after execution.
- saveWorkflowAnnotations(WorkflowManager, NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- saveWorkflowCipher(NodeSettings, WorkflowCipher) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Metanode locking information.
- saveWorkflowName(NodeSettingsWO, String) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- SaveWorkflowNodeFactory - Class in org.knime.base.node.workflow.save
-
Factory to node.
- SaveWorkflowNodeFactory() - Constructor for class org.knime.base.node.workflow.save.SaveWorkflowNodeFactory
-
- SaveWorkflowNodeModel - Class in org.knime.base.node.workflow.save
-
Model to node.
- SaveWorkflowNodeModel() - Constructor for class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
-
Flow in, flow out.
- saveWorkflowVariables(WorkflowManager, NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- scalarProduct(double[], double[]) - Static method in class org.knime.base.data.neural.Perceptron
-
Computes the scalar Product of two vectors, represented as double arrays.
- scale(double, double) - Method in enum org.knime.base.node.viz.aggregation.ValueScale
-
- ScatterMatrixDrawingPane - Class in org.knime.base.node.viz.plotter.scattermatrix
-
- ScatterMatrixDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
-
Sets the background color to white.
- ScatterMatrixElement - Class in org.knime.base.node.viz.plotter.scattermatrix
-
Represents one matrix element in a scatter plot matrix,
with the upper left corner, the width and height of the surrounding
rectangle, the x and y coordinate of the scatter plot and a list of the
contained
DotInfos.
- ScatterMatrixElement(Point, int, int, Coordinate, Coordinate) - Constructor for class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
-
- ScatterMatrixNodeFactory - Class in org.knime.base.node.viz.plotter.scattermatrix
-
- ScatterMatrixNodeFactory() - Constructor for class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
-
- ScatterMatrixPlotter - Class in org.knime.base.node.viz.plotter.scattermatrix
-
- ScatterMatrixPlotter() - Constructor for class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter
-
- ScatterMatrixPlotter.TransformationMouseListener - Class in org.knime.base.node.viz.plotter.scattermatrix
-
Mouse listener for changing the column position.
- ScatterMatrixProperties - Class in org.knime.base.node.viz.plotter.scattermatrix
-
- ScatterMatrixProperties() - Constructor for class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixProperties
-
Default tab, column filter and scatter plotter appearance.
- ScatterPlotter - Class in org.knime.base.node.viz.plotter.scatter
-
Maps the two selected columns to the screen coordinates.
- ScatterPlotter(AbstractDrawingPane, AbstractPlotterProperties) - Constructor for class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
-
Construction kit constructor to construct a customized plotter,
registeres all necessary listeners.
- ScatterPlotter() - Constructor for class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
-
- ScatterPlotterAppearanceTab - Class in org.knime.base.node.viz.plotter.props
-
Control elements to adjust the dot size and the jitter rate.
- ScatterPlotterAppearanceTab() - Constructor for class org.knime.base.node.viz.plotter.props.ScatterPlotterAppearanceTab
-
Dot size, shape and jitter.
- ScatterPlotterDrawingPane - Class in org.knime.base.node.viz.plotter.scatter
-
Shows the mapped data points and provides a tooltip for each data point with
the domain value and the row ID.
- ScatterPlotterDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
-
- ScatterPlotterNodeFactory - Class in org.knime.base.node.viz.plotter.scatter
-
- ScatterPlotterNodeFactory() - Constructor for class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
-
- ScatterPlotterNodeView - Class in org.knime.base.node.viz.plotter.scatter
-
- ScatterPlotterNodeView(DefaultVisualizationNodeModel, ScatterPlotter) - Constructor for class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeView
-
Adds a show/hide menu to the menu bar.
- ScatterPlotterProperties - Class in org.knime.base.node.viz.plotter.scatter
-
In addition to the
TwoColumnProperties a
tab to adjust the dot size and the jitter rate is provided.
- ScatterPlotterProperties() - Constructor for class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties
-
Default tab, two column selection and ranges and dot size and jitter
rate adjustment.
- ScatterPlotterProperties(Class[], Class[]) - Constructor for class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties
-
A constructor to restrict the column selection boxes to certain
DataTypes.
- ScopeEndNode<T extends FlowScopeContext> - Interface in org.knime.core.node.workflow
-
- ScopeStartNode<T extends FlowScopeContext> - Interface in org.knime.core.node.workflow
-
Interface implemented by
NodeModel classes
to define a the start of a new scope.
- ScorerViewData - Class in org.knime.base.node.mine.scorer.accuracy
-
Class that holds the view information for the scorer.
- ScorerViewData(int[][], int, int, int, String, String, String[]) - Constructor for class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
Constructs the scorer view data
- ScorerViewData(int[][], int, int, int, String, String, String[], List<RowKey>[][]) - Constructor for class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
-
- sDrawsInFarTopRight - Static variable in class org.knime.core.node.util.VTextIcon
-
Deprecated.
- sDrawsInTopRight - Static variable in class org.knime.core.node.util.VTextIcon
-
Deprecated.
- search(ExecutionContext) - Method in class org.knime.base.node.io.listfiles.ListFiles
-
Searches file system according to settings.
- search(ExecutionContext) - Method in class org.knime.base.node.io.listfiles2.ListFiles
-
Searches file system according to settings.
- search(DataCell) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryRuleSet
-
Search, maybe linear maybe binary.
- searchEvaluated(ColumnSelectionSearchableListPanel.SearchEvent) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.SearchListener
-
Called if the user presses 'Enter' in the searchfield.
- SearchOptions(boolean, boolean, boolean) - Constructor for class org.knime.core.node.tableview.FindPosition.SearchOptions
-
- SearchReplaceDictNodeDialogPane - Class in org.knime.base.node.preproc.stringreplacer.dict
-
Dialog for Search & Replace (Dictionary) node.
- SearchReplaceDictNodeDialogPane() - Constructor for class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeDialogPane
-
Inits GUI.
- SearchReplaceDictNodeFactory - Class in org.knime.base.node.preproc.stringreplacer.dict
-
Factory for Search & Replace (Dictionary) node.
- SearchReplaceDictNodeFactory() - Constructor for class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
-
- SearchReplaceDictNodeModel - Class in org.knime.base.node.preproc.stringreplacer.dict
-
NodeModel for Search & Replace (Dictionary) node.
- SearchReplaceDictNodeModel() - Constructor for class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
-
One input, one output.
- SearchString - Class in org.knime.core.node.tableview
-
The search string as entered by the user (Ctrl-F) with some more search options.
- SearchString(String, boolean, boolean) - Constructor for class org.knime.core.node.tableview.SearchString
-
- SECOND_COLUMN_NAME - Static variable in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
The optional second column name place holder.
- SECOND_COMP_ID - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
Identifier in model spec to address first second name to compare.
- SecondMomentOperator - Class in org.knime.base.data.aggregation.numerical
-
Computes the second moment
- SecondMomentOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.SecondMomentOperator
-
Constructor for class SecondCentralMomentOperator.
- seed() - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
-
Returns the optional random seed.
- seed(Long) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
-
Sets the seed for the random number generator.
- SEED_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
-
- SEED_KEY - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
-
Key to store the random seed.
- select(Set<Selectable>) - Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
-
Selects the given objects.
- select(Selectable) - Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
-
Selects the given object.
- select(String) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
-
Called is a new column is selected.
- select(String) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
-
Called if the column selection has changed.
- Selectable - Interface in org.knime.base.node.mine.sota.view.interaction
-
- SelectableAccordion - Class in org.knime.core.node.util
-
Deprecated.
- SelectableAccordion(int) - Constructor for class org.knime.core.node.util.SelectableAccordion
-
Deprecated.
- SelectAllAction - Class in org.knime.base.node.io.tablecreator.table
-
A swing action to adjust select all cells in a spreadsheet.
- SelectAllAction(JTable) - Constructor for class org.knime.base.node.io.tablecreator.table.SelectAllAction
-
Creates a new instance.
- selectAllCompatibleMethods() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
Deprecated.
- selectAllCompatibleRows() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
Selects all compatible methods.
- selectAllRows() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
Selects all selected methods.
- selectAllRows() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
-
Deprecated.
- selectAllRows() - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
-
Deprecated.
- selectAllSelectedMethods() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
Deprecated.
- selectClickedElement(Point) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
-
- selectClickedElement(Point) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
Implementing classes mayxselect the elements depending on the clicked
position.
- selectClickedElement(Point) - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
-
Implementing classes mayxselect the elements depending on the clicked
position.
- selectClickedElement(Point) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
Implementing classes mayxselect the elements depending on the clicked
position.
- selectClickedElement(Point) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
-
Implementing classes mayxselect the elements depending on the clicked
position.
- selectClickedElement(Point) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
-
Implementing classes mayxselect the elements depending on the clicked
position.
- selectClickedElement(Point) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
-
Implementing classes mayxselect the elements depending on the clicked
position.
- selectClickedElement(Point) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
-
Implementing classes mayxselect the elements depending on the clicked
position.
- selectClickedElement(Point) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
-
Implementing classes mayxselect the elements depending on the clicked
position.
- selectClickedElement(Point) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
-
- selectCompatibleRows(Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
-
Deprecated.
Selects all rows that are compatible with the given type.
- selectCompatibleRows(Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
-
Selects all rows that are compatible with the given type.
- selectCompatibleRows(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
-
Selects all rows that are compatible with the given type.
- selectCompatibleRows(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
-
Selects all rows that are compatible with the given type.
- selectCompatibleRows(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
-
Selects all rows that are compatible with the given type.
- SELECTED - Static variable in class org.knime.core.data.property.ColorAttr
-
The color for selection as new Color(179, 168, 143).
- SELECTED_COLS - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
The name of the settings tag which holds the names of the columns the
user has selected in the dialog as String[].
- SELECTED_COLS - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
The name of the settings tag which holds the names of the columns the user has selected in the dialog as
String[].
- SELECTED_COLS_IDX - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
The name of the settings tag which holds the indices in the select field
of the columns the user has selected in the dialog as
int[].
- SELECTED_COLS_IDX - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
The name of the settings tag which holds the indices in the select field of the columns the user has selected in
the dialog as int[].
- SELECTED_COLUMN - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
-
Keeps the selected column.
- SELECTED_COLUMN - Static variable in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
-
Keeps the selected column.
- SELECTED_COLUMNS_KEY - Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
-
Key to store the selected columns in the settings.
- SELECTED_FACTORY_CHANGE - Static variable in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerFactorySelectionPanel
-
Event identifier for the event that is fired when the selected factory changes.
- SELECTED_HILITE - Static variable in class org.knime.core.data.property.ColorAttr
-
The color for selection as new Color(255, 240, 204).
- SELECTED_NEW_ROWKEY_COL - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
The name of the settings tag which holds the name of the column which
values should be used as new row keys for the result table the user has
selected as String.
- SELECTED_VALUE - Static variable in class org.knime.core.node.util.RadionButtonPanel
-
Name of the property name, which is used for a property changed event.
- selectedColChanged() - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
-
Called when the user selects a new column.
- selectElement(Point, boolean) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- selectElement(Rectangle2D, boolean) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
Selects all sub element of this element which intersect the given
rectangle.
- selectElement(Point) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
Selects this element if the element rectangle contains the given
point.
- selectElement(Rectangle2D) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
Selects this element if the element rectangle intersect the given
rectangle.
- selectElement(Point) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
Selects the element which contains the given point.
- selectElement(Rectangle) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
Selects all elements which are touched by the given rectangle.
- selectElement(Point) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
Selects all elements which contain the given point.
- selectElement(Rectangle) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
Selects all elements which intersect with the given rectangle.
- selectElement(Point) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
Selects the element which contains the given point.
- selectElement(Rectangle2D) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
Selects the element which intersects the given rectangle.
- selectElementsIn(Rectangle) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
-
- selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
Implementing classes may select the elements in the selection rectangle
obtained from the mouse dragging in selection mode.
- selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
-
Implementing classes may select the elements in the selection rectangle
obtained from the mouse dragging in selection mode.
- selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
Implementing classes may select the elements in the selection rectangle
obtained from the mouse dragging in selection mode.
- selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
-
Implementing classes may select the elements in the selection rectangle
obtained from the mouse dragging in selection mode.
- selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
-
Implementing classes may select the elements in the selection rectangle
obtained from the mouse dragging in selection mode.
- selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
-
Implementing classes may select the elements in the selection rectangle
obtained from the mouse dragging in selection mode.
- selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
-
Implementing classes may select the elements in the selection rectangle
obtained from the mouse dragging in selection mode.
- selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
-
Implementing classes may select the elements in the selection rectangle
obtained from the mouse dragging in selection mode.
- selectElementsIn(int, int, int, int) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
-
- SelectionConfiguration - Class in org.knime.base.node.preproc.draganddroppanel
-
Class which holds a all input columns and all configuration panels.
- SelectionConfiguration(InputFilter<DataColumnSpec>, ConfigurationDialogFactory) - Constructor for class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
-
A new SelectionConfiguration which filters the input columns.
- SelectionConfiguration(ConfigurationDialogFactory) - Constructor for class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
-
A new SelectionConfiguration which does not filter the input columns.
- SelectionManager - Interface in org.knime.base.node.mine.sota.view.interaction
-
- SelectionMouseListener() - Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
-
Listens to the drawing pane of this plotter.
- SelectionMouseListener(AbstractDrawingPane) - Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
-
- SelectionPanel - Class in org.knime.base.node.preproc.draganddroppanel
-
- SelectionPanel(SelectionConfiguration) - Constructor for class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
-
- SelectivtyDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function.h2
-
The SELECTIVITY aggregation function.
- SelectivtyDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function.h2
-
Factory for the parent class.
- selectTab(String) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
-
Brings the specified tab to front and shows its components.
- send(FlowVariableProvider, CredentialsProvider) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
Send the mail.
- sendAnnotationToBack(WorkflowAnnotation) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Resorts the internal array to move the specified annotation to the first index.
- SendMailConfiguration - Class in org.knime.base.node.util.sendmail
-
Configuration proxy for the node.
- SendMailConfiguration() - Constructor for class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- SendMailConfiguration.ConnectionSecurity - Enum in org.knime.base.node.util.sendmail
-
Connection Security.
- SendMailConfiguration.EMailFormat - Enum in org.knime.base.node.util.sendmail
-
EMail format.
- SendMailConfiguration.EMailPriority - Enum in org.knime.base.node.util.sendmail
-
EMail priority.
- SendMailNodeDialog - Class in org.knime.base.node.util.sendmail
-
Plain dialog with smtp host name field, address fields, subject and content field.
- SendMailNodeDialog() - Constructor for class org.knime.base.node.util.sendmail.SendMailNodeDialog
-
Inits GUI.
- SendMailNodeFactory - Class in org.knime.base.node.util.sendmail
-
Factory of node.
- SendMailNodeFactory() - Constructor for class org.knime.base.node.util.sendmail.SendMailNodeFactory
-
- SendMailNodeModel - Class in org.knime.base.node.util.sendmail
-
Node Model to node.
- SendMailNodeModel() - Constructor for class org.knime.base.node.util.sendmail.SendMailNodeModel
-
One input, no output.
- sendMemoryAlert() - Method in class org.knime.core.data.util.memory.MemoryAlertSystem
-
Send a memory alert events to all registered listeners.
- SENSITIVITY - Static variable in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
-
Constant for the sensitivity area around the axis for selection.
- serialize() - Method in class org.knime.base.node.rules.Rule
-
Deprecated.
Returns the parsed rule in string representation.
- serialize(T, DataCellDataOutput) - Method in class org.knime.core.data.AdapterCell.AdapterCellSerializer
-
Saves the cell to the output stream.
- serialize(BinaryObjectDataCell, DataCellDataOutput) - Method in class org.knime.core.data.blob.BinaryObjectDataCell.BinaryObjectCellSerializer
-
Saves the cell to the output stream.
- serialize(BinaryObjectFileStoreDataCell, DataCellDataOutput) - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell.BinaryObjectFileStoreCellSerializer
-
Saves the cell to the output stream.
- serialize(DataCellDataOutput) - Method in class org.knime.core.data.collection.BlobSupportDataCellList
-
Write this object to an output.
- serialize(DataCellDataOutput) - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
-
Write this object to an output.
- serialize(ListCell, DataCellDataOutput) - Method in class org.knime.core.data.collection.ListCell.ListCellSerializer
-
Saves the cell to the output stream.
- serialize(SetCell, DataCellDataOutput) - Method in class org.knime.core.data.collection.SetCell.SetCellSerializer
-
Saves the cell to the output stream.
- serialize(SparseListCell, DataCellDataOutput) - Method in class org.knime.core.data.collection.SparseListCell.SparseListCellSerializer
-
Saves the cell to the output stream.
- serialize(DataOutput) - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
-
Writes address to a stream.
- serialize(T, DataCellDataOutput) - Method in interface org.knime.core.data.DataCellSerializer
-
Saves the cell to the output stream.
- serialize(DateAndTimeCell, DataCellDataOutput) - Method in class org.knime.core.data.date.DateAndTimeCellSerializer
-
Saves the cell to the output stream.
- serialize(BooleanCell, DataCellDataOutput) - Method in class org.knime.core.data.def.BooleanCell.BooleanSerializer
-
Saves the cell to the output stream.
- serialize(ComplexNumberCell, DataCellDataOutput) - Method in class org.knime.core.data.def.ComplexNumberCell.ComplexNumberSerializer
-
Saves the cell to the output stream.
- serialize(DoubleCell, DataCellDataOutput) - Method in class org.knime.core.data.def.DoubleCell.DoubleSerializer
-
Saves the cell to the output stream.
- serialize(FuzzyIntervalCell, DataCellDataOutput) - Method in class org.knime.core.data.def.FuzzyIntervalCell.FuzzyIntervalSerializer
-
Saves the cell to the output stream.
- serialize(FuzzyNumberCell, DataCellDataOutput) - Method in class org.knime.core.data.def.FuzzyNumberCell.FuzzyNumberSerializer
-
Saves the cell to the output stream.
- serialize(IntCell, DataCellDataOutput) - Method in class org.knime.core.data.def.IntCell.IntCellSerializer
-
Saves the cell to the output stream.
- serialize(IntervalCell, DataCellDataOutput) - Method in class org.knime.core.data.def.IntervalCell.IntervalSerializer
-
Saves the cell to the output stream.
- serialize(LongCell, DataCellDataOutput) - Method in class org.knime.core.data.def.LongCell.LongSerializer
-
Saves the cell to the output stream.
- serialize(StringCell, DataCellDataOutput) - Method in class org.knime.core.data.def.StringCell.StringSerializer
-
Saves the cell to the output stream.
- serialize(TimestampCell, DataCellDataOutput) - Method in class org.knime.core.data.def.TimestampCell.TimestampCellSerializer
-
Deprecated.
Saves the cell to the output stream.
- serialize(FileStoreKeyDataCell, DataCellDataOutput) - Method in class org.knime.core.data.filestore.internal.FileStoreKeyDataCell.FileStoreKeyCellSerializer
-
- serialize(PNGImageBlobCell, DataCellDataOutput) - Method in class org.knime.core.data.image.png.PNGImageBlobCell.PNGSerializer
-
- serialize(PNGImageCell, DataCellDataOutput) - Method in class org.knime.core.data.image.png.PNGImageCell.PNGSerializer
-
- serialize(DataCellDataOutput) - Method in class org.knime.core.data.image.png.PNGImageContent
-
Serialize method for image content.
- serialize(MissingCell, DataCellDataOutput) - Method in class org.knime.core.data.MissingCell.MissingSerializer
-
Saves the cell to the output stream.
- serialize(PortObjectCell, DataCellDataOutput) - Method in class org.knime.core.data.model.PortObjectCell.PortObjectCellSerializer
-
Saves the cell to the output stream.
- serialize(DataCell, DataCellDataOutput) - Method in class org.knime.core.data.NoSerializer
-
Saves the cell to the output stream.
- serialize(DenseBitVectorCell, DataCellDataOutput) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell.DenseBitVectorSerializer
-
Saves the cell to the output stream.
- serialize(SparseBitVectorCell, DataCellDataOutput) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell.SparseBitVectorSerializer
-
Saves the cell to the output stream.
- serialize(DenseByteVectorCell, DataCellDataOutput) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell.DenseByteVectorSerializer
-
Saves the cell to the output stream.
- serialize(SparseByteVectorCell, DataCellDataOutput) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell.SparseByteVectorSerializer
-
Saves the cell to the output stream.
- serialize(DenseDoubleVectorCell, DataCellDataOutput) - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell.DenseDoubleVectorSerializer
-
Saves the cell to the output stream.
- serialize(DenseStringVectorCell, DataCellDataOutput) - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell.DenseStringVectorSerializer
-
Saves the cell to the output stream.
- serialize(PMMLBlobCell, DataCellDataOutput) - Method in class org.knime.core.data.xml.PMMLBlobCell.PMMLSerializer
-
Saves the cell to the output stream.
- serialize(PMMLCell, DataCellDataOutput) - Method in class org.knime.core.data.xml.PMMLCell.PMMLSerializer
-
Saves the cell to the output stream.
- serialize(XMLBlobCell, DataCellDataOutput) - Method in class org.knime.core.data.xml.XMLBlobCell.XMLSerializer
-
Saves the cell to the output stream.
- serialize(XMLCell, DataCellDataOutput) - Method in class org.knime.core.data.xml.XMLCell.XMLSerializer
-
Saves the cell to the output stream.
- Serializer() - Constructor for class org.knime.base.data.bitvector.BitVectorCell.Serializer
-
Deprecated.
- Serializer() - Constructor for class org.knime.base.data.normalize.NormalizerPortObject.Serializer
-
- Serializer() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject.Serializer
-
Deprecated.
- Serializer() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec.Serializer
-
Deprecated.
- Serializer() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject.Serializer
-
- Serializer() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject.Serializer
-
- Serializer() - Constructor for class org.knime.base.node.mine.pca.PCAModelPortObject.Serializer
-
- Serializer() - Constructor for class org.knime.base.node.mine.pca.PCAModelPortObjectSpec.Serializer
-
- Serializer() - Constructor for class org.knime.base.node.mine.sota.SotaPortObject.Serializer
-
- Serializer() - Constructor for class org.knime.base.node.mine.sota.SotaPortObjectSpec.Serializer
-
- Serializer() - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObject.Serializer
-
- Serializer() - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObjectSpec.Serializer
-
- Serializer() - Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel.Serializer
-
- Serializer() - Constructor for class org.knime.core.data.DataTableSpec.Serializer
-
- Serializer() - Constructor for class org.knime.core.node.port.database.DatabaseConnectionPortObject.Serializer
-
- Serializer() - Constructor for class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec.Serializer
-
- Serializer() - Constructor for class org.knime.core.node.port.database.DatabasePortObject.Serializer
-
- Serializer() - Constructor for class org.knime.core.node.port.database.DatabasePortObjectSpec.Serializer
-
- Serializer() - Constructor for class org.knime.core.node.port.flowvariable.FlowVariablePortObject.Serializer
-
- Serializer() - Constructor for class org.knime.core.node.port.flowvariable.FlowVariablePortObjectSpec.Serializer
-
- Serializer() - Constructor for class org.knime.core.node.port.image.ImagePortObject.Serializer
-
- Serializer() - Constructor for class org.knime.core.node.port.image.ImagePortObjectSpec.Serializer
-
- Serializer() - Constructor for class org.knime.core.node.port.inactive.InactiveBranchPortObject.Serializer
-
- Serializer() - Constructor for class org.knime.core.node.port.inactive.InactiveBranchPortObjectSpec.Serializer
-
- Serializer() - Constructor for class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject.Serializer
-
Deprecated.
- Serializer() - Constructor for class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec.Serializer
-
- Serializer() - Constructor for class org.knime.core.node.port.viewproperty.ColorHandlerPortObject.Serializer
-
- Serializer() - Constructor for class org.knime.core.node.port.viewproperty.FilterDefinitionHandlerPortObject.Serializer
-
- Serializer() - Constructor for class org.knime.core.node.port.viewproperty.ShapeHandlerPortObject.Serializer
-
- Serializer() - Constructor for class org.knime.core.node.port.viewproperty.SizeHandlerPortObject.Serializer
-
- SerializerMethodLoader - Class in org.knime.core.internal
-
- SerializerMethodLoader.Serializer<T> - Interface in org.knime.core.internal
-
Deprecated.
Creates new static serializer object.
- SerializeUtil - Class in org.knime.core.data.convert.util
-
Utility class for loading and storing converter factories from Configurations.
- SerializeUtil.FactoryPlaceholder - Class in org.knime.core.data.convert.util
-
Object which can be loaded instead of an actual ConverterFactory, for example to be able to still display a
previously existing setting which has become invalid through removal of a required plug-in, in a node dialog for
example.
- serialVersionUID - Static variable in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
-
object version for serialization.
- set(int, E) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- set(String) - Method in class org.knime.base.node.preproc.double2int.WarningMessage
-
- set(String) - Method in class org.knime.base.node.preproc.double2int2.WarningMessage
-
- set(int, int, double) - Method in class org.knime.base.util.HalfDoubleMatrix
-
Sets a value in the matrix.
- set(int, int, float) - Method in class org.knime.base.util.HalfFloatMatrix
-
Sets a value in the matrix.
- set(int, int, int) - Method in class org.knime.base.util.HalfIntMatrix
-
Sets a value in the matrix.
- set(long, boolean) - Method in interface org.knime.core.data.vector.bitvector.BitVector
-
Sets the bit at the specified index to the new value.
- set(long) - Method in interface org.knime.core.data.vector.bitvector.BitVector
-
Sets the bit at the specified index to zero.
- set(long, boolean) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
-
Sets the bit at the specified index to the new value.
- set(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
-
Sets the bit at the specified index to zero.
- set(long, long, boolean) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
-
Sets all bits in the specified range to the new value.
- set(long, long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
-
Sets all bits in the specified range.
- set(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
-
Sets the bit with the specified index in the vector.
- set(long, long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
-
Sets all bits in the specified range.
- set(long, boolean) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
-
Sets the bit at the specified index to the new value.
- set(long, boolean) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
-
Sets the bit at the specified index to the new value.
- set(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
-
Sets the bit at the specified index to zero.
- set(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
-
Sets the bit with the specified index in the vector.
- set(long, boolean) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
-
Sets the bit at the specified index to the new value.
- set(int, int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
-
Sets the new count value at the specified index.
- set(int, byte) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
-
- set(long, int) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
-
Stores the number at the specified index.
- set(int, byte) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
-
Sets the new count value at the specified index.
- set(T) - Method in class org.knime.core.util.Pointer
-
Sets the pointer's value.
- setAccentHLevel(int) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- setActiveMappingMethod(MappingMethod) - Method in class org.knime.base.util.coordinate.Coordinate
-
Sets the mapping method which should be applied.
- setActiveRenderer(String) - Method in interface org.knime.core.data.renderer.DataValueRendererFamily
-
Set the currently active renderer.
- setActiveRenderer(String) - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
-
Set the currently active renderer.
- setActiveRenderer(String) - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
-
Set the currently active renderer.
- setAddAllButtonText(String) - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Setter for the original "Add All" button.
- setAddAllButtonText(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Setter for the original "Add All" button.
- setAddButtonText(String) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
-
Setter for the original "Add" button.
- setAddButtonText(String) - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Setter for the original "Add" button.
- setAddButtonText(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Setter for the original "Add" button.
- setAddCreationTime(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- setAddCreationUser(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- setAdditionalOptions(String) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Sets the additional options
- setAddressAndBuffer(BlobDataCell.BlobAddress, Buffer) - Method in class org.knime.core.data.container.BlobWrapperDataCell
-
Framework method to set buffer and address.
- setAddTableName(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- setAdvancedFormatting(boolean) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- setAdvancedFormatting(boolean) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- setAggrColumn(String) - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
-
- setAggregationColumn(String) - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePiePlotter
-
- setAggregationColumnName(String) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
-
- setAggregationColumns(Collection<ColorColumn>) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
-
- setAggregationContext(GlobalSettings.AggregationContext) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
-
- setAggregationFunction(int[], AggregationFunction) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
-
- setAggregationFunction(int[], AggregationFunction) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
-
- setAggregationFunction(int[], AggregationFunction) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
-
- setAggregationFunctionProvider(AggregationFunctionProvider<F>) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationFunctionTableCellEditor
-
- setAggregationFunctionProvider(AggregationFunctionProvider<F>) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
-
- setAggregationFunctionProvider(AggregationFunctionProvider<DBAggregationFunction>) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
-
- setAggregationFunctionProvider(AggregationFunctionProvider<DBAggregationFunction>) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
-
- setAggregationFunctionProvider(AggregationFunctionProvider<DBAggregationFunction>) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
-
- setAggregationMethod(int[], AggregationMethod) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
-
Deprecated.
- setAggregationMethod(int[], AggregationMethod) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
-
- setAggregationMethod(AggregationMethod) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
set the value stored to the new value.
- setAggregationMethod(AggregationMethod) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setAggregationMethod(AggregationMethod) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
Sets new aggregation columns and recalculates/repaints.
- setAggregationMethod(AggregationMethod) - Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramPlotter
-
Sets new aggregation columns and recalculates/repaints.
- setAggregationMethod(AggregationMethod) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- setAlgorithmName(String) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
-
Sets the "algorithmName" attribute.
- setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
-
Sets the "algorithmName" attribute.
- setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
-
Sets the "algorithmName" attribute.
- setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
Sets the "algorithmName" attribute.
- setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
-
Sets the "algorithmName" attribute.
- setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
-
Sets the "algorithmName" attribute.
- setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
-
Sets the "algorithmName" attribute.
- setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
-
Sets the "algorithmName" attribute.
- setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
-
Sets the "algorithmName" attribute.
- setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
-
Sets the "algorithmName" attribute.
- setAlignment(AnnotationData.TextAlignment) - Method in class org.knime.core.node.workflow.AnnotationData
-
- setAllColumn(AllColumnPanel) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- setAllConifg(AllColumnConfiguration) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- setAllEnabled(boolean) - Method in class org.knime.base.node.mine.svm.learner.KernelPanel
-
Sets all components in the panel in the enabled state.
- setAllLeftColumns(boolean) - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- setAllowedTypes(Class<? extends DataValue>...) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
-
- setAllowedTypes(Class<? extends DataValue>...) - Method in class org.knime.core.node.util.ColumnSelectionComboxBox
-
- setAllowRemoteURLs(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
-
Sets if this file panel should allow remote URLs.
- setAllowRemoteURLs(boolean) - Method in class org.knime.core.node.util.FilesHistoryPanel.LocationCheckLabel
-
Sets if this file panel should allow remote URLs.
- setAllowRemoteURLs(boolean) - Method in class org.knime.core.node.util.FilesHistoryPanel
-
Sets if this file panel should allow remote URLs.
- setAllowSpacesInColumnNames(boolean) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Sets whether spaces in columns names are allowed and passed on to the database.
- setAllowUserInteraction(boolean) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- setAllRightColumns(boolean) - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- setAllRowsDefault(boolean) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
-
- setAlpha(int) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
-
- setAlpha(int) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
-
- setAlpha(int) - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
-
Sets a (new) alpha value into this component.
- setAnalyzeUsedAllRows(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Sets the value of the flag which is used to indicate if the
FileAnalyzer looked at all rows when it extracts the default
settings.
- setAncestor(SotaTreeCell) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Sets the given ancestor value.
- setAnchor(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
Resets the core and anchor to the given value.
- setAnchorSelectionIndex(int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
- setAndComposition(boolean) - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- setAndMergeBackwards(Set<NodeGraphAnnotation>) - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
-
Set backwards stack using the NGAs from all connected nodes.
- setAnnotation(WorkflowAnnotation...) - Method in class org.knime.core.node.workflow.WorkflowCopyContent
-
Sets annotation references.
- setAntialiasing(boolean) - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
-
Turns anti-aliasing on(true) or off(false).
- setAntialiasing(boolean) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
Turns antialiasing on (true) or off (false).
- setAppendColumns(boolean) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
-
- setAppendColumns(boolean) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- setAppendColumns(boolean) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- setAppendColumns(boolean) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeSettings
-
- setAppenderLevelRange(String, NodeLogger.LEVEL, NodeLogger.LEVEL) - Static method in class org.knime.core.node.NodeLogger
-
Sets a level range filter on the given appender.
- setAppendOccurrences(boolean) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
- setAppendOriginalRowId(boolean) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
- setArchitecture(Architecture) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
-
Sets the architecture.
- setArea(double) - Method in class org.knime.base.node.viz.roc.ROCCurve
-
- setArrayType(String) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
-
Sets the data type of the contained array.
- setArrayType(PMMLArrayType) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
-
Sets the data type of the contained array.
- setAssociationRules(Collection<AssociationRule>) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
-
Deprecated.
- setAtLeastMode(boolean) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
-
- setAttachedURLs(URL[]) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setAutoCommit(Connection, boolean) - Static method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- setAutoSave(boolean) - Method in class org.knime.core.node.workflow.WorkflowSaveHelper
-
- setAutoSaveDirectory(ReferencedFile) - Method in class org.knime.core.node.workflow.NodeContainer
-
- setAutoSaveDirectoryDirtyRecursivly() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Marks the workflow and all nodes contained as dirty in the auto-save location.
- setAxes(List<ParallelAxis>) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
-
Sets the axes with the data column spec, since it contains all necessary
information (like domain, type, etc).
- setBackground(Color) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
- setBackground(Color) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
-
Overrides JComponent.setBackground to assign
the unselected-background color to the specified color.
- setBackground(Color) - Method in class org.knime.core.node.dialog.DialogNodePanel
- setBackground(Color) - Method in class org.knime.core.quickform.QuickFormConfigurationPanel
- setBarRectangle(Rectangle2D, int, List<Color>, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
-
- setBaseDir(File) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
-
- setBaseLine(Integer) - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
-
Indicates if a base line should be drawn.
- setBaseName(String) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
-
- setBcc(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setBestQualityMeasure(double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.Split
-
To set the quality index once calculated by the detailed
implementatioins.
- setBgColor(int) - Method in class org.knime.core.node.workflow.AnnotationData
-
- setBinCount(int) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
-
- setBinCount(int) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- setBinCount(int) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- setBinNaming(AutoBinnerLearnSettings.BinNaming) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
-
- setBinNaming(AutoBinnerLearnSettings.BinNaming) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- setBinNaming(AutoBinnerLearnSettings.BinNaming) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- setBinningSchemes(BinRuler[]) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelDrawingPane
-
Sets the binning schemes for all bins that schould be painted.
- setBinNominal(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setBinNumerical(boolean) - Method in class org.knime.base.node.viz.aggregation.util.AggrValModelComparator
-
- setBinRectangle(Rectangle, int, List<Color>, Collection<ColorColumn>, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
THE HEIGHT OF THE RECTANGLE SHOULD BE CALCULATED USING THE MIN AND
MAX AGGREGATION VALUE TO HANDLES BINS WITH POSITIVE AND NEGATIVE BARS!!!
- setBinRectangle(Rectangle, int, List<Color>, Collection<ColorColumn>, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
-
THE HEIGHT OF THE RECTANGLE SHOULD BE CALCULATED USING THE MIN AND
MAX AGGREGATION VALUE TO HANDLES BINS WITH POSITIVE AND NEGATIVE BARS!!!
- setBins(List<? extends BinDataModel>, BinDataModel) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setBins(List<? extends BinDataModel>, BinDataModel, BinDataModel) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setBinWidth(int) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- SetBitsRendererFactory() - Constructor for class org.knime.core.data.renderer.BitVectorValueStringRenderer.SetBitsRendererFactory
-
- setBlobAddress(BlobDataCell.BlobAddress) - Method in class org.knime.core.data.container.BlobDataCell
-
Set Blob address (which can't be null).
- setBold(boolean) - Method in class org.knime.core.node.util.StringHistoryPanel
-
- setBoolean(String, boolean) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the boolean configuration parameter registered under the
given ID.
- setBooleanArray(String, boolean[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the boolean array configuration parameter registered under
the given ID.
- setBooleanExtension(ExtensionDocument.Extension, String, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
-
- setBooleanValue(boolean) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
-
set the value stored to the new value.
- setBorder(Border) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
- setBorderColor(int) - Method in class org.knime.core.node.workflow.AnnotationData
-
- setBorderSize(int) - Method in class org.knime.core.node.workflow.AnnotationData
-
- setBorderTitle(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
-
Replaces the title displayed in the border that surrounds the editfield
and browse button with the specified new title.
- setBorderTitle(String) - Method in class org.knime.core.node.util.FileSelectionPanel
-
Replaces the title displayed in the border that surrounds the editfield
and browse button with the specified new title.
- setBounds(int, int, int, int) - Method in class org.knime.core.node.tableview.DataCellHeaderRenderer
- setBoxes(List<Box>) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
-
- setBoxWidth(int) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
-
- setBufferCreator(DataContainer.BufferCreator) - Method in class org.knime.core.data.container.DataContainer
-
Set a buffer creator to be used to initialize the buffer.
- setButtonText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
-
- setByte(String, byte) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the byte configuration parameter registered under the given
ID.
- setByteArray(String, byte[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the byte array configuration parameter registered under the
given ID.
- setCacheSize(int) - Method in class org.knime.core.node.tableview.TableContentModel
-
Changes the size of the ring buffer so that size rows
can be cached.
- setCanonEQ(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- setCaseInsensitive(boolean) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
-
- setCaseInsensitive(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- setCaseInsensitiveNameMatching(boolean) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
- setCaseSensitive(boolean) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
-
- setCaseSensitive(boolean) - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
-
- setCaseSensitive(boolean) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
-
- setCc(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setCell(boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Sets the given isCell flag.
- SetCell - Class in org.knime.core.data.collection
-
Default implementation of a
CollectionDataValue, whereas the
underlying data structure is a set (i.e.
- SetCell(BlobSupportDataCellSet) - Constructor for class org.knime.core.data.collection.SetCell
-
Rather use one of the factory methods.
- SetCell.SetCellSerializer - Class in org.knime.core.data.collection
-
- setCellFactory(TypeCellFactory) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
-
- setCellHilited(boolean[][]) - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
-
- setCellHilited(boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Sets the hilit flag to the cell without recursive method call.
- SetCellOperator - Class in org.knime.base.data.aggregation.general
-
Returns all values as a
SetCell per group.
- SetCellOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.SetCellOperator
-
Constructor for class SetCellOperator.
- SetCellOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.SetCellOperator
-
Constructor for class SetCellOperator.
- setCellRenderer(ListCellRenderer) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
-
- setCellSelected(boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Sets the select flag to the cell without recursive method call.
- SetCellSerializer() - Constructor for class org.knime.core.data.collection.SetCell.SetCellSerializer
-
- setCharacterEncoding(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
The new char set - can be null indicating default encoding.
- setCharSetName(String) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- setCharsetName(String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- setCharsetUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Set true to indicate that the flag is actually set and is
not still the default value.
- setChartCollapsed(boolean) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
-
- setCheckboxEnabled(boolean) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotterProperties
-
- setCheckboxSelected(boolean) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotterProperties
-
- setCheckboxToolTipText(String) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotterProperties
-
- setChildNodeIndex(int, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
-
Mark index of child node at a specific branch.
- setChoices(String) - Method in class org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement
-
- setChoices(String) - Method in class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
-
- setChoices(String[]) - Method in class org.knime.core.util.node.quickform.in.StringOptionInputQuickFormInElement
-
- setChoices(String[]) - Method in class org.knime.core.util.node.quickform.in.StringSelectionInputQuickFormInElement
-
- setChoices(String[]) - Method in class org.knime.core.util.node.quickform.in.TwinStringListInputQuickFormInElement
-
- setChoiceValues(Map<String, Set<String>>, String, String[]) - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
-
- setChoiceValues(Map<String, Set<String>>) - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
-
- setChunkedStreamingMode(int) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- setChunkMaster(ParallelizedChunkContentMaster) - Method in interface org.knime.core.node.workflow.LoopStartParallelizeNode
-
Set parallel chunk master so the start node has access to clean up
when reset.
- setChunkSize(int) - Method in class org.knime.base.node.parallel.AbstractParallelNodeModel
-
Sets the chunk size of the split data tables.
- setChunkSize(int) - Method in class org.knime.core.node.tableview.TableContentModel
-
Set a new chunk size.
- setClassColumn(String) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
-
- setClassColumn(String) - Method in class org.knime.base.node.viz.roc.ROCSettings
-
Sets the name of the class column.
- setClassMapping(HashMap<DataCell, Integer>) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
-
Allows for setting the class mapping from output neurons to class values.
- setClassValue(String) - Method in class org.knime.base.data.neural.Perceptron
-
Allows to set a class value for a perceptron (optional).
- setClassValue(String) - Method in class org.knime.base.node.mine.svm.util.DoubleVector
-
- setClosed(boolean) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
-
Sets whether this set is closed or not.
- setClusterValue(int, int, double) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
Sets a value in a cluster prototype.
- setColCount(int) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
-
- setColCount(int) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
-
- setColDelimiter(String) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- setColIndices(int[]) - Method in class org.knime.base.node.preproc.ungroup.UngroupOperation
-
- setCollapsed(boolean) - Method in class org.knime.base.node.mine.decisiontree2.view.CollapsiblePanel
-
Collapse are expand the CollapsiblePanel.
- setCollectionColName(String) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
-
- setColor(Color) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- setColor(Color) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
-
Set's a new color.
- setColor(Color) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
-
- setColor(ColorAttr) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
If a datapoint is represented this is its original color attr.
- setColor(ColorAttr) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- setColor(Color) - Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
-
Set's a new color.
- setColor(Color) - Method in class org.knime.core.node.defaultnodesettings.ColorIcon
-
Set's a new color.
- setColor(Color) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
-
- setColor(Color) - Method in class org.knime.core.node.tableview.DataCellHeaderRenderer
-
Set the color information for the next cell to be rendered.
- setColorColumn(String) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
-
- setColorColumn(String) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeGraphView
-
- setColorHandler(ColorHandler) - Method in class org.knime.core.data.DataColumnSpecCreator
-
Set (new) ColorHandler which can be null.
- setColorNameColumns(ColorColumn...) - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
-
set the value stored to (a copy of) the new value.
- setColorValue(Color) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
-
Set the value stored to the new value.
- setColProperty(int, ColProperty) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
-
- setColSeparator(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- setColSpec(DataColumnSpec) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
-
- setColumn(String) - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
-
- setColumn(String) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- setColumn(String) - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
-
- setColumnElements(Set<ColumnElement>) - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
-
Set column elements used to define this key
- setColumnExistenceHandling(DataValidatorColConfiguration.ColumnExistenceHandling) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
- setColumnFilter(ColumnFilter) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
-
- setColumnFilter(ColumnFilter) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
-
Sets the new column filter and updates the component.
- setColumnFilter(ColumnFilter) - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
- setColumnFilter(ColumnFilter) - Method in class org.knime.core.node.util.ColumnSelectionComboxBox
-
- setColumnFilter(ColumnFilter) - Method in class org.knime.core.node.util.ColumnSelectionPanel
-
Sets the new column filter and updates the component.
- setColumnHeader(String) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
-
- setColumnHeaderResizingAllowed(boolean) - Method in class org.knime.core.node.tableview.TableView
-
Enable or disable the resizing of the column header height.
- setColumnHeaderViewHeight(int) - Method in class org.knime.core.node.tableview.TableView
-
Set the height of the column header view.
- setColumnIndex(int) - Method in class org.knime.base.node.preproc.setoperator.SingleColRowComparator
-
- setColumnIndices(int[]) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
-
- setColumnName(String) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- setColumnName(String) - Method in class org.knime.base.node.viz.plotter.box.Box
-
- setColumnName(String) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
-
Sets a new name for this column.
- setColumnName(String) - Method in class org.knime.core.node.tableview.TableRowHeaderView
-
Delegating method to model.
- setColumnName(int, String) - Method in interface org.knime.core.node.util.ConfigTableModel
-
Change the name of the column at the given index.
- setColumnName(int, String) - Method in class org.knime.core.node.util.DefaultConfigTableModel
-
Change the name of the column at the given index.
- setColumnNumDeterminingLineNumber(int) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Sets the line number in the file that determined the number of columns.
- setColumnProperties(Vector<? extends ColProperty>) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Stores a copy of the vector of properties in the structure.
- setColumnProperties(SortedMap<Integer, ColProperty>) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
-
- setColumns(Set<DBColumn>) - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
-
Set DBColumns used to define this key
- setColumns(int) - Method in class org.knime.base.node.mine.sota.view.JMultiLineToolTip
-
Set given number of columns.
- setColumns(String[]) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
-
Deprecated.
- setColumns(String[]) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
- setColumns(Set<DBColumn>) - Method in class org.knime.core.node.port.database.tablecreator.DBKey
-
Sets the columns to define the key
- setColumnsMap(Map<FieldsTableModel.Column, Integer>) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
-
Fill the mapping of columns to there actual position on the table.
- setColumnSpec(DataColumnSpec) - Method in class org.knime.base.node.io.filereader.ColProperty
-
- setColumnspecFilterCofig(DataColumnSpecFilterPanel) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
-
- setColumnSuffix(String) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
-
- setColumnSuffix(String) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- setColumnSuffix(String) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- setColumnSuffix(String) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeSettings
-
- setColumnWidth(int) - Method in class org.knime.core.node.tableview.TableContentView
-
Sets the width of all columns to the argument width.
- setColumnWidth(int) - Method in class org.knime.core.node.tableview.TableView
-
Sets an equal width in all columns.
- setColVarColumn(String) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
-
- setCombineMultipleDelimiters(boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
if set true multiple different (but consecutive) delimiters are combined,
that is ignored (unless they are supposed to be returned).
- setCommentBegin(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- setCommentEnd(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- setComments(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- setComments(Vector<Comment>) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
sets comment objects to the settings structure.
- setCommentStart(String) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- setCommentUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Set true to indicate that the flag is actually set and is
not still the default value.
- setComparator(Comparator<DataCell>) - Method in class org.knime.base.node.preproc.setoperator.SingleColRowComparator
-
- setCompareColumn(String, String) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
Sets the columns that will be compared during execution.
- setComponent(Component) - Method in class org.knime.core.node.NodeView
-
Sets the panel of the view's content pane center area.
- setComponentsVisible(boolean) - Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
-
Makes all components contained in the panel in/visible, depending on the
value passed in.
- setCompositionMode(Joiner2Settings.CompositionMode) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
- setConnectionLineWidth(int) - Method in class org.knime.core.node.workflow.EditorUIInformation
-
- setConnectionSecurity(SendMailConfiguration.ConnectionSecurity) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setConnectTimeout(int) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- setConsiderAttribute(int, boolean) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
-
To set if an attribute should be considered during learning or not.
- setCoordinate(Coordinate) - Method in class org.knime.base.node.viz.plotter.Axis
-
Sets the underlying coordinate for this header.
- setCoordinate(Coordinate) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
-
- setCoordinates(Map<DataColumnSpec, Coordinate>) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
-
- setCopyData(boolean) - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
-
- setCopyData(boolean) - Method in class org.knime.core.node.exec.SandboxedNodeCreator
-
Set whether to copy the data from the original workflow into the sandboxed workflow.
- setCopyInternDirForWorkflowVersionChange(boolean) - Method in class org.knime.core.node.missing.MissingNodeFactory
-
Set to true by persistor if the loaded workflow was saved in an old format so that a new save would convert all
nodes into the new format.
- setCoreLeft(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
Sets the left core border.
- setCoreLeft(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.TriangleMembershipFunction
-
We don't have a real core for triangle membership functions.
- setCoreRight(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
Sets the right core border.
- setCoreRight(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.TriangleMembershipFunction
-
We don't have a real core for triangle membership functions.
- setCorner(String, Component) - Method in class org.knime.core.node.tableview.TableView
-
Overwritten to add (north-south) resize listener to upper left corner.
- setCountElementsPolicy(CollectionSplitSettings.CountElementsPolicy) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
-
- setCovariateList(PMMLPredictor[]) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- setCoveredColors(HashMap<Color, Double>) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
Sets the covered colors distribution directly.
- setCredentialName(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Returns the name of the credential entry that should be used.
- setCredentialsId(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setCredentialsProvider(CredentialsProvider) - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
-
Sets the credentials provider to read the credentials from (in case there are credentials flow variables to be loaded).
- setCredentialsProvider(CredentialsProvider) - Method in class org.knime.core.node.Node
-
Sets credentials in model.
- setCredentialsProvider(CredentialsProvider) - Method in class org.knime.core.node.NodeModel
-
Framework method to update credentials provider before
configure/execute.
- setCredentialsProvider(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabasePortObject.DatabaseOutPortPanel
-
Set provider.
- setCredentialsStore(CredentialsStore) - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
Set credentials store on this node.
- setCurrentClassLoader(ClassLoader) - Method in class org.knime.core.data.container.DCObjectInputStream
-
Set the class loader to ask "first" to load classes.
- setCurrentClassLoader(ClassLoader) - Method in class org.knime.core.data.container.DCObjectInputVersion2
-
Set the class loader to ask "first" to load classes.
- setCurrentClassLoader(ClassLoader) - Method in class org.knime.core.data.container.PriorityGlobalObjectInputStream
-
Set the class loader to use next or null if to use
the default.
- setCurrentIteration(int) - Method in class org.knime.core.node.interrupt.InterruptControlPanel
-
Updates the iteration display with the current iteration number.
- setCurrentLocation(File) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
-
Sets the current file system location of the workflow.
- setCustomCommentLine(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- setCustomData(Object) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
To set a custom data object.
- setCustomDescription(String) - Method in class org.knime.core.node.workflow.NodeContainer
-
- setCustomPredictionName(String) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
-
- setCustomSuffix(String) - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- setData(SortedMap<Integer, ColProperty>, int[], int[], String[]) - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
-
Replace the data of the table model by the given settings.
- setData(Map<Integer, ColProperty>, int[], int[], String[]) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
-
Replace the data of the table model by the given settings.
- setData(SotaCell[]) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Sets the given data array.
- setData(DataArray) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- setDataArrayIdx(int) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- setDatabaseIdentifier(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- setDatabaseName(String) - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
-
Sets the database's name.
- setDatabaseTimeout(int) - Static method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Sets the global database timeout.
- setDataFileLocationAndUpdateTableName(URL) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Sets the location of the file to read data from.
- setDataHandlers(HashMap<Integer, ContainerTable>, WorkflowFileStoreHandlerRepository) - Method in class org.knime.core.node.workflow.WorkflowCreationHelper
-
Add data handelers use to init the workflow with.
- setDataIds(ArrayList<Integer>) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Sets the given Ids of according data sets.
- setDataProvider(DataProvider) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- setDataProvider(DataProvider) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
-
- setDataTable(DataTable) - Method in class org.knime.core.node.tableview.TableContentModel
-
Sets new data for this table.
- setDataTable(DataTable) - Method in class org.knime.core.node.tableview.TableContentView
-
Sets a new DataTable as content.
- setDataTable(DataTable) - Method in class org.knime.core.node.tableview.TableView
-
Sets a new DataTable as content.
- setDataTable(DataTable) - Method in class org.knime.core.node.tableview.TableViewFrame
-
Delegating method to internal table view.
- setDataTableOnSort(DataTable, TableSortOrder) - Method in class org.knime.core.node.tableview.TableContentModel
-
Sets new data for this table.
- setDataTableSpec(DataTableSpec) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
-
- setDataTypeHandling(DataValidatorColConfiguration.DataTypeHandling) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
- SetDataValue - Interface in org.knime.core.data.collection
-
Additionally provides 'contains' functionality.
- SetDataValue.SetUtilityFactory - Class in org.knime.core.data.collection
-
Implementations of the meta information of this value class.
- setDataValueComparator(DataValueComparator) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
-
Deprecated.
Sets a new comparator used to check the range if lower and upper bounds
are set.
- setDateAndMode(long, DateInputDialog.Mode) - Method in class org.knime.core.node.util.DateInputDialog
-
This method should be called during the loading of the Dialog, if the last used date should be displayed again.
- setDateAndMode(Date, DateInputDialog.Mode) - Method in class org.knime.core.node.util.DateInputDialog
-
- setDateFormat(String) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
-
- setDBName(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- setDBQueryConnection(DatabaseQueryConnectionSettings) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
-
Deprecated.
Sets a new connection object.
- setDBSize(int) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
-
Deprecated.
- setDecimalSeparator(char) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
Sets a new decimal separator character.
- setDecimalSeparator(char) - Method in class org.knime.base.node.io.filereader.DataCellFactory
-
Sets the decimal separator to the specified character.
- setDecimalSeparator(char) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Sets the character that will be considered decimal separator in the data
(token) read for double type columns.
- setDecimalSeparatorUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Sets a new value to the flag that indicates that the decimal value is
explictly set by the user.
- setDefault(boolean) - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
-
- setDefaultChild(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
-
- setDefaultFontSize(int) - Method in class org.knime.core.node.workflow.AnnotationData
-
Set the default font size for this annotation.
- setDefaultLabel(String) - Method in class org.knime.base.node.rules.RuleEngineSettings
-
Deprecated.
Sets the label that should be used if no rule matches.
- setDefaultLabelIsColumn(boolean) - Method in class org.knime.base.node.rules.RuleEngineSettings
-
Deprecated.
- setDefaultRenderer(String) - Method in class org.knime.core.data.ExtensibleUtilityFactory
-
Sets the default renderer using the ID of its factory.
- setDefaultTabTitle(String) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
-
- setDefaultUseCaches(boolean) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- setDefaultValue(DataCell) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- setDefaultValue(DataCell) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- setDefaultValue(String) - Method in class org.knime.core.node.util.ColumnComboBoxRenderer
-
Set the default value.
- setDefaultValue(String) - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
-
- setDefaultValue(double) - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
-
- setDefaultValue(int) - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
-
- setDegree(int) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
-
Deprecated.
Sets the maximum degree that polynomial used for regression should have.
- setDegree(int) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
-
Sets the maximum degree that polynomial used for regression should have.
- setDelay(int) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
-
Sets the delay, that is the number of iterations until the view is
refreshed.
- setDeletable(boolean) - Method in class org.knime.core.node.workflow.ConnectionContainer
-
- setDeletable(boolean) - Method in class org.knime.core.node.workflow.NodeContainer
-
- setDeletable(boolean) - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
-
- setDeleteOnReset(boolean) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
-
- setDelimiter(String) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- setDelimiters(Vector<Delimiter>) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
sets delimiter objects to the settings structure.
- setDelimiterUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Set true to indicate that the flag is actually set and is
not still the default value.
- setDelta(double) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
- setDepth(int) - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
-
- setDescription(String) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
-
- setDestPort(int) - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
-
- setDestSuffix(int) - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
-
- setDetailsMessage(String) - Method in exception org.knime.base.node.io.filereader.FileReaderException
-
Sets an additional message.
- setDetermineMostSpecificDataType(boolean) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
-
- setDialog(PaneConfigurationDialog) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
-
- setDialogType(int) - Method in class org.knime.core.node.util.FilesHistoryPanel
-
Sets the type of brows dialog that is being opened.
- setDialogTypeSaveWithExtension(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
-
Sets the dialog type to SAVE
JFileChooser.SAVE_DIALOG, whereby it also forces the given file extension
when the user enters a path in the text field that does not end with either the argument extension or any
extension specified in the constructor (ignoring case).
- setDialogTypeSaveWithExtension(String) - Method in class org.knime.core.node.util.FilesHistoryPanel
-
- setDialogValue(VAL) - Method in interface org.knime.core.node.dialog.DialogNode
-
Loads a value edited outside the node into the node.
- setDimension(int) - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
-
Sets the given dimension.
- setDimension(int, int, int, int) - Method in class org.knime.core.node.workflow.Annotation
-
Set dimensionality.
- setDimension(int, int, int, int) - Method in class org.knime.core.node.workflow.AnnotationData
-
Set dimensionality.
- setDimensionNoNotify(int, int, int, int) - Method in class org.knime.core.node.workflow.Annotation
-
Set dimensions, but don't notify any listener.
- setDimensionNoNotify(int, int, int, int) - Method in class org.knime.core.node.workflow.NodeAnnotation
-
Set dimensions, but don't notify any listener.
- setDimensions(int) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
- setDimensionsSelected(boolean) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
- setDirty(boolean) - Method in class org.knime.core.internal.ReferencedFile
-
Helper method used in the workflow manager to mark the node associated with this directory as dirty.
- setDirty() - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
Overridden to also ensure that outport tables are "open" (node directory
is deleted upon save() - so the tables are better copied into temp).
- setDirty(ReferencedFile) - Method in class org.knime.core.node.workflow.NodeContainer
-
Sets the dirty flag on the referenced file (node container directory or auto save directory).
- setDirty() - Method in class org.knime.core.node.workflow.NodeContainer
-
Mark this node container to be changed, that is, it needs to be saved.
- setDirty() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Mark this node container to be changed, that is, it needs to be saved.
- setDirtyAfterLoad() - Method in class org.knime.core.node.CopyNodePersistor
-
Sets the dirty flag on this node.
- setDirtyAfterLoad() - Method in class org.knime.core.node.FileNodePersistor
-
Sets the dirty flag on this node.
- setDirtyAfterLoad() - Method in interface org.knime.core.node.NodePersistor
-
Sets the dirty flag on this node.
- setDirtyAfterLoad() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
-
Mark node as dirty.
- setDirtyAfterLoad() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
Mark dirty after (when run into error).
- setDirtyAfterLoad() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Mark as dirty when loading completed.
- setDirtyAfterLoad() - Method in interface org.knime.core.node.workflow.TemplateNodeContainerPersistor
-
Mark as dirty when loading completed.
- setDisallowElementAdding() - Method in class org.knime.core.util.node.config.ConfigRegistry
-
Disallow further invocations of any of the add methods.
- setDiscretizationModel(DiscretizationModel) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
-
- setDiscretize(String, PMMLDiscretize) - Method in class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
-
- setDisplayChart(boolean) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- setDisplayTable(boolean) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- setDistance(String) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- setDistance(double) - Method in class org.knime.base.util.kdtree.NearestNeighbour
-
Sets the distance of this nearest neighbour.
- setDocumentLocator(Locator) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
Deprecated.
- setDoInput(boolean) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- setDomain(DataColumnDomain) - Method in class org.knime.core.data.DataColumnSpecCreator
-
Set (new) domain.
- setDomainHandlingMinMax(DataValidatorColConfiguration.DomainHandling) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
- setDomainHandlingPossbileValues(DataValidatorColConfiguration.DomainHandling) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
- setDomainOverflowPolicy(EditNumericDomainNodeModel.DomainOverflowPolicy) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
-
- setDomainValues(List<DataCellPoint>) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
-
Adds a list of domain values that should be in same order as
referring mapped points.
- setDomainValues(DataCellPoint...) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
-
Adds a list of domain values that should be in same order as
referring mapped points.
- setDomainValues(List<DataCell>) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- setDoOutput(boolean) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- setDotAll(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- setDotInfoArray(DotInfoArray) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
-
Sets the dots to be painted.
- setDots(List<DotInfo>) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
-
- setDotSize(int) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
-
- setDotSize(int) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
-
Sets the size of the dots and sets a tick offset to both axes to ensure
that the points are always completely visible.
- setDotSize(int) - Method in class org.knime.base.node.viz.plotter.props.ScatterPlotterAppearanceTab
-
- setDotSize(int) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
-
Sets the size of the dots and sets a tick offset to both axes to ensure
that the points are always completely visible.
- setDotSize(int) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
-
- setDouble(String, double) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the double configuration parameter registered under the
given ID.
- setDoubleArray(String, double[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the double array configuration parameter registered under
the given ID.
- setDoubleExtension(ExtensionDocument.Extension, String, double) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
-
- setDoubleValue(double, double, double) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
-
Method that may be overwritten to return a more specific color.
- setDoubleValue(double) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
-
set the value stored to the new value.
- setDoubleValue(double) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleBounded
-
set the value stored to the new value.
- setDragEnd(Point) - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
-
- setDragImage(Image) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
-
- setDragImageOffset(Point) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
-
- setDragStart(Point) - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
-
- setDrawAntialias(boolean) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- setDrawCurves(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
-
- setDrawHierarchicalFuzzyData(boolean) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- setDrawHierarchicalSeparators(boolean) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- setDrawingSpace(Dimension) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setDrawingSpace(Dimension) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- setDrawSectionOutline(boolean) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- setDriver(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Set a new database driver.
- setDuplicateColumnSuffix(String) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Sets the suffix that is appended to duplicate columns from the right
table if the duplicate handling method is
JoinMode.AppendSuffix.
- setDuplicateHandling(DBJoinerSettings.DuplicateHandling) - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- setDuplicateHandling(Joiner2Settings.DuplicateHandling) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Sets how duplicate column names should be handled.
- setDuration(Duration) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
-
- setEditorUIInformation(EditorUIInformation) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Stores the editor specific settings.
- setEigenValues(double[]) - Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
-
set eigenvalues of existing pca.
- setEigenValues(double[]) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
- setElementAt(int, double) - Method in class org.knime.base.node.mine.mds.DataPoint
-
Sets the given value at the given index of the data point.
- setElementNames(String[]) - Method in class org.knime.core.data.DataColumnSpecCreator
-
Set names of elements when this column contains a vector type.
- setEmbeddedComponent(Component) - Method in class org.knime.core.node.interrupt.InterruptibleNodeView
-
Guarantees that the control panel is always added at the very top of the
view.
- setEnabled(boolean) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
- setEnabled(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
-
Sets the enabled status of the model.
- setEnabled(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
-
- setEnabled(boolean) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
-
Sets the enabled status of the model.
- setEnabled(boolean, String) - Method in class org.knime.core.node.NodeDialogPane
-
Sets the enable status of a certain tab in the dialog.
- setEnabled(boolean) - Method in class org.knime.core.node.util.CheckedRadioButtonPanel
-
Disables/enables the panel and sets a label instead of the buttons or the other way around.
- setEnabled(boolean) - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Enables or disables all components on this panel.
- setEnabled(boolean) - Method in class org.knime.core.node.util.ColumnSelectionPanel
-
- setEnabled(boolean) - Method in class org.knime.core.node.util.ConfigTablePanel
-
- setEnabled(boolean) - Method in class org.knime.core.node.util.DateInputDialog
-
- setEnabled(boolean) - Method in class org.knime.core.node.util.FilesHistoryPanel
- setEnabled(boolean) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
-
Enables or disables all components on this panel.
- setEnabled(boolean) - Method in class org.knime.core.node.util.filter.column.TypeFilterPanelImpl
- setEnabled(boolean) - Method in class org.knime.core.node.util.filter.FilterIncludeExcludePreview
- setEnabled(boolean) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Enables or disables all components on this panel.
- setEnabled(boolean) - Method in class org.knime.core.node.util.filter.PatternFilterPanelImpl
- setEnabled(boolean) - Method in class org.knime.core.node.util.StringHistoryPanel
- setEnabled(boolean) - Method in class org.knime.core.node.util.VerticalCollapsablePanels
- setEnabledAddButton(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Enables or disables the add button
- setEnabledComponents(boolean) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
-
- setEnabledComponents(boolean) - Method in class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
-
- setEnabledComponents(boolean) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDate
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDuration
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentLabel
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumber
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentOptionalString
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentString
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
-
- setEnabledComponents(boolean) - Method in class org.knime.core.node.util.FileSelectionPanel
-
Enables components if enabled is true, otherwise components will be
disabled.
- setEnabledRemoveButton(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Enables or disables the remove and removeAll button
- setEnableHiLite(boolean) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Set if hiliting should be supported.
- setEnableHiliting(boolean) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
-
- setEncryptionKeySupplier(EncryptionKeySupplier) - Static method in class org.knime.core.util.KnimeEncryption
-
Sets the static encryption key supplier for this global static knime
encryptor.
- setEndX(int) - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
-
Sets the given end x coordinate.
- setEndX(int) - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
-
Sets the given end x coordinate.
- setEndY(int) - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
-
Sets the given end y coordinate.
- setEndY(int) - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
-
Sets the given end y coordinate.
- setEnforceOption(NameFilterConfiguration.EnforceOption) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
Set a new enforce option.
- setenv(String, String) - Method in class org.knime.core.util.CLibrary
-
Sets an environment variable.
- setenv(String, String) - Method in class org.knime.core.util.CLibrary.UnixCLibrary
-
Sets an environment variable.
- setenv(String, String) - Method in class org.knime.core.util.CLibrary.WindowsCLibrary
-
Sets an environment variable.
- setEnvps(String...) - Method in class org.knime.base.node.util.exttool.CommandExecution
-
- setEqualityMethod(AutoBinnerLearnSettings.EqualityMethod) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- setEqualityMethod(AutoBinnerLearnSettings.EqualityMethod) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- setError(FileReaderException) - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
-
This sets the flag indicating that the row iterator ended the table with
an error.
- setError(FileReaderException) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRPreviewTable
-
This sets the flag indicating that the row iterator ended the table with an error.
- setError(String) - Method in class org.knime.core.node.web.ValidationError
-
- setError(String, String, String) - Method in class org.knime.core.node.workflow.FlowTryCatchContext
-
Store information about an error that was caught.
- setErrorMessage(String) - Method in class org.knime.base.data.normalize.AffineTransTable
-
Sets an error message, if something went wrong during normalization.
- setErrorMessage(String) - Method in class org.knime.base.data.normalize.Normalizer
-
Deprecated.
Sets an error message, if something went wrong during initialization.
- setErrorMessage(String) - Method in class org.knime.base.data.normalize.Normalizer2
-
Sets an error message, if something went wrong during initialization.
- setEtaMinus(double) - Method in class org.knime.base.data.neural.methods.RProp
-
Set negative learning rate.
- setEtaNull(double) - Method in class org.knime.base.data.neural.methods.RProp
-
set starting value for eta.
- setEtaPlus(double) - Method in class org.knime.base.data.neural.methods.RProp
-
Set positive learning rate.
- setExcludeList(String[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
Set the value of the stored exclude list.
- setExcludeList(Collection<String>) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
Set the value of the stored exclude list.
- setExcludeList(String[]) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
Set a new exclude list.
- setExcludeTitle(String) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
-
Sets the title of the exclude panel.
- setExcludeTitle(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
-
Sets the title of the exclude panel.
- setExcludeTitle(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
-
Sets the title of the exclude panel.
- setExcludeTitle(String) - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Sets the title of the exclude panel.
- setExcludeTitle(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Sets the title of the exclude panel.
- setExec(ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
-
- setExecuteCanceled() - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
-
Causes execution to finish fast (with a - more or less - usable result).
- setExecuteCanceled() - Method in class org.knime.core.node.DefaultNodeProgressMonitor
-
Sets the cancel requested flag.
- setExecuteCanceled() - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
-
Must not be called.
- setExecuteCanceled() - Method in interface org.knime.core.node.NodeProgressMonitor
-
Sets the cancel requested flag.
- setExecuteCanceled() - Method in class org.knime.core.util.ProgressMonitorAdapter
-
Sets the cancel requested flag.
- setExecuteInterrupted() - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
-
Called when the execution should be interrupted immediately without
result.
- setExecutionDir(File) - Method in class org.knime.base.node.util.exttool.CommandExecution
-
- setExecutionEnvironment(ExecutionEnvironment) - Method in class org.knime.core.node.workflow.NodeContainer
-
- setExecutionEnvironment(ExecutionEnvironment) - Method in class org.knime.core.node.workflow.SubNodeContainer
-
This is ambiguous.
- setExecutionJob(NodeExecutionJob) - Method in class org.knime.core.node.workflow.NodeContainer
-
- setExecutor(Executor) - Method in class org.knime.core.util.MultiThreadWorker
-
- setExplodeSelectedSections(boolean) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- setExplodeSize(double) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- setExposeVariableName(String) - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
-
- setExtensionsString(String) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
-
- setExtensionsString(String) - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
-
- setExternalErrorOutput(LinkedList<String>) - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
-
- setExternalOutput(LinkedList<String>) - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
-
- setExtractAllProps(boolean) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
- setExtractAllProps(boolean) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
-
- setExtractColumnNameAsColumn(boolean) - Method in class org.knime.core.data.util.DataTableSpecExtractor
-
- setExtractPossibleValuesAsCollection(boolean) - Method in class org.knime.base.data.util.DataTableSpecExtractor
-
Deprecated.
- setExtractPropertyHandlers(boolean) - Method in class org.knime.base.data.util.DataTableSpecExtractor
-
Deprecated.
- setExtremeOutliers(Set<Outlier>) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- setFactorList(PMMLPredictor[]) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- setFadeUnhilited(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
-
- setFadeUnhilited(boolean) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
-
- setFailedExternalErrorOutput(LinkedList<String>) - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
-
- setFailedExternalOutput(LinkedList<String>) - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
-
- setFailIfNoMatch(boolean) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
-
- setFailIfNoRuleMatches(boolean) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
-
- setFailIfSomeMissing(boolean) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
-
- setFailingBehavior(DataValidatorConfiguration.RejectBehavior) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
-
- setFailOnError(boolean) - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
-
- setFailOnInvalid(boolean) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
-
Deprecated.
- setFetchSize(Statement, int) - Method in class org.knime.core.node.port.database.StatementManipulator
-
Sets the fetch size on the statement.
- setFgColor(int) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
-
- setFile(File) - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
-
- setFileHasColumnHeaders(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Tells whether the first line in the file should be considered column
headers, or not.
- setFileHasColumnHeadersUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Set true to indicate that the flag is actually set and is
not still the default value.
- setFileHasRowHeaders(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Tells whether the first token in each line in the file should be
considered row header, or not.
- setFileHasRowHeadersUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Set true to indicate that the flag is actually set and is
not still the default value.
- setFileLocation(URL) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- setFileName(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- setFileOverwritePolicy(FileWriterNodeSettings.FileOverwritePolicy) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- setFileStoreFactory(FileStoreFactory) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
-
- setFileStoreFactory(FileStoreFactory) - Method in class org.knime.core.data.container.AbstractCellFactory
-
Called by the framework to set the file store factory prior execution.
- setFileStoreHandler(IWriteFileStoreHandler) - Method in class org.knime.core.data.container.DataContainer
-
- setFileStoreHandler(IFileStoreHandler) - Method in class org.knime.core.node.Node
-
Sets new file store handler, disposes old one first.
- setFileStoreHandler(ILoopStartWriteFileStoreHandler) - Method in class org.knime.core.node.workflow.FlowLoopContext
-
- setFillValueDouble(boolean, double) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
-
- setFillValueInt(boolean, int) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
-
- setFillValueString(boolean, String) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
-
- setFilter(ListFiles.Filter) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
-
- setFilter(ListFiles.Filter) - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
-
- setFilter(InputFilter<T>) - Method in class org.knime.core.node.util.filter.PatternFilterPanelImpl
-
- setFilterConfiguration(DataColumnSpecFilterConfiguration) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- setFilterConfiguration(DataColumnSpecFilterConfiguration) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- setFilterConfiguration(DataColumnSpecFilterConfiguration) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
-
- setFilterConfiguration(DataColumnSpecFilterConfiguration) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
- setFilterConfiguration(FlowVariableFilterConfiguration) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
-
- setFilterConfiguration(FlowVariableFilterConfiguration) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
-
- setFilterHandler(FilterHandler) - Method in class org.knime.core.data.DataColumnSpecCreator
-
Set (new) FilterHandler which can be null.
- setFilterLeftJoinOnColumns(boolean) - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- setFilterRightJoinOnColumns(boolean) - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- setFixCell(DataCell) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
- setFixedLengthStreamingMode(int) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- setFixedLengthStreamingMode(long) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- setFixedWidth(int) - Method in class org.knime.base.node.mine.sota.view.JMultiLineToolTip
-
Sets the fixed width.
- setFloat(String, float) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the float configuration parameter registered under the given
ID.
- setFloatArray(String, float[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the float array configuration parameter registered under the
given ID.
- setFlowObjectStack(FlowObjectStack) - Method in class org.knime.core.node.config.ConfigEditJTree
-
- setFlowObjectStack(FlowObjectStack) - Method in class org.knime.core.node.config.ConfigEditTreeNodePanel
-
- setFlowObjectStack(FlowObjectStack, FlowObjectStack) - Method in class org.knime.core.node.Node
-
- setFlowObjectStack(FlowObjectStack, FlowObjectStack) - Method in class org.knime.core.node.NodeModel
-
- setFlowObjectStack(FlowObjectStack, FlowObjectStack) - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
- setFlowObjectStack(FlowObjectStack, FlowObjectStack) - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- setFlowObjectStack(FlowObjectStack, FlowObjectStack) - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- setFlowVariablePrefix(String) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
-
- setFlowVariablePrefix(String) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
-
- setFlowVariables(List<FlowVariable>) - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
-
Set list of flow variables to be exposed by the node.
- setFocusBorder(Border) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
-
The foreground color of the button when the cell has focus.
- setFocusBorder(Border) - Method in class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
-
Deprecated.
The foreground color of the button when the cell has focus.
- setFont(Font) - Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
- setFont(Font) - Method in class org.knime.core.node.tableview.TableContentView
- setFont(Font) - Method in class org.knime.core.node.tableview.TableRowHeaderView
- setFontName(String) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
-
- setFontSize(int) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
-
- setFontStyle(int) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
-
- setForceCopyOfBlobs(boolean) - Method in class org.knime.core.data.container.DataContainer
-
If true any blob that is not owned by this container, will be copied and this container will take ownership.
- setForceSynchronousIO(boolean) - Method in class org.knime.core.node.Node
-
Force any tables written by the associated execution context to be
written synchronously.
- setForeground(Color) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
-
Overrides JComponent.setForeground to assign
the unselected-foreground color to the specified color.
- setFormat(SendMailConfiguration.EMailFormat) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setFormat(String) - Method in class org.knime.core.util.node.quickform.in.SketcherInputQuickFormInElement
-
- setFormatParameter(String) - Method in class org.knime.base.node.io.filereader.ColProperty
-
Sets the optional format parameter for the factory for this column.
- setFormatParameter(String) - Method in class org.knime.base.node.io.filereader.DataCellFactory
-
Sets the optional format parameter required by the underlying
DataCellFactory.
- setFormatParameter(String) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
-
- setFormatParameterForColumn(int, String) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Sets an optional format for the column.
- setFormatParameterForColumn(int, String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Sets an optional format for the column.
- setForwardConnectionProgressEvents(boolean) - Method in class org.knime.core.node.exec.SandboxedNodeCreator
-
- setFractionSizesFromString(String) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
-
- setFractionUsageThreshold(double) - Method in class org.knime.core.data.util.memory.MemoryAlertSystem
-
Set percentage level of the amount of memory in tenured space which may be set before a memory warning event is
thrown.
- setFrequentItemsets(Collection<FrequentItemSet>) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
-
Deprecated.
- setFrom(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setFully(BufferedDataTable) - Method in class org.knime.core.node.streamable.RowOutput
-
Fully sets the table and closes the output.
- setFunctionName(PMMLGeneralRegressionContent.FunctionName) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
-
Sets the "functionName" attribute.
- setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
-
Sets the "functionName" attribute.
- setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
-
Sets the "functionName" attribute.
- setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
Sets the "functionName" attribute.
- setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
-
Sets the "functionName" attribute.
- setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
-
Sets the "functionName" attribute.
- setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
-
Sets the "functionName" attribute.
- setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
-
Sets the "functionName" attribute.
- setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
-
Sets the "functionName" attribute.
- setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
-
Sets the "functionName" attribute.
- setFuture(Future<?>) - Method in class org.knime.core.node.exec.LocalNodeExecutionJob
-
Set the future that represents the pending execution.
- setGridLines(int[]) - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
-
Indicates if the grid lines should be drawn.
- setGridX(int) - Method in class org.knime.core.node.workflow.EditorUIInformation
-
- setGridY(int) - Method in class org.knime.core.node.workflow.EditorUIInformation
-
- setGroupColNames(List<String>) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
-
- setGroupColumn(String) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
-
- setGroupColumn(String) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
-
- setGuessNumOfCols(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- setGUIMustReportDataLoadErrors(boolean) - Method in class org.knime.core.node.workflow.WorkflowPersistor.MetaNodeLinkUpdateResult
-
- setGzipOutput(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- setHasColHeader(boolean) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- setHasColHeader(boolean) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- setHasContent(boolean) - Method in class org.knime.core.node.NodeModel
-
Sets the hasContent flag and fires a state change event.
- setHasCurvedConnections(boolean) - Method in class org.knime.core.node.workflow.EditorUIInformation
-
- setHasCustomPredictionName(boolean) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
-
- setHasRowHeader(boolean) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- setHasRowHeader(boolean) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
-
- setHasSameRowsInEachIteration(boolean) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeConfiguration
-
- setHeight(int) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- setHeight(int) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
Sets the height for the drawing pane.
- setHeight(int) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
-
Sets the height for all parallel axes.
- setHeight(int) - Method in class org.knime.core.node.workflow.AnnotationData
-
- setHideInWizard(boolean) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
-
- setHideMode(boolean) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
-
- setHideUnhilited(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
-
- setHierarchyLevel(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
-
- setHierarchyLevel(int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
- setHighlightOutputTable(boolean) - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
-
Defines if output table should be highlighted or not.
- setHightlightOutputTable(boolean) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
-
- setHiLit(boolean) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
-
- setHilite(boolean) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
- setHilite(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- setHilited(boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Sets the given hilit flag.
- setHilited(boolean) - Method in interface org.knime.base.node.mine.sota.view.interaction.Hiliteable
-
Sets the given hilit flag.
- setHilitedKeys(Collection<RowKey>, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- setHilitedKeys(Collection<RowKey>, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- setHilitedKeys(Set<RowKey>, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
-
- setHiliteHandler(HiLiteHandler) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyView
-
Sets the hilite handler to be used.
- setHiliteHandler(HiLiteHandler) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- setHiLiteHandler(HiLiteHandler) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
- setHiLiteHandler(HiLiteHandler) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- setHiLiteHandler(HiLiteHandler) - Method in class org.knime.base.node.viz.table.TableNodeView
-
Sets a new handler for this view.
- setHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.tableview.TableContentModel
-
Set a new HiLiteHandler.
- setHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.tableview.TableContentView
-
Sets a new HiLiteHandler that this view talks to.
- setHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.tableview.TableView
-
Sets a new HiLiteHandler this view talks to.
- setHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.tableview.TableViewFrame
-
Delegating method to internal table view.
- setHiliteMapping(DefaultHiLiteMapper) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
Applies a new mapping to the hilite translator.
- setHiliteMapping(DefaultHiLiteMapper) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
-
Applies a new mapping to the hilite translator.
- setHiliteShape(H) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- setHiliteShape(H) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- setHistogramLayout(HistogramLayout) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setHistogramLayout(HistogramLayout) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
- setHistogramVizModel(DataTableSpec, AbstractHistogramVizModel) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
- setHistogramVizModel(AbstractHistogramVizModel, boolean) - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
-
- setHorizontalMargin(int) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelDrawingPane
-
Sets the horizontal margin.
- setHorizontalMargin(int) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
-
- setHorizontalPlacement(boolean) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
-
Changes the orientation the components get placed in the dialog.
- setHost(String) - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
-
Sets the database's host name.
- setIconColor(Color) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
-
Sets the color in the icon.
- setIconValue(double) - Method in class org.knime.core.data.renderer.DoubleBarRenderer
-
Sets the value for the icon.
- setId(Integer) - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
-
Set new ID for the port object, setting null invalidates the settings.
- setIfModifiedSince(long) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- setIgnoreDelimsAtEndOfRowUserValue(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Sets the "is user set" flag and stores the user value.
- setIgnoreDomainColumns(boolean) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
-
- setIgnoreEmptyLines(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- setIgnoreEmptyLinesUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Set true to indicate that the flag is actually set and is not still the
default value.
- setIgnoreEmptyTokensAtEndOfRow(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Sets this flag.
- setIgnoreNotExistingColumns(boolean) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
-
- setIgnoreType(boolean) - Method in class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
-
- setIgnoreType(boolean) - Method in class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
-
- setIgnoreWrongTypes(boolean) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
-
- setIgnoreWrongTypes(boolean) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
-
- setImage(BufferedImage) - Method in class org.knime.core.node.util.ImageViewPanel
-
Set image to draw (or null) and repaint.
- setInclMissing(boolean) - Method in class org.knime.base.data.aggregation.AggregationOperator
-
- setInclMissing(boolean) - Method in class org.knime.base.data.aggregation.OperatorColumnSettings
-
- setInclMissingCells(boolean) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
- setinclMissingCells(boolean) - Method in class org.knime.base.data.aggregation.ColumnAggregator
-
Deprecated.
- setInclMissingCells(boolean) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationFunctionRow
-
- setInclMissingCells(boolean) - Method in class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
- setInclMissingFlag(OperatorColumnSettings, boolean) - Static method in class org.knime.base.data.aggregation.AggregationOperator
-
- setInclude(boolean) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
-
- setIncludeAll(boolean) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
-
Deprecated.
- setIncludeAll(boolean) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
-
Deprecated.
- setIncludeAll(boolean) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
-
Pass true, when all input columns except of the target should be used as
independent variables.
- setIncludeAll(boolean) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
-
Deprecated.
- setIncludeAll(boolean) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
-
- setIncludeAll(boolean) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
-
- setIncludeAll(boolean) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- setIncludeAll(boolean) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- setIncludeConstant(boolean) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
Defines if the constant term (intercept) should be estimated.
- setIncludedColumns(String[]) - Method in class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotterProperties
-
Deprecated.
Sets the columns which were used for model calculation.
- setIncludedColumns(String[]) - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LinePlotterProperties
-
Sets the columns which were used for model calculation.
- setIncludedColumns(String[]) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
-
Set the included columns which are the independent variables.
- setIncludedColumns(DataColumnSpecFilterConfiguration) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
-
- setIncludedColumns(String[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- setIncludeInOutConnections(boolean) - Method in class org.knime.core.node.workflow.WorkflowCopyContent
-
Set whether connections that link to or from any of the contained nodes
should be included in the copy content.
- setIncludeList(String[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
set the value of the stored include list.
- setIncludeList(Collection<String>) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
set the value of the stored include list.
- setIncludeList(String[]) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
Set a new list of names to include.
- setIncludeProbabilities(boolean) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
-
Deprecated.
- setIncludeProbabilities(boolean) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
-
- setIncludes(String[]) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
-
- setIncludeTitle(String) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
-
Sets the title of the include panel.
- setIncludeTitle(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
-
Sets the title of the include panel.
- setIncludeTitle(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
-
Sets the title of the include panel.
- setIncludeTitle(String) - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Sets the title of the include panel.
- setIncludeTitle(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Sets the title of the include panel.
- setIncrement(int) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- setIncrement(int) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- setInData(DataArray) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
Sets in data.
- setIndex(int) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
-
- setIndexOfBlobInColumn(int) - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
-
Set the corresponding address.
- setIndividualConfigurations(List<DataValidatorColConfiguration>) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
-
- setInfoMsg(String) - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
-
If the information message is set no bars will be drawn.
- setInfoMsg(String) - Method in class org.knime.base.node.viz.pie.impl.PieDrawingPane
-
If the information message is set no bars will be drawn.
- setInfoMsg(String) - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
-
If the information message is set no bars will be drawn.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.core.node.Node
-
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.core.node.NodeModel
-
This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
Set a new HiLiteHandler for an incoming connection.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.core.node.workflow.SingleNodeContainer
-
Set a new HiLiteHandler for an incoming connection.
- setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.core.node.workflow.SubNodeContainer
-
Set a new HiLiteHandler for an incoming connection.
- setInline(boolean) - Method in class org.knime.core.util.node.quickform.in.SketcherInputQuickFormInElement
-
- setInMemory(boolean) - Method in class org.knime.base.data.statistics.MedianTable
-
- setInPercent(boolean) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
- setInPorts(PortType[]) - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- setInPortsBarUIInfo(UIInformation) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Set UI information for workflow's input ports
(typically aligned as a bar).
- setInput(double) - Method in class org.knime.base.data.neural.InputPerceptron
-
Sets the input to given value.
- setInputColName(String) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.ConfigurationContainer
-
- setInputData(ExternalNodeData) - Method in interface org.knime.core.node.dialog.InputNode
-
Sets the input for the node.
- setInputMapping(HashMap<String, Integer>) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
-
Allows for setting the input mapping from input neurons to class values.
- setInputNodes(Map<String, ExternalNodeData>) - Method in class org.knime.core.node.workflow.WizardExecutionController
-
Parameterizes
InputNodes in the workflow (URL parameters).
- setInputNodes(Map<String, ExternalNodeData>) - Method in class org.knime.core.node.workflow.WorkflowManager
-
- setInputNodeSettings(NodeSettings, int, List<FlowVariable>, boolean) - Static method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
-
Injects the port object ID and flow variables into the settings of
this node.
- setInputPortIndex(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
- setInputVariableName(String) - Method in class org.knime.core.node.FlowVariableModel
-
- setInstanceFollowRedirects(boolean) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- setInt(String, int) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the int configuration parameter registered under the given
ID.
- setIntArray(String, int[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the int array configuration parameter registered under the
given ID.
- setIntegerBounds(boolean) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- setIntegerBounds(boolean) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- setInternalHeldPortObjects(PortObject[]) - Method in class org.knime.core.node.FileNodePersistor
-
- setInternalHeldPortObjects(PortObject[]) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- setInternalPortObjects(PortObject[]) - Method in interface org.knime.core.node.port.PortObjectHolder
-
Called when the workflow gets loaded, sets what was previously returned by the get method.
- setInternalPortObjects(PortObject[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
Called when the workflow gets loaded, sets what was previously returned by the get method.
- setInternalState(InternalNodeContainerState) - Method in class org.knime.core.node.workflow.NodeContainer
-
Set new status and notify listeners.
- setInternalState(InternalNodeContainerState, boolean) - Method in class org.knime.core.node.workflow.NodeContainer
-
Set new status and notify listeners.
- setInternalStateAfterLockRelease(InternalNodeContainerState, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Called by the workflow lock upon releasing the lock by a thread to finally update the internal state.
- setInternalTables(BufferedDataTable[]) - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
-
Allows the WorkflowManager to set information about new BDTs, for
instance after load.
- setInternalTables(BufferedDataTable[]) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
-
Allows the WorkflowManager to set information about new BDTs, for
instance after load.
- setInternalTables(BufferedDataTable[]) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
-
Allows the WorkflowManager to set information about new BDTs, for
instance after load.
- setInternalTables(BufferedDataTable[]) - Method in class org.knime.base.node.viz.table.TableNodeModel
-
Allows the WorkflowManager to set information about new BDTs, for
instance after load.
- setInternalTables(BufferedDataTable[]) - Method in interface org.knime.core.node.BufferedDataTableHolder
-
Allows the WorkflowManager to set information about new BDTs, for
instance after load.
- setInterpolation(boolean) - Method in class org.knime.base.node.viz.plotter.line.LinePlotter
-
Missing values may be linearly interpolated, if true they will be
interpolated, if false missing values will be left out and the line will
be interrupted.
- setIntExtension(ExtensionDocument.Extension, String, int) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
-
- setIntValue(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
-
set the value stored to the new value.
- setIntValue(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelIntegerBounded
-
set the value stored to the new value.
- setIntValue(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOddIntegerBounded
-
set the value stored to the new value.
- setInvalidCause(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
- setInvalidCause(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- setIsActive(boolean) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOptionalString
-
sets if the seed should be used.
- setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeDescription
-
Flags this node as deprecated node.
- setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeDescription13Proxy
-
Flags this node as deprecated node.
- setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeDescription210Proxy
-
Flags this node as deprecated node.
- setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeDescription212Proxy
-
Flags this node as deprecated node.
- setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeDescription27Proxy
-
Flags this node as deprecated node.
- setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeDescription28Proxy
-
Flags this node as deprecated node.
- setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeDescription31Proxy
-
Flags this node as deprecated node.
- setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeFactory
-
Sets if this node is deprecated.
- setIsDropLocation(boolean) - Method in class org.knime.core.node.workflow.NodeUIInformation
-
Set true, if the coordinates specify the location of the node drop and should be adjusted to place the node
figure center under the cursor.
- setItems(List<Integer>) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
-
Adds a set of items.
- setJDBCUrl(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Sets the JDBC URL for the database.
- setJitterRate(int) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
-
- setJobManager(NodeExecutionJobManager) - Method in class org.knime.core.node.workflow.NativeNodeContainer
-
Set a new NodeExecutionJobManager for this node.
- setJobManager(NodeExecutionJobManager) - Method in class org.knime.core.node.workflow.NodeContainer.NodeContainerSettings
-
- setJobManager(NodeExecutionJobManager) - Method in class org.knime.core.node.workflow.NodeContainer
-
Set a new NodeExecutionJobManager for this node.
- setJobManager(NodeID, NodeExecutionJobManager) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Sets a new job manager on the node with the given ID.
- setJoinMode(DBJoinerSettings.JoinMode) - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- setJoinMode(Joiner2Settings.JoinMode) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Sets the mode how the two tables should be joined.
- setKeepAllSelected(boolean) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
Set a new keep all selection state.
- setKeepAllSelected(boolean) - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Sets a new selection for the keep all columns box.
- setKerberos(boolean) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- setKey(String) - Method in class org.knime.core.node.config.base.AbstractConfigEntry
-
Set a new key.
- setKeyColumnLabel(String) - Method in class org.knime.core.node.util.KeyValuePanel
-
Set the label of the first column.
- setKeyName(String) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
Sets the name of the key
- setKeyValueMap(Map<String, Object>) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
-
- setKnimeName(String) - Method in class org.knime.core.node.util.dialog.field.AbstractField
-
- setKNIMETempDir(File) - Static method in class org.knime.core.node.KNIMEConstants
-
Set a new location for the KNIME temp directory.
- setKnimeType(DataType) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
-
Sets the Knime data type
- setKnimeType(DataType) - Method in class org.knime.core.node.util.dialog.field.ColumnField
-
- setKnimeType(FlowVariable.Type) - Method in class org.knime.core.node.util.dialog.field.FlowVariableField
-
- setKNIMETypes(Collection<DataType>) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
-
- setLabel(String) - Method in class org.knime.core.node.util.VTextIcon
-
Deprecated.
sets the label to the given string, updating the orientation as needed
and invalidating the layout if the size changes
- setLabel(String) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
-
- setLabelColumnPort1(String) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
-
- setLabelDisplayPolicy(LabelDisplayPolicy) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setLabelDisplayPolicy(LabelDisplayPolicy) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- setLabels(String, String, String, String, String, String, String, String) - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
-
Sets the all labels and arbitrary tooltips for the view.
- setLabels(int, int, double, double, double) - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
-
Sets the all labels and for the accuracy, error and cohen's kappa it also sets deviated tooltips for the view.
- setLabels(double, double, double, double, double) - Method in class org.knime.base.node.mine.scorer.numeric.AbstractNumericScorerNodeView
-
Sets all the labels in the nodeView with the values of the numeric scorers outcome.
- setLabelText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
-
- setLag(int) - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
-
- setLagInterval(int) - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
-
- setLastAdded(JComponent) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
-
- setLastSpec(DataTableSpec) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
-
- setLastTargetColumn(DataColumnSpec) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
-
- setLayer(int, Layer) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
-
Sets the layer at a given position.
- setLayers(Layer[]) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
-
Sets all layers.
- setLayout(LayoutManager) - Method in class org.knime.base.node.viz.plotter.Plotter2DScrollPane
- setLayout(MultipleSelectionInputQuickFormInElement.Layout) - Method in class org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement
-
Set a new layout for a multiple selection.
- setLayout(SingleSelectionInputQuickFormInElement.Layout) - Method in class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
-
Set a new layout for a multiple selection.
- setLayoutInfo(Map<Integer, WizardNodeLayoutInfo>) - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- setLayoutJSONString(String) - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- setLeadSelectionIndex(int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
- setLearningCols(List<DataColumnSpec>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
Only double and nominal value compatible columns are yet supported for
PMML models!
- setLearningCols(DataTableSpec) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
Sets all columns of the data table spec as learning columns.
- setLearningColsNames(List<String>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
Only double and nominal value compatible columns are yet supported for
PMML models!
- setLearningrateAncestor(double) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- setLearningrateSister(double) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- setLearningrateWinner(double) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- setLeft(SotaTreeCell) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Sets the cells (Nodes) left child Cell.
- setLeftChild(BinaryTreeNode<T>) - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
-
- setLeftColumns(String[]) - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- setLeftIncludeAll(boolean) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Pass true when all columns of the left table should be added to
the joining table.
- setLeftIncludeCols(String[]) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Sets the columns of the left table that should be included to the
joining table.
- setLeftJoinColumns(String[]) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Sets the columns of the left table used in the join predicate.
- setLeftJoinOnColumns(String[]) - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- setLeftOpen(boolean) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
-
- setLeftValue(Double) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
-
- setLength(int) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
-
- setLevel(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
-
- setLevel(int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Sets the cells level of hierarchy inside the binary tree.
- setLevel(NodeLogger.LEVEL) - Static method in class org.knime.core.node.NodeLogger
-
- setLevelInHierarchy(int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
- setLevelIntern(NodeLogger.LEVEL) - Static method in class org.knime.core.node.NodeLogger
-
Deprecated.
- setLimitRowCount(int) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
-
- setLimitRowsCount(long) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- setLineContinuationCharacter(char) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
Adds support for line continuation in tokens and quoted strings.
- setLineEndingMode(FileWriterSettings.LineEnding) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
Set a new line ending mode.
- setLineFirstPoint(int, int) - Method in class org.knime.base.node.mine.regression.linear.view.LinRegLineDrawingPane
-
Deprecated.
Set first point of regression line.
- setLineFirstPoint(int, int) - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LineDrawingPane
-
Set first point of regression line.
- setLineLastPoint(int, int) - Method in class org.knime.base.node.mine.regression.linear.view.LinRegLineDrawingPane
-
Deprecated.
Set last point of regression line.
- setLineLastPoint(int, int) - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LineDrawingPane
-
Set last point of regression line.
- setLines(List<LineInfo>) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
-
- setLineThickness(int) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
-
- setLineThickness(int) - Method in class org.knime.base.node.viz.plotter.line.LinePlotterDrawingPane
-
- setLineThickness(int) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
-
- setListCellRenderer(ListCellRenderer) - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Set the renderer that is used for both list in this panel.
- setListSize(Dimension) - Method in class org.knime.core.node.util.filter.FilterIncludeExcludePreview
-
Set the size of a list.
- setLiteral(boolean) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
-
- setLiteral(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- setLoadedInstance(NodeContainerTemplate) - Method in class org.knime.core.node.workflow.WorkflowPersistor.MetaNodeLinkUpdateResult
-
- setLocalWorkflowDir(File) - Method in class org.knime.core.node.exec.SandboxedNodeCreator
-
Where to save the sandboxed workflow after it's created.
- setLocation(String) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- setLocationString(String) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
-
- setLocationString(String) - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
-
- setLockColumn(boolean) - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
-
- setLockColumn(boolean) - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
-
- setLogin(String) - Method in class org.knime.core.node.workflow.Credentials
-
- setLong(String, long) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the long configuration parameter registered under the given
ID.
- setLongArray(String, long[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the long array configuration parameter registered under the
given ID.
- setLongValue(long) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
-
If the new value is different from the old value the listeners are
notified.
- setLongValue(long) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLongBounded
-
If the new value is different from the old value the listeners are
notified.
- setLookAndFeel() - Static method in class org.knime.core.node.util.ViewUtils
-
Sets the look&feel for all Swing components.
- setLookupColumn(String) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
-
- setLoopEndNode(Node) - Method in class org.knime.core.node.Node
-
Make model aware of corresponding LoopEndNode.
- setLoopEndNode(LoopEndNode) - Method in class org.knime.core.node.NodeModel
-
Setter used by framework to update loop end node.
- setLoopStartNode(Node) - Method in class org.knime.core.node.Node
-
Make model aware of corresponding LoopStartNode.
- setLoopStartNode(LoopStartNode) - Method in class org.knime.core.node.NodeModel
-
Setter used by framework to update loop start node.
- setLowerBound(DataCell) - Method in class org.knime.core.data.DataColumnDomainCreator
-
Sets a (new) lower bound which can be null.
- setLowerBoundColumnPort1(String) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
-
- setLowerBoundInclusive(boolean) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
-
- setLowerQuartile(double) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- setLowerWhisker(double) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- setLowerWhiskers(int) - Method in class org.knime.base.node.viz.plotter.box.Box
-
- setManual(ManualSelectionPanel) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- setMapMissingTo(DataCell) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- setMapMissingTo(DataCell) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- setMapper(HiLiteMapper) - Method in class org.knime.core.node.property.hilite.HiLiteTranslator
-
Sets a new hilite mapper which can be null in case no
hilite translation is available.
- setMarkIfNonexisting(boolean) - Method in class org.knime.core.node.util.FilesHistoryPanel
-
Sets if the text field should be colored if the selected file does not
exist.
- setMax(double) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
-
Sets the maximum.
- setMax(double) - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
-
Set the max.
- setMax(double) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- setMaxCategories(int) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- setMaxCategories(int) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- setMaxColor(Color) - Method in class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
-
Sets a new maximum color and triggers a repaint.
- setMaxDistance(double) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Sets the given value as maximum distance between the data related to the
cell.
- setMaxDomainValue(double) - Method in class org.knime.base.util.coordinate.DoubleCoordinate
-
Sets the upper domain value.
- setMaxDomainValue(double) - Method in class org.knime.base.util.coordinate.IntegerCoordinate
-
Sets the upper domain value.
- setMaxDomainValue(double) - Method in class org.knime.base.util.coordinate.NumericCoordinate
-
Sets the upper domain value.
- setMaxDomainValues(int) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
-
- setMaxHierarchicalLevel(int) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
Sets the maximum heirarchical level.
- setMaxHLevel(int) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- setMaximal(boolean) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
-
Sets whether this set is maximal or not.
- setMaximumNumberOfRowsToRead(long) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Sets a new maximum for the number of rows to read.
- setMaximumSize(Dimension) - Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
- setMaxOpenContainers(int) - Method in class org.knime.core.data.sort.AbstractColumnTableSorter
-
Changes the number of maximum open containers (=files) during the sorting.
- setMaxOpenContainers(int) - Method in class org.knime.core.data.sort.AbstractTableSorter
-
Changes the number of maximum open containers (=files) during the sorting.
- setMaxOpenFiles(int) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Set number of files that are allowed to be openend by the Joiner.
- setMaxPoints(int) - Method in class org.knime.base.node.viz.roc.ROCSettings
-
Sets the maximum number of points for each curve that are shown in the view.
- setMaxPos(int) - Method in class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
-
- setMaxPossibleValues(int) - Method in class org.knime.core.data.container.DataContainer
-
Define a new threshold for number of possible values to memorize.
- setMaxPossibleValues(int) - Method in class org.knime.core.data.DataTableDomainCreator
-
Set the maximum number of possible values in the domain of a nominal value columns.
- setMaxRange(double) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
-
Sets a new max value of the range.
- setMaxRows(int) - Method in class org.knime.core.data.sort.AbstractTableSorter
-
- setMaxRowsForView(int) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
-
Deprecated.
Sets the maximum number of rows that are shown in the curve view.
- setMaxRowsForView(int) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
-
Sets the maximum number of rows that are shown in the curve view.
- setMaxThreads(int) - Method in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
-
Sets the maximum number of threads that may be used by this node.
- setMaxThreads(int) - Method in class org.knime.base.node.parallel.ThreadedNodeModel
-
Deprecated.
Sets the maximum number of threads that may be used by this node.
- setMaxThreads(int) - Method in class org.knime.core.util.ThreadPool
-
Sets the maximum number of threads in the pool.
- setMaxUniqueValues(int) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
- setMaxUniqueValues(int) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
-
- setMaxValue(int, DataCell) - Method in class org.knime.base.node.util.DefaultDataArray
-
Sets a new max value for the specified column.
- setMaxValueAtIndex(int, int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
-
Sets given max value at given index.
- setMedian(double) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- setMemActionIndicator(MemoryAlertSystem.MemoryActionIndicator) - Method in class org.knime.core.data.sort.AbstractColumnTableSorter
-
Package visible due test issues.
- setMemoryPolicy(SingleNodeContainer.MemoryPolicy) - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
-
Store a new memory policy in this settings object.
- setMemService(MemoryAlertSystem) - Method in class org.knime.core.data.sort.AbstractTableSorter
-
Set memory service.
- setMessage(String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
-
Displays the message as given by the argument.
- setMessage(Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
-
Sets a message based on a supplier.
- setMessage(String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
-
Displays the message as given by the argument.
- setMessage(Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
-
Sets a message based on a supplier.
- setMessage(String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
-
Displays the message as given by the argument.
- setMessage(Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
-
Sets a message based on a supplier.
- setMessage(String) - Method in class org.knime.core.node.ExecutionMonitor
-
- setMessage(Supplier<String>) - Method in class org.knime.core.node.ExecutionMonitor
-
Set a new message based on a supplier.
- setMessage(String) - Method in interface org.knime.core.node.NodeProgressMonitor
-
Displays the message as given by the argument.
- setMessage(Supplier<String>) - Method in interface org.knime.core.node.NodeProgressMonitor
-
Sets a message based on a supplier.
- setMessage(NodeMessage) - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
-
Set a node message.
- setMessage(String) - Method in class org.knime.core.util.ProgressMonitorAdapter
-
Displays the message as given by the argument.
- setMethod(AutoBinnerLearnSettings.Method) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
-
- setMethod(AutoBinnerLearnSettings.Method) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- setMethod(AutoBinnerLearnSettings.Method) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- setMethod(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
- setMildOutliers(Set<Outlier>) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- setMin(double) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
-
Sets the minimum.
- setMin(double) - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
-
Set the minimum.
- setMin(double) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- setMinColor(Color) - Method in class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
-
Sets a new minimum color and triggers a repaint.
- setMinDistanceThreshold(double) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
-
- setMinDomainValue(double) - Method in class org.knime.base.util.coordinate.DoubleCoordinate
-
Sets the lower domain value.
- setMinDomainValue(double) - Method in class org.knime.base.util.coordinate.IntegerCoordinate
-
Sets the lower domain value.
- setMinDomainValue(double) - Method in class org.knime.base.util.coordinate.NumericCoordinate
-
Sets the lower domain value.
- setMinError(double) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- setMinimumSize(Dimension) - Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
- setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
-
Sets the "MiningSchema" element.
- setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
-
Sets the "MiningSchema" element.
- setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
-
Sets the "MiningSchema" element.
- setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
-
Sets the "MiningSchema" element.
- setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
-
Sets the "MiningSchema" element.
- setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
-
Sets the "MiningSchema" element.
- setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
-
Sets the "MiningSchema" element.
- setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
-
Sets the "MiningSchema" element.
- setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
-
Sets the "MiningSchema" element.
- setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
-
Sets the "MiningSchema" element.
- setMinQuality(double) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
- setMinRange(double) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
-
Sets a new min value of the range.
- setMinResource(double) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- setMinSupport(double) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayApriori
-
- setMinValue(int, DataCell) - Method in class org.knime.base.node.util.DefaultDataArray
-
Sets a new min value for the specified column.
- setMinValueAtIndex(int, int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
-
Sets given min value at given index.
- setMinVariability(double) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- setMissingValueForColumn(int, String) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Overriding super method because we store these missing values now in the
column properties.
- setMissingValueForColumn(int, String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Specifies a 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.
- setMissingValueHandling(LinReg2LearnerSettings.MissingValueHandling) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
Deprecated.
- setMissingValueHandling(MissingValueHandling) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
- setMissingValueHandling(MissingValueHandling) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
-
- setMissingValuePattern(String) - Method in class org.knime.base.node.io.filereader.ColProperty
-
- setMissingValuePattern(String) - Method in class org.knime.base.node.io.filereader.DataCellFactory
-
Sets a new missing value pattern.
- setMissingValuePattern(String) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
-
- setMissingValuePattern(String) - Method in class org.knime.base.node.io.tablecreator.table.Cell
-
- SetMissmatches - Class in org.knime.base.node.preproc.matcher
-
- SetMissmatches(SetCell, int) - Constructor for class org.knime.base.node.preproc.matcher.SetMissmatches
-
Constructor for class SetMissmatches.
- setMissValuePattern(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- setMissValuePatternStrCols(String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Sets a new pattern which is translated into a missing value if read from
the data file in a string column.
- setMode(int) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
-
Sets the mode of the MLP.
- setMode(LoopStartChunkConfiguration.Mode) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
-
- setMode(NormalizerConfig.NormalizerMode) - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
-
Set the mode.
- setModel(TreeModel) - Method in class org.knime.core.node.config.ConfigEditJTree
-
- setModel(TableModel) - Method in class org.knime.core.node.tableview.TableContentView
-
Checks that the given argument is of type
TableContentModel
and throws exception if it is not.
- setModel(TableModel) - Method in class org.knime.core.node.tableview.TableRowHeaderView
-
- setModelName(String) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- setModelSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
-
- setModelType(PMMLGeneralRegressionContent.ModelType) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- setMountpointRoot(File) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
-
Sets the root of the mountpoint the workflow is contained in.
- setMountpointURI(URI) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
-
Sets the mount point ID and the path within the mountpoint.
- setMouseDown(boolean) - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
-
- setMultiLine(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- setMultiple(boolean) - Method in class org.knime.core.util.node.quickform.in.StringListInputQuickFormInElement
-
Set true if multiple selection possible; otherwise false.
- setMVStrategy(PMMLMissingValueStrategy) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
-
Set the missing value strategy and propagate it to all children that
are split nodes.
- setName(String) - Method in class org.knime.base.data.aggregation.NamedAggregationOperator
-
- setName(String) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
Set the name of the column
- setName(String) - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
-
Sets the name of the key
- setName(String) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
-
- setName(String) - Method in class org.knime.base.node.viz.roc.ROCCurve
-
- setName(String) - Method in class org.knime.core.data.DataColumnSpecCreator
-
Set (new) column name.
- setName(String) - Method in class org.knime.core.data.DataTableSpecCreator
-
Sets name on output table spec.
- setName(String) - Method in class org.knime.core.node.Node
-
Sets a new name for this node.
- setName(String) - Method in class org.knime.core.node.port.database.tablecreator.DBColumn
-
Sets the name of the column
- setName(String) - Method in class org.knime.core.node.port.database.tablecreator.DBKey
-
Sets the name of the key
- setName(String) - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- setName(String) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Set new name of this workflow or null to reset the name (will then
return the workflow directory in
WorkflowManager.getName() or null if this flow
has not been saved yet).
- setNameFilter(InputFilter<T>) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
- setNameMapping(List<String>) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
-
Deprecated.
- setNameMapping(List<String>) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
-
Deprecated.
- setNameOverwrite(String) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
-
Set a name that overloads the name as persisted in the worklow.
- setNameOverwrite(String) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Set a name that overloads the name as persisted in the worklow.
- setNameOverwrite(String) - Method in interface org.knime.core.node.workflow.TemplateNodeContainerPersistor
-
Set a name that overloads the name as persisted in the worklow.
- setNamePattern(String) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
Sets the name pattern
- setNamePattern(String) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
Sets the name pattern
- setNames(String[]) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
- setNames(String[]) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
Set a new list of column names.
- setNCTemplate(NodeContainerTemplate) - Method in class org.knime.core.node.workflow.WorkflowPersistor.NodeContainerTemplateLinkUpdateResult
-
- setNeedsResetAfterLoad() - Method in class org.knime.core.node.CopyNodePersistor
-
Indicate an error and that this node should better be reset after load.
- setNeedsResetAfterLoad() - Method in class org.knime.core.node.FileNodePersistor
-
Indicate an error and that this node should better be reset after load.
- setNeedsResetAfterLoad() - Method in interface org.knime.core.node.NodeContentPersistor
-
Indicate an error and that this node should better be reset after load.
- setNeedsResetAfterLoad() - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
-
Request a reset of the node after loading the result.
- setNeedsResetAfterLoad() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
Indicate an error and that this node should better be reset after load.
- setNeedsResetAfterLoad() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
Indicate that node should be reset after load (due to load problems).
- setNeedsResetAfterLoad() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
Indicate that this node should better be reset after load.
- setNewcolName(String) - Method in class org.knime.base.node.rules.RuleEngineSettings
-
Deprecated.
Sets the name of the new column containing the matching rule's outcome.
- setNewColumnName(String) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
-
Deprecated.
- setNewColumnName(String) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
-
- setNewColumnName(String) - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
-
Sets a new column name or null.
- setNewExchange(VirtualSubNodeExchange) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
- setNewIndex(int) - Method in class org.knime.core.node.port.MetaPortInfo
-
- setNewInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.core.node.NodeModel
-
Sets a new HiLiteHandler for the given input.
- setNewLine(String) - Method in class org.knime.base.node.util.exttool.ViewUpdateNotice
-
- setNewRowKeyPrefix(String) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
-
- setNewSpec(DataTableSpec) - Method in class org.knime.base.node.preproc.ungroup.UngroupOperation
-
- setNewUserSettingsForColumn(int) - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
-
Pops open the dialog of the columnProperties object of the specified
column.
- setNewUserSettingsForColumn(int) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
-
Deprecated.
Pops open the dialog of the columnProperties object of the specified
column.
- setNewValueClassIndex(int) - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
-
Set new type.
- setNewValues(Collection<String>, Collection<String>, boolean) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
Apply new list of inclusion and exclusion columns on the settings model
and notifies all registered listeners (e.g.
- setNewValuesFirst(boolean) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
-
- setNodeContainerDirectory(ReferencedFile) - Method in class org.knime.core.node.workflow.NodeContainer
-
- setNodeContainerDirectory(ReferencedFile) - Method in class org.knime.core.node.workflow.WorkflowManager
- setNodeExecutionResult(NodeExecutionResult) - Method in class org.knime.core.node.workflow.execresult.NativeNodeContainerExecutionResult
-
- setNodeID(NodeID, int, NodeUIInformation) - Method in class org.knime.core.node.workflow.WorkflowCopyContent
-
Used when copying from metanode template space.
- setNodeIDs(NodeID...) - Method in class org.knime.core.node.workflow.WorkflowCopyContent
-
- setNodeIDSuffix(int) - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
- setNodeIDSuffix(int) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
- setNodeIDSuffix(int) - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- setNodeInternDir(ReferencedFile) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- setNodeLocation(int, int, int, int) - Method in class org.knime.core.node.workflow.NodeUIInformation
-
Sets the location.
- setNodeMessage(NodeMessage) - Method in class org.knime.core.node.workflow.NodeContainer
-
- setNodeWidth(int) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
-
Changes the common width of the visible nodes.
- setNoOfBins(int) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setNoOfBins(int) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
- setNoOfRows(long) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
-
- setNormalizeTabCheckboxEnabled(boolean) - Method in class org.knime.base.node.viz.plotter.box.ConditionalBoxPlotter
-
- setNormalizeTabCheckboxSelected(boolean) - Method in class org.knime.base.node.viz.plotter.box.ConditionalBoxPlotter
-
- setNormalizeTabCheckboxToolTip(String) - Method in class org.knime.base.node.viz.plotter.box.ConditionalBoxPlotter
-
- setNotNull(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
Sets to true if the column cannot be null, otherwise false
- setNotNull(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
-
Sets to true if the generated column cannot be null, otherwise sets to false
- setNotNull(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
Sets to true if the generated column cannot be null, otherwise sets to false
- setNotNull(boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBColumn
-
Sets to true if the column cannot have null value, otherwise sets to false
- setNrHiddenLayers(int) - Method in class org.knime.base.data.neural.Architecture
-
Sets the number of hidden layers.
- setNrHiddenNeurons(int) - Method in class org.knime.base.data.neural.Architecture
-
Sets the overall number of hidden neurons.
- setNrInputNeurons(int) - Method in class org.knime.base.data.neural.Architecture
-
Sets the number of input neurons.
- setNrOfChunks(int) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
-
- setNrOutputNeurons(int) - Method in class org.knime.base.data.neural.Architecture
-
Sets the number of output neurons.
- setNrRowsPerChunk(int) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
-
- setNTCStrategy(PMMLNoTrueChildStrategy) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
-
Set the no true child strategy and propagate it to all children that are
split nodes.
- setNumberOfBins(int) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
- setNumberOfColumns(int) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Stores the number of columns set by the user.
- setNumberOfLines(int) - Method in class org.knime.base.node.viz.plotter.line.LinePlotterDrawingPane
-
Sets the number of line (used for modulo calculation since all dots
are in one
DotInfoArray).
- setNumberThreads(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.ParallelProcessing
-
Sets the number of parallel threads to use.
- setNumberValueStr(String) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
-
Allows to set a new value by passing a string that will be parsed and, if
valid, set as new value.
- setNumberValueStr(String) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
-
Allows to set a new value by passing a string that will be parsed and, if
valid, set as new value.
- setNumberValueStr(String) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
-
Sets a new value in this object.
- setNumberValueStr(String) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelNumber
-
Sets a new value in this object.
- setNumBitsInitial(int) - Method in class org.knime.base.node.preproc.joiner.Joiner
-
Used for testing, only.
- setNumBitsMaximal(int) - Method in class org.knime.base.node.preproc.joiner.Joiner
-
Used for testing, only.
- setNumOfCols(int) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- setObjectExtension(ExtensionDocument.Extension, String, Object) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
-
- setOffsetValue(double) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
Set offset value (a user defined intercept).
- setOffsetValue(Double) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- SetOfRendererFamilies - Class in org.knime.core.data.renderer
-
Container for DataValueRendererFamily that is by itself a
renderer family.
- SetOfRendererFamilies(List<DataValueRendererFamily>) - Constructor for class org.knime.core.data.renderer.SetOfRendererFamilies
-
Constructs a new set from a list of renderer families given in a list.
- SetOperation - Enum in org.knime.base.node.preproc.setoperator
-
This enumeration contains all valid set operations.
- SetOperationTable - Class in org.knime.base.node.preproc.setoperator
-
This class handles the result table creation for the Set node.
- SetOperationTable(ExecutionContext, boolean, String, BufferedDataTable, boolean, String, BufferedDataTable, SetOperation, boolean, boolean) - Constructor for class org.knime.base.node.preproc.setoperator.SetOperationTable
-
Constructor for class SetOperationTable.
- SetOperationTable(ExecutionContext, boolean, String, BufferedDataTable, boolean, String, BufferedDataTable, SetOperation, boolean, boolean, boolean) - Constructor for class org.knime.base.node.preproc.setoperator.SetOperationTable
-
- setOperator(String) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- setOperator(PMMLOperator) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- setOperator(String) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
- SetOperatorNodeDialog - Class in org.knime.base.node.preproc.setoperator
-
- SetOperatorNodeDialog() - Constructor for class org.knime.base.node.preproc.setoperator.SetOperatorNodeDialog
-
Constructor for claprivaterNodeDialog.
- SetOperatorNodeFactory - Class in org.knime.base.node.preproc.setoperator
-
- SetOperatorNodeFactory() - Constructor for class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
-
- SetOperatorNodeModel - Class in org.knime.base.node.preproc.setoperator
-
This class is the node implementation of the set operation node.
- SetOperatorNodeModel() - Constructor for class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
-
Constructor for class SetOperatorNodeModel.
- setOriginalData(DataArray) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
Sets original data.
- setOriginalData(DataArray) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- setOriginalLocation(File) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
-
Sets the original file system location of the workflow, e.g.
- setOutPorts(PortType[]) - Method in class org.knime.core.node.workflow.SubNodeContainer
-
- setOutPortsBarUIInfo(UIInformation) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Set UI information for workflow's output ports
(typically aligned as a bar).
- setOutputAsCols(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- setOutputAsList(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- setOutputAsSet(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- setOutputColumnName(String) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
Set the output column name
- setOutputFormat(AutoBinnerLearnSettings.OutputFormat) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- setOutputFormat(AutoBinnerLearnSettings.OutputFormat) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- setOutputName(String) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
-
- setOutputPlacement(ColumnMergerConfiguration.OutputPlacement) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
-
- setOutputVariableName(String) - Method in class org.knime.core.node.FlowVariableModel
-
- setOverwriteTemplateInformation(MetaNodeTemplateInformation) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
- setOverwriteTemplateInformation(MetaNodeTemplateInformation) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
- setOverwriteTemplateInformation(MetaNodeTemplateInformation) - Method in interface org.knime.core.node.workflow.TemplateNodeContainerPersistor
-
- setOwner(NodeID) - Method in class org.knime.core.node.workflow.FlowObject
-
- setOwnerRecursively(Node) - Method in class org.knime.core.node.BufferedDataTable
-
- setPadding(String) - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
-
- setPaintCrossForMissing(boolean) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
-
If to paint a cross for missing values (if false a '?' is written).
- setPairs(CreateTempDirectoryConfiguration.VarNameFileNamePair[]) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
-
- setParallelChunkMaster(ParallelizedChunkContentMaster) - Method in interface org.knime.core.node.workflow.LoopEndParallelizeNode
-
Set master object holding all parallel chunks.
- setParallelProcessing(boolean) - Method in class org.knime.core.data.container.AbstractCellFactory
-
Enables or disables parallel processing of the rows.
- setParallelProcessing(boolean, int, int) - Method in class org.knime.core.data.container.AbstractCellFactory
-
Enables or disables parallel processing of the rows.
- setParameter(String) - Method in class org.knime.base.node.io.database.connection.util.ParameterizedDatabaseConnectionSettings
-
- setParameter(int, double) - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
-
sets the given parameter.
- setParameter(int, double) - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
-
sets the given parameter.
- setParameter(int, double) - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
-
- setParameter(int, double) - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
-
set the given parameter.
- setParameterList(PMMLParameter[]) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- setParamMatrix(PMMLPCell[]) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- setParent(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
Set parent of this node.
- setParent(JPanel) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
-
- setParent(BinaryTreeNode<T>) - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
-
- setParent(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.AbstractConfigEntry
-
Sets the parent for this entry which is null if not available.
- setPassword(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Set a new password.
- setPassword(String) - Method in class org.knime.core.node.workflow.Credentials
-
- setPasswordLabel(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
-
Set the text displayed in the passwordLabel
- setPattern(String) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- setPattern(String) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
-
- setPauseLoopExecution(boolean) - Method in class org.knime.core.node.Node
-
- setPauseLoopExecution(boolean) - Method in class org.knime.core.node.NodeModel
-
- setPCovMatrix(PMMLPCovCell[]) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- setPercent(float) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
- setPercentageUsageThreshold(double) - Method in class org.knime.core.data.util.memory.MemoryWarningSystem
-
Deprecated.
Set percentage level of the amount of memory in tenured space which may be set before a memory warning event is
thrown
- setPerceptron(int, Perceptron) - Method in class org.knime.base.data.neural.Layer
-
Sets perceptron at a given position.
- setPerceptrons(Perceptron[]) - Method in class org.knime.base.data.neural.Layer
-
Sets all perceptrons.
- setPieColumn(String) - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
-
- setPieColumn(String) - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePiePlotter
-
- setPieColumnName(String) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
-
- setPieSection(Arc2D, PieHiliteCalculator) - Method in class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel
-
- setPieSize(double) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- setPoints(List<Point>) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
-
Sets the mapped points.
- setPoints(Point...) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
-
Sets the mapped points.
- setPoints(List<Point>) - Method in class org.knime.base.node.viz.plotter.basic.BasicLine
-
Sets the mapped points.
- setPoints(Point...) - Method in class org.knime.base.node.viz.plotter.basic.BasicLine
-
Sets the mapped points.
- setPoints(List<Point>) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- setPolicy(PolicyStrategy) - Method in class org.knime.base.util.coordinate.Coordinate
-
- setPolicy(String) - Method in class org.knime.base.util.coordinate.Coordinate
-
- setPort(int) - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
-
Sets the database's port.
- setPortDescriptions(String[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
-
- setPortDescriptions(String[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
-
- setPortIndex(int) - Method in class org.knime.core.node.workflow.NodePortAdaptor
-
- setPortIndex(int) - Method in class org.knime.core.node.workflow.WorkflowInPort
- setPortIndex(int) - Method in class org.knime.core.node.workflow.WorkflowOutPort
- setPortName(String) - Method in interface org.knime.core.node.workflow.NodePort
-
Sets a new name for this port.
- setPortName(String) - Method in class org.knime.core.node.workflow.NodePortAdaptor
-
Sets a new name for this port.
- setPortName(String) - Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowPortTemplate
-
- setPortNames(String[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
-
- setPortNames(String[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
-
- setPortObject(int, PortObject) - Method in class org.knime.core.node.FileNodePersistor
-
- setPortObject(PortObject) - Method in class org.knime.core.node.streamable.PortObjectOutput
-
- setPortObjects(PortObject[]) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- setPortObjectSpec(int, PortObjectSpec) - Method in class org.knime.core.node.FileNodePersistor
-
- setPortObjectSpecs(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- setPortObjectSummary(int, String) - Method in class org.knime.core.node.FileNodePersistor
-
- setPosition(int) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
-
- setPositiveClass(DataCell) - Method in class org.knime.base.node.viz.roc.ROCSettings
-
Sets the value from the class column that represents the "positive"
class.
- setPossibleSortingStrategies(SortingStrategy...) - Method in class org.knime.base.util.SortingOptionPanel
-
Sets the options available from the combobox for the strategies.
- setPossibleValueOutputFormat(DataTableSpecExtractor.PossibleValueOutputFormat) - Method in class org.knime.core.data.util.DataTableSpecExtractor
-
...
- setPPMatrix(PMMLPPCell[]) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- setPrecision(int) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- setPrecision(int) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- setPrecisionMode(AutoBinnerLearnSettings.PrecisionMode) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- setPrecisionMode(AutoBinnerLearnSettings.PrecisionMode) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- setPredecessor(int, Perceptron) - Method in class org.knime.base.data.neural.SigmoidPerceptron
-
Set predecessor at a given position.
- setPredecessors(Perceptron[]) - Method in class org.knime.base.data.neural.SigmoidPerceptron
-
Sets the predecessors.
- setPredicate(PMMLPredicate) - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
-
- setPredicates(LinkedList<PMMLPredicate>) - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
-
Sets the contained predicates.
- setPredLayer(Layer) - Method in class org.knime.base.data.neural.HiddenLayer
-
Sets the predecessor layer.
- setPreferences(File) - Static method in class org.knime.core.node.workflow.BatchExecutor
-
Sets the workspace preferences using the given file.
- setPreferredLength(int) - Method in class org.knime.base.node.viz.plotter.Axis
-
Sets the preferred size of the component.
- setPreferredRenderer(String) - Method in class org.knime.core.data.ExtensibleUtilityFactory
-
Sets the preferred renderer using the ID of its factory.
- setPreferredSize(Dimension) - Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
- setPreferredSizeDataDependent(boolean) - Method in class org.knime.core.node.tableview.TableView
-
Should the preferred size of the view be derived from the content (at most 2/3 of the screen real estate)?
Default is false.
- setPrefix(String) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
Set information about this node, e.g.
- setPreprocColNames(List<String>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
Sets the specified columns as preprocessing columns.
- setPreprocCols(List<DataColumnSpec>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
Sets the specified columns as preprocessing columns.
- setPresentable(boolean, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- setPresentable(boolean, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- setPreserve(boolean) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- setPreviousIndex(int) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- setPreviousSpec(DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- setPrimaryColumn(String) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
-
- setPrimaryKey(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
-
Sets to true if this key is a primary key, otherwise sets to false
- setPrimaryKey(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
Sets to true if this key is a primary key, otherwise sets to false
- setPrimaryKey(boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBKey
-
Sets to true if the key is a primary key, otherwise sets to false
- setPrintedErrorOnMissing(boolean) - Method in class org.knime.base.data.join.JoinedTable
-
Deprecated.
- setPrintedErrorOnSorting(boolean) - Method in class org.knime.base.data.join.JoinedTable
-
Deprecated.
- setPriority(SendMailConfiguration.EMailPriority) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.collection.list.split.SplitCellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
-
Deprecated.
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
-
Deprecated.
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesCellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2CellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
-
Deprecated.
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.ClusterMembershipFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.mds.MDSCellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorCellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictor
-
Deprecated.
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictor
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner.apply.BinningCellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
-
Deprecated.
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterCellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosCellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyCellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberCellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberCellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyCellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnaggregator.AggregationCellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
-
Deprecated.
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
-
Deprecated.
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columntrans2.AbstractMany2OneCellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.core.data.container.AbstractCellFactory
-
- setProgress(long, long, RowKey, ExecutionMonitor) - Method in class org.knime.core.data.container.AbstractCellFactory
-
This method is called when a row has been processed.
- setProgress(int, int, RowKey, ExecutionMonitor) - Method in interface org.knime.core.data.container.CellFactory
-
- setProgress(long, long, RowKey, ExecutionMonitor) - Method in interface org.knime.core.data.container.CellFactory
-
This method is called when a row has been processed.
- setProgress(double, String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
-
Updates the progress value and message if different from the current one.
- setProgress(double, Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
-
Sets a new progress value and message based on supplier.
- setProgress(double) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
-
Sets a new progress value.
- setProgress(String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
-
Sets a new message according to the argument.
- setProgress(double, String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
-
Sets a new progress value.
- setProgress(double, Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
-
Sets a new progress value and message based on supplier.
- setProgress(String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
-
Delegates to parent.
- setProgress(Supplier<String>, boolean) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
-
Internal setter method, subject to override in silent progress mon.
- setProgress(String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
-
Delegates to parent.
- setProgress(double, String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
-
Sets a new progress value.
- setProgress(double, Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
-
Sets a new progress value and message based on supplier.
- setProgress(Supplier<String>, boolean) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
-
Internal setter method, subject to override in silent progress mon.
- setProgress(double) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
-
Sets a new progress value.
- setProgress(double) - Method in class org.knime.core.node.ExecutionMonitor
-
- setProgress(double, String) - Method in class org.knime.core.node.ExecutionMonitor
-
- setProgress(double, Supplier<String>) - Method in class org.knime.core.node.ExecutionMonitor
-
Set progress value and message as per arguments.
- setProgress(String) - Method in class org.knime.core.node.ExecutionMonitor
-
- setProgress(double) - Method in interface org.knime.core.node.NodeProgressMonitor
-
Sets a new progress value.
- setProgress(double, String) - Method in interface org.knime.core.node.NodeProgressMonitor
-
Sets a new progress value.
- setProgress(double, Supplier<String>) - Method in interface org.knime.core.node.NodeProgressMonitor
-
Sets a new progress value and message based on supplier.
- setProgress(String) - Method in interface org.knime.core.node.NodeProgressMonitor
-
Displays the message as given by the argument.
- setProgress(double) - Method in class org.knime.core.util.ProgressMonitorAdapter
-
Sets a new progress value.
- setProgress(double, String) - Method in class org.knime.core.util.ProgressMonitorAdapter
-
Sets a new progress value.
- setProgress(String) - Method in class org.knime.core.util.ProgressMonitorAdapter
-
Displays the message as given by the argument.
- setProjectOnly(boolean) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
-
- setPropColumnSuffix(String) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
-
- setProperties(DataColumnProperties) - Method in class org.knime.core.data.DataColumnSpecCreator
-
Set (new) column properties.
- setPropertyHandlerOutputFormat(DataTableSpecExtractor.PropertyHandlerOutputFormat) - Method in class org.knime.core.data.util.DataTableSpecExtractor
-
...
- setPrototypeDisplayValue(Object) - Method in class org.knime.core.node.util.StringHistoryPanel
-
Calls the respective method on the underlying text box.
- setPureEnough(boolean) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
-
Set the marker field for the purity.
- setQuery(String) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
-
- setQuery(String) - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
-
Sets the query in this object.
- setQuickformNodes(Map<NodeID, MetaNodeDialogNode>) - Method in class org.knime.core.node.workflow.MetaNodeDialogPane
-
- setQuoteBegin(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- setQuoteEnd(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- setQuoteMode(FileWriterSettings.quoteMode) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- setQuotePattern(String) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- setQuoteReplacement(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- setQuotes(Vector<Quote>) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
sets quote objects to the settings structure.
- setQuoteString(String) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- setQuoteUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Set true to indicate that the flag is actually set and is
not still the default value.
- setRange(double, double) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
-
Sets a new min and a new max value.
- setReadPossibleValuesFromFile(boolean) - Method in class org.knime.base.node.io.filereader.ColProperty
-
Determines if the possible values of this column will be read from file
(used only with integer columns).
- setReadTimeout(int) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- setRectangle(Rectangle2D, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
-
- setRecursive(boolean) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
-
- setRecursive(boolean) - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
-
- setReferenceTableSpec(DataTableSpec) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
-
- setRegex(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
-
Sets to true if the name pattern is regex, otherwise sets to false
- setRegex(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
Sets to true if the name pattern is regex, otherwise sets to false
- setRegex(String) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
-
- setRejectOnMissingValue(boolean) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
-
- setRelativeSize(double) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
- setRemoteAddress(URI, String) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
-
Sets the root address of the server repository (the REST endpoint).
- setRemoteAuthToken(String) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
-
- setRemoteMountId(String) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
-
Sets the (default) mount ID of the remote server.
- setRemoveAllButtonText(String) - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Setter for the original "Remove All" button.
- setRemoveAllButtonText(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Setter for the original "Remove All" button.
- setRemoveButtonText(String) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
-
Setter for the original "remove" button.
- setRemoveButtonText(String) - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
Setter for the original "Remove" button.
- setRemoveButtonText(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Setter for the original "Remove" button.
- setRemovedFromExcludeList(String[]) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
- setRemovedFromIncludeList(String[]) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
- setRemoveLeftJoinCols(boolean) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Pass true when the columns returned by getLeftJoinColumns() should
not be added to the joining table.
- setRemoveQuotes(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- setRemoveRightJoinCols(boolean) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Pass true when the columns returned by getRightJoinColumns() should
not be added to the joining table.
- setRemoveUnkownColumns(DataValidatorConfiguration.UnknownColumnHandling) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
-
- setRenderer(DataValueRenderer) - Method in class org.knime.core.node.tableview.TableRowHeaderView
-
Set a new renderer for our column.
- setReplaceColumn(boolean) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
-
- setReplaceColumn(boolean) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- setReplaceColumn(boolean) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- setReplacedColumn(String) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
-
- setReplaceExisting(boolean) - Method in class org.knime.core.node.util.dialog.field.OutColumnField
-
- setReplaceExisting(boolean) - Method in class org.knime.core.node.util.dialog.field.OutFlowVariableField
-
- setReplaceExisting(boolean) - Method in interface org.knime.core.node.util.dialog.field.OutputField
-
- setReplaceInputColumn(boolean) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
-
- setReplaceSeparatorInStrings(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- setReplaceString(String) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
-
- setRequestMethod(String) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- setRequestProperty(String, String) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- setRequired(boolean) - Method in class org.knime.core.node.util.ColumnSelectionPanel
-
True, if a compatible type is required, false otherwise.
- setResource(double) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Sets the given value as the cells resource value.
- setRestoreIntoMemory() - Method in class org.knime.core.data.container.CopyOnAccessTask
-
Requests the buffer to read its content into memory once it has
been created.
- setRetrieveMetadataInConfigure(boolean) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Sets whether the metadata for the current query should be retrieved during configure.
- setReverseOrder(boolean) - Method in class org.knime.base.util.SortingOptionPanel
-
- setRight(SotaTreeCell) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Sets the given Cell as the cells right child Cell.
- setRightChild(BinaryTreeNode<T>) - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
-
- setRightColumns(String[]) - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- setRightIncludeAll(boolean) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Pass true when all columns of the right table should be added to
the joining table.
- setRightIncludeCols(String[]) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Sets the columns of the right table that should be included to the
joining table.
- setRightJoinColumns(String[]) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Sets the columns of the right table used in the join predicate.
- setRightJoinOnColumns(String[]) - Method in class org.knime.base.node.io.database.DBJoinerSettings
-
- setRightOpen(boolean) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
-
- setRightValue(Double) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
-
- setRoot(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
-
Sets a new root node.
- setRoot(SotaTreeCell) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
Sets the root node.
- setRoot(SotaTreeCell) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- setRootNode(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeGraphView
-
Replace the root which is the model for this view.
- setRootNode(K) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
-
Replace the root which is the model for this view.
- setRootNode(BinaryTree<DendrogramPoint>) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
-
Sets the view model (a binary tree containing points).
- setRootNode(DendrogramNode) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
-
Sets the result of the hierachical clustering represented in a
DendrogramNode.
- setRootPanel(JPanel) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationTableModel
-
- setRootPanel(JPanel) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
-
- setRoundingMode(RoundingMode) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- setRoundingMode(RoundingMode) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- setRowComparator(Comparator<DataRow>) - Method in class org.knime.core.data.sort.AbstractTableSorter
-
- setRowCount(int) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
-
- setRowCount(int, boolean) - Method in class org.knime.core.node.tableview.TableContentModel
-
Used by the row counter thread to inform about new rows.
- setRowDelimiter(String) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- setRowHeaderPrefix(String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
Set a string that will be used as a prefix for each row header.
- setRowHeight(int) - Method in class org.knime.base.node.viz.table.TableNodeView
-
Set a new row height in the table.
- setRowHeight(int, int) - Method in class org.knime.core.node.tableview.TableRowHeaderView
-
Overridden in order to fire an event that an individual row has
changed.
- setRowHeight(int) - Method in class org.knime.core.node.tableview.TableRowHeaderView
-
Overridden in order to fire an event.
- setRowHeight(int) - Method in class org.knime.core.node.tableview.TableView
-
Set a new row height in the table.
- setRowIdPrefix(String) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
-
- setRowIdPrefix(String) - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
-
- setRowIdPrefix(String) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
-
- setRowIDSelected() - Method in class org.knime.core.node.util.ColumnSelectionPanel
-
Selects the RowID item in the item list if a RowID entry exists.
- setRowIdSeparator(String) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
- setRowIdsStartWithZero(boolean) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Sets whether row IDs returned by a database reader should start with zero (correct behavior) or with
(backward compatibility with pre 2.10).
- setRowIdStartValue(int) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
-
- setRowIdStartValue(int) - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
-
- setRowIdStartValue(int) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
-
- setRowIdSuffix(String) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
-
- setRowIdSuffix(String) - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
-
- setRowIdSuffix(String) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
-
- setRowIndices(int[]) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
-
- setRowKey(String) - Method in class org.knime.base.node.viz.plotter.box.Outlier
-
- setRowKeyIdentifier(String) - Method in class org.knime.core.node.util.ColumnPairsSelectionPanel
-
- setRowKeySeparator(String) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Set Separator of the RowKeys in the joined table.
- setRowPrefix(String) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
-
- setRowsAddedBeforeOOM(int) - Method in class org.knime.base.node.preproc.joiner.Joiner
-
Used for testing, only.
- setRowVarColumn(String) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
-
- setSampleQuantiles(double[]) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
-
- setSampleQuantiles(double[]) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- setSampleQuantiles(double[]) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
-
- setSamplingMethod(EqualSizeSamplingConfiguration.SamplingMethod) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
-
- setSaveData(boolean) - Method in class org.knime.core.node.workflow.WorkflowSaveHelper
-
- setSavedForDisconnect(boolean) - Method in class org.knime.core.node.workflow.NodeExecutionJob
-
- setSaveWizardController(boolean) - Method in class org.knime.core.node.workflow.WorkflowSaveHelper
-
- setScaleFactor(float) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- setScaleFactor(float) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
-
Get the scale factor.
- setScaleFactor(float) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
-
Get the scale factor.
- setScaleFactor(float) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
-
Get the scale factor.
- setScaleFactor(float) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
-
Get the scale factor.
- setScaleType(ImageViewPanel.ScaleType) - Method in class org.knime.core.node.util.ImageViewPanel
-
Set scale type, not null.
- setScaling(DecTreeToImageNodeSettings.Scaling) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- setScatterMatrixElements(ScatterMatrixElement[][]) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
-
- setScatterPlotFirstRow(int) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
- setScatterPlotRowCount(int) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
- setSchema(String) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Sets the schema
- setSearchString(String) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
-
- setSecondaryColumn(String) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
-
- setSectionColor(List<PieSectionDataModel>) - Static method in class org.knime.base.node.viz.pie.datamodel.PieDataModel
-
- setSeed(long) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
- setSeed(Long) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
-
- setSeed(long) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
-
- setSelectableColumns(DataTableSpec) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
-
Updates the select boxes for the x and y columns.
- setSelected(boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Sets the given select flag.
- setSelected(boolean) - Method in interface org.knime.base.node.mine.sota.view.interaction.Selectable
-
Sets the given select flag.
- setSelected(boolean) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- setSelected(boolean) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- setSelected(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- setSelected(boolean) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
- setSelected(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- setSelected(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
-
- setSelected(String) - Method in class org.knime.core.node.NodeDialogPane
-
Selects the tab with the specified title.
- setSelectedAggrColumns(ColorColumn...) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
-
- setSelectedColumn(String) - Method in class org.knime.core.node.util.ColumnSelectionComboxBox
-
Selects the column with the name provided in the argument.
- setSelectedColumn(String) - Method in class org.knime.core.node.util.ColumnSelectionPanel
-
- setSelectedColumns(Set<String>) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
-
Deprecated.
Sets the names of the columns that should be used for the regression.
- setSelectedColumns(Set<String>) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
-
- setSelectedColumns(Collection<String>) - Method in class org.knime.core.node.util.ColumnSelectionList
-
Selects all given columns in the list.
- setSelectedColumns(String...) - Method in class org.knime.core.node.util.ColumnSelectionList
-
Selects all given columns in the list.
- setSelectedColumns(String...) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
-
- setSelectedColumns(Collection<String>) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
-
- setSelectedDots(Set<RowKey>) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
-
for extending classes the possibility to set the selected dots.
- setSelectedFields(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
-
sets the status code for the selected fields of the DateInputDialog.
- setSelectedFile(String) - Method in class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
-
Set the file url as default.
- setSelectedFile(String) - Method in class org.knime.core.node.util.FilesHistoryPanel
-
Set the file url as default.
- setSelectedIndex(int) - Method in class org.knime.core.node.util.ColumnSelectionPanel
-
Selects the given index in the combo box.
- setSelectedItem(Object) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionComboBox
-
- setSelectedProps(String[]) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
-
- setSelectedProps(String[]) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
-
- setSelectedString(String) - Method in class org.knime.core.node.util.StringHistoryPanel
-
Set the default entry.
- setSelectedURLs(Collection<URL>) - Method in class org.knime.core.node.util.MultipleURLList
-
Sets the list of selected URLs that should be shown.
- setSelectedValue(T) - Method in class org.knime.core.node.util.CheckedRadioButtonPanel
-
If the value does not equal any of the values given in the constructor the CheckBox is cleaderd and all buttons
are disabled.
- setSelectedValue(T) - Method in class org.knime.core.node.util.RadionButtonPanel
-
- setSelectedXColumnName(String) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
-
- setSelection(String, boolean) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
-
- setSelection(String, String[]) - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
-
- setSelectionBackground(Color) - Method in class org.knime.core.node.tableview.TableContentView
-
Overridden to avoid event storm.
- setSelectionBackground(Color) - Method in class org.knime.core.node.tableview.TableRowHeaderView
-
Overridden to avoid event storm.
- setSelectionInterval(int, int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
- setSelectionMode(int) - Method in class org.knime.core.node.util.MultipleURLList
-
Sets the select mode for the file chooser dialog.
- setSelectionMode(int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
- setSelectionModel(ListSelectionModel) - Method in class org.knime.core.node.util.ColumnSelectionList
- setSelections(LinkedHashMap<String, Boolean>) - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
-
- setSelectMode(int) - Method in class org.knime.core.node.util.FilesHistoryPanel
-
Sets the select mode for the file chooser dialog.
- setSeparator(JSeparator) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
-
- setSeparator(String) - Method in class org.knime.core.util.node.quickform.in.StringListPasteboxInputQuickFormInElement
-
- setSeparatorReplacement(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- setSeparatorVisibility(boolean) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
-
- setSettings(MVIndividualSettings) - Method in class org.knime.base.node.preproc.pmml.missingval.MVColumnSettings
-
- setSettings(TokenizerSettings) - Method in class org.knime.core.util.tokenizer.Tokenizer
-
Set new user settings in this tokenizer.
- setSettingsForDataType(DataType, MVIndividualSettings) - Method in class org.knime.base.node.preproc.pmml.missingval.MVSettings
-
Sets missing value handling settings for a data type.
- setShape(S, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- setShape(S, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- setShape(ShapeFactory.Shape) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
- setShape(ShapeFactory.Shape) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- setShape(ShapeFactory.Shape) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
-
- setShapeHandler(ShapeHandler) - Method in class org.knime.core.data.DataColumnSpecCreator
-
Set (new) ShapeHandler which can be null.
- setShort(String, short) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the short configuration parameter registered under the given
ID.
- setShortArray(String, short[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the short array configuration parameter registered under the
given ID.
- setShortCutLines(int) - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
-
- setShowBarOutline(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setShowBinOutline(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setShowColorInfo(boolean) - Method in class org.knime.base.node.viz.table.TableNodeView
-
Shall row header encode the color information in an icon.
- setShowColorInfo(boolean) - Method in class org.knime.core.node.tableview.TableRowHeaderView
-
Shall row header encode the color information in an icon?
- setShowColorInfo(boolean) - Method in class org.knime.core.node.tableview.TableView
-
Shall row header encode the color information in an icon?
- setShowDetails(boolean) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- setShowDots(boolean) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
-
- setShowDots(boolean) - Method in class org.knime.base.node.viz.plotter.line.LinePlotterDrawingPane
-
- setShowDots(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
-
- setShowElementOutline(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setShowEmptyBins(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setShowEmptyBins(boolean) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
- setShowGrid(boolean) - Method in class org.knime.core.node.workflow.EditorUIInformation
-
- setShowGridLines(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setShowGridLines(boolean) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
- setShowIcon(boolean) - Method in class org.knime.core.node.tableview.ColumnHeaderRenderer
-
- setShowIconInColumnHeader(boolean) - Method in class org.knime.core.node.tableview.TableContentView
-
Sets the property whether or not the icon in the column header
shall be shown.
- setShowIconInColumnHeader(boolean) - Method in class org.knime.core.node.tableview.TableView
-
Set whether or not the icon in the column header is to be displayed.
- setShowInvalidExcludeColmns(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
-
- setShowInvalidExcludeColumns(boolean) - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
- setShowInvalidIncludeColumns(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
-
- setShowInvalidIncludeColumns(boolean) - Method in class org.knime.core.node.util.ColumnFilterPanel
-
Deprecated.
- setShowInvalidValBin(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setShowInvalidValBin(boolean) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
- setShowLabel(boolean) - Method in class org.knime.core.node.NodeProgressMonitorView
-
If you know that your task doesn't use progress message, you can hide
the label by calling this method.
- setShowLabelVertical(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setShowMissingValBin(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setShowMissingValBin(boolean) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
- setShowMissingValSection(boolean) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- setShowMissingValues(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
-
- setShowNODATALabel(boolean) - Method in class org.knime.core.node.NodeView
-
Sets the property if the "no data" label is shown when the underlying
node is not executed but the view is shown (replaces whatever has been
set by #setComponent(Component).
- setShowProgress(boolean) - Method in class org.knime.core.node.NodeProgressMonitorView
-
If you know that your task doesn't report progess, you can hide the
progress bar by calling this method.
- setSister(SotaTreeCell) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
- setSize(Dimension) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
-
- setSize(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
-
- setSize(int) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
- setSize(double) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- setSize(int) - Method in class org.knime.core.node.defaultnodesettings.ColorIcon
-
- setSizeComponents(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
-
Sets the preferred size of the internal component.
- setSizeComponents(int, int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
-
Sets the preferred size of the internal component.
- setSizeComponents(int, int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
-
Sets the preferred size of the internal component.
- setSizeComponents(int, int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
-
Sets the preferred size of the internal component.
- setSizeComponents(int, int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
-
Sets the preferred size of the internal component.
- setSizeComponents(int, int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentString
-
Sets the preferred size of the internal component.
- setSizeComponents(int, int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
-
Sets the preferred size of the internal component.
- setSizeComponents(int, int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
-
Sets the preferred size of the internal component.
- setSizeHandler(SizeHandler) - Method in class org.knime.core.data.DataColumnSpecCreator
-
Set (new) SizeHandler which can be null.
- setSkipColHeaderIfFileExists(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- setSkipEmptyLines(boolean) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
-
- setSkipFirstLines(long) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
If a number larger than zero is set, the first lines in the stream are
ignored.
- setSkipFirstLinesCount(int) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- setSkipInitialIncompleteRows(boolean) - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
-
- setSkipLastIncompleteRows(boolean) - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
-
- setSkipMessage(String) - Method in class org.knime.base.data.aggregation.AggregationOperator
-
- setSkipped(boolean) - Method in class org.knime.base.data.aggregation.AggregationOperator
-
This method can be used to mark this group explicitly as skipped.
- setSkipThisColumn(boolean) - Method in class org.knime.base.node.io.filereader.ColProperty
-
- setSkipValues(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
-
- setSliderLabels(JSlider, int, boolean) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
-
Sets the label of the given slider.
- setSmtpHost(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setSmtpPassword(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setSmtpPort(int) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setSmtpUser(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setSnapToGrid(boolean) - Method in class org.knime.core.node.workflow.EditorUIInformation
-
- setSnapToGrid(boolean) - Method in class org.knime.core.node.workflow.NodeUIInformation
-
If true is passed, the node figure icon is centered (right after NodeContainerEditPart activation) onto the grid.
- setSortAscending(boolean) - Method in class org.knime.base.node.viz.aggregation.util.AggrValModelComparator
-
- setSortColumns(Collection<String>, boolean[]) - Method in class org.knime.core.data.sort.AbstractTableSorter
-
Sets sorting columns and order.
- setSortColumns(Collection<String>, boolean[], boolean) - Method in class org.knime.core.data.sort.AbstractTableSorter
-
Sets sorting columns and order.
- setSortIncludesCategories(boolean) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
-
- setSortIncludesCategories(boolean) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
-
- setSorting(String, List<DataCell>) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
-
Sets the sorting for the given column.
- setSortingAllowed(boolean) - Method in class org.knime.core.node.tableview.TableContentModel
-
Enables/disables interactive sorting, which is usually invoked by
clicking the column header.
- setSortingStrategy(SortingStrategy) - Method in class org.knime.base.util.SortingOptionPanel
-
- setSortInMemory(boolean) - Method in class org.knime.core.data.sort.AbstractTableSorter
-
Forces the sorting to happen in memory (if argument is true).
- setSortTargetCategories(boolean) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
-
- setSortTargetCategories(boolean) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
-
- setSota(SotaManager) - Method in class org.knime.base.node.mine.sota.SotaPortObject
-
Sets the given SotaManager.
- setSourcePort(int) - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
-
- setSourceSuffix(int) - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
-
- setSplitAttribute(String) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- setSqlType(String) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
-
Sets the SQL data type
- setSqlType(String) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
Sets the SQL data type
- setStart(int) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
-
- setStartIndex(int) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
-
- setStartIndex(int) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
-
- setStartTickOffset(int) - Method in class org.knime.base.node.viz.plotter.Axis
-
Set the offset to start the tick-painting from.
- setStartX(int) - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
-
Sets the given start x coordinate.
- setStartX(int) - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
-
Sets the given start x coordinate.
- setStartY(int) - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
-
Sets the given start y coordinate.
- setStartY(int) - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
-
Sets the given start y coordinate.
- setStatus(SingleNodeContainer.MemoryPolicy) - Method in class org.knime.core.node.MiscSettingsTab
-
Select the radio button for the given policy.
- setString(String, String) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the String configuration parameter registered under the
given ID.
- setStringArray(String, String[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
-
Set value of the String array configuration parameter registered under
the given ID.
- setStringArrayValue(String[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
-
set the value stored to (a copy of) the new value.
- setStringExtension(ExtensionDocument.Extension, String, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
-
- setStringValue(String) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
-
set the value stored to the new value.
- setStroke(Stroke) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
-
- setStroke(Stroke) - Method in class org.knime.base.node.viz.plotter.basic.BasicLine
- setStyleRanges(AnnotationData.StyleRange[]) - Method in class org.knime.core.node.workflow.AnnotationData
-
- setSubject(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setSubNodeContainer(SubNodeContainer) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
- setSubNodeContainer(SubNodeContainer) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
Sets the sub node container this virtual output node is part of.
- setSubNodeDescription(String) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
-
- setSubSection(Arc2D, PieHiliteCalculator) - Method in class org.knime.base.node.viz.pie.datamodel.PieSubSectionDataModel
-
- setSuccess(boolean) - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
-
- setSuffixes(String...) - Method in class org.knime.core.node.util.FilesHistoryPanel
-
Set file file as part of the suffix.
- setSummary(String) - Method in class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
-
- setSuppLeft(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
Sets the left support border.
- setSupport(double) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
-
Sets the support of this set.
- setSupportShortLines(boolean) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
-
- setSupportShortLines(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- setSuppRight(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
Sets the right support border.
- setTable(BufferedDataTable) - Method in class org.knime.base.node.preproc.ungroup.UngroupOperation
-
- setTableCollapsed(boolean) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
-
- setTableContent(TableModel) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
-
Set the table content to which this class will listen and whose
content is content of this class.
- setTableContentFilter(TableContentModel.TableContentFilter) - Method in class org.knime.core.node.tableview.TableContentModel
-
Set new filter instance.
- setTableData(ConfigTableModel) - Method in interface org.knime.core.node.util.ConfigTableModel
-
Clear the model and reinitialize values with the values of the given
model.
- setTableData(ConfigTableModel) - Method in class org.knime.core.node.util.DefaultConfigTableModel
-
Clear the model and reinitialize values with the values of the given
model.
- setTableData(String[], String[]) - Method in class org.knime.core.node.util.KeyValuePanel
-
Update the data.
- setTableHeader(JTableHeader) - Method in class org.knime.base.node.io.filereader.PreviewTableContentView
-
Disallows reordering.
- setTableHeader(JTableHeader) - Method in class org.knime.core.node.tableview.TableContentView
-
Overridden so that we can attach a mouse listener to it and set
the proper renderer.
- setTableHeader(JTableHeader) - Method in class org.knime.core.node.tableview.TableRowHeaderView
-
Overridden so that we can attach a mouse listener to it and set
the proper renderer.
- setTableName(String) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Sets the table name
- setTableSpec(DataTableSpec) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
- setTableViewModel(TableModel) - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
-
- setTableViewRowHeight(int) - Method in class org.knime.base.node.preproc.correlation.compute.AbstractCorrelationComputeNodeView
-
- setTailNode(NodeID) - Method in class org.knime.core.node.workflow.FlowLoopContext
-
- setTargetCol(DataColumnSpec) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
- setTargetColName(String) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
- setTargetCols(List<DataColumnSpec>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
Only double and nominal value compatible columns are yet supported for
PMML models!
- setTargetColsNames(List<String>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
Only double and nominal value compatible columns are yet supported for
PMML models!
- setTargetColumn(String) - Method in class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotterProperties
-
Deprecated.
Sets the target column.
- setTargetColumn(String) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
-
Set the target column which is the dependent variable.
- setTargetColumn(String) - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LinePlotterProperties
-
Sets the target column.
- setTargetColumn(String) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
-
Set the target column which is the dependent variable.
- setTargetColumn(String) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
-
Set the target column which is the dependent variable.
- setTargetColumn(String) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
-
Deprecated.
Sets the name of the target column that holds the dependent variable.
- setTargetColumn(String) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
-
Sets the name of the target column that holds the dependent variable.
- setTargetColumn(String[]) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
-
- setTargetColumn(String[]) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
-
- setTargetReferenceCategory(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
-
- setTargetReferenceCategory(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
-
- setTargetReferenceCategory(String) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
-
- setTemplateInformation(MetaNodeTemplateInformation) - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
-
Set new template info (not null!), fire events.
- setTemplateInformation(MetaNodeTemplateInformation) - Method in class org.knime.core.node.workflow.SubNodeContainer
-
Set new template info (not null!), fire events.
- setTemplateInformation(MetaNodeTemplateInformation) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Set new template info (not null!), fire events.
- setTemplateInformation(NodeID, MetaNodeTemplateInformation) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Sets the argument template info on the node with the given ID.
- setTempLocation(File) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
-
Sets the location for temporary files associated with the workflow.
- setTempTable(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Sets to true if the table is a temporary table, otherwise set to false
- setText(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setText(String) - Method in class org.knime.core.data.renderer.DoubleBarRenderer
-
Overridden to ignore any invocation.
- setText(String) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
-
Overridden to ignore any invocation.
- setText(String) - Method in class org.knime.core.node.config.ConfigEditTreeRenderer
- setText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
-
Sets the given text.
- setText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentLabel
-
Sets the given text.
- setText(String) - Method in class org.knime.core.node.util.WatermarkTextField
- setText(String) - Method in class org.knime.core.node.workflow.AnnotationData
-
- setTextInternal(String) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
-
Internal setter for the text, delegates to super.setText().
- setThousandsSeparator(char) - Method in class org.knime.base.node.io.filereader.DataCellFactory
-
Sets the separator for groups of thousands to the specified character.
- setThousandsSeparator(char) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- setThreshold(double) - Method in class org.knime.base.data.neural.Perceptron
-
Sets the threshold.
- setThreshold(String) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
-
- setTIDs(List<Integer>) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.TIDFrequentItemSet
-
Sets the transaction ids of this itemset.
- setTimeInMillis(long) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
-
sets the Date specified in the dialog in the long format.
- setTimezone(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Sets the manually set timezone that should be assumed for dates returned by the database.
- Settings(Map<InputRow.Settings.InDataPort, List<Integer>>, boolean) - Constructor for class org.knime.base.node.preproc.joiner.InputRow.Settings
-
- Settings(DataTableSpec, int[]) - Constructor for class org.knime.base.node.preproc.joiner.OutputRow.Settings
-
- SETTINGS_BUTTON_CELL_SIZE - Static variable in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
The size of the settings button cells column.
- SETTINGS_FILE_NAME - Static variable in interface org.knime.core.node.NodePersistor
-
Node settings XML file name.
- SETTINGS_FILE_NAME - Static variable in interface org.knime.core.node.workflow.SingleNodeContainerPersistor
-
Name of the settings file in a node's directory.
- SettingsModel - Class in org.knime.core.node.defaultnodesettings
-
Abstract implementation of an encapsulating class holding a (usually rather
basic) model of NodeModel Settings.
- SettingsModel() - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModel
-
Default constructor.
- SettingsModelAggregationMethod - Class in org.knime.base.data.aggregation.dialogutil
-
- SettingsModelAggregationMethod(String, AggregationMethod) - Constructor for class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
- SettingsModelAggregationMethod(String, int, AggregationMethod) - Constructor for class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
- SettingsModelAggregationMethod(String, int, String, int, AggregationMethod) - Constructor for class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
- SettingsModelAuthentication - Class in org.knime.core.node.defaultnodesettings
-
Model representing credentials, either username/password or a selected credentials variable.
- SettingsModelAuthentication(String, SettingsModelAuthentication.AuthenticationType) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
-
Constructor with no preset user and credential.
- SettingsModelAuthentication(String, SettingsModelAuthentication.AuthenticationType, String, String, String) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
-
- SettingsModelAuthentication.AuthenticationType - Enum in org.knime.core.node.defaultnodesettings
-
Whether to use a credentials identifier or plain username/password.
- SettingsModelBoolean - Class in org.knime.core.node.defaultnodesettings
-
A settingsmodel for boolean default components.
- SettingsModelBoolean(String, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
-
Creates a new object holding a boolean value.
- SettingsModelColor - Class in org.knime.core.node.defaultnodesettings
-
- SettingsModelColor(String, Color) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelColor
-
Constructor for class SettingsModelColor that holds a color value.
- SettingsModelColorNameColumns - Class in org.knime.base.node.viz.histogram.util
-
- SettingsModelColorNameColumns(String, ColorColumn[]) - Constructor for class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
-
Creates a new object holding a string value.
- SettingsModelColumnFilter2 - Class in org.knime.core.node.defaultnodesettings
-
- SettingsModelColumnFilter2(String) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
Accepts columns of all type.
- SettingsModelColumnFilter2(String, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
Accepts only columns of the specified type(s).
- SettingsModelColumnFilter2(String, InputFilter<DataColumnSpec>, int) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
Accepts only columns of the specified type(s).
- SettingsModelColumnName - Class in org.knime.core.node.defaultnodesettings
-
- SettingsModelColumnName(String, String) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
-
Creates a new object holding a column name if the useRowID method
returns false.
- SettingsModelDate - Class in org.knime.core.node.defaultnodesettings
-
SettingsModel for the DialogComponentDate-Dialog storing an user specified date and the additional information to
reconstruct the Dialog during load.
- SettingsModelDate(String) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelDate
-
Creates a new object holding a date value.
- SettingsModelDouble - Class in org.knime.core.node.defaultnodesettings
-
A settingsmodel for double default components.
- SettingsModelDouble(String, double) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelDouble
-
Creates a new object holding a double value.
- SettingsModelDoubleBounded - Class in org.knime.core.node.defaultnodesettings
-
A settingsmodel for double default components accepting double between a min
and max value.
- SettingsModelDoubleBounded(String, double, double, double) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelDoubleBounded
-
Creates a new double settings model with min and max value for the
accepted double value.
- SettingsModelDoubleRange - Class in org.knime.core.node.defaultnodesettings
-
Settings model for a double range [min, max].
- SettingsModelDoubleRange(String, double, double) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
-
Create setting object.
- SettingsModelDuration - Class in org.knime.core.node.defaultnodesettings
-
The SettingsModel for the default time dialog component.
- SettingsModelDuration(String) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelDuration
-
Creates a new object holding with default values 0 days, 0 hours, 0 minutes, 0 seconds
- SettingsModelDuration(String, Duration) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelDuration
-
Create a new object with the given values for days, hours, minutes, seconds
- SettingsModelFilterString - Class in org.knime.core.node.defaultnodesettings
-
Implements a settings model that provides include and exclude lists.
- SettingsModelFilterString(String, Collection<String>, Collection<String>) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
Creates a new object holding a list of strings in an exclude list and a
list of strings in an include list..
- SettingsModelFilterString(String, Collection<String>, Collection<String>, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
Creates a new object holding a list of strings in an exclude list and a
list of strings in an include list..
- SettingsModelFilterString(String, String[], String[]) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
Creates a new object holding a list of strings in an exclude list and a
list of strings in an include list..
- SettingsModelFilterString(String, String[], String[], boolean) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
Creates a new object holding a list of strings in an exclude list and a
list of strings in an include list.
- SettingsModelFilterString(String) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
Constructs a new model with initially empty include and exclude lists.
- SettingsModelFlowVariableCompatible - Interface in org.knime.core.node.defaultnodesettings
-
Interface for a @link SettingsModel which can be represented by a
FlowVariable.
- SettingsModelInteger - Class in org.knime.core.node.defaultnodesettings
-
- SettingsModelInteger(String, int) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelInteger
-
Creates a new object holding an integer value.
- SettingsModelIntegerBounded - Class in org.knime.core.node.defaultnodesettings
-
A settingsmodel for integer default components accepting double between a min
and max value.
- SettingsModelIntegerBounded(String, int, int, int) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelIntegerBounded
-
Creates a new integer settings model with min and max value for the
accepted int value.
- SettingsModelLong - Class in org.knime.core.node.defaultnodesettings
-
- SettingsModelLong(String, long) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelLong
-
Creates a new object holding a long value.
- SettingsModelLongBounded - Class in org.knime.core.node.defaultnodesettings
-
- SettingsModelLongBounded(String, long, long, long) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelLongBounded
-
- SettingsModelNumber - Class in org.knime.core.node.defaultnodesettings
-
Used for components accepting numbers (doubles or ints).
- SettingsModelNumber() - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelNumber
-
- SettingsModelOddIntegerBounded - Class in org.knime.core.node.defaultnodesettings
-
A settingsmodel for integer default components accepting double between a min
and max value.
- SettingsModelOddIntegerBounded(String, int, int, int) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelOddIntegerBounded
-
Creates a new integer settings model with min and max value for the
accepted int value.
- SettingsModelOptionalString - Class in org.knime.core.node.defaultnodesettings
-
- SettingsModelOptionalString(String, String, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelOptionalString
-
- SettingsModelPCADimensions - Class in org.knime.base.node.mine.pca
-
Settings model, where either an integer (like number of dimensions) or a
double like reproduction percentage can be chosen.
- SettingsModelPCADimensions(String, int, double, boolean) - Constructor for class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
- SettingsModelPCADimensions.ArraySpinnerModel - Class in org.knime.base.node.mine.pca
-
- SettingsModelString - Class in org.knime.core.node.defaultnodesettings
-
- SettingsModelString(String, String) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelString
-
Creates a new object holding a string value.
- SettingsModelStringArray - Class in org.knime.core.node.defaultnodesettings
-
- SettingsModelStringArray(String, String[]) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
-
Creates a new object holding a string value.
- SettingsStatus - Class in org.knime.core.util.tokenizer
-
An object to pass messages.
- SettingsStatus() - Constructor for class org.knime.core.util.tokenizer.SettingsStatus
-
Creates a new status object with no messages.
- setTo(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setToolTipText(String) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDate
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDuration
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentLabel
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumber
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentOptionalString
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentString
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
-
Implement this so it sets the tooltip on your component(s).
- setToolTipText(String) - Method in class org.knime.core.node.util.FilesHistoryPanel
- setTotalChange(double) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
- setTrans(HiLiteTranslator) - Method in class org.knime.base.node.preproc.ungroup.UngroupOperation
-
- setTreeModel(ConfigEditTreeModel) - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
-
- setTreeNode(ConfigEditTreeModel.ConfigEditTreeNode) - Method in class org.knime.core.node.config.ConfigEditTreeNodePanel
-
Set a new tree node to display.
- setTrim(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- setType(String) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
-
Sets the SQL data type of the column
- setType(DataType) - Method in class org.knime.base.node.io.tablecreator.table.Cell
-
- setType(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
-
Deprecated.
Set the type.
- setType(DataType) - Method in class org.knime.core.data.DataColumnSpecCreator
-
Set (new) column type.
- setType(String) - Method in class org.knime.core.node.port.database.tablecreator.DBColumn
-
Sets the SQL data type of the column
- setType(String) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
- setType(PatternFilterConfigurationImpl.PatternFilterType) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
-
- setUIInfo(ConnectionUIInformation) - Method in class org.knime.core.node.workflow.ConnectionContainer
-
- setUIInfo(NodeUIInformation) - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
- setUIInfo(NodeUIInformation) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
- setUIInfo(NodeUIInformation) - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- setUIInformation(NodeUIInformation) - Method in class org.knime.core.node.workflow.NodeContainer
-
- setUnderlyingPort(NodeOutPort) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
-
Set a new underlying port - used when the connection inside this
workflow to this outgoing port changes.
- setUnderlyingPort(NodeOutPort) - Method in class org.knime.core.node.workflow.WorkflowInPort
-
- setUndoPersistor(WorkflowPersistor) - Method in class org.knime.core.node.workflow.WorkflowPersistor.NodeContainerTemplateLinkUpdateResult
-
- setUnfoldMethod(DecTreeToImageNodeSettings.UnfoldMethod) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- setUnfoldToLevel(int) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- setUnfoldWidthCoverage(double) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- setUniCodeCase(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- setUniquifyRowIDs(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- setUnixLines(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- setUpdateStatusInternal(MetaNodeTemplateInformation.UpdateStatus) - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
-
- setUpperBound(DataCell) - Method in class org.knime.core.data.DataColumnDomainCreator
-
Sets (new) upper bound which can be null.
- setUpperBoundColumnPort1(String) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
-
- setUpperBoundInclusive(boolean) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
-
- setUpperQuartile(double) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- setUpperWhisker(double) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
-
- setUpperWhiskers(int) - Method in class org.knime.base.node.viz.plotter.box.Box
-
- setUrlColName(String) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
-
Deprecated.
- setUrlFile(String) - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
-
- setUrlString(String) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
-
- setUseAuthentication(boolean) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setUseBinarySearch(boolean) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
-
- setUseCaches(boolean) - Method in class org.knime.core.util.HttpURLConnectionDecorator
-
- setUseCredentials(boolean) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- setUseEmptyString(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
If set to true, the node creates an empty cell in case of a missing input
cell or a missing split.
- setUseEscapeCharacter(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- setUseHierarchicalFuzzyData(boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- setUserId(String) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
-
Sets the user id of the context.
- setUserName(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Set a new user name.
- setUsernameLabel(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
-
Set the text displayed in the usernameLabel
- setUserObject(Object) - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
- setUserSelectionAllowed(boolean) - Method in class org.knime.core.node.util.ColumnSelectionList
-
Makes the list selection (un)changeable by the user.
- setUserSettings(boolean) - Method in class org.knime.base.node.io.filereader.ColProperty
-
- setUseSeed(boolean) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
-
- setUseSeed(boolean) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
-
- setUseVariability(boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- setUseVariableName(String) - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
-
- SetUtilityFactory() - Constructor for class org.knime.core.data.collection.SetDataValue.SetUtilityFactory
-
- setValid(boolean) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
- setValid(boolean) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationFunctionRow
-
- setValid(boolean) - Method in class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
- setValidateConnection(boolean) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Sets whether the connection should be validated by dialogs.
- setValidateQuery(boolean) - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
-
Sets whether the query should be validated during configure.
- setValue(Object, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
-
The method is also responsible to call the appropriate table changed
method e.g.
- setValue(Object, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
-
Deprecated.
The method is also responsible to call the appropriate table changed
method e.g.
- setValue(Object, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
-
The method is also responsible to call the appropriate table changed
method e.g.
- setValue(Object, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationTableModel
-
The method is also responsible to call the appropriate table changed
method e.g.
- setValue(Object, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationTableModel
-
The method is also responsible to call the appropriate table changed
method e.g.
- setValue(Object, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationTableModel
-
The method is also responsible to call the appropriate table changed
method e.g.
- setValue(Object) - Method in class org.knime.base.data.bitvector.BitVectorValuePixelRenderer
-
Deprecated.
Sets the object to be rendered next.
- setValue(Object) - Method in class org.knime.base.data.bitvector.BitVectorValueStringRenderer
-
Deprecated.
- setValue(Object, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
-
The method is also responsible to call the appropriate table changed
method e.g.
- setValue(Object, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
-
The method is also responsible to call the appropriate table changed
method e.g.
- setValue(Object, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
-
The method is also responsible to call the appropriate table changed
method e.g.
- setValue(Object, int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
-
Sets the value of the cell at the specified row index and column index
- setValue(Object) - Method in class org.knime.base.node.io.tablecreator.table.CellRenderer
- setValue(Object) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
-
- setValue(String) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
-
- setValue(double) - Method in class org.knime.base.node.viz.plotter.box.Outlier
-
- setValue(Object) - Method in class org.knime.core.data.blob.BinaryObjectDataValueMetaRenderer
- setValue(Object) - Method in class org.knime.core.data.blob.BinaryObjectDataValueRenderer
-
Sets the string object for the cell being rendered.
- setValue(Object) - Method in class org.knime.core.data.collection.CollectionValueRenderer
- setValue(Object) - Method in class org.knime.core.data.date.DateAndTimeValueRenderer
- setValue(Object) - Method in class org.knime.core.data.image.ImageDataValueRenderer
-
Sets the object to be rendered next.
- setValue(Object) - Method in class org.knime.core.data.model.PortObjectValueRenderer
-
Formats the object.
- setValue(Object) - Method in class org.knime.core.data.property.ShapeSelectionComboBoxRenderer
- setValue(Object) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
-
Sets the object to be rendered next.
- setValue(Object) - Method in class org.knime.core.data.renderer.BitVectorValuePixelRenderer
-
Sets the object to be rendered next.
- setValue(Object) - Method in class org.knime.core.data.renderer.BooleanValueRenderer
-
Tries to cast o BooleanValue and will set the boolean in the super class.
- setValue(Object) - Method in class org.knime.core.data.renderer.ByteVectorValuePixelRenderer
-
Sets the object to be rendered next.
- setValue(Object) - Method in class org.knime.core.data.renderer.ByteVectorValueStringRenderer
-
Tries to cast o IntValue and will set the integer in the super class.
- setValue(Object) - Method in class org.knime.core.data.renderer.ComplexNumberValueRenderer
-
Formats the object.
- setValue(Object) - Method in class org.knime.core.data.renderer.DoubleBarRenderer
-
/** Sets the value according to the column domain's min/max.
- setValue(Object) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
-
/** Sets the gray value according to the value and the column
domain's min/max.
- setValue(Object) - Method in class org.knime.core.data.renderer.DoubleValueRenderer
-
Formats the object.
- setValue(Object) - Method in class org.knime.core.data.renderer.DoubleVectorValueRenderer
-
Formats the object using the cell's toString method.
- setValue(Object) - Method in class org.knime.core.data.renderer.IntValueRenderer
-
Tries to cast o IntValue and will set the integer in the super class.
- setValue(Object) - Method in class org.knime.core.data.renderer.LongValueRenderer
-
Deprecated.
Tries to cast to LongValue and will set the long in the super class.
- setValue(Object) - Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
-
Sets the string object for the cell being rendered.
- setValue(Object) - Method in class org.knime.core.data.renderer.StringValueRenderer
-
Formats the object.
- setValue(Object) - Method in class org.knime.core.data.renderer.StringVectorValueRenderer
-
Formats the object using the cell's toString method.
- setValue(int, int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
-
Sets the new byte value at the specified index.
- setValue(JTree, Object) - Method in class org.knime.core.node.config.ConfigEditTreeRenderer
-
Called whenever a new value is to be renderer, updates underlying
component.
- setValue(boolean) - Method in class org.knime.core.util.MutableBoolean
-
Sets the value of this MutableBoolean.
- setValue(double) - Method in class org.knime.core.util.MutableDouble
-
Sets the value of this double.
- setValue(int) - Method in class org.knime.core.util.MutableInteger
-
Sets the value of this integer.
- setValue(T) - Method in class org.knime.core.util.node.config.ConfigElementAbstractSimple
-
- setValue(boolean) - Method in class org.knime.core.util.node.quickform.in.CheckboxInputQuickFormInElement
-
- setValue(Date) - Method in class org.knime.core.util.node.quickform.in.DateStringInputQuickFormInElement
-
- setValue(double) - Method in class org.knime.core.util.node.quickform.in.DoubleInputQuickFormInElement
-
- setValue(int) - Method in class org.knime.core.util.node.quickform.in.IntInputQuickFormInElement
-
- setValue(String) - Method in class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
-
- setValue(String) - Method in class org.knime.core.util.node.quickform.in.SketcherInputQuickFormInElement
-
- setValue(String) - Method in class org.knime.core.util.node.quickform.in.StringInputQuickFormInElement
-
- setValue(String) - Method in class org.knime.core.util.node.quickform.in.StringListPasteboxInputQuickFormInElement
-
- setValue(String) - Method in class org.knime.core.util.node.quickform.in.StringOptionInputQuickFormInElement
-
- setValue(String) - Method in class org.knime.core.util.node.quickform.in.StringSelectionInputQuickFormInElement
-
- setValue(String) - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
-
- setValueAt(Object, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
- setValueAt(Object, int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
- setValueAt(Object, int, int) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
- setValueAt(Object, int, int) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
- setValueAt(Object, int, FieldsTableModel.Column) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
-
Sets the object value for the cell at column and
row.
- setValueColumn(String) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
-
- setValueColumnLabel(String) - Method in class org.knime.core.node.util.KeyValuePanel
-
Set the label of the second column.
- setValueColumnPort0(String) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
-
- setValueDelimiter(String) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
- setValueDelimiter(String) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
-
- setValues(AggregationMethod, String, int) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
- setValues(String[]) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
-
- setValues(List<String>) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
-
Sets the array values.
- setValues(LinkedHashSet<String>) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
-
Sets the array values.
- setValues(double, int, boolean) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
set all values of the model.
- setValues(DataValue...) - Method in class org.knime.base.util.coordinate.CoordinateMapping
-
Sets values of this mapping.
- setValues(DataValue...) - Method in class org.knime.base.util.coordinate.PolicyStrategy
-
Sets desired values for the policy strategy.
- setValues(Set<? extends DataCell>) - Method in class org.knime.core.data.DataColumnDomainCreator
-
Sets a (new)
Set of possible values which can be
null.
- setValues(SettingsModelAuthentication.AuthenticationType, String, String, String) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
-
- setValues(String) - Method in class org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement
-
- setValues(String[]) - Method in class org.knime.core.util.node.quickform.in.TwinStringListInputQuickFormInElement
-
- setValueScale(ValueScale) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- setVariableName(String) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
-
Deprecated.
- setVariableName(String) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
-
- setVariableName(String) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
-
- setVariablesOfInterest(FlowVariable[]) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
-
Deprecated.
- setVariablesOfInterest(FlowVariable[]) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
-
Deprecated.
- setVariablesSettings(NodeSettings) - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
-
- setVersion(String) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
Set the version either VERSION_1, VERSION_2 or VERSION_3.
- setVerticalMargin(int) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
-
- setViewTitleSuffix(String) - Method in class org.knime.core.node.NodeView
-
Append this suffix to the current view name.
- setVirtualNodeInput(VirtualParallelizedChunkNodeInput) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
-
- setVisibleRowCount(int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
-
Sets the preferred number of rows in the list that can be displayed.
- setVizModel(PieVizModel) - Method in class org.knime.base.node.viz.pie.impl.PieDrawingPane
-
- setVizModel(D) - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
-
- setWarning(String) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
- setWarningMessage(String) - Method in class org.knime.core.node.NodeModel
-
Sets an optional warning message by the implementing node model.
- setWarningMessage(String) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- setWatermark(String) - Method in class org.knime.core.node.util.WatermarkTextField
-
Sets the watermark for the control.
- setWeight(int, double) - Method in class org.knime.base.data.neural.Perceptron
-
Sets weight at given position.
- setWeight(int) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
-
- setWeightColumn(String) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
-
- setWeightMatrixValue(int, int, double) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
Sets a value in the weight matrix.
- setWeights(double[]) - Method in class org.knime.base.data.neural.Perceptron
-
Set all new weights.
- setWhiteSpaces(Vector<String>) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
sets whitespaces to the settings structure.
- setWhiteSpaceUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
Set true to indicate that the flag is actually set and is
not still the default value.
- setWidth(int) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
-
- setWidth(int) - Method in class org.knime.core.node.workflow.AnnotationData
-
- setWorkflowContext(WorkflowContext) - Method in class org.knime.core.node.workflow.WorkflowCreationHelper
-
Sets the context for the workflow that is being created.
- setWorkflowExecutionResult(WorkflowExecutionResult) - Method in class org.knime.core.node.workflow.execresult.SubnodeContainerExecutionResult
-
Sets inner execution result.
- setWorkflowManagerAndNodeID(WorkflowManager, NodeID) - Method in class org.knime.core.node.interactive.InteractiveClientNodeView
-
Set access to workflowmanager and node so the view can trigger re-execution.
- setWorkflowManagerAndNodeID(WorkflowManager, NodeID) - Method in interface org.knime.core.node.interactive.InteractiveView
-
Set access to workflowmanager and node so the view can trigger re-execution.
- setWorkflowManagerAndNodeID(WorkflowManager, NodeID) - Method in class org.knime.core.node.interactive.InteractiveViewDelegate
-
- setWorkflowManagerAndNodeID(WorkflowManager, NodeID) - Method in class org.knime.core.node.wizard.AbstractWizardNodeView
-
- setWorkflowPassword(String, String) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Set password on this metanode.
- setWrapColumnHeader(boolean) - Method in class org.knime.core.node.tableview.TableContentView
-
Should the column header names be wrapped if they are too long.
- setWrapColumnHeader(boolean) - Method in class org.knime.core.node.tableview.TableView
-
- setWrapColumnHeaderInTableViews(boolean) - Method in class org.knime.core.internal.CorePlugin
-
A property controlled by the UI preference page.
- setWrapHeader(boolean) - Method in class org.knime.core.node.tableview.ColumnHeaderRenderer
-
Whether column names are wrapped, default is false.
- setWrapLongLines(boolean) - Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
-
Enable floating text, line breaks are added as needed.
- setWriteColumnHeader(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- setWriteRowID(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- setX(DataCell) - Method in class org.knime.base.node.viz.plotter.basic.DataCellPoint
-
- setX(double[]) - Method in class org.knime.base.node.viz.roc.ROCCurve
-
- setX(String) - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
-
- setX(int) - Method in class org.knime.core.node.workflow.AnnotationData
-
- setXAxis(Axis) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- setXColumn(DataColumnSpec) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
-
- setXCoord(int) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
-
- setXCoordinates() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
- setXDomainValue(DataCell) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
-
- setXPosition(int) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
-
- setY(DataCell) - Method in class org.knime.base.node.viz.plotter.basic.DataCellPoint
-
- setY(double[]) - Method in class org.knime.base.node.viz.roc.ROCCurve
-
- setY(String) - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
-
- setY(int) - Method in class org.knime.core.node.workflow.AnnotationData
-
- setYAxis(Axis) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- setYCoord(int) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
-
- setYCoordinates() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
- setYDomainValue(DataCell) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
-
- setZooming(boolean) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- setZoomLevel(double) - Method in class org.knime.core.node.workflow.EditorUIInformation
-
- sgn(double) - Static method in class org.knime.base.data.neural.methods.RProp
-
Method computes the sign of a double number.
- Shape() - Constructor for class org.knime.core.data.property.ShapeFactory.Shape
-
- ShapeAppenderNodeDialogPane - Class in org.knime.base.node.viz.property.shape
-
Dialog to select column to apply shape to.
- ShapeAppenderNodeDialogPane() - Constructor for class org.knime.base.node.viz.property.shape.ShapeAppenderNodeDialogPane
-
Create new shape appender dialog.
- ShapeAppenderNodeFactory - Class in org.knime.base.node.viz.property.shape
-
Factory to create Shape Appender node.
- ShapeAppenderNodeFactory() - Constructor for class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
-
- ShapeAppenderNodeModel - Class in org.knime.base.node.viz.property.shape
-
Node model to append shape settings to a (new) column selected in the dialog.
- ShapeAppenderNodeModel() - Constructor for class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
-
Create anew shape appender model with one data in- and out-port, and
one model out-port.
- ShapeFactory - Class in org.knime.core.data.property
-
Abstract class for different drawable shapes.
- ShapeFactory.Shape - Class in org.knime.core.data.property
-
Abstract implementation of a shape.
- ShapeHandler - Class in org.knime.core.data.property
-
Final ShapeHandler implementation which keeps a
ShapeModel to request Shape objects from.
- ShapeHandler(ShapeHandler.ShapeModel) - Constructor for class org.knime.core.data.property.ShapeHandler
-
Creates a new ShapeHandler based on the the given
ShapeModel.
- ShapeHandler.ShapeModel - Interface in org.knime.core.data.property
-
Internal ShapeModel used to request Shape
objects by DataCell attribute value.
- ShapeHandlerPortObject - Class in org.knime.core.node.port.viewproperty
-
- ShapeHandlerPortObject() - Constructor for class org.knime.core.node.port.viewproperty.ShapeHandlerPortObject
-
Public no arg constructor required by super class.
- ShapeHandlerPortObject(DataTableSpec, String) - Constructor for class org.knime.core.node.port.viewproperty.ShapeHandlerPortObject
-
Constructor used to instantiate this object during a node's execute
method.
- ShapeHandlerPortObject.Serializer - Class in org.knime.core.node.port.viewproperty
-
- ShapeManagerNodeDialogPane - Class in org.knime.base.node.viz.property.shape
-
- ShapeManagerNodeDialogPane() - Constructor for class org.knime.base.node.viz.property.shape.ShapeManagerNodeDialogPane
-
Creates a new shape manager dialog.
- ShapeManagerNodeFactory - Class in org.knime.base.node.viz.property.shape
-
- ShapeManagerNodeFactory() - Constructor for class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
-
Empty default constructor.
- ShapeManagerNodeModel - Class in org.knime.base.node.viz.property.shape
-
Model used to set shapes by nominal values retrieved from the
DataColumnSpec domain.
- ShapeManagerNodeModel() - Constructor for class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
-
Creates a new model for mapping shapes.
- ShapeModelNominal - Class in org.knime.core.data.property
-
Nominal ShapeModel which maps a set of DataCell
element to Shape.
- ShapeModelNominal(Map<DataCell, ShapeFactory.Shape>) - Constructor for class org.knime.core.data.property.ShapeModelNominal
-
Creates new nominal ShapeModel based on a mapping.
- ShapeSelectionComboBox - Class in org.knime.core.data.property
-
- ShapeSelectionComboBox() - Constructor for class org.knime.core.data.property.ShapeSelectionComboBox
-
Creates Shape selection combo box with all shapes.
- ShapeSelectionComboBoxRenderer - Class in org.knime.core.data.property
-
Overrides the DefaultTableCellRenderer and sets icon and
text to display the Shape properties.
- ShapeSelectionComboBoxRenderer() - Constructor for class org.knime.core.data.property.ShapeSelectionComboBoxRenderer
-
- ShapeSelectionListRenderer - Class in org.knime.core.data.property
-
- ShapeSelectionListRenderer() - Constructor for class org.knime.core.data.property.ShapeSelectionListRenderer
-
- shiftPosition(int, int) - Method in class org.knime.core.node.workflow.Annotation
-
Shift annotation after copy&paste.
- shiftPosition(int, int) - Method in class org.knime.core.node.workflow.AnnotationData
-
Shift annotation after copy&paste.
- ShortHexdumpFactory() - Constructor for class org.knime.core.data.blob.BinaryObjectDataValueRenderer.ShortHexdumpFactory
-
- ShortLinesPanel - Class in org.knime.base.node.io.filereader
-
- ShortLinesPanel(FileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.ShortLinesPanel
-
Constructs the panels and loads it with the settings from the passed
object.
- ShortRendererFactory() - Constructor for class org.knime.core.data.collection.CollectionValueRenderer.ShortRendererFactory
-
- shouldFixModelPortOrder() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
-
- shouldSkipRowKey() - Method in class org.knime.core.data.container.Buffer
-
Get whether the buffer wants to persist row keys.
- shouldSkipRowKey() - Method in class org.knime.core.data.container.NoKeyBuffer
-
Get whether the buffer wants to persist row keys.
- shouldSkipThisNode(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
-
This is overridden by the metanode loader (1.x.x) and returns true for the "special" nodes.
- shouldSkipThisNode(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
-
This is overridden by the metanode loader (1.x.x) and returns true for the "special" nodes.
- SHOW_ALL - Static variable in class org.knime.base.node.viz.plotter.AbstractPlotter
-
Constant for the menu entry "show all".
- SHOW_DISTRIBUTION - Static variable in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
-
Deprecated.
XML tag name in configuration file for show distribution flag.
- SHOW_DISTRIBUTION - Static variable in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
-
XML tag name in configuration file for show distribution flag.
- SHOW_HIDE - Static variable in class org.knime.base.node.viz.plotter.AbstractPlotter
-
Constant for the show/hide menu title.
- showAll() - Method in class org.knime.core.node.util.ColumnSelectionList
-
Resets the previous done filtering.
- showAll() - Method in class org.knime.core.node.util.FilterableListModel
-
Resets the view.
- showConnectionPanel(boolean) - Method in class org.knime.base.node.io.database.util.DBReaderDialogPane
-
Shows or hides the connection information panel.
- showDetails() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- showDialog() - Method in class org.knime.base.node.io.filereader.DomainDialog
-
Shows the dialog with the passed default settings (passed to the constructor).
- showError(JTextField) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
-
Colors the component red, and registers a listener to the edit field that
sets the colors back to the default as soon as the user edits something
in the field.
- showHiLitedOnly(boolean) - Method in class org.knime.core.node.tableview.TableContentModel
-
- showHiLitedOnly(boolean) - Method in class org.knime.core.node.tableview.TableContentView
-
- showHiLitedOnly(boolean) - Method in class org.knime.core.node.tableview.TableView
-
- showIcon(boolean) - Method in class org.knime.core.node.tableview.DataCellHeaderRenderer
-
Enable/Disable the color information output.
- showMissingValSection() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- showMissingValues(boolean) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
-
Sets whether missing values should be shown.
- showMissingValues() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
-
Returns whether missing values should be shown.
- showOutputTable(boolean) - Method in class org.knime.base.node.io.tablecreator.table.CellRenderer
-
- showOutputTable(boolean) - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
-
Define whether the output table should be highlighted.
- showOutputTable(boolean) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable
-
Define whether the output table should be highlighted.
- showOutputTable(boolean) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
-
Define whether the output table should be highlighted.
- showPopup(Point) - Method in class org.knime.core.node.tableview.TableView
-
Opens the popup menu on the row header.
- showsHiLitedOnly() - Method in class org.knime.core.node.tableview.TableContentModel
-
- showsHiLitedOnly() - Method in class org.knime.core.node.tableview.TableContentView
-
- showsHiLitedOnly() - Method in class org.knime.core.node.tableview.TableView
-
- shrink(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
-
Called if a new row has to be adjusted, all conflicting rows are
shrunken.
- shrink(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
-
If a new prototype has to be adjusted.
- Shrink - Interface in org.knime.base.node.mine.bfn.fuzzy.shrink
-
Interface that is used be FuzzyRuleBasisFunction's to shrink membership
functions by various measurements.
- shrink(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
-
Basis functions need to be adjusted if they conflict with other ones.
- shrink() - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
-
Frees unused memory in the vector.
- shrink() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
-
Frees unused memory in the vector.
- SHRINK_AFTER_COMMIT - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
NodeSettings key for shrink_after_commit.
- SHRINK_KEY - Static variable in interface org.knime.base.node.mine.bfn.fuzzy.shrink.Shrink
-
Selected shrink procedure.
- shrinkIt(double) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
-
Shrinks this rules standard deviation by the new value.
- SHRINKS - Static variable in interface org.knime.base.node.mine.bfn.fuzzy.shrink.Shrink
-
Number of possible shrink procedure.
- ShuffleNodeDialogPane - Class in org.knime.base.node.preproc.shuffle
-
Dialog to enter a seed.
- ShuffleNodeDialogPane() - Constructor for class org.knime.base.node.preproc.shuffle.ShuffleNodeDialogPane
-
Inits GUI.
- ShuffleNodeFactory - Class in org.knime.base.node.preproc.shuffle
-
The Factory for the Shuffle Node.
- ShuffleNodeFactory() - Constructor for class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
-
- ShuffleNodeModel - Class in org.knime.base.node.preproc.shuffle
-
Implementation of the Fisher Yates shuffle, that guarantees that all n!
possible outcomes are possible and equally likely.
- ShuffleNodeModel() - Constructor for class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
-
- shutdown() - Method in class org.knime.core.node.workflow.WorkflowManager
-
Attempts to cancel or running nodes in preparation for a removal of
this node (or its parent) from the root.
- shutdown() - Method in class org.knime.core.util.ThreadPool
-
Shuts the pool down, still running threads are not interrupted.
- SigmoidPerceptron - Class in org.knime.base.data.neural
-
A hidden layer perceptron with a sigmoid activation function.
- SigmoidPerceptron(double[], Perceptron[]) - Constructor for class org.knime.base.data.neural.SigmoidPerceptron
-
Constructs a perceptron with given weights and predecessors.
- SigmoidPerceptron(double[], Perceptron[], Random) - Constructor for class org.knime.base.data.neural.SigmoidPerceptron
-
Constructs a perceptron with given weights and predecessors.
- SigmoidPerceptron(Perceptron[]) - Constructor for class org.knime.base.data.neural.SigmoidPerceptron
-
Constructs a perceptron with given predecessors, weights initialized
randomly.
- SigmoidPerceptron(Perceptron[], Random) - Constructor for class org.knime.base.data.neural.SigmoidPerceptron
-
Constructs a perceptron with given predecessors, weights initialized
randomly using the given random number generator.
- SigmoidPerceptron() - Constructor for class org.knime.base.data.neural.SigmoidPerceptron
-
Constructs an empty perceptron.
- SilentSubNodeProgressMonitor(NodeProgressMonitor, double) - Constructor for class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
-
- SimpleDataCellToJavaConverterFactory<S extends DataValue,D> - Class in org.knime.core.data.convert.java
-
- SimpleDataCellToJavaConverterFactory(Class<S>, Class<D>, DataCellToJavaConverter<S, D>) - Constructor for class org.knime.core.data.convert.java.SimpleDataCellToJavaConverterFactory
-
Creates a new converter factory.
- SimpleDataCellToJavaConverterFactory(Class<S>, Class<D>, DataCellToJavaConverter<S, D>, String) - Constructor for class org.knime.core.data.convert.java.SimpleDataCellToJavaConverterFactory
-
Creates a new converter factory.
- SimpleDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation
-
- SimpleDBAggregationFunction(String, String, DataType, Class<? extends DataValue>) - Constructor for class org.knime.core.node.port.database.aggregation.SimpleDBAggregationFunction
-
- SimpleFileFilter - Class in org.knime.core.util
-
Helper class filtering out all files not matching extensions.
- SimpleFileFilter(String...) - Constructor for class org.knime.core.util.SimpleFileFilter
-
Creates a new simple file filter that filters out all files not
matching the given extensions.
- SimpleJavaToDataCellConverterFactory<T> - Class in org.knime.core.data.convert.datacell
-
- SimpleJavaToDataCellConverterFactory(Class<T>, DataType, JavaToDataCellConverter<T>) - Constructor for class org.knime.core.data.convert.datacell.SimpleJavaToDataCellConverterFactory
-
Creates a new converter factory.
- SimpleJavaToDataCellConverterFactory(Class<T>, DataType, JavaToDataCellConverter<T>, String) - Constructor for class org.knime.core.data.convert.datacell.SimpleJavaToDataCellConverterFactory
-
Creates a new converter factory.
- SimpleStreamableFunctionNodeModel - Class in org.knime.core.node.streamable.simple
-
Abstract definition of a node that applies a simple function using a
ColumnRearranger.
- SimpleStreamableFunctionNodeModel() - Constructor for class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
-
Default constructor, defining one data input and one data output port.
- SimpleStreamableFunctionNodeModel(PortType[], PortType[], int, int) - Constructor for class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
-
Constructor for a node with multiple in or out ports.
- SimpleStreamableFunctionWithInternalsNodeModel<T extends StreamableOperatorInternals> - Class in org.knime.core.node.streamable.simple
-
Abstract class of node that computes a simple (1:1) function but needs to have some final processing afterwards
(mostly only setting an error message).
- SimpleStreamableFunctionWithInternalsNodeModel(Class<T>) - Constructor for class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
-
New node model (one in, one out).
- SimpleStreamableFunctionWithInternalsNodeModel(Class<T>, PortType[], PortType[], int, int) - Constructor for class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
-
Constructor for a node with multiple in or out ports.
- SimpleStreamableOperatorInternals - Class in org.knime.core.node.streamable.simple
-
Simple internals that uses a
Config object to represent the
internal state.
- SimpleStreamableOperatorInternals() - Constructor for class org.knime.core.node.streamable.simple.SimpleStreamableOperatorInternals
-
Creates empty internals.
- simulateMemoryAlert() - Method in class org.knime.core.data.util.memory.MemoryObjectTracker
-
Deprecated.
Executes the code path that is executed in low memory events.
- SingleCellFactory - Class in org.knime.core.data.container
-
Convenience implementation of a cell factory with one new column.
- SingleCellFactory(DataColumnSpec) - Constructor for class org.knime.core.data.container.SingleCellFactory
-
Create new cell factory that provides one column given by newColSpec.
- SingleCellFactory(boolean, DataColumnSpec) - Constructor for class org.knime.core.data.container.SingleCellFactory
-
Create new cell factory that provides one column given by newColSpec.
- SingleCellFactory(boolean, int, int, DataColumnSpec) - Constructor for class org.knime.core.data.container.SingleCellFactory
-
Create new cell factory that provides one column given by newColSpec.
- SingleColRowComparator - Class in org.knime.base.node.preproc.setoperator
-
- SingleColRowComparator(int, DataValueComparator) - Constructor for class org.knime.base.node.preproc.setoperator.SingleColRowComparator
-
Constructor for class SingleColRowComparator.
- SingleInteractiveWebViewResult(NativeNodeContainer, String) - Constructor for class org.knime.core.node.workflow.action.InteractiveWebViewsResult.SingleInteractiveWebViewResult
-
- SingleNodeContainer - Class in org.knime.core.node.workflow
-
Implementation of
NodeContainer which wraps a node hiding it's
internals, such as a node with an underlying implementation or a subnode
hiding it's internal workflow.
- SingleNodeContainer(WorkflowManager, NodeID) - Constructor for class org.knime.core.node.workflow.SingleNodeContainer
-
- SingleNodeContainer(WorkflowManager, NodeID, NodeAnnotation) - Constructor for class org.knime.core.node.workflow.SingleNodeContainer
-
- SingleNodeContainer(WorkflowManager, NodeID, NodeContainerMetaPersistor) - Constructor for class org.knime.core.node.workflow.SingleNodeContainer
-
- SingleNodeContainer.MemoryPolicy - Enum in org.knime.core.node.workflow
-
Available policy how to handle output data.
- SingleNodeContainer.SingleNodeContainerSettings - Class in org.knime.core.node.workflow
-
Handles the settings specific to a SingleNodeContainer.
- SingleNodeContainerExecutionResult - Class in org.knime.core.node.workflow.execresult
-
- SingleNodeContainerExecutionResult() - Constructor for class org.knime.core.node.workflow.execresult.SingleNodeContainerExecutionResult
-
Deprecated.
- SingleNodeContainerPersistor - Interface in org.knime.core.node.workflow
-
Persistor to load a single node container.
- SingleNodeContainerSettings() - Constructor for class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
-
Creates a settings object with default values.
- SingleNodeContainerSettings(NodeSettingsRO) - Constructor for class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
-
Creates a new instance holding the settings contained in the
specified object.
- SingleSelectionInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
-
A form element to select a single string (which is a selection of possible choices).
- SingleSelectionInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
-
Create an integer input with a given description.
- SingleSelectionInputQuickFormInElement.Layout - Enum in org.knime.core.util.node.quickform.in
-
Possible layout elements.
- size() - Method in class org.knime.base.data.sort.SortedTable
-
Returns the number of rows in this table.
- size() - Method in class org.knime.base.node.mine.mds.DataPoint
-
- size() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
- size() - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- size() - Method in class org.knime.base.node.preproc.groupby.GroupKey
-
- size() - Method in interface org.knime.base.node.util.DataArray
-
- size() - Method in class org.knime.base.node.util.DefaultDataArray
- SIZE - Static variable in class org.knime.base.node.viz.plotter.Axis
-
the "thickness" of the header.
- SIZE - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
-
Constant for the size of the statistics array.
- SIZE - Static variable in class org.knime.base.node.viz.plotter.line.LinePlotter
-
Initial dot size.
- size() - Method in class org.knime.base.util.kdtree.KDTree
-
Returns the tree's size, i.e.
- size() - Method in class org.knime.core.data.collection.BlobSupportDataCellList
-
- size() - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
-
Returns the number of currently stored elements.
- size() - Method in interface org.knime.core.data.collection.CollectionDataValue
-
Get the number of elements in this collection.
- size() - Method in class org.knime.core.data.collection.ListCell
-
Get the number of elements in this collection.
- size() - Method in class org.knime.core.data.collection.SetCell
-
Get the number of elements in this collection.
- size() - Method in class org.knime.core.data.collection.SparseListCell
-
Get the number of elements in this collection.
- size() - Method in class org.knime.core.data.container.Buffer
-
Get the row count.
- size() - Method in class org.knime.core.data.container.ConcatenateTable
-
Returns the number of rows in this table.
- size() - Method in class org.knime.core.data.container.ContainerTable
-
Returns the number of rows in this table.
- size() - Method in class org.knime.core.data.container.DataContainer
-
Get the number of rows that have been added so far.
- size() - Method in class org.knime.core.data.container.JoinedTable
-
Returns the number of rows in this table.
- size() - Method in class org.knime.core.data.container.RearrangeColumnsTable
-
Returns the number of rows in this table.
- size() - Method in class org.knime.core.data.container.TableSpecReplacerTable
-
Returns the number of rows in this table.
- size() - Method in class org.knime.core.data.container.VoidTable
-
Returns the number of rows in this table.
- size() - Method in class org.knime.core.data.container.WrappedTable
-
Returns the number of rows in this table.
- size() - Method in class org.knime.core.data.DataColumnProperties
-
Get the number of properties in this object.
- size() - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
-
Get the number of elements in this collection.
- size() - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
-
Get the number of elements in this collection.
- size() - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
-
Returns the number of rows in this table.
- size() - Method in class org.knime.core.node.BufferedDataTable
-
Returns the number of rows in this table.
- size() - Method in class org.knime.core.node.ExtensionTable
-
Overridden to help preserve backward compatibility.
- size() - Method in class org.knime.core.node.workflow.action.InteractiveWebViewsResult
-
- size() - Method in class org.knime.core.node.workflow.FlowObjectStack
-
Get number of elements in the stack.
- SizeAppenderNodeDialogPane - Class in org.knime.base.node.viz.property.size
-
Dialog to select column to apply size to.
- SizeAppenderNodeDialogPane() - Constructor for class org.knime.base.node.viz.property.size.SizeAppenderNodeDialogPane
-
Create new size appender dialog.
- SizeAppenderNodeFactory - Class in org.knime.base.node.viz.property.size
-
Factory to create Size Appender node.
- SizeAppenderNodeFactory() - Constructor for class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
-
- SizeAppenderNodeModel - Class in org.knime.base.node.viz.property.size
-
Node model to append size settings to a (new) column selected in the dialog.
- SizeAppenderNodeModel() - Constructor for class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
-
Create size appender model with one data in- and out-port, and one
model out-port.
- SizeHandler - Class in org.knime.core.data.property
-
Final SizeHandler implementation which keeps a
SizeModel to request size settings from.
- SizeHandler(SizeHandler.SizeModel) - Constructor for class org.knime.core.data.property.SizeHandler
-
Creates a new SizeHandler based on the the given
SizeModel.
- SizeHandler.SizeModel - Interface in org.knime.core.data.property
-
Internal SizeModel used to request sizes by
DataCell attribute value.
- SizeHandlerPortObject - Class in org.knime.core.node.port.viewproperty
-
- SizeHandlerPortObject() - Constructor for class org.knime.core.node.port.viewproperty.SizeHandlerPortObject
-
Public no arg constructor required by super class.
- SizeHandlerPortObject(DataTableSpec, String) - Constructor for class org.knime.core.node.port.viewproperty.SizeHandlerPortObject
-
Constructor used to instantiate this object during a node's execute
method.
- SizeHandlerPortObject.Serializer - Class in org.knime.core.node.port.viewproperty
-
- SizeManager2NodeDialogPane - Class in org.knime.base.node.viz.property.size
-
- SizeManager2NodeDialogPane() - Constructor for class org.knime.base.node.viz.property.size.SizeManager2NodeDialogPane
-
Create a new size manager dialog.
- SizeManager2NodeFactory - Class in org.knime.base.node.viz.property.size
-
- SizeManager2NodeFactory() - Constructor for class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
-
Empty default constructor.
- SizeManager2NodeModel - Class in org.knime.base.node.viz.property.size
-
A node model for setting sizes using the double values of a column specified
using the SizeManagerNodeDialog.
- SizeManager2NodeModel() - Constructor for class org.knime.base.node.viz.property.size.SizeManager2NodeModel
-
Creates a new model for mapping sizes.
- SizeModelDouble - Class in org.knime.core.data.property
-
A SizeModel computing sizes of objects (rows) based on the
double value of DataCell.
- SizeModelDouble(double, double) - Constructor for class org.knime.core.data.property.SizeModelDouble
-
Create new SizeHandler based on double values and a given interval.
- SizeModelDouble(double, double, double) - Constructor for class org.knime.core.data.property.SizeModelDouble
-
Creates a new SizeHandler based on an interval defined by min and max
and a magnification factor which defines the range onto the interval is
mapped.
- SizeModelDouble(double, double, double, SizeModelDouble.Mapping) - Constructor for class org.knime.core.data.property.SizeModelDouble
-
Creates a new SizeHandler based on an interval defined by min and max
and a magnification factor which defines the range onto the interval is
mapped.
- SizeModelDouble.Mapping - Enum in org.knime.core.data.property
-
Supported mapping methods.
- sizeWidthToFit() - Method in class org.knime.core.node.tableview.TableRowHeaderView
-
Iterates all rows, determines best width and sets it.
- SketcherInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
-
A form element to enter a molecule string.
- SketcherInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.SketcherInputQuickFormInElement
-
Create string input with a given description.
- Skewness - Class in org.knime.base.data.statistics.calculation
-
Calculates the skewness.
- Skewness(String...) - Constructor for class org.knime.base.data.statistics.calculation.Skewness
-
- SkewnessOperator - Class in org.knime.base.data.aggregation.numerical
-
Computes the skewness per group.
- SkewnessOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.SkewnessOperator
-
Constructor for class SkewnessOperator.
- skip(long) - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
- skip(long) - Method in class org.knime.base.node.util.BufferedFileReader
- skip(long) - Method in class org.knime.core.data.container.DCObjectInputStream
- skip(long) - Method in class org.knime.core.data.container.LongUTFDataInputStream
- skip(long) - Method in class org.knime.core.data.util.NonClosableInputStream
- skipBytes(int) - Method in class org.knime.core.data.container.DCObjectInputStream
- skipBytes(int) - Method in class org.knime.core.data.container.LongUTFDataInputStream
- skipClass() - Method in class org.knime.base.node.mine.bfn.BasisFunctionIterator
-
- skipColHeaderIfFileExists() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- skippedEntity(String) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
Deprecated.
- SLEEPING_MILLIS - Static variable in class org.knime.core.node.interrupt.InterruptibleNodeModel
-
A constant defining how long the execute thread should sleep, while
waiting to resume again.
- SleepNodeDialog - Class in org.knime.base.node.flowcontrol.sleep
-
- SleepNodeDialog() - Constructor for class org.knime.base.node.flowcontrol.sleep.SleepNodeDialog
-
- SleepNodeFactory - Class in org.knime.base.node.flowcontrol.sleep
-
- SleepNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.sleep.SleepNodeFactory
-
Create factory, that instantiates nodes.
- SleepNodeModel - Class in org.knime.base.node.flowcontrol.sleep
-
A simple breakpoint node which allows to halt execution when a certain condition on the input table is fulfilled
(such as is-empty, is-inactive, is-active, ...).
- SleepNodeModel() - Constructor for class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
One input, one output.
- sleepWhileLow(double, long) - Method in class org.knime.core.data.util.memory.MemoryAlertSystem
-
Calling this method will hold the current thread in case a low memory condition is present.
- SMALL_SPACE - Static variable in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
-
Layout constant (space to the border).
- SMALL_SPACE - Static variable in class org.knime.base.node.viz.plotter.props.PropertiesTab
-
Layout constant (space to the border).
- smallValueRounder(double, int, boolean, boolean) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
-
Returns the rounded value.
- smote(DataCell, int, int, ExecutionMonitor) - Method in class org.knime.base.node.mine.smote.Smoter
-
Oversample the class name such that count
new rows are inserted.
- SmoteNodeDialog - Class in org.knime.base.node.mine.smote
-
Dialog for smote.
- SmoteNodeDialog() - Constructor for class org.knime.base.node.mine.smote.SmoteNodeDialog
-
Builds up the dialog.
- SmoteNodeFactory - Class in org.knime.base.node.mine.smote
-
Factory for the SMOTE Node.
- SmoteNodeFactory() - Constructor for class org.knime.base.node.mine.smote.SmoteNodeFactory
-
- SmoteNodeModel - Class in org.knime.base.node.mine.smote
-
- SmoteNodeModel() - Constructor for class org.knime.base.node.mine.smote.SmoteNodeModel
-
Default constructor which sets one input, one output port.
- Smoter - Class in org.knime.base.node.mine.smote
-
Implementation of the
Smote algorithm.
- Smoter(BufferedDataTable, String, ExecutionContext, Random) - Constructor for class org.knime.base.node.mine.smote.Smoter
-
Creates a new instance given the input table in and the
target column colName.
- sort(int) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
-
Sorts (or re-sorts) the array of DotInfos by the X and Y coordinates.
- sort(DataTable, ExecutionMonitor, SortingConsumer) - Method in class org.knime.core.data.sort.AbstractColumnTableSorter
-
- sort(ExecutionContext) - Method in class org.knime.core.data.sort.BufferedDataTableSorter
-
Sorts the table passed in the constructor according to the settings and returns the sorted output table.
- sort(DataTable, ExecutionContext, SortingConsumer) - Method in class org.knime.core.data.sort.ColumnBufferedDataTableSorter
-
Performs the sorting and calls the result consumer with each row of the sorted result.
- sort(DataTable, ExecutionMonitor, SortingConsumer) - Method in class org.knime.core.data.sort.ColumnDataTableSorter
-
Performs the sorting and calls the result consumer with each row of the sorted result.
- sort(ExecutionMonitor) - Method in class org.knime.core.data.sort.DataTableSorter
-
Sorts the table passed in the constructor according to the settings
and returns the sorted output table.
- sortBy(FrequentItemSetTable.Sorter) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable
-
Deprecated.
Sorts the table by the given sorter (support or itemset length).
- sortCells(List<DataCell>) - Method in class org.knime.base.data.aggregation.general.SortedListCellOperator
-
- sortCollection(Collection<String>) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
- sortCollection(Collection<String>) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
- sortDataRows(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
-
Sorts the data rows of this table in ascending order on the given
attribute index.
- SORTED_INPUT_TABLE - Static variable in class org.knime.base.node.meta.looper.group.GroupLoopStartConfigKeys
-
The configuration key for "sorted input" setting.
- SortedListCellOperator - Class in org.knime.base.data.aggregation.general
-
Returns all values as a sorted
ListCell per group.
- SortedListCellOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.SortedListCellOperator
-
Constructor for class SortedListCellOperator.
- SortedListCellOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.SortedListCellOperator
-
Constructor for class SortedListCellOperator.
- SortedTable - Class in org.knime.base.data.sort
-
A data table that sorts a given data table according to the passed sorting
parameters.
- SortedTable(BufferedDataTable, Comparator<DataRow>, boolean, ExecutionContext) - Constructor for class org.knime.base.data.sort.SortedTable
-
Creates a new sorted table.
- SortedTable(BufferedDataTable, Comparator<DataRow>, boolean, int, ExecutionContext) - Constructor for class org.knime.base.data.sort.SortedTable
-
Creates a new sorted table.
- SortedTable(BufferedDataTable, List<String>, boolean[], ExecutionContext) - Constructor for class org.knime.base.data.sort.SortedTable
-
Creates a sorted table from the given table and the sorting parameters.
- SortedTable(BufferedDataTable, List<String>, boolean[], boolean, ExecutionContext) - Constructor for class org.knime.base.data.sort.SortedTable
-
Creates a sorted table from the given table and the sorting parameters.
- SortedTable(BufferedDataTable, List<String>, boolean[], boolean, int, ExecutionContext) - Constructor for class org.knime.base.data.sort.SortedTable
-
Creates a sorted table from the given table and the sorting parameters.
- SorterNodeDialog - Class in org.knime.base.node.preproc.sorter
-
Dialog for choosing the columns that will be sorted.
- SorterNodeDialog() - Constructor for class org.knime.base.node.preproc.sorter.SorterNodeDialog
-
Creates a new
NodeDialogPane for the Sorter Node in order to
choose the desired columns and the sorting order (ascending/ descending).
- SorterNodeDialogPanel - Class in org.knime.base.node.preproc.sorter
-
Extension to serve the purpose of Column Sorting.
- SorterNodeDialogPanel() - Constructor for class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel
-
Creates a new panel consisting of
include list (columns to include in the sorting procedure)
exclude list (columns to exclude in the sorting procedure)
ComboBox to choose between ascending/descending sort order for each
column
The communication between the
SorterNodeDialogPanel and the
SorterNodeDialog is implemented with update and getter-methods.
- SorterNodeDialogPanel2 - Class in org.knime.base.node.preproc.sorter
-
This Panel holds subpanels consisting of SortItems.
- SorterNodeDialogPanel2() - Constructor for class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
-
Constructs a new empty JPanel used for displaying the three first
selected columns in the according order and the sorting order for each.
- SorterNodeFactory - Class in org.knime.base.node.preproc.sorter
-
Factory class for the Sorter Node.
- SorterNodeFactory() - Constructor for class org.knime.base.node.preproc.sorter.SorterNodeFactory
-
- SorterNodeModel - Class in org.knime.base.node.preproc.sorter
-
This class implements the
NodeModel for the sorter node.
- SorterNodeModel() - Constructor for class org.knime.base.node.preproc.sorter.SorterNodeModel
-
Inits a new SorterNodeModel with one in- and one output.
- SORTING_REVERSED - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
Identifier in model spec to address sorting order of labels.
- SORTING_STRATEGY - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
Identifier in model spec to address sorting strategy of labels.
- SortingConsumer - Interface in org.knime.core.data.sort
-
Callback for the AbstractColumnTableSorter.
- SortingDescription - Class in org.knime.core.data.sort
-
The configuration class for the AbstractColumnTableSorter.
- SortingDescription(String...) - Constructor for class org.knime.core.data.sort.SortingDescription
-
- SortingDescription.MappedDataRow - Class in org.knime.core.data.sort
-
Wrapper for a DataRow which maps a certain subset of indices according to the given map.
- SortingOptionPanel - Class in org.knime.base.util
-
A dialog panel for sorting options.
- SortingOptionPanel() - Constructor for class org.knime.base.util.SortingOptionPanel
-
- SortingStrategy - Enum in org.knime.base.util
-
Possible comparison strategies for
Strings and numbers.
- sortInMemory() - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
-
- SORTINMEMORY_KEY - Static variable in class org.knime.base.node.preproc.sorter.SorterNodeModel
-
The key for the memory-sort flag in the NodeSettings.
- sortInternal(ExecutionMonitor) - Method in class org.knime.core.data.sort.AbstractTableSorter
-
Sorts the table passed in the constructor according to the settings and returns the sorted output table.
- SortItem - Class in org.knime.base.node.preproc.sorter
-
The SortItem is a JPanel with a JComboBox and two JRadioButtons.
- SortItem(int, Vector<DataColumnSpec>, String, boolean) - Constructor for class org.knime.base.node.preproc.sorter.SortItem
-
Constructs a new JPanel that consists of a JComboBox which lets the user
choose the columns to sort and two JRadioButtons to choose the sort order
(ascending/descending).
- SortItem(int, Vector<DataColumnSpec>, DataColumnSpec, boolean) - Constructor for class org.knime.base.node.preproc.sorter.SortItem
-
Constructs a new JPanel that consists of a JComboBox which lets the user
choose the columns to sort and two JRadioButtons to choose the sort order
(ascending/descending).
- sortNamesAccordingToIndex(List<String>, int[]) - Static method in class org.knime.base.node.util.SourceColumnsAsProperties
-
Sorts the names according to the indices ascending order.
- SORTORDER_KEY - Static variable in class org.knime.base.node.preproc.sorter.SorterNodeModel
-
The key for the Sort Order Array in the NodeSettings.
- sortSections(List<PieSectionDataModel>, boolean, boolean) - Static method in class org.knime.base.node.viz.pie.datamodel.PieDataModel
-
- sortTable(ExecutionContext, BufferedDataTable, List<String>, boolean) - Static method in class org.knime.base.node.preproc.groupby.GroupByTable
-
- sortTable(ExecutionContext, BufferedDataTable, List<String>) - Static method in class org.knime.base.node.preproc.groupby.GroupByTable
-
- SotaCell - Interface in org.knime.base.node.mine.sota.logic
-
- SotaCellFactory - Class in org.knime.base.node.mine.sota.logic
-
- SotaConfigKeys - Class in org.knime.base.node.mine.sota
-
- SotaDoubleCell - Class in org.knime.base.node.mine.sota.logic
-
- SotaDoubleCell(double) - Constructor for class org.knime.base.node.mine.sota.logic.SotaDoubleCell
-
Creates new instance of SotaCell with given value.
- SotaDrawingPane - Class in org.knime.base.node.mine.sota.view
-
- SotaDrawingPane(SotaTreeCell, DataArray, DataArray, boolean, int) - Constructor for class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
Creates new instance of SotaDrawingPane, which draws the given data and
the trained binary cluster tree given by its root node.
- SotaDrawingPane.PaneController - Class in org.knime.base.node.mine.sota.view
-
Controls the KeyEvents of the SotaDrawingPane.
- SotaFuzzyCell - Class in org.knime.base.node.mine.sota.logic
-
- SotaFuzzyCell(double, double, double, double) - Constructor for class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
-
Creates new instance of SotaFuzzyCell with given min, max support and
core region.
- SotaFuzzyHelper - Class in org.knime.base.node.mine.sota.logic
-
- SotaFuzzyHelper(DataArray, ExecutionMonitor) - Constructor for class org.knime.base.node.mine.sota.logic.SotaFuzzyHelper
-
Creates new instance of SotaFuzzyHelper with given DataArray with the
training data.
- SotaFuzzyMath - Class in org.knime.base.node.mine.sota.logic
-
- SotaHelper - Class in org.knime.base.node.mine.sota.logic
-
The SotaHelper class helps the SotaManager to manage the tree.
- SotaHelper(DataArray, ExecutionMonitor) - Constructor for class org.knime.base.node.mine.sota.logic.SotaHelper
-
Constructor of SotaHelper, which sets the given rowContainer with the
training data.
- SotaHierarchicalFuzzySettings - Class in org.knime.base.node.mine.sota
-
- SotaHierarchicalFuzzySettings(NodeLogger) - Constructor for class org.knime.base.node.mine.sota.SotaHierarchicalFuzzySettings
-
Constructor.
- SotaHierarchicalFuzzySettings.SotaHierarchicalFuzzySettingsController - Class in org.knime.base.node.mine.sota
-
Controller of SotaHierarchicalFuzzySettings.
- SotaHierarchicalFuzzySettingsController() - Constructor for class org.knime.base.node.mine.sota.SotaHierarchicalFuzzySettings.SotaHierarchicalFuzzySettingsController
-
- SotaLearnerNodeFactory - Class in org.knime.base.node.mine.sota
-
- SotaLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
-
- SotaManager - Class in org.knime.base.node.mine.sota.logic
-
- SotaManager() - Constructor for class org.knime.base.node.mine.sota.logic.SotaManager
-
Creates new instance of SotaManager with default settings.
- SotaNodeDialog - Class in org.knime.base.node.mine.sota
-
- SotaNodeDialog() - Constructor for class org.knime.base.node.mine.sota.SotaNodeDialog
-
Constructor of SotaNodedialog.
- SotaNodeModel - Class in org.knime.base.node.mine.sota
-
- SotaNodeModel() - Constructor for class org.knime.base.node.mine.sota.SotaNodeModel
-
Constructor of SoteNodeModel.
- SotaNodeModel(boolean) - Constructor for class org.knime.base.node.mine.sota.SotaNodeModel
-
Constructor of SoteNodeModel.
- SotaNodeView - Class in org.knime.base.node.mine.sota
-
- SotaNodeView(SotaNodeModel) - Constructor for class org.knime.base.node.mine.sota.SotaNodeView
-
Constructor of SotaNodeView.
- SotaNumberHelper - Class in org.knime.base.node.mine.sota.logic
-
- SotaNumberHelper(DataArray, ExecutionMonitor) - Constructor for class org.knime.base.node.mine.sota.logic.SotaNumberHelper
-
Creates an instance of SotaNumberHelper with given DataArray with the
trainingdata.
- SotaPortObject - Class in org.knime.base.node.mine.sota
-
- SotaPortObject() - Constructor for class org.knime.base.node.mine.sota.SotaPortObject
-
Creates empty instance of SotaPortObject.
- SotaPortObject(SotaManager, DataTableSpec, int) - Constructor for class org.knime.base.node.mine.sota.SotaPortObject
-
Creates new instance of SotaPortObject with given
SotaManager, DataTableSpec and index of the
class column to store.
- SotaPortObject.Serializer - Class in org.knime.base.node.mine.sota
-
- SotaPortObjectSpec - Class in org.knime.base.node.mine.sota
-
Provides the spec of the sota port model and a validation method, to
validate if a certain data table spec is compatible to the model spec.
- SotaPortObjectSpec() - Constructor for class org.knime.base.node.mine.sota.SotaPortObjectSpec
-
Default constructor used for serialization.
- SotaPortObjectSpec(DataTableSpec, int) - Constructor for class org.knime.base.node.mine.sota.SotaPortObjectSpec
-
Creates a new instance of SotaPortObjectSpec with the given
data table spec, as the main part of the model spec and the index of the
class column.
- SotaPortObjectSpec.Serializer - Class in org.knime.base.node.mine.sota
-
- SotaPredictorCellFactory - Class in org.knime.base.node.mine.sota.predictor
-
- SotaPredictorCellFactory(SotaTreeCell, int[], String) - Constructor for class org.knime.base.node.mine.sota.predictor.SotaPredictorCellFactory
-
- SotaPredictorCellFactory(SotaTreeCell, int[], String, boolean, DataColumnSpec, String, DataColumnSpec[]) - Constructor for class org.knime.base.node.mine.sota.predictor.SotaPredictorCellFactory
-
Creates new instance of SotaPredictorCellFactory with given
SotaManager, array of indices of columns to use for
prediction and the distance metric to use.
- SotaPredictorConfigKeys - Class in org.knime.base.node.mine.sota.predictor
-
- SotaPredictorConfigKeys() - Constructor for class org.knime.base.node.mine.sota.predictor.SotaPredictorConfigKeys
-
- SotaPredictorNodeFactory - Class in org.knime.base.node.mine.sota.predictor
-
- SotaPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
-
- SotaPredictorNodeModel - Class in org.knime.base.node.mine.sota.predictor
-
- SotaPredictorNodeModel() - Constructor for class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
-
Creates new instance of SotaPredictorNodeModel.
- SotaSettingsPanel - Class in org.knime.base.node.mine.sota
-
- SotaSettingsPanel(NodeLogger) - Constructor for class org.knime.base.node.mine.sota.SotaSettingsPanel
-
Constructor.
- SotaTreeCell - Class in org.knime.base.node.mine.sota.logic
-
- SotaTreeCell(int, int, boolean) - Constructor for class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Creates new instance of Cell with given dimension of data vector, given
level of hierarchy and given isCell flag.
- SotaTreeCell(int, boolean) - Constructor for class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Creates new instance of Cell with given dimension of data vector and
given isCell flag.
- SotaTreeCell(SotaCell[], int, boolean) - Constructor for class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Creates new instance of Cell with given vector data, given level of
hierarchy and given isCell flag.
- SotaTreeCell(SotaCell[], boolean) - Constructor for class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Creates new instance of Cell with given vector data and given isCell
flag.
- SotaTreeCellFactory - Class in org.knime.base.node.mine.sota.logic
-
- SotaTreeCellLocations - Class in org.knime.base.node.mine.sota.view.interaction
-
- SotaTreeCellLocations() - Constructor for class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
-
- SotaTreeViewPanelController() - Constructor for class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel.SotaTreeViewPanelController
-
- SotaTreeViewPropsPanel - Class in org.knime.base.node.mine.sota.view
-
- SotaTreeViewPropsPanel(SotaDrawingPane) - Constructor for class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel
-
Creates a new instance of SotaTreeViewPropsPanel with given
SotaDrawingPane.
- SotaTreeViewPropsPanel.SotaTreeViewPanelController - Class in org.knime.base.node.mine.sota.view
-
- SotaUtil - Class in org.knime.base.node.mine.sota.logic
-
- SourceColumnsAsProperties - Class in org.knime.base.node.util
-
A helper class to create
DataColumnProperties from the input column names for possible reverse of the
process.
- SourceColumnsAsProperties() - Constructor for class org.knime.base.node.util.SourceColumnsAsProperties
-
- SPACE - Static variable in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
-
Layout constant (space between elements).
- SPACE - Static variable in class org.knime.base.node.viz.plotter.props.PropertiesTab
-
Layout constant (space between elements).
- SPACE_BETWEEN_BARS - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
The space between to bars in pixel.
- SPACE_BETWEEN_BINS - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
This is the minimum space between two bins.
- SPACE_BETWEEN_ELEMENTS - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
The space between to elements in the SIDE_BY_SIDE
HistogramLayout
layout in pixel.
- SparseBitVector - Class in org.knime.core.data.vector.bitvector
-
Stores Zeros and Ones in a vector, i.e.
- SparseBitVector(long) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVector
-
Creates a new vector with (initially) space for 64 ones and of the
specified length.
- SparseBitVector(long, long) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVector
-
Creates a new vector of the specified length and with (initially) space
for the specified number of ones.
- SparseBitVector(long, int) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVector
-
Creates a new vector of the specified length and with (initially) space
for the specified number of ones.
- SparseBitVector(long, long[]) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVector
-
Creates a new instance by taking over the initialization from the passed
array.
- SparseBitVector(SparseBitVector) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVector
-
Creates a new instance as copy of the passed argument.
- SparseBitVector(String) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVector
-
Initializes the created bit vector from the hex representation in the
passed string.
- SparseBitVectorCell - Class in org.knime.core.data.vector.bitvector
-
Stores Zeros and Ones in a vector, i.e.
- SparseBitVectorCell(SparseBitVector) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCell
-
- SparseBitVectorCell.Factory - Class in org.knime.core.data.vector.bitvector
-
- SparseBitVectorCell.SparseBitVectorSerializer - Class in org.knime.core.data.vector.bitvector
-
Factory for (de-)serializing a DenseBitVectorCell.
- SparseBitVectorCellFactory - Class in org.knime.core.data.vector.bitvector
-
- SparseBitVectorCellFactory(long) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
-
Initializes the factory to the specified length, all bits cleared.
- SparseBitVectorCellFactory(long, int) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
-
Initializes the factory to the specified length, all bits cleared.
- SparseBitVectorCellFactory(long, long[]) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
-
Initializes the factory to the specified length, all bits whose index
appear in the passed array are set.
- SparseBitVectorCellFactory(SparseBitVector) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
-
A copy of the specified vector is stored in the created bit vector cell.
- SparseBitVectorCellFactory(SparseBitVectorCell, long, long) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
-
Initializes the vector from a subsequence of the specified cell.
- SparseBitVectorCellFactory(String) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
-
Initializes the created bit vector from the hex representation in the
passed string.
- SparseBitVectorSerializer() - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCell.SparseBitVectorSerializer
-
- SparseByteVector - Class in org.knime.core.data.vector.bytevector
-
A vector of fixed length holding byte counts at specific positions.
- SparseByteVector(long) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVector
-
Creates a new vector with (initially) space for 64 counts and of the
specified length.
- SparseByteVector(long, int) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVector
-
Creates a new vector of the specified length and with (initially) space
for the specified number of counts.
- SparseByteVector(long, long[], byte[]) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVector
-
Creates a new instance by taking over the initialization from the passed
arrays.
- SparseByteVector(SparseByteVector) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVector
-
Creates a clone of the passed vector.
- SparseByteVectorCell - Class in org.knime.core.data.vector.bytevector
-
- SparseByteVectorCell(SparseByteVector) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVectorCell
-
- SparseByteVectorCell.SparseByteVectorSerializer - Class in org.knime.core.data.vector.bytevector
-
Factory for (de-)serializing a DenseBitVectorCell.
- SparseByteVectorCellFactory - Class in org.knime.core.data.vector.bytevector
-
- SparseByteVectorCellFactory(long) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
-
Initializes the factory to the specified length, all counts set to zero.
- SparseByteVectorCellFactory(SparseByteVector) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
-
A copy of the specified vector is stored in the created byte vector cell.
- SparseByteVectorCellFactory(SparseByteVectorCell, int, int) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
-
Initializes the vector from a subsequence of the specified cell.
- SparseByteVectorSerializer() - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVectorCell.SparseByteVectorSerializer
-
- SparseListCell - Class in org.knime.core.data.collection
-
- SparseListCell(int, BlobSupportDataCellList, int[], DataCell) - Constructor for class org.knime.core.data.collection.SparseListCell
-
Constructor for class SparseListCell.
- SparseListCell.SparseListCellSerializer - Class in org.knime.core.data.collection
-
- SparseListCellSerializer() - Constructor for class org.knime.core.data.collection.SparseListCell.SparseListCellSerializer
-
- SparseListDataValue - Interface in org.knime.core.data.collection
-
Sparse implementation of the
ListDataValue interface that stores
only the value and the index of elements that are unequal to
the default element.
- SPEC - Static variable in class org.knime.base.node.io.listfiles.ListFiles
-
(Static) output spec.
- SPEC - Static variable in class org.knime.base.node.io.listfiles2.ListFiles
-
(Static) output spec.
- spec - Variable in class org.knime.base.node.rules.Rule.ColumnReference
-
Deprecated.
- spec - Variable in class org.knime.core.node.Node.Output
-
- SpecialDoubleCells - Class in org.knime.base.data.statistics.calculation
-
Counts the number of special Double values: the NaN values, positive infinity and negative infinity.
- SpecialDoubleCells(String...) - Constructor for class org.knime.base.data.statistics.calculation.SpecialDoubleCells
-
- SpecSerializer() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimModel.SpecSerializer
-
- SpecSerializer() - Constructor for class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec.SpecSerializer
-
- spectralNorm(double[][]) - Static method in class org.knime.base.util.math.MathUtils
-
Computes the spectral norm of the given matrix.
- Split - Class in org.knime.base.node.mine.decisiontree2.learner2
-
Calculates the best split for a given attribute list and the original class
distribution.
- Split(InMemoryTable, int, SplitQualityMeasure) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.Split
-
Constructs the best split for the given attribute list and the class
distribution.
- split(int, int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Splits the current cell that it becomes a Node.
- split(int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Splits the current cell that it becomes a Node.
- split() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
Splits the current cell that it becomes a Node.
- SPLIT_QUALITY_GAIN_RATIO - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
The constant for the gain ratio split quality measure.
- SPLIT_QUALITY_GINI - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
The constant for the gini index split quality measure.
- SplitCellFactory - Class in org.knime.base.collection.list.split
-
CellFactory being used to split the column.
- SplitCellFactory(int, DataColumnSpec[]) - Constructor for class org.knime.base.collection.list.split.SplitCellFactory
-
Create new cell factory.
- SplitContinuous - Class in org.knime.base.node.mine.decisiontree2.learner2
-
This class determines the best split for a numeric attribute.
- SplitContinuous(InMemoryTable, int, SplitQualityMeasure, boolean, double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitContinuous
-
Constructs the best split for the given numeric attribute list and the
class distribution.
- SplitFinder - Class in org.knime.base.node.mine.decisiontree2.learner2
-
- SplitFinder(InMemoryTable, SplitQualityMeasure, boolean, double, boolean, int) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitFinder
-
Finds the best split for the given data.
- SplitNodeDialog2 - Class in org.knime.base.node.preproc.split2
-
Dialog with a column filter which is used to define the split of the columns.
- SplitNodeDialog2() - Constructor for class org.knime.base.node.preproc.split2.SplitNodeDialog2
-
Creates new dialog.
- SplitNodeFactory2 - Class in org.knime.base.node.preproc.split2
-
Factory for node that splits one input table into two table, each containing
only a subset of the columns.
- SplitNodeFactory2() - Constructor for class org.knime.base.node.preproc.split2.SplitNodeFactory2
-
- SplitNodeModel2 - Class in org.knime.base.node.preproc.split2
-
NodeModel with one input, two outputs.
- SplitNodeModel2() - Constructor for class org.knime.base.node.preproc.split2.SplitNodeModel2
-
Split node model with one data in-port and two data out-ports.
- SplitNominal - Class in org.knime.base.node.mine.decisiontree2.learner2
-
Super class for all nominal split variants.
- SplitNominal(InMemoryTable, int, SplitQualityMeasure) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitNominal
-
Constructs the best split for the given attribute list and the class
distribution.
- SplitNominalBinary - Class in org.knime.base.node.mine.decisiontree2.learner2
-
This class determines the best binary split for a nominal attribute.
- SplitNominalBinary(InMemoryTable, int, SplitQualityMeasure, double, int) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalBinary
-
Constructs the best split for the given nominal attribute.
- SplitNominalNormal - Class in org.knime.base.node.mine.decisiontree2.learner2
-
This class determines the best split for a nominal attribute.
- SplitNominalNormal(InMemoryTable, int, SplitQualityMeasure, double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalNormal
-
Constructs the best split for the given nominal attribute.
- SplitQualityGainRatio - Class in org.knime.base.node.mine.decisiontree2.learner2
-
Implements the gain ratio split quality measure.
- SplitQualityGainRatio() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGainRatio
-
- SplitQualityGini - Class in org.knime.base.node.mine.decisiontree2.learner2
-
Implements the gini index split quality measure.
- SplitQualityGini() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGini
-
- SplitQualityMeasure - Class in org.knime.base.node.mine.decisiontree2.learner2
-
The abstract class for split quality measures like gini or gain ratio.
- SplitQualityMeasure() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityMeasure
-
- splitWorkflowVariableArg(String) - Static method in class org.knime.core.node.workflow.BatchExecutor
-
Splits the argument to -workflow.variable into its sub-components (name, value, type) and returns it as array.
- Spreadsheet - Class in org.knime.base.node.io.tablecreator.table
-
The spreadsheet component with an input line in the north a spreadsheet
table in the center and further controls in the south.
- Spreadsheet() - Constructor for class org.knime.base.node.io.tablecreator.table.Spreadsheet
-
Create a new instance.
- SpreadsheetTable - Class in org.knime.base.node.io.tablecreator.table
-
The main table of the spreadsheet component.
- SpreadsheetTable() - Constructor for class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
-
Create a new instance.
- SpreadsheetTableModel - Class in org.knime.base.node.io.tablecreator.table
-
The table model of a spreadsheet.
- SpreadsheetTableModel() - Constructor for class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
-
Create new instance.
- SpreadsheetTableModel.IntPair - Class in org.knime.base.node.io.tablecreator.table
-
Class to encapsulate the row and column index of a cell in a table.
- SpreadsheetTest - Class in org.knime.base.node.io.tablecreator.table
-
A test class which can be used to test the UI of a spreadsheet without
launching KNIME.
- SpreadsheetTest() - Constructor for class org.knime.base.node.io.tablecreator.table.SpreadsheetTest
-
- SQL_QUERY_SEPARATOR - Static variable in class org.knime.core.node.port.database.DatabaseReaderConnection
-
Deprecated.
- SQL_QUERY_SEPARATOR - Static variable in interface org.knime.core.node.port.database.reader.DBReader
-
Separator used to decided which SQL statements should be execute
line-by-line; the semicolon is not part of the executed query.
- SQL_TYPE_BLOB - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
-
Default SQL-type for Date.
- SQL_TYPE_BLOB - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBUtil
-
Default SQL-Type for Binary
- SQL_TYPE_BOOLEAN - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
-
Default SQL-type for Booleans.
- SQL_TYPE_BOOLEAN - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBUtil
-
Default SQL-Type for Boolean
- SQL_TYPE_DATEANDTIME - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
-
Default SQL-type for Timestamps.
- SQL_TYPE_DATEANDTIME - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBUtil
-
Default SQL-Type for Timestamps
- SQL_TYPE_DOUBLE - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
-
Default SQL-type for Doubles.
- SQL_TYPE_DOUBLE - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBUtil
-
Default SQL-Type for Double
- SQL_TYPE_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
-
The column index of the SQL type in the table
- SQL_TYPE_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
-
The column index of the SQL type in the table
- SQL_TYPE_INTEGER - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
-
Default SQL-type for Integers.
- SQL_TYPE_INTEGER - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBUtil
-
Default SQL-Type for Integer
- SQL_TYPE_STRING - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
-
Default SQL-type for Strings.
- SQL_TYPE_STRING - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBUtil
-
Default SQL-Type for String
- SQLExtractNodeDialog - Class in org.knime.base.node.io.database
-
NodeDialog for the "SQLExtract" Node.
- SQLExtractNodeDialog() - Constructor for class org.knime.base.node.io.database.SQLExtractNodeDialog
-
New pane for configuring the SQLInject node.
- SQLExtractNodeFactory - Class in org.knime.base.node.io.database
-
NodeFactory for the "SQL Extract" Node.
- SQLExtractNodeFactory() - Constructor for class org.knime.base.node.io.database.SQLExtractNodeFactory
-
- SQLExtractNodeModel - Class in org.knime.base.node.io.database
-
This is the model implementation of SQLExtract.
- SQLExtractNodeModel() - Constructor for class org.knime.base.node.io.database.SQLExtractNodeModel
-
Constructor for the node model.
- SQLInjectNodeDialog - Class in org.knime.base.node.io.database
-
NodeDialog for the "SQL Inject" Node.
- SQLInjectNodeDialog() - Constructor for class org.knime.base.node.io.database.SQLInjectNodeDialog
-
New pane for configuring the SQLInject node.
- SQLInjectNodeFactory - Class in org.knime.base.node.io.database
-
NodeFactory for the "SQLInject" Node.
- SQLInjectNodeFactory() - Constructor for class org.knime.base.node.io.database.SQLInjectNodeFactory
-
- SQLInjectNodeModel - Class in org.knime.base.node.io.database
-
This is the model implementation of "SQL Inject" node.
- SQLInjectNodeModel() - Constructor for class org.knime.base.node.io.database.SQLInjectNodeModel
-
Constructor for the node model.
- SQLiteUtility - Class in org.knime.core.node.port.database
-
- SQLiteUtility() - Constructor for class org.knime.core.node.port.database.SQLiteUtility
-
Deprecated.
Constructor.
- SQLServerUtility - Class in org.knime.core.node.port.database
-
- SQLServerUtility() - Constructor for class org.knime.core.node.port.database.SQLServerUtility
-
Deprecated.
Constructor.
- SQLTypeCellEditor - Class in org.knime.base.node.io.database.tablecreator.util
-
Cell editor used the SQL data type in the table
- SQLTypeCellEditor() - Constructor for class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
-
Creates a new instance of SQLTypeCellEditor
- SQLTypeCellEditor(int) - Constructor for class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
-
Creates a new instance of SQLTypeCellEditor
- squaredError - Variable in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegViewData
-
Deprecated.
- squaredError - Variable in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
-
- SquareRootMappingMethod - Class in org.knime.base.util.coordinate
-
- SquareRootMappingMethod() - Constructor for class org.knime.base.util.coordinate.SquareRootMappingMethod
-
- STANDARD_DELIMITER - Static variable in class org.knime.base.data.aggregation.GlobalSettings
-
The standard delimiter used in concatenation operators.
- STANDARD_RENDERER - Static variable in class org.knime.core.data.renderer.ComplexNumberValueRenderer
-
- STANDARD_RENDERER - Static variable in class org.knime.core.data.renderer.DoubleValueRenderer
-
- StandardDeviation - Class in org.knime.base.data.statistics.calculation
-
Calculates the standard deviation.
- StandardDeviation(boolean, String...) - Constructor for class org.knime.base.data.statistics.calculation.StandardDeviation
-
- StandardDeviation(String...) - Constructor for class org.knime.base.data.statistics.calculation.StandardDeviation
-
- standardDeviation(double[][]) - Static method in class org.knime.base.util.math.StatisticUtils
-
Calculates the standard deviation for each column of the given input
matrix.
- StandardRankAssigner - Class in org.knime.base.node.preproc.rank
-
This assigns ranks in the standard mode,
that means rows with the same values in the ranking columns receive the same rank
but the next row with different columns receives a rank increased by the number of
the rows that had the same value before
- StandardRankAssigner(int[]) - Constructor for class org.knime.base.node.preproc.rank.StandardRankAssigner
-
- StandardRendererFactory() - Constructor for class org.knime.core.data.image.png.PNGImageValueRendererFactoryUtil.StandardRendererFactory
-
- StandardRendererFactory() - Constructor for class org.knime.core.data.renderer.DoubleValueRenderer.StandardRendererFactory
-
- START - Static variable in interface org.knime.base.node.viz.plotter.DataProvider
-
Default start row for DataArray creation.
- start(BundleContext) - Method in class org.knime.core.internal.CorePlugin
- StartcaseNodeDialog - Class in org.knime.base.node.switches.startcase
-
- StartcaseNodeDialog() - Constructor for class org.knime.base.node.switches.startcase.StartcaseNodeDialog
-
- StartcaseNodeFactory - Class in org.knime.base.node.switches.startcase
-
- StartcaseNodeFactory() - Constructor for class org.knime.base.node.switches.startcase.StartcaseNodeFactory
-
Create factory, that instantiates nodes.
- StartcaseNodeModel - Class in org.knime.base.node.switches.startcase
-
Start of a CASE Statement.
- StartcaseNodeModel() - Constructor for class org.knime.base.node.switches.startcase.StartcaseNodeModel
-
One input, four output.
- startDocument() - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
Deprecated.
- startElement(String, String, String, Attributes) - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
-
Deprecated.
- startElement(String, String, String, Attributes) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBinContentHandler
- startElement(String, String, String, Attributes) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeContentHandler
- startElement(String, String, String, Attributes) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLIntervalContentHandler
- startElement(String, String, String, Attributes) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize.PMMLPreprocDiscretizeContentHandler
- startElement(QName) - Method in class org.knime.core.data.xml.io.LimitedXPathMatcher
-
Called in the XMLStreamConstants.START_ELEMENT call back of the
XMLStreamReader.
- startElement(String, String, String, Attributes) - Method in class org.knime.core.node.config.base.XMLContentHandler
- startElement(String, String, String, Attributes) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
Deprecated.
- startElement(String, String, String, Attributes) - Method in class org.knime.core.node.port.pmml.XFilter
- startElement(String, String, String, Attributes) - Method in class org.knime.core.node.port.pmml.XMLTreeCreator
- startExec() - Method in class org.knime.core.node.workflow.NodeTimer
-
- startNodeStackContains(NodeID) - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
-
- startPrefixMapping(String, String) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
Deprecated.
- stateChanged(ChangeEvent) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
- stateChanged(ChangeEvent) - Method in class org.knime.base.node.mine.mds.MDSNodeDialog.CheckBoxChangeListener
- stateChanged(ChangeEvent) - Method in class org.knime.base.node.mine.mds.MDSNodeModel.CheckBoxChangeListener
- stateChanged(ChangeEvent) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeDialog.CheckBoxChangeListener
- stateChanged(ChangeEvent) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel.CheckBoxChangeListener
- stateChanged(ChangeEvent) - Method in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel.SotaTreeViewPanelController
- stateChanged(ChangeEvent) - Method in class org.knime.core.node.FlowVariableModelButton
-
React to state changes in the underlying WorkflowVariableModel
and set tool tip accordingly.
- stateChanged() - Method in class org.knime.core.node.NodeModel
-
Notifies all registered views of a change of the underlying model.
- stateChanged(NodeStateEvent) - Method in class org.knime.core.node.workflow.NodeContainerOutPort
-
Callback from node, indicating that the given node has changed its state.
- stateChanged(NodeStateEvent) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
-
Callback from node, indicating that the given node has changed its state.
- stateChanged(NodeStateEvent) - Method in interface org.knime.core.node.workflow.NodeStateChangeListener
-
Callback from node, indicating that the given node has changed its state.
- stateChanged(NodeStateEvent) - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContentMaster
-
Callback from node, indicating that the given node has changed its state.
- StatementManipulator - Class in org.knime.core.node.port.database
-
This class lets you manipulate SQL statement by adding database-specific parts or changing statement parameters.
- StatementManipulator() - Constructor for class org.knime.core.node.port.database.StatementManipulator
-
- StatementManipulator(boolean) - Constructor for class org.knime.core.node.port.database.StatementManipulator
-
- StatementManipulator(PivotStatementGenerator, BinningStatementGenerator) - Constructor for class org.knime.core.node.port.database.StatementManipulator
-
- Statistic - Class in org.knime.base.data.statistics
-
- Statistic(Class<? extends DataValue>[], String...) - Constructor for class org.knime.base.data.statistics.Statistic
-
- Statistic(Class<? extends DataValue>, String...) - Constructor for class org.knime.base.data.statistics.Statistic
-
- StatisticCalculator - Class in org.knime.base.data.statistics
-
A utility class for calculating several statistical moments, such as the
Variance,
Mean or others.
- StatisticCalculator(DataTableSpec, Statistic...) - Constructor for class org.knime.base.data.statistics.StatisticCalculator
-
- StatisticCalculator(DataTableSpec, String[], Statistic...) - Constructor for class org.knime.base.data.statistics.StatisticCalculator
-
- Statistics2NodeDialogPane - Class in org.knime.base.node.viz.statistics
-
- Statistics2NodeDialogPane() - Constructor for class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
-
Deprecated.
Default constructor.
- Statistics2NodeFactory - Class in org.knime.base.node.viz.statistics
-
- Statistics2NodeFactory() - Constructor for class org.knime.base.node.viz.statistics.Statistics2NodeFactory
-
Deprecated.
Empty default constructor.
- Statistics2NodeModel - Class in org.knime.base.node.viz.statistics
-
- Statistics2NodeModel() - Constructor for class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
Deprecated.
One input and one output.
- Statistics2NodeView - Class in org.knime.base.node.viz.statistics
-
- Statistics2NodeView(Statistics2NodeModel) - Constructor for class org.knime.base.node.viz.statistics.Statistics2NodeView
-
Deprecated.
Constructs a NodeView consisting of statistical values.
- Statistics2Table - Class in org.knime.base.data.statistics
-
- Statistics2Table(BufferedDataTable, boolean, int, List<String>, ExecutionContext) - Constructor for class org.knime.base.data.statistics.Statistics2Table
-
Deprecated.
Create new statistic table from an existing one.
- Statistics3NodeDialogPane - Class in org.knime.base.node.viz.statistics2
-
- Statistics3NodeDialogPane() - Constructor for class org.knime.base.node.viz.statistics2.Statistics3NodeDialogPane
-
Deprecated.
Default constructor.
- Statistics3NodeFactory - Class in org.knime.base.node.viz.statistics2
-
- Statistics3NodeFactory() - Constructor for class org.knime.base.node.viz.statistics2.Statistics3NodeFactory
-
Deprecated.
Empty default constructor.
- Statistics3NodeModel - Class in org.knime.base.node.viz.statistics2
-
- Statistics3NodeModel(PortType[], PortType[]) - Constructor for class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
This constructor is only for extension.
- Statistics3NodeModel(int, int) - Constructor for class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
This constructor is only for extension.
- Statistics3NodeModel() - Constructor for class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
One input and two output.
- Statistics3NodeView - Class in org.knime.base.node.viz.statistics2
-
- Statistics3NodeView(Statistics3NodeModel) - Constructor for class org.knime.base.node.viz.statistics2.Statistics3NodeView
-
Deprecated.
Constructs a NodeView consisting of statistical values.
- Statistics3Table - Class in org.knime.base.data.statistics
-
- Statistics3Table(BufferedDataTable, boolean, int, List<String>, ExecutionContext) - Constructor for class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Create new statistic table from an existing one.
- Statistics3Table(BufferedDataTable, boolean, int, List<String>, ExecutionContext, int...) - Constructor for class org.knime.base.data.statistics.Statistics3Table
-
Deprecated.
Create new statistic table from an existing one.
- StatisticSorted - Class in org.knime.base.data.statistics
-
Flags statistics which have to be performed on sorted data.
- StatisticSorted(Class<? extends DataValue>, String...) - Constructor for class org.knime.base.data.statistics.StatisticSorted
-
- StatisticSorted(Class<? extends DataValue>[], String...) - Constructor for class org.knime.base.data.statistics.StatisticSorted
-
- StatisticsTable - Class in org.knime.base.data.statistics
-
- StatisticsTable(DataTable) - Constructor for class org.knime.base.data.statistics.StatisticsTable
-
Deprecated.
To be used in derived classes that do additional calculations.
- StatisticsTable(DataTable, ExecutionMonitor) - Constructor for class org.knime.base.data.statistics.StatisticsTable
-
Deprecated.
Create new wrapper table from an existing one.
- StatisticUtils - Class in org.knime.base.util.math
-
Implements basic statistical functions.
- STD_DEVIATION - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
-
Standard deviation within a cluster.
- StdDeviationOperator - Class in org.knime.base.data.aggregation.numerical
-
Returns the standard deviation per group.
- StdDeviationOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.StdDeviationOperator
-
Constructor for class StdDeviationOperator.
- StdDeviationOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.StdDeviationOperator
-
Constructor for class MeanOperator.
- StdDevPopDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
- StdDevPopDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for the parent class.
- StdDevSampDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
- StdDevSampDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for the parent class.
- STDERR_APPENDER - Static variable in class org.knime.core.node.NodeLogger
-
Name of the default appender to System.err.
- 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.
- STDOUT_APPENDER - Static variable in class org.knime.core.node.NodeLogger
-
Name of the default appender to System.out.
- 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.
- step() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
-
Returns the loop's step size.
- step(double) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
-
Sets the loop's step size.
- stepBack() - Method in class org.knime.core.node.workflow.WizardExecutionController
-
- stepExecutionUpToNodeType(Class<T>, WorkflowManager.NodeModelFilter<T>) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Execute workflow until nodes of the given class - those will
usually be QuickForm or view nodes requiring user interaction.
- stepFirst() - Method in class org.knime.core.node.workflow.WizardExecutionController
-
Continues the execution and executes up to, incl., the next subnode awaiting input.
- stepNext() - Method in class org.knime.core.node.workflow.WizardExecutionController
-
- stop(BundleContext) - Method in class org.knime.core.internal.CorePlugin
- stopCellEditing() - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
-
Forces the cell editor to stop the editing mode.
- stopCellEditing() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
-
Stop all cell editing of the table.
- stopCellEditing() - Method in class org.knime.base.node.io.database.tablecreator.util.NameCellEditor
- stopCellEditing() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
-
Use this to stop cell editing from outside of the spreadsheet.
- stopCellEditing() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
-
Use this to stop editing from outside of the table.
- storeConverterFactory(DataCellToJavaConverterFactory<?, ?>, ConfigBaseWO, String) - Static method in class org.knime.core.data.convert.util.SerializeUtil
-
Store a converter factory in the given config.
- storeConverterFactory(JavaToDataCellConverterFactory<?>, ConfigBaseWO, String) - Static method in class org.knime.core.data.convert.util.SerializeUtil
-
Store a converter factory in the given config.
- StorelessUnivariantStatisticOperator - Class in org.knime.base.data.aggregation.numerical
-
Computes statistical values without storing observations
- StorelessUnivariantStatisticOperator(OperatorData, GlobalSettings, OperatorColumnSettings, StorelessUnivariateStatistic) - Constructor for class org.knime.base.data.aggregation.numerical.StorelessUnivariantStatisticOperator
-
Constructor for class StorelessUnivariantStatisticOperator.
- StoreResizableDoubleArrayOperator - Class in org.knime.base.data.aggregation.numerical
-
Utility class that uses a ResizableDoubleArray to store all numeric values of a group.
- StoreResizableDoubleArrayOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.StoreResizableDoubleArrayOperator
-
constructor of class StoreResizableDoubleArrayOperator.
- storesDiagonal() - Method in class org.knime.base.util.HalfDoubleMatrix
-
Returns if the half matrix also stores the diagonal or not.
- storesDiagonal() - Method in class org.knime.base.util.HalfFloatMatrix
-
Returns if the half matrix also stores the diagonal or not.
- storesDiagonal() - Method in class org.knime.base.util.HalfIntMatrix
-
Returns if the half matrix also stores the diagonal or not.
- stratifiedSampling() - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
-
Returns if the rows of the input table should be sampled stratified.
- stratifiedSampling(boolean) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
-
Sets if the rows of the input table should be sampled stratified.
- StratifiedSamplingRowFilter - Class in org.knime.base.node.preproc.sample
-
This row filter retains the distribution of values in a certain column upon
filtering out rows.
- StratifiedSamplingRowFilter(DataTable, String, double, ExecutionMonitor) - Constructor for class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
-
Creates a new stratified sampling row filter.
- StratifiedSamplingRowFilter(DataTable, String, double, Random, ExecutionMonitor) - Constructor for class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
-
Creates a new stratified sampling row filter.
- StratifiedSamplingRowFilter(DataTable, String, int, ExecutionMonitor) - Constructor for class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
-
Creates a new stratified sampling row filter.
- StratifiedSamplingRowFilter(DataTable, String, int, Random, ExecutionMonitor) - Constructor for class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
-
Creates a new stratified sampling row filter.
- stream() - Method in interface org.knime.core.data.DataRow
-
Get a stream of all cells.
- stream() - Method in class org.knime.core.data.DataTableSpec
-
- StreamableFunction - Class in org.knime.core.node.streamable
-
Simplified streamable operator that represents a function.
- StreamableFunction() - Constructor for class org.knime.core.node.streamable.StreamableFunction
-
Default constructor where the in- and outport indices are set to 0.
- StreamableFunction(int, int) - Constructor for class org.knime.core.node.streamable.StreamableFunction
-
Constructor to individually determine the indices of the ports to use.
- StreamableFunctionProducer - Interface in org.knime.core.node.streamable
-
- StreamableOperator - Class in org.knime.core.node.streamable
-
Performs the execution of a node in streamed/distributed mode.
- StreamableOperator() - Constructor for class org.knime.core.node.streamable.StreamableOperator
-
- StreamableOperatorInternals - Class in org.knime.core.node.streamable
-
Represents the state of a streamable operator that needs to be feed back
to the submit client to compose the output objects (or other node internal
information).
- StreamableOperatorInternals() - Constructor for class org.knime.core.node.streamable.StreamableOperatorInternals
-
- streamForClassHierarchy(Class<?>) - Static method in class org.knime.core.data.convert.util.ClassUtil
-
Create a sequential stream of the entire class hierarchy of given class including the class itself, in
depth-first superclass before interfaces order.
- StringCell - Class in org.knime.core.data.def
-
A data cell implementation holding a string value by storing this value in a
private
String member.
- StringCell(String) - Constructor for class org.knime.core.data.def.StringCell
-
Creates a new String Cell based on the given String value.
- StringCell.StringCellFactory - Class in org.knime.core.data.def
-
- StringCell.StringSerializer - Class in org.knime.core.data.def
-
- StringCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.StringCellEntry
-
- StringCellFactory() - Constructor for class org.knime.core.data.def.StringCell.StringCellFactory
-
- StringCompareRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
-
Filters rows based on the string representation of the value in a certain
column.
- StringCompareRowFilter(String, String, boolean, boolean, boolean, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
-
Creates a row filter that compares the string representation of the cell
in the specified column with the given string pattern.
- StringCompareRowFilter(String, String, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
-
Creates a row filter that compares the string representation of the cell
in the specified column with the given string pattern.
- StringCompareRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
-
Don't use created filter without loading settings before.
- StringFilterPanel - Class in org.knime.core.node.util.filter
-
- StringFilterPanel() - Constructor for class org.knime.core.node.util.filter.StringFilterPanel
-
Create a new panel to filter
Strings.
- StringFilterPanel(boolean) - Constructor for class org.knime.core.node.util.filter.StringFilterPanel
-
Create a new panel to filter
Strings.
- StringFormat - Class in org.knime.core.node.util
-
Collection of convenience methods to format strings (such as elapsed time or
urls).
- StringHistory - Class in org.knime.core.node.util
-
Utility class that keeps a list of recently used String, mostly
used in File-Reader and Writer that keep track of a list of recently
accessed file names.
- StringHistoryPanel - Class in org.knime.core.node.util
-
Panel that contains an editable Combo Box to choose or edit a string.
- StringHistoryPanel(String) - Constructor for class org.knime.core.node.util.StringHistoryPanel
-
Creates new instance, sets properties, for instance renderer,
accordingly.
- StringIconListCellEditor - Class in org.knime.core.node.util
-
- StringIconListCellEditor() - Constructor for class org.knime.core.node.util.StringIconListCellEditor
-
- StringIconListCellRenderer - Class in org.knime.core.node.util
-
Renderer that checks if the value being rendered is of type
StringIconEnumInterface if so it will render the icon if
available and the label.
- StringIconListCellRenderer() - Constructor for class org.knime.core.node.util.StringIconListCellRenderer
-
- StringIconOption - Interface in org.knime.core.node.util
-
Interface of a list option with an icon and a text which is used in the
string selection default components.
- StringInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
-
A form element to enter a simple string.
- StringInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.StringInputQuickFormInElement
-
Create string input with a given description.
- StringListInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
-
A form element to enter a string or list of strings (which is a selection
of possible choices).
- StringListInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.StringListInputQuickFormInElement
-
Create an string list input with a given description.
- StringListPasteboxInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
-
A form element to enter list of strings (e.g.
- StringListPasteboxInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.StringListPasteboxInputQuickFormInElement
-
Create an string option input with a given description.
- StringOptionInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
-
A form element to select a single element form a list of strings.
- StringOptionInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.StringOptionInputQuickFormInElement
-
Create an string option input with a given description.
- StringReplacerDialog - Class in org.knime.base.node.preproc.stringreplacer
-
This is the dialog for the string replacer node where the user can
enter the pattern, the replacement string and several other options.
- StringReplacerDialog() - Constructor for class org.knime.base.node.preproc.stringreplacer.StringReplacerDialog
-
Creates a new dialog.
- StringReplacerNodeFactory - Class in org.knime.base.node.preproc.stringreplacer
-
This is the factory for the string replacer node that creates all necessary
objects.
- StringReplacerNodeFactory() - Constructor for class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
-
- StringReplacerNodeModel - Class in org.knime.base.node.preproc.stringreplacer
-
This is the model for the string replacer node that does the work.
- StringReplacerNodeModel() - Constructor for class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
-
- StringReplacerSettings - Class in org.knime.base.node.preproc.stringreplacer
-
This class holds the settings for the string replacer node.
- StringReplacerSettings() - Constructor for class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
-
- StringSelectionInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
-
A form element to enter a string (which is a selection of possible choices).
- StringSelectionInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.StringSelectionInputQuickFormInElement
-
Create an integer input with a given description.
- StringSerializer() - Constructor for class org.knime.core.data.def.StringCell.StringSerializer
-
- stringToDataCell(String) - Method in class org.knime.base.data.util.DataCellStringMapper
-
- StringToNumberNodeDialog - Class in org.knime.base.node.preproc.colconvert.stringtonumber
-
Dialog for the String to Number Node.
- StringToNumberNodeDialog() - Constructor for class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeDialog
-
Constructor.
- StringToNumberNodeDialog - Class in org.knime.base.node.preproc.pmml.stringtonumber
-
Dialog for the String to Number Node.
- StringToNumberNodeDialog() - Constructor for class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeDialog
-
Constructor.
- StringToNumberNodeFactory - Class in org.knime.base.node.preproc.colconvert.stringtonumber
-
NodeFactory for the String to Number Node that converts strings to double
values.
- StringToNumberNodeFactory() - Constructor for class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
-
- StringToNumberNodeFactory - Class in org.knime.base.node.preproc.pmml.stringtonumber
-
NodeFactory for the String to Number Node that converts strings to double
values.
- StringToNumberNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory
-
- StringToNumberNodeFactory2 - Class in org.knime.base.node.preproc.pmml.stringtonumber
-
NodeFactory for the String to Number Node that converts strings to double
values.
- StringToNumberNodeFactory2() - Constructor for class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory2
-
- StringToNumberNodeModel - Class in org.knime.base.node.preproc.colconvert.stringtonumber
-
The NodeModel for the String to Number Node that converts strings to numbers.
- StringToNumberNodeModel() - Constructor for class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
-
Constructor with one inport and one outport.
- StringToNumberNodeModel - Class in org.knime.base.node.preproc.pmml.stringtonumber
-
The NodeModel for the String to Number Node that converts strings to numbers.
- StringToNumberNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
-
Constructor with one data inport, one data outport and an optional
PMML inport and outport.
- StringToNumberNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
-
Constructor with one data inport, one data outport and an optional
PMML inport and outport.
- stringToOrigString(String) - Method in class org.knime.base.data.util.DataCellStringMapper
-
- stringToURL(String) - Static method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
-
Tries to create an URL from the passed string.
- StringTransferHandler - Class in org.knime.base.node.preproc.draganddroppanel.transferhandler
-
A transfer handler which transfers strings from one component to another.
- StringTransferHandler() - Constructor for class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
-
- StringUtilityFactory() - Constructor for class org.knime.core.data.StringValue.StringUtilityFactory
-
Only subclasses are allowed to instantiate this class.
- StringValue - Interface in org.knime.core.data
-
Interface of a
StringCell, forces method to
return string value.
- stringValue(String) - Method in class org.knime.core.node.dialog.ExternalNodeData.ExternalNodeDataBuilder
-
Sets the string value for the external data.
- StringValue.StringUtilityFactory - Class in org.knime.core.data
-
Implementations of the meta information of this value class.
- StringValueComparator - Class in org.knime.base.util
-
- StringValueComparator(Comparator<String>) - Constructor for class org.knime.base.util.StringValueComparator
-
- StringValueComparator - Class in org.knime.core.data
-
Comparator returned by the StringValue interface.
- StringValueComparator() - Constructor for class org.knime.core.data.StringValueComparator
-
- StringValueRenderer - Class in org.knime.core.data.renderer
-
Renderer for DataCells that are compatible with
StringValue classes.
- StringValueRenderer() - Constructor for class org.knime.core.data.renderer.StringValueRenderer
-
- StringValueRenderer.Factory - Class in org.knime.core.data.renderer
-
- StringVectorCellFactory - Class in org.knime.core.data.vector.stringvector
-
- StringVectorCellFactory() - Constructor for class org.knime.core.data.vector.stringvector.StringVectorCellFactory
-
- StringVectorUtilityFactory() - Constructor for class org.knime.core.data.vector.stringvector.StringVectorValue.StringVectorUtilityFactory
-
Only subclasses are allowed to instantiate this class.
- StringVectorValue - Interface in org.knime.core.data.vector.stringvector
-
Interface for (dense or sparse) string vector.
- StringVectorValue.StringVectorUtilityFactory - Class in org.knime.core.data.vector.stringvector
-
Implementations of the meta information of this value class.
- StringVectorValueComparator - Class in org.knime.core.data.vector.stringvector
-
- StringVectorValueComparator() - Constructor for class org.knime.core.data.vector.stringvector.StringVectorValueComparator
-
- StringVectorValueRenderer - Class in org.knime.core.data.renderer
-
- StringVectorValueRenderer() - Constructor for class org.knime.core.data.renderer.StringVectorValueRenderer
-
- StringVectorValueRenderer - Class in org.knime.core.data.vector.stringvector
-
- StringVectorValueRenderer() - Constructor for class org.knime.core.data.vector.stringvector.StringVectorValueRenderer
-
- StringVectorValueRenderer.Factory - Class in org.knime.core.data.renderer
-
- stripXmlFragment(XmlObject) - Static method in class org.knime.core.node.NodeDescription
-
Utility function which strips the <xml-fragment> start and end tags from the strings returned by
xmlText().
- StyleRange() - Constructor for class org.knime.core.node.workflow.AnnotationData.StyleRange
-
- subAppend(LoggingEvent) - Method in class org.knime.core.util.LogfileAppender
- SubgroupMinerDialog2 - Class in org.knime.base.node.mine.subgroupminer
-
The dialog for the subgroup miner node.
- SubgroupMinerDialog2() - Constructor for class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
-
Constructs the dialog for the subgroup miner node by adding the needed
default dialog components.
- SubgroupMinerFactory2 - Class in org.knime.base.node.mine.subgroupminer
-
The factory for the SubgroupMiner Node.
- SubgroupMinerFactory2() - Constructor for class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory2
-
- SubgroupMinerModel2 - Class in org.knime.base.node.mine.subgroupminer
-
The SubgroupMinerModel2 searches for frequent itemsets with an apriori
algorithm using a prefixtree structure.
- SubgroupMinerModel2() - Constructor for class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
-
Creates an instance of the SubgroubMinerModel.
- subList(int, int) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
-
- submit(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.
- submit(Runnable) - Method in class org.knime.core.util.ThreadPool
-
Submits a Runnable task for execution and returns a Future representing
that task.
- submitJob(NodeContainer, PortObject[]) - Method in class org.knime.core.node.exec.CopyContentIntoTempFlowNodeExecutionJobManager
-
Executes the given node container with this job manager.
- submitJob(NodeContainer, PortObject[]) - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
-
Executes the given node container with this job manager.
- submitJob(PortObject[], NodeSettingsRO, Class<? extends KNIMEJob>, ExecutionMonitor) - Method in class org.knime.core.node.ExecutionContext
-
Submits a job to an executor, which can be a threaded one, a cluster
executor or anything else.
- submitJob(NodeContainer, PortObject[]) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
-
Executes the given node container with this job manager.
- SubNodeContainer - Class in org.knime.core.node.workflow
-
- SubNodeContainer(WorkflowManager, NodeID, SubNodeContainerPersistor) - Constructor for class org.knime.core.node.workflow.SubNodeContainer
-
Load workflow from persistor.
- SubNodeContainer(WorkflowManager, NodeID, WorkflowManager, String) - Constructor for class org.knime.core.node.workflow.SubNodeContainer
-
Create new SubNode from existing Metanode (=WorkflowManager).
- SubnodeContainerExecutionResult - Class in org.knime.core.node.workflow.execresult
-
- SubnodeContainerExecutionResult(NodeID) - Constructor for class org.knime.core.node.workflow.execresult.SubnodeContainerExecutionResult
-
Creates new workflow execution result with no particular settings.
- SubNodeContainerPersistor - Interface in org.knime.core.node.workflow
-
- SubNodeProgressMonitor(NodeProgressMonitor, double) - Constructor for class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
-
Creates new sub progress monitor.
- SubNodeToMetaNodeResult - Class in org.knime.core.node.workflow.action
-
- SubNodeToMetaNodeResult(WorkflowManager, NodeID, WorkflowPersistor) - Constructor for class org.knime.core.node.workflow.action.SubNodeToMetaNodeResult
-
Construct action object - only to be called from WFM.
- subSequence(long, long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
-
Creates and returns a new bit vector that contains a subsequence of this
vector, beginning with the bit at index startIdx and with
its last bit being this' bit at position endIdx - 1.
- subSequence(long, long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
-
Creates and returns a new bit vector that contains a subsequence of this
vector, beginning with the bit at index startIdx and with
its last bit being this' bit at position endIdx - 1.
- subSequence(int, int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
-
Creates and returns a new byte vector that contains a subsequence of this
vector, beginning with the byte at index startIdx and with
its last byte being this' byte at position endIdx - 1.
- subSequence(long, long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
-
Creates and returns a new byte vector that contains a subsequence of this
vector, beginning with the byte at index startIdx and with
its last byte being this' byte at position endIdx - 1.
- SubsetMatcher - Class in org.knime.base.node.preproc.matcher
-
An ItemSetMatcher matches only one element of a
transaction list.
- SubsetMatcher(DataCell, Comparator<DataCell>) - Constructor for class org.knime.base.node.preproc.matcher.SubsetMatcher
-
Constructor for class ItemSetMatcher.
- SubsetMatcherNodeDialog - Class in org.knime.base.node.preproc.matcher
-
- SubsetMatcherNodeDialog() - Constructor for class org.knime.base.node.preproc.matcher.SubsetMatcherNodeDialog
-
Constructor for class JIMNodeDialog.
- SubsetMatcherNodeFactory - Class in org.knime.base.node.preproc.matcher
-
NodeFactory implementation.
- SubsetMatcherNodeFactory() - Constructor for class org.knime.base.node.preproc.matcher.SubsetMatcherNodeFactory
-
- SubsetMatcherNodeModel - Class in org.knime.base.node.preproc.matcher
-
NodeModel implementation.
- SubsetMatcherNodeModel() - Constructor for class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
-
Constructor for class ItemSetMatcherNodeModel.
- subtract(double[][], double[][]) - Static method in class org.knime.base.util.math.MathUtils
-
Subtracts two matrices.
- subtract(double[], double[]) - Static method in class org.knime.base.util.math.MathUtils
-
Subtracts one vector from another.
- SUCCESS - Static variable in interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus
-
Represents a successful execution.
- SUFFIX_FOR_PROBABILITY_COLUMNS - Static variable in class org.knime.base.node.mine.util.PredictorHelper
-
Dialog text for the suffix of probability columns.
- sum(ByteVectorValue, ByteVectorValue) - Static method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
-
Creates a dense byte vector cell containing the sum of the passed
operands (that is each position holds the sum of the values of the
operands).
- sum(ByteVectorValue, ByteVectorValue) - Static method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
-
Creates a sparse byte vector cell containing the sum of the passed
operands (that is each position holds the sum of the values of the
operands).
- SumDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
- SumDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for the parent class.
- SumDistinctDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
- SumDistinctDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction
-
Constructor.
- SumDistinctDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for parent class.
- summary - Variable in class org.knime.core.node.Node.Output
-
- sumOfAllCounts() - Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
-
Calculates the checksum, the sum of all counts stored.
- sumOfAllCounts() - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
-
Calculates the checksum, the sum of all counts stored.
- sumOfAllCounts() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
-
Calculates the checksum, the sum of all counts stored.
- sumOfAllCounts() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
-
Calculates the checksum, the sum of all counts stored.
- sumOfAllCounts() - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
-
Calculates the checksum, the sum of all counts stored.
- SumOfLogsOperator - Class in org.knime.base.data.aggregation.numerical
-
Computes the sum of logs per group.
- SumOfLogsOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.SumOfLogsOperator
-
Constructor for class SumOfLogsOperator.
- SumOfSquaresOperator - Class in org.knime.base.data.aggregation.numerical
-
Computes the sum of squares per group.
- SumOfSquaresOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.SumOfSquaresOperator
-
Constructor for class SumOfSquaresOperator.
- SumOperator - Class in org.knime.base.data.aggregation.deprecated
-
- SumOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.SumOperator
-
Deprecated.
Constructor for class SumOperator.
- SumOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.SumOperator
-
Deprecated.
Constructor for class SumOperator.
- SumOperator - Class in org.knime.base.data.aggregation.numerical
-
Returns the sum per group.
- SumOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.SumOperator
-
Constructor for class SumOperator.
- SumOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.SumOperator
-
Constructor for class SumOperator.
- supportsCase() - Method in class org.knime.core.node.port.database.DatabaseUtility
-
- supportsCase() - Method in class org.knime.core.node.port.database.DB2Utility
- supportsCase() - Method in class org.knime.core.node.port.database.MySQLUtility
-
Deprecated.
- supportsCase() - Method in class org.knime.core.node.port.database.OracleUtility
- supportsCase() - Method in class org.knime.core.node.port.database.PostgreSQLUtility
-
Deprecated.
- supportsCase() - Method in class org.knime.core.node.port.database.SQLServerUtility
-
Deprecated.
- supportsDelete() - Method in class org.knime.core.node.port.database.DatabaseUtility
-
Returns whether the database supports DELETE operations.
- supportsHiliting() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
-
- supportsHiliting() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- supportsHiliting() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- supportsHiliting() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- supportsHiliting() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
- supportsHiliting() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
- supportsHiliting() - Method in class org.knime.base.node.viz.pie.datamodel.PieDataModel
-
- supportsHiliting() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- supportsInsert() - Method in class org.knime.core.node.port.database.DatabaseUtility
-
Returns whether the database supports INSERT operations.
- supportsInvalidValues() - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
-
Checks if class supports the creation of invalid values.
- supportsInvalidValues() - Method in class org.knime.core.node.util.filter.NameFilterPanel
-
Checks if class supports the creation of invalid values.
- supportsInvalidValues() - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
-
Checks if class supports the creation of invalid values.
- supportsMissingValueOption() - Method in interface org.knime.base.data.aggregation.AggregationMethod
-
- supportsMissingValueOption() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
- supportsMissingValueOption() - Method in class org.knime.base.data.aggregation.AggregationOperator
- supportsMissingValueOption() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationFunctionRow
-
- supportsMissingValueOption() - Method in class org.knime.base.data.aggregation.OperatorData
-
- supportsMissingValueOption() - Method in class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
- supportsRandomSampling() - Method in class org.knime.core.node.port.database.DatabaseUtility
-
- supportsRandomSampling() - Method in class org.knime.core.node.port.database.DB2Utility
-
- supportsRandomSampling() - Method in class org.knime.core.node.port.database.MySQLUtility
-
Deprecated.
- supportsRandomSampling() - Method in class org.knime.core.node.port.database.OracleUtility
-
- supportsRandomSampling() - Method in class org.knime.core.node.port.database.PostgreSQLUtility
-
Deprecated.
- supportsRandomSampling() - Method in class org.knime.core.node.port.database.SQLiteUtility
-
Deprecated.
- supportsRandomSampling() - Method in class org.knime.core.node.port.database.SQLServerUtility
-
Deprecated.
- supportsUpdate() - Method in class org.knime.core.node.port.database.DatabaseUtility
-
Returns whether the database supports UPDATE operations.
- suppressAuthenticationPopups() - Static method in class org.knime.core.util.ThreadLocalHTTPAuthenticator
-
Turns suppression of authentication popups off.
- SVG_TEMPLATE_FILE - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
-
Identifier for KNIME templates SVG export when saved to disc.
- SVG_WORKFLOW_FILE - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
-
Identifier for KNIME workflows SVG export when saved to disc.
- Svm - Class in org.knime.base.node.mine.svm
-
This class represents a (binary) support vector machine.
- Svm(DoubleVector[], double[], String, double, Kernel) - Constructor for class org.knime.base.node.mine.svm.Svm
-
Constructor.
- Svm(ModelContentRO, String) - Constructor for class org.knime.base.node.mine.svm.Svm
-
Loads a binary SVM from a ModelContent object.
- SvmAlgorithm - Class in org.knime.base.node.mine.svm.learner
-
This class is the implementation of a binary SVM learning algorithm.
- SvmAlgorithm(DoubleVector[], String, Kernel, double) - Constructor for class org.knime.base.node.mine.svm.learner.SvmAlgorithm
-
The main constructor.
- SVMLearnerNodeDialog - Class in org.knime.base.node.mine.svm.learner
-
Dialog for the SVM Learner.
- SVMLearnerNodeDialog() - Constructor for class org.knime.base.node.mine.svm.learner.SVMLearnerNodeDialog
-
Constructor.
- SVMLearnerNodeFactory - Class in org.knime.base.node.mine.svm.learner
-
NodeFactory for the SVM Learner Node.
- SVMLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
-
- SVMLearnerNodeFactory2 - Class in org.knime.base.node.mine.svm.learner
-
NodeFactory for the SVM Learner Node.
- SVMLearnerNodeFactory2() - Constructor for class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory2
-
- SVMLearnerNodeModel - Class in org.knime.base.node.mine.svm.learner
-
- SVMLearnerNodeModel() - Constructor for class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
-
- SVMLearnerNodeModel(boolean) - Constructor for class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
-
- SVMLearnerNodeView - Class in org.knime.base.node.mine.svm.learner
-
The SVM view provides information about all SVM'S trained for
each class with their corresponding support vectors.
- SVMLearnerNodeView(SVMLearnerNodeModel) - Constructor for class org.knime.base.node.mine.svm.learner.SVMLearnerNodeView
-
Constructor.
- SVMPredictor - Class in org.knime.base.node.mine.svm.predictor
-
Deprecated.
- SVMPredictor(Svm[], int[]) - Constructor for class org.knime.base.node.mine.svm.predictor.SVMPredictor
-
Deprecated.
Constructor.
- SVMPredictor - Class in org.knime.base.node.mine.svm.predictor2
-
- SVMPredictor(String, Svm[], int[], String, boolean, String) - Constructor for class org.knime.base.node.mine.svm.predictor2.SVMPredictor
-
Constructor.
- SVMPredictorNodeFactory - Class in org.knime.base.node.mine.svm.predictor
-
Deprecated.
- SVMPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
-
Deprecated.
- SVMPredictorNodeFactory - Class in org.knime.base.node.mine.svm.predictor2
-
SVMPredictor NodeFactory.
- SVMPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeFactory
-
- SVMPredictorNodeModel - Class in org.knime.base.node.mine.svm.predictor
-
Deprecated.
- SVMPredictorNodeModel() - Constructor for class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
-
Deprecated.
Constructor, one model and data input, one (classified) data output.
- SVMPredictorNodeModel - Class in org.knime.base.node.mine.svm.predictor2
-
NodeModel of the SVM Predictor Node.
- SVMPredictorNodeModel() - Constructor for class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
-
Constructor, one model and data input, one (classified) data output.
- sweep(Set<NodeID>, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
-
Performs sanity check on workflow.
- SwingWorkerWithContext<T,V> - Class in org.knime.core.util
-
- SwingWorkerWithContext() - Constructor for class org.knime.core.util.SwingWorkerWithContext
-
Creates a new swing worker that saves the current
NodeContext for use in the abstract methods.
- syncConnection(Connection) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Used to sync access to all databases depending if SQL_CONCURRENCY is true.
- SynchronizedIterator<T> - Class in org.knime.core.data.util
-
Synchronized (thread-safe) wrapper for an
Iterator.
- SynchronizedIterator(Iterator<T>) - Constructor for class org.knime.core.data.util.SynchronizedIterator
-
Creates new iterator from a given (unsynchronized) iterator.
- SynchronizedIterator(Iterable<T>) - Constructor for class org.knime.core.data.util.SynchronizedIterator
-
Creates new iterator from an Iterable.
- SynchronizedIterator.ElementAndIndex<T> - Class in org.knime.core.data.util
-
Class combining an iteration element with its index in the iteration
loop.
- SYNCHRONOUS_IO - Static variable in class org.knime.core.data.container.DataContainer
-
Whether to use synchronous IO while adding rows to a buffer or reading from an file iterator.
- valid(String) - Static method in enum org.knime.base.node.viz.aggregation.AggregationMethod
-
- valid(String) - Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
-
- validate() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
Validates the internal state (e.g.
- validate() - Method in class org.knime.base.data.aggregation.AggregationOperator
-
Override this method if the operator requires additional settings.
- validate() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
-
Validates the internal state of the aggregation functions.
- validate() - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
-
- validate() - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
-
- validate() - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
-
- validate() - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
-
- validate() - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
-
Validates the internal state of the aggregation functions.
- validate() - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
-
Validates the internal state of the aggregation functions.
- validate() - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
-
Validates the internal state of the aggregation functions.
- validate() - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
- validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
Deprecated.
Called after all training rows where added to validate the model.
- validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
-
Deprecated.
Called after all training rows where added to validate the model.
- validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
Deprecated.
Called after all training rows where added to validate the model.
- validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
Deprecated.
Called after all training rows where added to validate the model.
- validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
Deprecated.
Called after all training rows where added to validate the model.
- validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
-
Called after all training rows where added to validate the model.
- validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
-
Called after all training rows where added to validate the model.
- validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
-
Called after all training rows where added to validate the model.
- validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
-
Called after all training rows where added to validate the model.
- validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
-
Called after all training rows where added to validate the model.
- validate() - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
-
Overridden for performance reasons.
- validate() - Method in class org.knime.core.node.NodeDescription13Proxy
-
Validate against the XML Schema.
- validate() - Method in class org.knime.core.node.NodeDescription210Proxy
-
Validate against the XML Schema.
- validate() - Method in class org.knime.core.node.NodeDescription212Proxy
-
Validate against the XML Schema.
- validate() - Method in class org.knime.core.node.NodeDescription27Proxy
-
Validate against the XML Schema.
- validate() - Method in class org.knime.core.node.NodeDescription28Proxy
-
Validate against the XML Schema.
- validate() - Method in class org.knime.core.node.NodeDescription31Proxy
-
Validate against the XML Schema.
- validate() - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
-
Validates the internal state (e.g.
- validate() - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
-
Validates the internal state (e.g.
- validate() - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
-
Validates the internal state (e.g.
- validate() - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
-
Validates the internal state.
- validate() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
-
Validates the internal state (e.g.
- validate() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
-
Validates the internal state (e.g.
- validate() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
Validates the internal settings.
- validate() - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
-
Validates the internal state (e.g.
- validate() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
-
Validates that this PMMLPortObject contains a valid PMML document.
- validateConnection(ConfigRO, CredentialsProvider) - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
-
Validate settings.
- validateConnection(ConfigRO, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
Validate settings.
- validateConnection(ConfigRO, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
-
Validate settings.
- validateDialogValue(VAL) - Method in interface org.knime.core.node.dialog.DialogNode
-
Called prior setting a new dialog value.
- validateInput(DataTableSpec, boolean, String, boolean, String, boolean) - Static method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
- validateInputData(ExternalNodeData) - Method in interface org.knime.core.node.dialog.InputNode
-
Validates the input for the node.
- validateLoopStart() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeModel
-
Check if the loop end is connected to the correct loop start.
- validateLoopStart() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
-
Check if the loop end is connected to the correct loop start.
- validateModelSettings(NodeSettingsRO) - Method in class org.knime.core.node.Node
-
Validates the argument settings.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
-
This method is called from the
NodeDialog when the user closes
the additional settings dialog by clicking on the OK button.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.AggregationOperator
-
Override this method if the operator requires additional settings.
- validateSettings(NodeSettingsRO, List<ColumnAggregator>) - Static method in class org.knime.base.data.aggregation.ColumnAggregator
-
Deprecated.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
-
- validateSettings(NodeSettingsRO, List<NamedAggregationOperator>) - Static method in class org.knime.base.data.aggregation.NamedAggregationOperator
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.image.ImageToTableNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBGroupByNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBJoinerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBQueryNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBQueryNodeModel2
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBRowFilterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBSorterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBUpdateNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
-
Validate settings
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
-
Checks all user settings in the specified spec object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
-
Deprecated.
Checks all user settings in the specified spec object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
-
Validates the number of Clusters and the maximum number of iterations in
the settings.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
-
Method is called when before the model has to change it's configuration
(@see loadsettings) using the given one.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
-
This method validates the settings.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.mds.MDSNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCANodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Static method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2Learner
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Static method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearner
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Static method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearner
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.sota.SotaNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(AutoBinnerLearnSettings) - Static method in class org.knime.base.node.preproc.autobinner.AutoBinner
-
Validates the settings in the passed AutoBinnerLearnSettings
object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(AutoBinnerLearnSettings) - Static method in class org.knime.base.node.preproc.autobinner2.AutoBinner
-
Validates the settings in the passed AutoBinnerLearnSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
-
This method validates the settings.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in interface org.knime.base.node.preproc.draganddroppanel.PaneConfigurationDialog
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.PercentageDialog
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(Joiner2Settings) - Static method in class org.knime.base.node.preproc.joiner.Joiner
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rank.RankNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
-
Valid settings should contain the list of columns and a corresponding
sort order array of same size.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.rules.RuleEngineNodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.cache.CacheNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.sendmail.SendMailNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
-
Validate the color settings, that are, column name must be available, as
well as, a color model either nominal or range that contains a color
mapping, from each possible value to a color or from min and max
value to color, respectively.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.roc.ROCNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
-
Deprecated.
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.table.TableNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
-
Read the expected values from the settings object, without assigning them
to the internal variables!
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.missing.MissingNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.NodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.NoSettingsNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
-
This method is called from the
NodeDialog when the user closes
the additional settings dialog by clicking on the OK button.
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
-
This method is called from the
NodeDialog when the user closes
the additional settings dialog by clicking on the OK button.
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
-
This method is called from the
NodeDialog when the user closes
the additional settings dialog by clicking on the OK button.
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
-
This method is called from the
NodeDialog when the user closes
the additional settings dialog by clicking on the OK button.
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
-
This method is called from the
NodeDialog when the user closes
the additional settings dialog by clicking on the OK button.
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
-
This method is called from the
NodeDialog when the user closes
the additional settings dialog by clicking on the OK button.
- validateSettings(boolean, DBColumn[], DBKey[], String) - Method in interface org.knime.core.node.port.database.tablecreator.DBTableCreator
-
Validates the create table settings.
- validateSettings(boolean, DBColumn[], DBKey[], String) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
-
Validates the create table settings.
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainer
-
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainer
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
Validates the settings in the passed NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
Check if all settings are valid.
- validateSettingsBeforeSave() - Method in class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
-
We store the values from the panel in the model now.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDate
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDuration
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentLabel
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumber
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentOptionalString
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentString
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
-
Will be called before the value of the component is saved into the
NodeSettings object.
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
-
Read the expected values from the settings object, without assigning them
to the internal variables! (Is not called when the model was disabled at
the time the settings were saved.)
- validateSpec(DataTableSpec) - Method in class org.knime.base.node.mine.sota.SotaPortObjectSpec
-
Validates if the given data table spec is compatible to the model port
spec and returns true if so, otherwise false.
- validateValue(double) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
-
- validateValue(double) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleBounded
-
- validateValue(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
-
- validateValue(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelIntegerBounded
-
- validateValue(long) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
-
- validateValue(long) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLongBounded
-
- validateValue(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOddIntegerBounded
-
- validateValues(int) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
-
Checks whether the cell values in the given row are valid.
- validateValues() - Method in class org.knime.core.node.util.dialog.FieldsTableModel
-
Checks whether the all cell values are valid.
- validateVersion(String) - Method in class org.knime.core.data.container.Buffer
-
Validate the version as read from the file if it can be parsed by this implementation.
- validateVersion(String) - Method in class org.knime.core.data.container.NoKeyBuffer
-
Validate the version as read from the file if it can be parsed by this implementation.
- validateViewValue(InteractiveHiLiteCollectorViewContent) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
- validateViewValue(VAL) - Method in interface org.knime.core.node.interactive.InteractiveNode
-
- ValidationError - Class in org.knime.core.node.web
-
ViewContent that creates and reads from a JSON string.
- ValidationError(String) - Constructor for class org.knime.core.node.web.ValidationError
-
Constructor with error.
- ValidationError() - Constructor for class org.knime.core.node.web.ValidationError
-
Serialization constructor, not to be used by clients.
- validations() - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
-
Returns the number of validation runs that should be performed.
- validations(short) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
-
Sets the number of validation runs that should be performed.
- validDomain(DataColumnSpec) - Static method in class org.knime.base.node.viz.pie.util.PieColumnFilter
-
- value() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
-
Returns the value the flow variable should be compared with.
- value(String) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
-
Sets the value the flow variable should be compared with.
- value(Double) - Method in class org.knime.base.node.mine.regression.RegressionContent
-
- VALUE - Static variable in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
-
The config key for the value.
- VALUE - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
-
Constant for Value.
- VALUE - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
-
- VALUE - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
-
Deprecated.
- valueAt(String, int) - Static method in class org.knime.base.node.mine.regression.pmmlgreg.VectorHandling
-
Generates vector value reference to a given (nonnegative) position.
- valueByDescription(String) - Static method in enum org.knime.base.node.preproc.rounddouble.NumberMode
-
Returns the number mode value for the given description.
- valueByTextLabel(String) - Static method in enum org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys.RoundOutputType
-
Get object for label.
- valueChanged(TreeSelectionEvent) - Method in class org.knime.base.node.io.database.DBTreeBrowser
- ValueClassFilter(Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnFilterPanel.ValueClassFilter
-
Deprecated.
Creates a new value class filter.
- ValueControlledDialogPane - Interface in org.knime.core.node.dialog
-
Interface to be implemented by
NodeDialogPane when additional runtime parameter
need to be shown.
- ValueControlledNode - Interface in org.knime.core.node.dialog
-
Implemented by nodes whose execution not only depends on the node configuration (dialog) but also on additional
runtime parameters.
- ValueCounterNodeDialog - Class in org.knime.base.node.preproc.valcount
-
This class is the dialog for the value counter dialog that lets the user
selected an arbitrary column.
- ValueCounterNodeDialog() - Constructor for class org.knime.base.node.preproc.valcount.ValueCounterNodeDialog
-
Creates a new dialog for the value counter node.
- ValueCounterNodeFactory - Class in org.knime.base.node.preproc.valcount
-
This factory creates all necessary object for the value counter node.
- ValueCounterNodeFactory() - Constructor for class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
-
- ValueCounterNodeModel - Class in org.knime.base.node.preproc.valcount
-
This is the model for the value counter node that does all the work.
- ValueCounterNodeModel() - Constructor for class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
-
Creates a new value counter model.
- ValueCounterSettings - Class in org.knime.base.node.preproc.valcount
-
This class holds the settings for the value counter node.
- ValueCounterSettings() - Constructor for class org.knime.base.node.preproc.valcount.ValueCounterSettings
-
- ValueFilterInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
-
A form element to select a value (e.g.
- ValueFilterInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
-
Create an string option input with a given description.
- ValueMapper<S> - Class in org.knime.base.node.mine.decisiontree2.learner2
-
A mapper mapping the objects of the defined class S to integer
indices and vice versa.
- ValueMapper() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.ValueMapper
-
Constructs an empty mapper.
- valueOf(String) - Static method in enum org.knime.base.collection.list.split.CollectionSplitSettings.CountElementsPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.data.aggregation.GlobalSettings.AggregationContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.data.aggregation.numerical.CorrelationOperator.CorrelationMethods
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.data.append.row.AppendedRowsTable.DuplicatePolicy
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.data.bitvector.BitVectorValueStringRenderer.Type
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.flowvariable.tablerowtovariable.MissingValuePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.io.csvwriter.FileWriterNodeSettings.FileOverwritePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.io.csvwriter.FileWriterSettings.LineEnding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.io.csvwriter.FileWriterSettings.quoteMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.io.database.DBJoinerSettings.DuplicateHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.io.database.DBJoinerSettings.JoinMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.CountMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.SamplingMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.io.listfiles.ListFiles.Filter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.io.listfiles2.ListFiles.Filter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings.RowKeyPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.meta.looper.condition.LoopEndConditionSettings.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.cluster.hierarchical.distfunctions.DistanceFunction.Names
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel.Linkage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.cluster.PMMLClusterTranslator.ComparisonMeasure
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings.Scaling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings.UnfoldMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.ParentNodeType
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLArrayType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLBooleanOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLMissingValueStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLNoTrueChildStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLPredicate.PMMLPredicates
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLSetOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.Align
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings.MissingValueHandling
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.regression.MissingValueHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent.FunctionName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent.ModelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithmFactory.AlgorithmDataStructure
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel.STRING_TYPES
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable.Sorter
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.mine.svm.kernel.KernelFactory.KernelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings.BinNaming
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner.pmml.PMMLInterval.Closure
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.BinNaming
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.EqualityMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.OutputFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.PrecisionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.BinNaming
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.EqualityMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.OutputFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.PrecisionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.SetMatching
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.StringType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel.NoMatchPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane.ComparatorMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel.ColType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration.OutputPlacement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.constantvalue.TypeCellFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel.ColType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.ColumnExistenceHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.ConvertionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.DataTypeHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.DomainHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.RejectBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.UnknownColumnHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel.DomainOverflowPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration.SamplingMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.joiner.InputRow.Settings.InDataPort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.joiner.Joiner2Settings.CompositionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.joiner.Joiner2Settings.DuplicateHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.joiner.Joiner2Settings.JoinMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.normalize3.NormalizerConfig.NormalizerMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel.IncludeMethod
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel.IncludeMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.rank.RankNodeModel.RankMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.rounddouble.NumberMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys.RoundOutputType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.sample.SamplingNodeSettings.CountMethods
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.sample.SamplingNodeSettings.SamplingMethods
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.preproc.setoperator.SetOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.rules.Rule.Operators
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.switches.caseswitch.CaseEndNodeModel.MultipleActiveHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.util.exttool.ViewUpdateNotice.ViewType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.util.sendmail.SendMailConfiguration.ConnectionSecurity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.util.sendmail.SendMailConfiguration.EMailFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.util.sendmail.SendMailConfiguration.EMailPriority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.viz.aggregation.AggregationMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.viz.aggregation.ValueScale
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.PlotMode
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings.PlotMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.viz.plotter.dendrogram.BinaryTree.Traversal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.node.viz.plotter.LabelPaintUtil.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.base.util.SortingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.data.append.AppendedRowsTable.DuplicatePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.data.container.Buffer.CompressionFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.data.property.SizeModelDouble.Mapping
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.data.util.DataTableSpecExtractor.PossibleValueOutputFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.data.util.DataTableSpecExtractor.PropertyHandlerOutputFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.data.util.memory.MemoryObjectTracker.Strategy
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.data.vector.bitvector.BitVectorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.data.xml.util.XmlDomComparer.Diff.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.data.xml.util.XmlDomComparerCustomizer.ChildrenCompareStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.config.base.ConfigEntries
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.defaultnodesettings.SettingsModelAuthentication.AuthenticationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.Node.LoopRole
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.NodeFactory.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.NodeLogger.LEVEL
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.NodePersistor.LoadNodeModelSettingsFailPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation.PMMLTransformElement
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.port.pmml.preproc.PMMLTransformation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.tableview.TableContentModel.TableContentFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.tableview.TableSortOrder.TableSortKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.util.ColumnSelectionSearchableListPanel.ConfigurationRequestEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.util.ColumnSelectionSearchableListPanel.SearchedItemsSelectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.util.DateInputDialog.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.util.dialog.FieldsTableModel.Column
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.util.dialog.OutFieldsTableModel.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.util.FilesHistoryPanel.LocationValidation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.util.filter.NameFilterConfiguration.EnforceOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.util.filter.PatternFilterConfigurationImpl.PatternFilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.util.ImageViewPanel.ScaleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.web.WebDependency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.web.WebResourceLocator.WebResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.AnnotationData.TextAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.ConnectionContainer.ConnectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.FileWorkflowPersistor.LoadVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.FlowVariable.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.FlowVariable.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.InternalNodeContainerState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.MetaNodeTemplateInformation.Role
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.MetaNodeTemplateInformation.TemplateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.MetaNodeTemplateInformation.UpdateStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.NativeNodeContainer.LoopStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.NodeContainer.NodeContainerSettings.SplitType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.NodeContainer.NodeLock
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.NodeContainer.State
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.NodeGraphAnnotation.Role
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.NodeMessage.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.NodePropertyChangedEvent.NodeProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.SingleNodeContainer.MemoryPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.WorkflowEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.WorkflowExecutionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.WorkflowLoadHelper.UnknownKNIMEVersionLoadPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry.LoadResultEntryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.util.node.quickform.in.AbstractQuickFormInElement.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement.Layout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement.Layout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.util.node.quickform.out.AbstractQuickFormOutElement.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knime.core.util.node.quickform.out.TextAreaOutputQuickFormOutElement.TextFormat
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.knime.base.collection.list.split.CollectionSplitSettings.CountElementsPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.data.aggregation.GlobalSettings.AggregationContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.data.aggregation.numerical.CorrelationOperator.CorrelationMethods
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.data.append.row.AppendedRowsTable.DuplicatePolicy
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.data.bitvector.BitVectorValueStringRenderer.Type
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.flowvariable.tablerowtovariable.MissingValuePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.io.csvwriter.FileWriterNodeSettings.FileOverwritePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.io.csvwriter.FileWriterSettings.LineEnding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.io.csvwriter.FileWriterSettings.quoteMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.io.database.DBJoinerSettings.DuplicateHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.io.database.DBJoinerSettings.JoinMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.CountMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.SamplingMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.io.listfiles.ListFiles.Filter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.io.listfiles2.ListFiles.Filter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings.RowKeyPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.meta.looper.condition.LoopEndConditionSettings.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.cluster.hierarchical.distfunctions.DistanceFunction.Names
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel.Linkage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.cluster.PMMLClusterTranslator.ComparisonMeasure
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings.Scaling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings.UnfoldMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.decisiontree2.ParentNodeType
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLArrayType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLBooleanOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLMissingValueStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLNoTrueChildStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLPredicate.PMMLPredicates
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLSetOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.Align
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings.MissingValueHandling
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.regression.MissingValueHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent.FunctionName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent.ModelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithmFactory.AlgorithmDataStructure
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel.STRING_TYPES
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable.Sorter
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.mine.svm.kernel.KernelFactory.KernelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings.BinNaming
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings.Method
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.autobinner.pmml.PMMLInterval.Closure
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.BinNaming
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.EqualityMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.Method
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.OutputFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.PrecisionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.BinNaming
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.EqualityMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.Method
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.OutputFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.PrecisionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.SetMatching
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.StringType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel.NoMatchPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane.ComparatorMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel.ColType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration.OutputPlacement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.constantvalue.TypeCellFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel.ColType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.ColumnExistenceHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.ConvertionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.DataTypeHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.DomainHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.RejectBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.UnknownColumnHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel.DomainOverflowPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration.SamplingMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.joiner.InputRow.Settings.InDataPort
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.joiner.Joiner2Settings.CompositionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.joiner.Joiner2Settings.DuplicateHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.joiner.Joiner2Settings.JoinMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.normalize3.NormalizerConfig.NormalizerMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel.IncludeMethod
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel.IncludeMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.rank.RankNodeModel.RankMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.rounddouble.NumberMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys.RoundOutputType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.sample.SamplingNodeSettings.CountMethods
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.sample.SamplingNodeSettings.SamplingMethods
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.preproc.setoperator.SetOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.rules.Rule.Operators
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.switches.caseswitch.CaseEndNodeModel.MultipleActiveHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.util.exttool.ViewUpdateNotice.ViewType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.util.sendmail.SendMailConfiguration.ConnectionSecurity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.util.sendmail.SendMailConfiguration.EMailFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.util.sendmail.SendMailConfiguration.EMailPriority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.viz.aggregation.AggregationMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.viz.aggregation.ValueScale
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.PlotMode
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings.PlotMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.viz.plotter.dendrogram.BinaryTree.Traversal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.base.node.viz.plotter.LabelPaintUtil.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
-
The nominal column values.
- VALUES - Static variable in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
-
The nominal column values.
- values() - Static method in enum org.knime.base.util.SortingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.data.append.AppendedRowsTable.DuplicatePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.data.container.Buffer.CompressionFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.data.property.SizeModelDouble.Mapping
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.data.util.DataTableSpecExtractor.PossibleValueOutputFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.data.util.DataTableSpecExtractor.PropertyHandlerOutputFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.data.util.memory.MemoryObjectTracker.Strategy
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.data.vector.bitvector.BitVectorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.data.xml.util.XmlDomComparer.Diff.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.data.xml.util.XmlDomComparerCustomizer.ChildrenCompareStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.config.base.ConfigEntries
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.defaultnodesettings.SettingsModelAuthentication.AuthenticationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.Node.LoopRole
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.NodeFactory.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.NodeLogger.LEVEL
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.NodePersistor.LoadNodeModelSettingsFailPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation.PMMLTransformElement
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.port.pmml.preproc.PMMLTransformation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.tableview.TableContentModel.TableContentFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.tableview.TableSortOrder.TableSortKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.util.ColumnSelectionSearchableListPanel.ConfigurationRequestEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.util.ColumnSelectionSearchableListPanel.SearchedItemsSelectionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.util.DateInputDialog.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.util.dialog.FieldsTableModel.Column
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.util.dialog.OutFieldsTableModel.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.util.FilesHistoryPanel.LocationValidation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.util.filter.NameFilterConfiguration.EnforceOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.util.filter.PatternFilterConfigurationImpl.PatternFilterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.util.ImageViewPanel.ScaleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.web.WebDependency
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.web.WebResourceLocator.WebResourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.AnnotationData.TextAlignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.ConnectionContainer.ConnectionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.FileWorkflowPersistor.LoadVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.FlowVariable.Scope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.FlowVariable.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.InternalNodeContainerState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.MetaNodeTemplateInformation.Role
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.MetaNodeTemplateInformation.TemplateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.MetaNodeTemplateInformation.UpdateStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.NativeNodeContainer.LoopStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.NodeContainer.NodeContainerSettings.SplitType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.NodeContainer.NodeLock
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.NodeContainer.State
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.NodeGraphAnnotation.Role
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.NodeMessage.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.NodePropertyChangedEvent.NodeProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.SingleNodeContainer.MemoryPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.WorkflowEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.WorkflowExecutionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.WorkflowLoadHelper.UnknownKNIMEVersionLoadPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry.LoadResultEntryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.util.node.quickform.in.AbstractQuickFormInElement.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement.Layout
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement.Layout
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.util.node.quickform.out.AbstractQuickFormOutElement.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.knime.core.util.node.quickform.out.TextAreaOutputQuickFormOutElement.TextFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueScale - Enum in org.knime.base.node.viz.aggregation
-
Enumeration of different value scales.
- ValueSelectionInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
-
A form element to select a value (e.g.
- ValueSelectionInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
-
Create an string option input with a given description.
- variable(FlowVariable) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
-
Sets the flow variable which is checked in each iteration.
- VARIABLE_NAMES - Static variable in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndVariableConfigKeys
-
The configuration key for the selected variable names.
- VariableFileReaderNodeDialog - Class in org.knime.base.node.io.filereader
-
- VariableFileReaderNodeDialog() - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
-
Deprecated.
Creates a new file reader dialog pane.
- VariableFileReaderNodeFactory - Class in org.knime.base.node.io.filereader
-
- VariableFileReaderNodeFactory() - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
-
Deprecated.
- VariableFileReaderNodeModel - Class in org.knime.base.node.io.filereader
-
- VariableFileReaderNodeModel() - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
-
Deprecated.
Creates a new model that creates and holds a Filetable.
- VariableFileReaderNodeSettings - Class in org.knime.base.node.io.filereader
-
- VariableFileReaderNodeSettings() - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
-
Deprecated.
Creates an empty settings object.
- VariableFileReaderNodeSettings(String) - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
-
Deprecated.
- VariableFileReaderNodeSettings(VariableFileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
-
Deprecated.
Creates a clone.
- VariableFileReaderNodeSettings(FileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
-
Deprecated.
Create new settings object for the variable file reader based on the
given settings object.
- VariableFileReaderNodeSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
-
Deprecated.
Creates a new settings object initialized with the values from the passed
object.
- VariableLoopEndNodeDialog - Class in org.knime.base.node.meta.looper.variableloopend
-
- VariableLoopEndNodeDialog() - Constructor for class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeDialog
-
- VariableLoopEndNodeFactory - Class in org.knime.base.node.meta.looper.variableloopend
-
The factory of the variable loop end node.
- VariableLoopEndNodeFactory() - Constructor for class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeFactory
-
- VariableLoopEndNodeModel - Class in org.knime.base.node.meta.looper.variableloopend
-
Node model of the variable loop end node.
- VariableLoopEndNodeModel() - Constructor for class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
-
Creates new instance of VariableLoopEndNodeModel.
- VariableLoopEndVariableConfigKeys - Class in org.knime.base.node.meta.looper.variableloopend
-
- VARIABLEMATCH - Static variable in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
-
break on variable having given value.
- variableName() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
-
Returns the flow variable's name which is checked in each iteration.
- VariableOutputQuickFormOutElement - Class in org.knime.core.util.node.quickform.out
-
Variable output element, for instance provided by nodes that expose values of
flow variables.
- VariableOutputQuickFormOutElement(String, String, int, Object) - Constructor for class org.knime.core.util.node.quickform.out.VariableOutputQuickFormOutElement
-
Creates output element with the given label and description.
- VariablePortCatchNodeFactory - Class in org.knime.base.node.flowcontrol.trycatch.genericcatch
-
- VariablePortCatchNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.trycatch.genericcatch.VariablePortCatchNodeFactory
-
Create factory, that instantiates nodes.
- VariablePortTryNodeFactory - Class in org.knime.base.node.flowcontrol.trycatch.generictry
-
- VariablePortTryNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.trycatch.generictry.VariablePortTryNodeFactory
-
Create factory, that instantiates nodes.
- VariableToTable2NodeDialogPane - Class in org.knime.base.node.flowvariable.variabletotablerow2
-
Dialog for the "Variable To TableRow" node.
- VariableToTable2NodeDialogPane() - Constructor for class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeDialogPane
-
Inits components.
- VariableToTable2NodeFactory - Class in org.knime.base.node.flowvariable.variabletotablerow2
-
Factory for the "Variable To TableRow" node.
- VariableToTable2NodeFactory() - Constructor for class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeFactory
-
- VariableToTable2NodeModel - Class in org.knime.base.node.flowvariable.variabletotablerow2
-
NodeModel for the "Variable To TableRow" node which converts variables into a single row values with the variable
names as column headers.
- VariableToTable2NodeModel() - Constructor for class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
-
One input, one output.
- VariableToTableNodeDialogPane - Class in org.knime.base.node.flowvariable.variabletotablerow
-
Deprecated.
- VariableToTableNodeDialogPane() - Constructor for class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeDialogPane
-
Deprecated.
Inits components.
- VariableToTableNodeFactory - Class in org.knime.base.node.flowvariable.variabletotablerow
-
Deprecated.
- VariableToTableNodeFactory() - Constructor for class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
-
Deprecated.
- VariableToTableNodeModel - Class in org.knime.base.node.flowvariable.variabletotablerow
-
Deprecated.
- VariableToTableNodeModel() - Constructor for class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
-
Deprecated.
One input, one output.
- VariableToTableSettings - Class in org.knime.base.node.flowvariable.variabletotablerow
-
Deprecated.
- VariableToTableSettings() - Constructor for class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
-
Deprecated.
- variableType() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
-
Returns the flow variable's type which is checked in each iteration.
- Variance - Class in org.knime.base.data.statistics.calculation
-
Calculates the variance.
- Variance(String...) - Constructor for class org.knime.base.data.statistics.calculation.Variance
-
- variance(double[][]) - Static method in class org.knime.base.util.math.StatisticUtils
-
Calculates the variance for each column of the given input matrix.
- VarianceOperator - Class in org.knime.base.data.aggregation.numerical
-
Returns the variance per group.
- VarianceOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.VarianceOperator
-
Constructor for class VarianceOperator.
- VarianceOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.VarianceOperator
-
Constructor for class VarianceOperator.
- VariancePopDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
- VariancePopDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for the parent class.
- VarianceSampDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
- VarianceSampDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for the parent class.
- VarNameFileNamePair(String, String) - Constructor for class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration.VarNameFileNamePair
-
- VarPopDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
- VarPopDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for the parent class.
- VarSampDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
-
- VarSampDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
-
Factory for the parent class.
- VectorHandling - Class in org.knime.base.node.mine.regression.pmmlgreg
-
This class helps generate and parse the name of vector references.
- VectorHandling.NameAndIndex - Class in org.knime.base.node.mine.regression.pmmlgreg
-
Class to represent a pair of column name and m_index values.
- verifyBaseDir(String) - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
- verifyExtension(String) - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
-
- verifyName(String) - Method in enum org.knime.core.node.workflow.FlowVariable.Scope
-
Throws IllegalFlowObjectStackException if the name of the variable
is inconsistent for this scope.
- verifyNameOfFlowVariable(String) - Static method in class org.knime.core.node.util.dialog.OutFieldsTableModel
-
Test whether the given name is allowed for flow variables.
- verifyRotation(String, int) - Static method in class org.knime.core.node.util.VTextIcon
-
Deprecated.
verifyRotation
returns the best rotation for the string (ROTATE_NONE, ROTATE_LEFT, ROTATE_RIGHT)
This is public static so you can use it to test a string without creating a VTextIcon
from http://www.unicode.org/unicode/reports/tr9/tr9-3.html
When setting text using the Arabic script in vertical lines,
it is more common to employ a horizontal baseline that
is rotated by 90� counterclockwise so that the characters
are ordered from top to bottom.
- verifyType(String) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
-
Called by the load routines to check whether the argument type string is valid.
- verifyType(String) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
-
Called by the load routines to check whether the argument type string is valid.
- VERSION - Static variable in class org.knime.core.node.KNIMEConstants
-
Workflow file version.
- Version - Class in org.knime.core.util
-
Simple class the represents a three digit version.
- Version(int, int, int) - Constructor for class org.knime.core.util.Version
-
Creates a new version.
- Version(String) - Constructor for class org.knime.core.util.Version
-
Create a new version from a string.
- VERSION_1 - Static variable in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
The version for Joiner nodes until KNIME v2.6.
- VERSION_2 - Static variable in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
The version for Joiner nodes for KNIME v2.7.
- VERSION_20151012 - Static variable in class org.knime.core.node.workflow.AnnotationData
-
Released with 3.0 - uses (almost) same fonts on all systems.
- VERSION_20151123 - Static variable in class org.knime.core.node.workflow.AnnotationData
-
Released with 3.1: store default font size in annotation.
- VERSION_2_1 - Static variable in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
The version for Joiner nodes for KNIME v2.7.1 and later.
- VERSION_3 - Static variable in class org.knime.base.node.preproc.joiner.Joiner2Settings
-
The version for Joiner nodes for KNIME v2.8 and later.
- VERSION_LATEST - Static variable in class org.knime.core.node.workflow.FileWorkflowPersistor
-
- VERSION_OLD - Static variable in class org.knime.core.node.workflow.AnnotationData
-
Old type annotation - font is system font (inconsistent layout).
- VERTICAL - Static variable in class org.knime.base.node.viz.plotter.Axis
-
Constant for the vertical enumeration value.
- VERTICAL_LINE - Static variable in class org.knime.core.data.property.ShapeFactory
-
Name of and key for the vertical line.
- VerticalCollapsablePanels - Class in org.knime.core.node.util
-
A Swing control to provide collapsable controls, with multiple possible open panels.
- VerticalCollapsablePanels() - Constructor for class org.knime.core.node.util.VerticalCollapsablePanels
-
- VerticalCollapsablePanels(boolean) - Constructor for class org.knime.core.node.util.VerticalCollapsablePanels
-
- VERY_SMALL - Static variable in class org.knime.base.data.normalize.AffineTransTable
-
A very small number.
- ViewContent - Interface in org.knime.core.node.interactive
-
- ViewPropertyPortObject - Class in org.knime.core.node.port.viewproperty
-
PortObject used to represent visual properties such as color, shape and
size information attached to a table.
- ViewPropertyPortObject() - Constructor for class org.knime.core.node.port.viewproperty.ViewPropertyPortObject
-
Public no arg constructor required by super class.
- ViewPropertyPortObject(DataTableSpec, String) - Constructor for class org.knime.core.node.port.viewproperty.ViewPropertyPortObject
-
Constructor used to instantiate this object during a node's execute
method.
- ViewUpdateNotice - Class in org.knime.base.node.util.exttool
-
Object sent to the node views to notify them about a new line that should be
displayed.
- ViewUpdateNotice(ViewUpdateNotice.ViewType) - Constructor for class org.knime.base.node.util.exttool.ViewUpdateNotice
-
Creates a new notification object for the specified view type.
- ViewUpdateNotice.ViewType - Enum in org.knime.base.node.util.exttool
-
the different types of view reacting to update notifications.
- ViewUtils - Class in org.knime.core.node.util
-
- VirtualParallelizedChunkNodeInput - Class in org.knime.core.node.workflow.virtual.parchunk
-
Utility object that represents the output objects of virtual input nodes.
- VirtualParallelizedChunkNodeInput(PortObject[], int) - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkNodeInput
-
- VirtualParallelizedChunkNodeInput(PortObject[], List<FlowVariable>, int) - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkNodeInput
-
- VirtualParallelizedChunkPortObjectInNodeFactory - Class in org.knime.core.node.workflow.virtual.parchunk
-
Node used for parallelization loops and sub nodes.
- VirtualParallelizedChunkPortObjectInNodeFactory() - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
-
Persistor used by constructor.
- VirtualParallelizedChunkPortObjectInNodeFactory(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
-
Client side constructor.
- VirtualParallelizedChunkPortObjectInNodeModel - Class in org.knime.core.node.workflow.virtual.parchunk
-
- VirtualParallelizedChunkPortObjectInNodeModel(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
-
- VirtualParallelizedChunkPortObjectOutNodeFactory - Class in org.knime.core.node.workflow.virtual.parchunk
-
- VirtualParallelizedChunkPortObjectOutNodeFactory() - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
-
Serialization constructor.
- VirtualParallelizedChunkPortObjectOutNodeFactory(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
-
- VirtualParallelizedChunkPortObjectOutNodeModel - Class in org.knime.core.node.workflow.virtual.parchunk
-
- VirtualParallelizedChunkPortObjectOutNodeModel(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
-
- VirtualPortObjectInNodeFactory - Class in org.knime.core.node.workflow.virtual
-
- VirtualPortObjectInNodeFactory(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.VirtualPortObjectInNodeFactory
-
Deprecated.
- VirtualPortObjectOutNodeFactory - Class in org.knime.core.node.workflow.virtual
-
- VirtualPortObjectOutNodeFactory() - Constructor for class org.knime.core.node.workflow.virtual.VirtualPortObjectOutNodeFactory
-
Deprecated.
Persistor used by constructor.
- VirtualPortObjectOutNodeFactory(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.VirtualPortObjectOutNodeFactory
-
Deprecated.
Client side constructor.
- VirtualSubNodeExchange - Class in org.knime.core.node.workflow.virtual.subnode
-
Utility object that represents the output objects of virtual output nodes.
- VirtualSubNodeExchange(PortObjectSpec[], Collection<FlowVariable>) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeExchange
-
Called when subnode's input changes (configure).
- VirtualSubNodeExchange(PortObject[], Collection<FlowVariable>) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeExchange
-
Called during execution of subnode.
- VirtualSubNodeInputConfiguration - Class in org.knime.core.node.workflow.virtual.subnode
-
Configuration to virtual sub node input node.
- VirtualSubNodeInputConfiguration(int) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
-
- VirtualSubNodeInputNodeDialogPane - Class in org.knime.core.node.workflow.virtual.subnode
-
Dialog to sub node input.
- VirtualSubNodeInputNodeDialogPane(int) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeDialogPane
-
Default const.
- VirtualSubNodeInputNodeFactory - Class in org.knime.core.node.workflow.virtual.subnode
-
Factory to subnode virtual input node.
- VirtualSubNodeInputNodeFactory() - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
-
Persistor used by constructor.
- VirtualSubNodeInputNodeFactory(SubNodeContainer, PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
-
Client side constructor.
- VirtualSubNodeInputNodeModel - Class in org.knime.core.node.workflow.virtual.subnode
-
NodeModel of the subnode virtual source node.
- VirtualSubNodeInputNodeModel(SubNodeContainer, PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
-
- VirtualSubNodeOutputConfiguration - Class in org.knime.core.node.workflow.virtual.subnode
-
Configuration to virtual sub node output node.
- VirtualSubNodeOutputConfiguration(int) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
-
- VirtualSubNodeOutputNodeDialogPane - Class in org.knime.core.node.workflow.virtual.subnode
-
Dialog to sub node output.
- VirtualSubNodeOutputNodeDialogPane(int) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeDialogPane
-
Default const.
- VirtualSubNodeOutputNodeFactory - Class in org.knime.core.node.workflow.virtual.subnode
-
Factory to virtual subnode output node.
- VirtualSubNodeOutputNodeFactory() - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
-
Serialization constructor.
- VirtualSubNodeOutputNodeFactory(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
-
- VirtualSubNodeOutputNodeModel - Class in org.knime.core.node.workflow.virtual.subnode
-
NodeModel to subnode virtual output node.
- VirtualSubNodeOutputNodeModel(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
-
- visit(int[], int, int, long, long) - Method in interface org.knime.base.util.math.Combinations.Callback
-
This method is called with one particular combination of k
selected numbers (from 0 to n - 1) in the array
selected.
- VMFileLocker - Class in org.knime.core.util
-
Locks file exclusively for this VM - but accepts multiple locks within this
VM.
- VoidTable - Class in org.knime.core.data.container
-
A table that is void and only a placeholder for a streamed output.
- VolumeAnchorBasedShrink - Class in org.knime.base.node.mine.bfn.fuzzy.shrink
-
ShrinkVolumeAnchorBased.
- VolumeBorderBasedShrink - Class in org.knime.base.node.mine.bfn.fuzzy.shrink
-
ShrinkDistanceBased.
- VolumeRuleBasedShrink - Class in org.knime.base.node.mine.bfn.fuzzy.shrink
-
Calculates the volume loss from the left or right support or core region
border to the new value, divided by the support spread
d1_i*Prod(i!=k)d2_k/Prod(k)d2_k = d1_i/d2_i.
- VTextIcon - Class in org.knime.core.node.util
-
Deprecated.
- VTextIcon(Component, String) - Constructor for class org.knime.core.node.util.VTextIcon
-
Deprecated.
Creates a VTextIcon for the specified component
with the specified label.
- VTextIcon(Component, String, int) - Constructor for class org.knime.core.node.util.VTextIcon
-
Deprecated.
Creates a VTextIcon for the specified component
with the specified label.