A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
A
- AbstractCellFactory - Class in org.knime.core.data.container
- Default implementation of a
CellFactory
, which creates more than
a single new column. - AbstractCellFactory(DataColumnSpec...) -
Constructor for class org.knime.core.data.container.AbstractCellFactory
- Creates instance, which will produce content for the columns as
specified by the array argument.
- AbstractConfigEntry - Class in org.knime.core.node.config
- Abstract Config entry holding only a Config entry type.
- AbstractConfigEntry(ConfigEntries, String) -
Constructor for class org.knime.core.node.config.AbstractConfigEntry
- Creates a new Config entry by the given key and type.
- AbstractDrawingPane - Class in org.knime.base.node.viz.plotter
- Supports the selection of elements (also paints the selection rectangle) and
anti-aliasing, override
AbstractDrawingPane.paintContent(Graphics)
. - AbstractDrawingPane() -
Constructor for class org.knime.base.node.viz.plotter.AbstractDrawingPane
-
- AbstractHistogramNodeModel - Class in org.knime.base.node.viz.histogram.node
-
- AbstractHistogramNodeModel() -
Constructor for class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
- Constructor for class AbstractHistogramNodeModel.
- AbstractHistogramPlotter - Class in org.knime.base.node.viz.histogram.impl
- Abstract class which is the coordinator between the
HistogramDrawingPane
and the AbstractHistogramVizModel
. - AbstractHistogramPlotter(AbstractHistogramProperties, HiLiteHandler) -
Constructor for class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- Constructor for class AbstractHistogramPlotter.
- AbstractHistogramProperties - Class in org.knime.base.node.viz.histogram.impl
- Abstract class which handles the default properties like layouting.
- AbstractHistogramProperties(DataTableSpec, AbstractHistogramVizModel) -
Constructor for class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
- Constructor for class AbstractHistogramProperties.
- AbstractHistogramVizModel - Class in org.knime.base.node.viz.histogram.datamodel
- This is the basic visualization model for a histogram.
- AbstractHistogramVizModel(List<Color>, AggregationMethod, HistogramLayout, int) -
Constructor for class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
- Constructor for class HistogramVizModel.
- AbstractHistogramVizModel.HistogramHiliteCalculator - Class in org.knime.base.node.viz.histogram.datamodel
- The histogram hilite shape calculator.
- AbstractHistogramVizModel.HistogramHiliteCalculator() -
Constructor for class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
- Constructor for class HistogramHiliteCalculator.
- AbstractMany2OneCellFactory - Class in org.knime.base.node.preproc.columnTrans
-
- AbstractMany2OneCellFactory(DataTableSpec, String, int[]) -
Constructor for class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
-
- AbstractNodeView<T extends NodeModel> - Class in org.knime.core.node
- Abstract implementation of a node view.
- AbstractNodeView(T) -
Constructor for class org.knime.core.node.AbstractNodeView
- Creates new view.
- AbstractPainterDataValueRenderer - Class in org.knime.core.data.renderer
- Abstract implementation of a
DataValueRenderer
that renders more
complex scenes than just ordinary text. - AbstractPainterDataValueRenderer() -
Constructor for class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
- Creates a default table cell renderer.
- AbstractParallelNodeModel - Class in org.knime.base.node.parallel
- This class is an extension of a normal
NodeModel
that offers parallel processing of DataTable
s. - AbstractParallelNodeModel(int, int, int, ThreadPool) -
Constructor for class org.knime.base.node.parallel.AbstractParallelNodeModel
- Creates a new AbstractParallelNodeModel.
- AbstractPlotter - Class in org.knime.base.node.viz.plotter
- Provides functionality for zooming, moving and selection and is designed to
be extended.
- AbstractPlotter(AbstractDrawingPane, AbstractPlotterProperties) -
Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter
- Creates a new plotter with a drawing pane and a properties panel.
- AbstractPlotter.MovingMouseListener - Class in org.knime.base.node.viz.plotter
- When the drawing pane is larger then the viewport for it, this mouse
listener realizes the possibility to drag the drawing pane inside the
viewport.
- AbstractPlotter.MovingMouseListener() -
Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
-
- AbstractPlotter.SelectionMouseListener - Class in org.knime.base.node.viz.plotter
- The selection mouse listener checks the selection status, that is, if the
mouse was dragged, the CTRL key is pressed and so on and calls the
appropriate methods in the
AbstractPlotter
. - AbstractPlotter.SelectionMouseListener() -
Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
- Listens to the drawing pane of this plotter.
- AbstractPlotter.SelectionMouseListener(AbstractDrawingPane) -
Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
-
- AbstractPlotter.ZoomMouseListener - Class in org.knime.base.node.viz.plotter
- Realizes the zooming behaviour, when the mouse is clicked it calls the
AbstractPlotter.zoomByClick(Point)
, when the mouse is dragged
the AbstractPlotter.zoomByWindow(Rectangle)
is called. - AbstractPlotter.ZoomMouseListener() -
Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
-
- AbstractPlotterProperties - Class in org.knime.base.node.viz.plotter
- The properties contains elements to interact with the view.
- AbstractPlotterProperties() -
Constructor for class org.knime.base.node.viz.plotter.AbstractPlotterProperties
-
- AbstractPortObject - Class in org.knime.core.node.port
- Abstract implementation of general port objects.
- AbstractPortObject() -
Constructor for class org.knime.core.node.port.AbstractPortObject
- Public no-arg constructor.
- AbstractSamplingNodeModel - Class in org.knime.base.node.preproc.sample
- NodeModel implementation to sample rows from an input table, thus, this node
has one inport.
- AbstractSamplingNodeModel(int) -
Constructor for class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
- Empty constructor, defines one inport and a given number of outports.
- AbstractSimplePortObject - Class in org.knime.core.node.port
- Abstract implementation of basic port objects that save and load themselves
from
ModelContentRO
objects. - AbstractSimplePortObject() -
Constructor for class org.knime.core.node.port.AbstractSimplePortObject
- Public no-arg constructor.
- AbstractSimplePortObjectSpec - Class in org.knime.core.node.port
- Abstract implementation of basic port object specs that save and load
themselves from
ModelContentRO
objects. - AbstractSimplePortObjectSpec() -
Constructor for class org.knime.core.node.port.AbstractSimplePortObjectSpec
- Public no-arg constructor.
- accept(File) -
Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel.ARFFFileFilter
-
- accept(File) -
Method in class org.knime.core.util.FileReaderFileFilter
-
- accept(File) -
Method in class org.knime.core.util.SimpleFileFilter
-
- accepts(DataColumnSpec) -
Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
- Returns always
true
.
- accepts(DataColumnSpec) -
Method in interface org.knime.core.data.renderer.DataValueRenderer
- Is this renderer instance able to render the content of the column
given by
spec
.
- accepts(String, DataColumnSpec) -
Method in interface org.knime.core.data.renderer.DataValueRendererFamily
- Is the renderer with the given description able to render the
content of
spec
.
- accepts(DataColumnSpec) -
Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
- Returns always
true
.
- accepts(String, DataColumnSpec) -
Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
- Delegates to renderer.
- accepts(DataColumnSpec) -
Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
- Is this renderer instance able to render the content of the column
given by
spec
.
- accepts(DataColumnSpec) -
Method in class org.knime.core.data.renderer.DoubleBarRenderer
- Returns
true
if the spec contains domain information
and false
otherwise.
- accepts(DataColumnSpec) -
Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
- Returns
true
if the spec contains domain information
and false
otherwise.
- accepts(String, DataColumnSpec) -
Method in class org.knime.core.data.renderer.SetOfRendererFamilies
- Is the renderer with the given description able to render the
content of
spec
.
- accepts(DataColumnSpec) -
Method in class org.knime.core.data.renderer.SetOfRendererFamilies
- Is this renderer instance able to render the content of the column
given by
spec
.
- acceptsPortObject(PortObject) -
Method in class org.knime.core.node.port.PortType
-
- acceptsPortObjectSpec(PortObjectSpec) -
Method in class org.knime.core.node.port.PortType
-
- acceptsURL(String) -
Method in class org.knime.base.node.io.database.WrappedDriver
-
- AccuracyScorerNodeDialog - Class in org.knime.base.node.mine.scorer.accuracy
- A dialog for the scorer to set the two table columns to score for.
- AccuracyScorerNodeDialog() -
Constructor for class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
- Creates a new
NodeDialogPane
for scoring in order to set the two
columns to compare.
- AccuracyScorerNodeFactory - Class in org.knime.base.node.mine.scorer.accuracy
- The factory for the hilite scorer node.
- AccuracyScorerNodeFactory() -
Constructor for class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
-
- AccuracyScorerNodeModel - Class in org.knime.base.node.mine.scorer.accuracy
- The hilite scorer node's model.
- AccuracyScorerNodeModel() -
Constructor for class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Inits a new
ScorerNodeModel
with one in- and one output.
- AccuracyScorerNodeView - Class in org.knime.base.node.mine.scorer.accuracy
- This view displays the scoring results.
- AccuracyScorerNodeView(AccuracyScorerNodeModel) -
Constructor for class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
- Creates a new ScorerNodeView displaying the table with the score.
- actionPerformed(ActionEvent) -
Method in class org.knime.base.node.mine.sota.SotaHierarchicalFuzzySettings.SotaHierarchicalFuzzySettingsController
-
- actionPerformed(ActionEvent) -
Method in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel.SotaTreeViewPanelController
-
- actionPerformed(ActionEvent) -
Method in class org.knime.core.node.FlowVariableModelButton
- React to clicks on the underlying button: open dialog which enables
the user to change the underlying settings.
- actionPerformed(ActionEvent) -
Method in class org.knime.core.node.interrupt.InterruptibleNodeView
- Here the control of the InterruptibleNodeModel is done.
- activateOptions() -
Method in class org.knime.core.util.LogfileAppender
-
- activationFunction(double) -
Method in class org.knime.base.data.neural.InputPerceptron
- Activation function, returns the input.
- activationFunction(double) -
Method in class org.knime.base.data.neural.Perceptron
- Activation function.
- activationFunction(double) -
Method in class org.knime.base.data.neural.SigmoidPerceptron
- Sigmoid activation function, computes the sigmoid value of its argument.
- add(Integer) -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
- Adds the passed item to the set.
- add(Component) -
Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
-
- add(String, Set<DataCell>) -
Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
- Adds the given set of possible values to the internal structure by the
given column name.
- add(String, DataCell, DataCell) -
Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
- Add new column with lower and upper bound.
- add(double[][], double[][]) -
Static method in class org.knime.base.util.math.MathUtils
- Adds two matrices.
- add(DenseByteVector, boolean) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Returns a new vector with the sum of the counts at each position.
- add(SparseByteVector, boolean) -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
- Returns a new vector with the sum of the counts at each position.
- add(String) -
Method in class org.knime.core.node.util.StringHistory
- Adds a new String to the history.
- add(double) -
Method in class org.knime.core.util.MutableDouble
- Adds a value to this object.
- add(int) -
Method in class org.knime.core.util.MutableInteger
- Adds the given value to this mutable integer.
- addActionListener(ActionListener) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
- Adds the given listener to the button.
- addActionListener(ActionListener) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
-
- addActionListener(ActionListener) -
Method in class org.knime.core.node.util.ColumnSelectionPanel
- Delegate method to the underlying combo box.
- addAggrColumnChangeListener(ChangeListener) -
Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
-
- addAggrColumnChangeListener(ActionListener) -
Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
-
- addAggrMethodListener(ActionListener) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- addAggrMethodListener(ActionListener) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- addArrays(double[], double[]) -
Static method in class org.knime.base.util.math.MathUtils
- Adds the second array to the first one.
- addBasicDrawingElement(BasicDrawingElement) -
Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
- Adds a drawing element to the drawing pane.
- addBasisFunction(BasisFunctionLearnerRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
- Adds the given basis function to the list using its nominal value for
class assignment.
- addBendpoint(int, int, int) -
Method in class org.knime.core.node.workflow.ConnectionUIInformation
- Add a bendpoint.
- addBin(String, double, double) -
Method in class org.knime.base.node.viz.histogram.util.FixedIntervalBinCreator
-
- addBin(String, double, double) -
Method in class org.knime.base.node.viz.histogram.util.InteractiveIntervalBinCreator
-
- addBin(String, double, double) -
Method in class org.knime.base.node.viz.histogram.util.IntervalBinCreator
-
- addBinWidthChangeListener(ChangeListener) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- addBlockCommentPattern(String, String, boolean, boolean) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Adds support for block comment to the tokenizer.
- addBlockCommentPattern(String, String, boolean, boolean) -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- Adds support for block comment to the tokenizer.
- addBoolean(String, boolean) -
Method in class org.knime.core.node.config.Config
- Adds this boolean value to the Config by the given key.
- addBoolean(String, boolean) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this boolean value to the Config by the given key.
- addBooleanArray(String, boolean...) -
Method in class org.knime.core.node.config.Config
- Adds this boolean values to the Config by the given key.
- addBooleanArray(String, boolean...) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this boolean values to the Config by the given key.
- addByte(String, byte) -
Method in class org.knime.core.node.config.Config
- Adds this byte value to the Config by the given key.
- addByte(String, byte) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this byte value to the Config by the given key.
- addByteArray(String, byte...) -
Method in class org.knime.core.node.config.Config
- Adds this byte array to the Config by the given key.
- addByteArray(String, byte...) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this byte array to the Config by the given key.
- addChangeListener(ChangeListener) -
Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
- If someone wants to be notified if an error occurred he should register
through this method.
- addChangeListener(ChangeListener) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Adds a listener which gets informed whenever the column filtering
changes.
- addChangeListener(ChangeListener) -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
- Adds a listener which gets informed whenever the column filtering
changes.
- addChangeListener(ChangeListener) -
Method in class org.knime.base.node.viz.plotter.Axis
- Adds a
ChangeListener
, which is notified if repaint is
necessary.
- addChangeListener(ChangeListener) -
Method in class org.knime.base.node.viz.plotter.props.ColorLegendTab
- Adds a listener which gets informed whenever the color mapping was
changed.
- addChangeListener(ChangeListener) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
- Adds a listener (to the end of the listener list) which is notified,
whenever a new values is set in the model or the enable status changes.
- addChangeListener(ChangeListener) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModel
- Adds a listener (to the end of the listener list) which is notified,
whenever a new values is set in the model or the enable status changes.
- addChangeListener(ChangeListener) -
Method in class org.knime.core.node.FlowVariableModel
- Adds a listener which is notified whenever a new value is set in the
model.
- addChangeListener(ChangeListener) -
Method in class org.knime.core.node.util.ColumnFilterPanel
- Adds a listener which gets informed whenever the column filtering
changes.
- addChangeListener(ChangeListener) -
Method in class org.knime.core.node.util.FilesHistoryPanel
- Adds a change listener that gets notified if a new file name is entered
into the text field.
- addChar(String, char) -
Method in class org.knime.core.node.config.Config
- Adds this char value to the Config by the given key.
- addChar(String, char) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this char value to the Config by the given key.
- addCharArray(String, char...) -
Method in class org.knime.core.node.config.Config
- Adds this char array to the Config by the given key.
- addCharArray(String, char...) -
Method in interface org.knime.core.node.config.ConfigWO
- 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
- Adds a replacement string for obsolete class names.
- addClusteringFields(TransformerHandler, List<DataColumnSpec>) -
Method in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
- Writes the clustering fields (name).
- addClusters(TransformerHandler, double[][]) -
Method in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
- Writes the actual cluster prototypes.
- addColorToMap(Color, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Adds the given color to the color map.
- addColumn(DataColumnSpec...) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- addColumn(TableColumn) -
Method in class org.knime.core.node.tableview.TableContentView
- Overridden to set proper header content and apply renderer.
- addColumn(TableColumn) -
Method in class org.knime.core.node.tableview.TableRowHeaderView
- Makes sure to register a property handler and sets the correct
cell renderer.
- addColumnOfType(DataType) -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
- Adds the type of a new column at the end of the column list.
- addColumnTab(Box) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- addColumnTab(JComponent, JComponent) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- addComponent(DialogComponent) -
Method in class org.knime.base.node.mine.svm.learner.KernelPanel
-
- addConfig(String) -
Method in class org.knime.core.node.config.Config
- Creates a new Config with the given key and returns it.
- addConfig(Config) -
Method in class org.knime.core.node.config.Config
- Appends the given Config to this Config which has to directly derived
from this class.
- addConfig(String) -
Method in interface org.knime.core.node.config.ConfigWO
- Creates and adds a new
Config
to this Config
by the given key.
- addConfigEditTreeEventListener(ConfigEditTreeEventListener) -
Method in class org.knime.core.node.config.ConfigEditTreeModel
- Adds new listener.
- addConnection(NodeID, int, NodeID, int) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Add new connection - throw Exception if the same connection
already exists.
- addContentHandler(String, PMMLContentHandler) -
Method in class org.knime.core.node.port.pmml.PMMLMasterContentHandler
- Adds a default PMML content handler, that is able to extract the
newcessary information from the PMML file for the referring model.
- addCoordinateFactory(Class<? extends DataValue>, CoordinateFactory) -
Static method in class org.knime.base.util.coordinate.Coordinate
- Adds a coordinate factory class.
- addCovered(DataRow, DataCell) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- If a new instance of this class is covered.
- addCoveredColor(DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
- Add color of a new pattern to this tree.
- addCoveredColor(DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Add colors for a row of values if they fall within a specific
node/branch.
- addCoveredColor(DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
- Add colors for a pattern given as a row of values.
- addCoveredColor(DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Add colors for a row of values if they fall within a specific
node/branch.
- addCoveredColor(DataCell, DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Add colors for patterns given as a row of values if they fall within a
specific node.
- addCoveredColor(DataCell, DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
- Deprecated. Add colors for a pattern given as a row of values.
- addCoveredColor(DataCell, DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
- Deprecated. Add colors for a pattern given as a row of values.
- addCoveredColor(DataCell, DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
- Deprecated. Add colors for a pattern given as a row of values.
- addCoveredColor(DataCell, DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
- Add colors for patterns given as a row of values if they fall within a
specific node.
- addCoveredPattern(DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
- Add a new pattern to this tree for HiLiting purposes.
- addCoveredPattern(DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Add patterns given as a row of values if they fall within a specific
node.
- addCoveredPattern(DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
- Add patterns given as a row of values.
- addCoveredPattern(DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Add patterns given as a row of values if they fall within a specific
node.
- addCoveredPattern(DataCell, DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Add patterns given as a row of values if they fall within a specific
node.
- addCoveredPattern(DataCell, DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
- Deprecated. Add patterns given as a row of values if they fall within a specific
node.
- addCoveredPattern(DataCell, DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
- Deprecated. Add patterns given as a row of values if they fall within a specific
node.
- addCoveredPattern(DataCell, DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
- Deprecated. Add patterns given as a row of values if they fall within a specific
node.
- addCoveredPattern(DataCell, DataRow, DataTableSpec, double) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
- Add patterns given as a row of values if they fall within a specific
node.
- addCreationTime() -
Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- addCreationUser() -
Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- addCurve(String, String, boolean) -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
- Adds a new curve to the settings.
- addDataCell(String, DataCell) -
Method in class org.knime.core.node.config.Config
- Adds this DataCell object to the Config by the given key.
- addDataCell(String, DataCell) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this DataCell object to the Config by the given key.
- addDataCellArray(String, DataCell...) -
Method in class org.knime.core.node.config.Config
- Adds an array of DataCell objects to this Config.
- addDataCellArray(String, DataCell...) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds an array of DataCell objects to this Config.
- addDataRow(Color, RowKey, DataCell) -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
- Adds a new row to this element.
- addDataRow(RowKey, DataCell) -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
- Adds the given values to the sub element.
- addDataRow(RowKey, Color, Collection<ColorColumn>, DataCell...) -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- addDataRow(RowKey, Color, DataCell, DataCell...) -
Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
- Adds the given row values to the histogram.
- addDataRow(DataRow, Color, DataCell, DataCell) -
Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
-
- addDataRow2Bin(boolean, List<? extends BinDataModel>, BinDataModel, int, DataCell, Color, RowKey, Collection<ColorColumn>, DataCell...) -
Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
- Adds the given row either to the missing value bin if the x value is
missing or to the corresponding bin.
- addDataType(String, DataType) -
Method in class org.knime.core.node.config.Config
- Adds this DataType object value to the Config by the given key.
- addDataType(String, DataType) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this DataType object value to the Config by the given key.
- addDataTypeArray(String, DataType...) -
Method in class org.knime.core.node.config.Config
- Adds an array of DataType objects to this Config.
- addDataTypeArray(String, DataType...) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds an array of DataType objects to this Config.
- addDelimiterPattern(String, boolean, boolean, boolean) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Adds a delimiter to the tokenizer.
- addDelimiterPattern(Delimiter) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Adds a new delimiter pattern expecting a Delimiter object.
- addDelimiterPattern(String, boolean, boolean, boolean) -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- Adds a delimiter to the tokenizer.
- addDelimiterPattern(Delimiter) -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- Adds a new delimiter pattern expecting a Delimiter object.
- addDesiredValues(DataValue...) -
Method in class org.knime.base.util.coordinate.Coordinate
- Adds a value which should have a tick.
- addDesiredValues(DataValue...) -
Method in class org.knime.base.util.coordinate.NominalCoordinate
- Adds a value which should have a tick.
- addDesiredValues(DataValue...) -
Method in class org.knime.base.util.coordinate.NumericCoordinate
- Adds a value which should have a tick.
- addDialogComponent(DialogComponent) -
Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
- Add a new DialogComponent to the underlying dialog.
- addDomainValue(DataCellPoint) -
Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
- Adds a domain value to the set of domain values that are mapped to the
DrawingPane's dimension.
- addDot(DotInfo) -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
-
- addDotSizeChangeListener(ChangeListener) -
Method in class org.knime.base.node.viz.plotter.props.ScatterPlotterAppearanceTab
-
- addDotSizeChangeListener(ChangeListener) -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties
-
- addDotSizeChangeListener(ChangeListener) -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixProperties
-
- addDouble(String, double) -
Method in class org.knime.core.node.config.Config
- Adds a double by the given key.
- addDouble(String, double) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds a double by the given key.
- addDoubleArray(String, double...) -
Method in class org.knime.core.node.config.Config
- Adds this double array value to the Config by the given key.
- addDoubleArray(String, double...) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this double array value to the Config by the given key.
- addDrawingElement(BasicDrawingElement) -
Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
-
- addEllipse(double, double, double, double, Color, Stroke, boolean) -
Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
- Adds an ellipse with the center point (!) and the height width.
- addEntry(AbstractConfigEntry) -
Method in class org.knime.core.node.config.Config
- Adds the given Config entry to this Config.
- addError(String) -
Method in class org.knime.base.node.io.filereader.SettingsStatus
- Deprecated. Adds an error message to the status object.
- addError(String) -
Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
-
- addError(String, boolean) -
Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
-
- addError(String) -
Method in class org.knime.core.util.tokenizer.SettingsStatus
- Adds an error message to the status object.
- addExplodeSelectedSectionListener(ItemListener) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- addExplodeSizeChangeListener(ChangeListener) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- addExportType(NodeViewExport.ExportType) -
Static method in class org.knime.core.node.NodeViewExport
- Adds a singleton export type to the list of available exporters.
- addFeatureLevel(double, Collection<String>) -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
- Adds a new feature level.
- addFloat(String, float) -
Method in class org.knime.core.node.config.Config
- Adds a float by the given key.
- addFloat(String, float) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds a float by the given key.
- addFloatArray(String, float...) -
Method in class org.knime.core.node.config.Config
- Adds this float array value to the Config by the given key.
- addFloatArray(String, float...) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this float array value to the Config by the given key.
- 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.
- addHypertangentKernel(TransformerHandler, Kernel) -
Method in class org.knime.base.node.mine.svm.PMMLSVMPortObject
- Writes the PMML sigmoid kernel attributes.
- addInfo(String) -
Method in class org.knime.base.node.io.filereader.SettingsStatus
- Deprecated. Adds an informational message to the status object.
- addInfo(String) -
Method in class org.knime.core.util.tokenizer.SettingsStatus
- Adds an informational message to the status object.
- addInputLayer(TransformerHandler, MultiLayerPerceptron) -
Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkPortObject
- Writes the PMML input layer of the MLP.
- addInt(String, int) -
Method in class org.knime.core.node.config.Config
- Adds an int.
- addInt(String, int) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds an int.
- addIntArray(String, int...) -
Method in class org.knime.core.node.config.Config
- Adds this int array to the Config by the given key.
- addIntArray(String, int...) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this int array to the Config by the given key.
- 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.
- addItem(TIDItem) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
- Adds an item to the set and thereby intersecting the transaction ids.
- addItemListener(ItemListener) -
Method in class org.knime.core.node.util.ColumnSelectionPanel
- Adds an item listener to the underlying combo box.
- addIterationColumn(boolean) -
Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
- Sets if a column containing the iteration number should be appended to
the output table.
- addIterationColumn() -
Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
- Returns if a column containing the iteration number should be appended to
the output table.
- addIterationColumn(boolean) -
Method in class org.knime.base.node.meta.looper.LoopEndNodeSettings
- Sets if a column containing the iteration number should be appended to
the output table.
- addIterationColumn() -
Method in class org.knime.base.node.meta.looper.LoopEndNodeSettings
- Returns if a column containing the iteration number should be appended to
the output table.
- addJobManagerChangedListener(JobManagerChangedListener) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- addJobMgrTab(NodeContainer.NodeContainerSettings.SplitType) -
Method in class org.knime.core.node.NodeDialogPane
- Creates and adds the job manager selection tab.
- addKernel(TransformerHandler, Kernel) -
Method in class org.knime.base.node.mine.svm.PMMLSVMPortObject
- Writes the PMML kernel attributes.
- addKey(String) -
Method in class org.knime.core.util.DuplicateChecker
- Adds a new key to the duplicate checker.
- addLabelDisplayListener(ActionListener) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- addLabelDisplayListener(ActionListener) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- addLabelOrientationListener(ActionListener) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- addLastRows() -
Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
- Returns if the rows from the loop's last iteration should be added to the
output table or not.
- addLastRows(boolean) -
Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
- Sets if the rows from the loop's last iteration should be added to the
output table or not.
- addLastRowsOnly(boolean) -
Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
- Sets if only the rows from the loop's last iteration should be added
to the output table or not.
- addLastRowsOnly() -
Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
- Returns if only the rows from the loop's last iteration should be added
to the output table or not.
- addLayer(TransformerHandler, MultiLayerPerceptron, int) -
Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkPortObject
- Writes a layer of the MLP.
- addLayoutListener(ActionListener) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- addLine(DataArray, int, int, Color, Stroke) -
Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
- Plots the column in the table specified by the column index as a
line plot.
- addLine(DataArray, int, Color, Stroke) -
Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
- Deprecated. use
BasicPlotter.addLine(DataArray, int, int, Color, Stroke)
instead
- addLine(double[], Color, Stroke) -
Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
- Paints the values in the double array as y-values and the x-values are
simply the position in the array, which implies, that the y-values are
equidistant.
- addLine(double[], double[], Color, Stroke) -
Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
- Adds a line based on the points defined by the x and y values in the
referring double arrays.
- addLineInSwingThreadLater(String) -
Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
- adds the specified line (plus \n) to the end of the Textfield.
- addListener(WorkflowListener) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Add listener to list.
- addLoadedFactory(Class<? extends NodeFactory>) -
Static method in class org.knime.core.node.NodeFactory
- Adds the given factory class to the list of loaded factory classes.
- addLong(String, long) -
Method in class org.knime.core.node.config.Config
- Adds this long value to the Config by the given key.
- addLong(String, long) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this long value to the Config by the given key.
- addLongArray(String, long...) -
Method in class org.knime.core.node.config.Config
- Adds this long array to the Config by the given key.
- addLongArray(String, long...) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this long array to the Config by the given key.
- addMappingMethod(Class<? extends DataValue>, String, MappingMethod) -
Static method in class org.knime.base.util.coordinate.Coordinate
- Adds a
MappingMethod
to the internal registry.
- addMatrix(double[][], double[][]) -
Static method in class org.knime.base.util.math.MathUtils
- Adds the second matrix to the first one.
- addMessageListener(NodeMessageListener) -
Method in class org.knime.core.node.Node
- Adds a state listener to this node.
- addMiscTab() -
Method in class org.knime.core.node.NodeDialogPane
- creates and adds the miscellaneous tab that is contained in each dialog
of nodes with output ports.
- addModelContent(ModelContent) -
Method in class org.knime.core.node.ModelContent
- Add the given
ModelContent
object to this Config using the
key of the argument's ModelContent
.
- addModelContent(String) -
Method in class org.knime.core.node.ModelContent
- Creates new
ModelContentWO
object for the given key and
returns it.
- addModelContent(String) -
Method in interface org.knime.core.node.ModelContentWO
- Creates new
ModelContentWO
object for the given key and
returns it.
- addModelContent(ModelContent) -
Method in interface org.knime.core.node.ModelContentWO
- Add the given
ModelContent
object to this Config using the
key of the argument's ModelContent
.
- addMouseListener(PlotterMouseListener) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- If an additional mouse mode should be supported, extend the
PlotterMouseListener
and add it.
- 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.
- 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
-
- addNodeSettings(String) -
Method in class org.knime.core.node.NodeSettings
- Creates new
NodeSettingsWO
object for the given key and
returns it.
- addNodeSettings(NodeSettings) -
Method in class org.knime.core.node.NodeSettings
- Add the given
NodeSettings
object to this Config using the
key of the argument's NodeSettings
.
- addNodeSettings(String) -
Method in interface org.knime.core.node.NodeSettingsWO
- Creates new
NodeSettingsWO
object for the given key and
returns it.
- addNodeSettings(NodeSettings) -
Method in interface org.knime.core.node.NodeSettingsWO
- Add the given
NodeSettings
object to this Config using the
key of the argument's NodeSettings
.
- addNodeStateChangeListener(NodeStateChangeListener) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- addNodeStateChangeListener(NodeStateChangeListener) -
Method in class org.knime.core.node.workflow.NodeContainerOutPort
-
- addNodeStateChangeListener(NodeStateChangeListener) -
Method in interface org.knime.core.node.workflow.NodeOutPort
-
- addNodeStateChangeListener(NodeStateChangeListener) -
Method in class org.knime.core.node.workflow.NodeOutPortWrapper
-
- addNodeToTreeDepthFirst(DecisionTreeNode, int) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Add a new node to the tree structure based on a depth-first indexing
strategy.
- addNodeToTreeDepthFirst(DecisionTreeNode, int) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
- Add a new node to the tree structure based on a depth-first indexing
strategy.
- addNodeToTreeDepthFirst(DecisionTreeNode, int) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Add a new node to the tree structure based on a depth-first indexing
strategy.
- addNodeToTreeDepthFirst(DecisionTreeNode, int) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
- Deprecated. Add a new node to the tree structure based on a depth-first indexing
strategy.
- addNodeToTreeDepthFirst(DecisionTreeNode, int) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
- Deprecated. Add a new node to the tree structure based on a depth-first indexing
strategy.
- addNodeToTreeDepthFirst(DecisionTreeNode, int) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
- Deprecated. Add a new node to the tree structure based on a depth-first indexing
strategy.
- addNoOfBinsChangeListener(ChangeListener) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- addOrReplaceDelimiterPattern(String, boolean, boolean, boolean) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Replaces the delimiter with the same delimiter pattern overriding the
values for
combineConsecutiveDelims
,
returnAsSeparateToken
, and includeInToken
.
- addOrReplaceDelimiterPattern(String, boolean, boolean, boolean) -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- Replaces the delimiter with the same delimiter pattern overriding the
values for
combineConsecutiveDelims
,
returnAsSeparateToken
, and includeInToken
.
- addOutputLayer(TransformerHandler, MultiLayerPerceptron) -
Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkPortObject
- Writes the PMML output layer of the MLP.
- 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
-
- addPMMLContentHandler(String, PMMLContentHandler) -
Method in class org.knime.core.node.port.pmml.PMMLPortObject
- Adds a content handler to the master content handler.
- 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.
- addPolynomialKernel(TransformerHandler, Kernel) -
Method in class org.knime.base.node.mine.svm.PMMLSVMPortObject
- Writes the PMML polynomial kernel attributes.
- addPredicate(PMMLPredicate) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
- Adds a PMMLPredicate.
- 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(NodeProgressListener) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- addPropertyChangeListener(PropertyChangeListener) -
Method in class org.knime.core.node.tableview.TableContentModel
- Adds property change listener to this instance.
- addPropertyChangeListener(String, PropertyChangeListener) -
Method in class org.knime.core.node.tableview.TableContentModel
- Adds property change listener to this instance.
- addQuotePattern(String, String, char) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Adds support for the specified quote patterns and escape character.
- addQuotePattern(String, String, char, boolean) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated.
- addQuotePattern(String, String) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated.
- addQuotePattern(String, String, boolean) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated.
- addQuotePattern(String, String, char) -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- Adds support for the specified quote patterns and escape character.
- addQuotePattern(String, String, char, boolean) -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
- addQuotePattern(String, String) -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
- addQuotePattern(String, String, boolean) -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
- addRBFKernel(TransformerHandler, Kernel) -
Method in class org.knime.base.node.mine.svm.PMMLSVMPortObject
- Writes the PMML RBF kernel attributes.
- 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.
- addRow(DataRowWeighted) -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Adds a
DataRowWeighted
.
- addRow(RowKey...) -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
- Adds the rows to this
DendrogramPoint
.
- addRow(DataRow, boolean, boolean) -
Method in class org.knime.core.data.container.Buffer
- Adds a row to the buffer.
- addRowDelimiter(String, boolean) -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
- Will add a delimiter pattern that will terminate a row.
- addRowKey(String, RowKey) -
Method in class org.knime.core.node.config.Config
- Adds this
RowKey
object to this Config by the given key.
- addRowKey(String, RowKey) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this
RowKey
object to this Config by the given key.
- addRowKeyArray(String, RowKey...) -
Method in class org.knime.core.node.config.Config
- Adds this
RowKey
array to this Config by the given key.
- addRowKeyArray(String, RowKey...) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this
RowKey
array to this Config by the given key.
- addRowKeyForDuplicateCheck(RowKey) -
Method in class org.knime.core.data.container.DataContainer
- Method being called when
DataContainer.addRowToTable(DataRow)
is called.
- addRows(Set<RowKey>) -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
- Adds the rows to thsi
DendrogramPoint
.
- addRowToTable(DataRow) -
Method in class org.knime.core.data.container.DataContainer
- Appends a row to the end of a container.
- addRowToTable(DataRow) -
Method in interface org.knime.core.data.container.RowAppender
- Appends a row to the end of a container.
- addRule(String) -
Method in class org.knime.base.node.rules.RuleEngineSettings
- Adds a rule.
- addSelectionInterval(int, int) -
Method in class org.knime.core.util.NoSelectionListSelectionModel
-
- addShort(String, short) -
Method in class org.knime.core.node.config.Config
- Adds this short value to the Config by the given key.
- addShort(String, short) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this short value to the Config by the given key.
- addShortArray(String, short...) -
Method in class org.knime.core.node.config.Config
- Adds this short array to the Config by the given key.
- addShortArray(String, short...) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this short array to the Config by the given key.
- addShowBarOutlineChangedListener(ItemListener) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- addShowBinOutlineChangedListener(ItemListener) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- addShowDetailsListener(ItemListener) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- addShowElementOutlineChangedListener(ItemListener) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- addShowEmptyBinListener(ItemListener) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- addShowGridChangedListener(ItemListener) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- addShowMissingValBinListener(ItemListener) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- addShowMissingValSectionListener(ItemListener) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- addShowSectionOutlineChangedListener(ItemListener) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- addSingleLineCommentPattern(String, boolean, boolean) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Adds support for single line comment to the tokenizer.
- addSingleLineCommentPattern(String, boolean, boolean) -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- Adds support for single line comment to the tokenizer.
- addStatusOfSettings(SettingsStatus, boolean, DataTableSpec) -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
- Call this from derived classes to add the status of all super classes.
- addStatusOfSettings(SettingsStatus, boolean, DataTableSpec) -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
- Adds its status messages to a passed status object.
- addStatusOfSettings(SettingsStatus, boolean) -
Method in class org.knime.base.node.io.filereader.FileTable
- Adds its status messages to a passed status object.
- addStatusOfSettings(SettingsStatus) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Checks the completeness and consistency of all settings and adds
informational messages, warnings, and errors, if something is suspicious.
- addStatusOfSettings(SettingsStatus) -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- Checks the completeness and consistency of all settings and adds
informational messages, warnings, and errors, if something is suspicious.
- addString(String, String) -
Method in class org.knime.core.node.config.Config
- Adds this String object to the Config by the given key.
- addString(String, String) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this String object to the Config by the given key.
- addStringArray(String, String...) -
Method in class org.knime.core.node.config.Config
- Adds this array of String object to the Config by the given key.
- addStringArray(String, String...) -
Method in interface org.knime.core.node.config.ConfigWO
- Adds this array of String object to the Config by the given key.
- 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.
- addSVMs(TransformerHandler, Svm[]) -
Method in class org.knime.base.node.mine.svm.PMMLSVMPortObject
- Writes the PMML support vector machines.
- addTab(String, Component) -
Method in class org.knime.core.node.NodeDialogPane
- Adds a new component in a new tab to the node's dialog.
- addTabAt(int, String, Component) -
Method in class org.knime.core.node.NodeDialogPane
- Adds a new tab at a certain position in the tabbed pane of the node's
dialog.
- 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
-
- addTargets(TransformerHandler, MultiLayerPerceptron) -
Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkPortObject
- Writes the PMML target attributes.
- addTargets(TransformerHandler, String, String[]) -
Method in class org.knime.base.node.mine.svm.PMMLSVMPortObject
- Writes the PMML target attributes.
- 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
DataCell
s (lower-left corner).
- addTID(int) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
- Adds a transaction id to this item, thus, the item has to be present in
this transaction.
- addToFileHistory(String) -
Static method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
- Adds the specified string to the ARFF reader/writer history.
- addToHiLiteHandler(HiLiteHandler) -
Method in class org.knime.core.node.property.hilite.HiLiteManager
- Adds a new target
HiLiteHandler
to the list of registered
hilite handlers and adds the private target listener if the list of hilit
keys is empty.
- addToHiLiteHandler(HiLiteHandler) -
Method in class org.knime.core.node.property.hilite.HiLiteTranslator
- Adds a new target
HiLiteHandler
to the list of registered
hilite handlers and adds the private target listener if the list of
hilite keys is empty.
- addToHistory(File) -
Method in class org.knime.base.node.preproc.stringreplacer.dict.FilesHistoryPanel
- Adds the specified file to the history.
- addToSize(int) -
Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
- Adds given value i to size.
- addTotalChange(double) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
- addToTemporaryTables(Set<ContainerTable>) -
Method in class org.knime.core.node.Node
- Adds the argument set of tables to the set of temporary tables in this
node.
- addToZipFile(ZipOutputStream, ExecutionMonitor) -
Method in class org.knime.core.data.container.Buffer
- Method that's been called from the
ContainerTable
to save the content.
- addTreeCellClass(String) -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
- addUIInformationListener(ConnectionUIInformationListener) -
Method in class org.knime.core.node.workflow.ConnectionContainer
- Add a listener to the list of registered listeners.
- addUIInformationListener(NodeUIInformationListener) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- addUsedDistanceMeasure(TransformerHandler) -
Method in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
- Writes the used distance measure - so far it is euclidean.
- addValue(String, DataCell) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
- Adds the given value to this attribute model.
- addValueInternal(String, DataCell) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
- Adds the given value to the concrete implementation.
- addValueInternal(String, DataCell) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
- Adds the given value to the concrete implementation.
- addValueInternal(String, DataCell) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
- Adds the given value to the concrete implementation.
- addValueInternal(String, DataCell) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
- Adds the given value to the concrete implementation.
- addValueScaleListener(ActionListener) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- addVectorDictionary(TransformerHandler, Svm[], List<String>) -
Method in class org.knime.base.node.mine.svm.PMMLSVMPortObject
- Writes the PMML VectorDictionary containing all support vectors
for all support vector machines.
- addVisualization(AbstractPlotter, String) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
- Adds another tab containing a plotter.
- addVisualization(AbstractPlotter, String) -
Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
- Adds another tab with title
title
containing a plotter.
- addWaitingLoop(FlowLoopContext) -
Method in class org.knime.core.node.workflow.NodeContainer
- add a loop to the list of waiting loops.
- addWarning(String) -
Method in class org.knime.base.node.io.filereader.SettingsStatus
- Deprecated. Adds a warning message to the status object.
- addWarning(String) -
Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
-
- addWarning(String) -
Method in class org.knime.core.util.tokenizer.SettingsStatus
- Adds a warning message to the status object.
- addWarningListener(NodeModelWarningListener) -
Method in class org.knime.core.node.NodeModel
- Adds a warning listener to this node.
- addWhiteSpaceCharacter(String) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Defines a new character to be handled as a whitespace character.
- addWhiteSpaceCharacter(char) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. This is a convenience method.
- addWhiteSpaceCharacter(String) -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- Defines a new character to be handled as a whitespace character.
- addWhiteSpaceCharacter(char) -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- This is a convenience method.
- addWorkflowVariables(boolean, FlowVariable...) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Set new workflow variables.
- addWriter(Writer, NodeLogger.LEVEL, NodeLogger.LEVEL) -
Static method in class org.knime.core.node.NodeLogger
- Adds a new
Writer
with the given level to this logger.
- addXColumnChangeListener(ActionListener) -
Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
-
- addXColumnChangeListener(ChangeListener) -
Method in class org.knime.base.node.viz.histogram.node.HistogramNodeDialogPane
-
- addXColumnListener(ItemListener) -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
-
- addXMaxListener(ChangeListener) -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
-
- addXMinListener(ChangeListener) -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
-
- addYColumnListener(ItemListener) -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
-
- addYMaxListener(ChangeListener) -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
-
- addYMinListener(ChangeListener) -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
-
- adjustCell(DataCell, double) -
Method in interface org.knime.base.node.mine.sota.logic.SotaCell
- Adjusts the cells value related to the given cell with given
learningrate.
- adjustCell(DataCell, double) -
Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
- Adjusts the cells value related to the given cell with given
learningrate.
- adjustCell(DataCell, double) -
Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
- Adjusts the cells value related to the given cell with given
learningrate.
- adjustDataPoint(DataPoint, DataPoint, DataRow, DataRow) -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- Adjusts the low dimensional mapping of the first data point according
to the second data point and its mapping.
- adjustLearningRate(int) -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- Adjusts learning rate according to the given epoch.
- adjustSotaCell(SotaTreeCell, DataRow, double, String) -
Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyHelper
- Adjusts the given
SotaTreeCell
related to the given
DataRow and learningrate and assigns the given class.
- adjustSotaCell(SotaTreeCell, DataRow, double, String) -
Method in class org.knime.base.node.mine.sota.logic.SotaHelper
- Adjusts the given
SotaTreeCell
related to the given
DataRow and learningrate and assigns the given class.
- adjustSotaCell(SotaTreeCell, DataRow, double, String) -
Method in class org.knime.base.node.mine.sota.logic.SotaNumberHelper
- Adjusts the given
SotaTreeCell
related to the given
DataRow and learningrate and assigns the given class.
- AdvancedPanel - Class in org.knime.base.node.io.csvwriter
-
- AdvancedPanel() -
Constructor for class org.knime.base.node.io.csvwriter.AdvancedPanel
-
- advancedSettings() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
- Called when the user presses the "Advanced Settings..." button.
- advancedSettings() -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
- Called when the user presses the "Advanced Settings..." button.
- AffineTransConfiguration - Class in org.knime.base.data.normalize
- Configuration object for a
AffineTransTable
. - AffineTransConfiguration() -
Constructor for class org.knime.base.data.normalize.AffineTransConfiguration
- Default, no normalization on columns.
- AffineTransConfiguration(String[], double[], double[], double[], double[], String) -
Constructor for class org.knime.base.data.normalize.AffineTransConfiguration
-
- AffineTransRowIterator - Class in org.knime.base.data.normalize
- RowIterator that wraps another iterator and performs an affine
transformation, i.e.
- AffineTransRowIterator(DataTable, AffineTransTable) -
Constructor for class org.knime.base.data.normalize.AffineTransRowIterator
- Creates new row iterator given an AffineTransTable with its informations.
- AffineTransTable - Class in org.knime.base.data.normalize
- Table that performs an affine transformation, i.e.
- AffineTransTable(DataTable, String[], double[], double[], double[], double[]) -
Constructor for class org.knime.base.data.normalize.AffineTransTable
- Deprecated. Create
AffineTransConfiguration
object and then
use the constructor
AffineTransTable.AffineTransTable(DataTable, AffineTransConfiguration)
.
- AffineTransTable(DataTable, AffineTransConfiguration) -
Constructor for class org.knime.base.data.normalize.AffineTransTable
- Creates new table, normalizing
table
with the configuration
given by configuration
.
- afterExecute() -
Method in class org.knime.core.node.workflow.NodeExecutionJob
- Called to finalize the execution.
- AggregateOutputNodeDialogPane - Class in org.knime.base.node.meta.xvalidation
- This dialog lets the user choose the column containing the predicted class
values and the column containing the real class values.
- AggregateOutputNodeDialogPane() -
Constructor for class org.knime.base.node.meta.xvalidation.AggregateOutputNodeDialogPane
- Creates a new dialog.
- AggregateOutputNodeFactory - Class in org.knime.base.node.meta.xvalidation
- This factory creates all necessary classes for the Cross validation
aggregator node.
- AggregateOutputNodeFactory() -
Constructor for class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
-
- AggregateOutputNodeModel - Class in org.knime.base.node.meta.xvalidation
- This models aggregates the result from each of the cross validation loops.
- AggregateOutputNodeModel() -
Constructor for class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
- Create a new model for the aggregation node.
- AggregateSettings - Class in org.knime.base.node.meta.xvalidation
- This class holds the settings for the aggregation node.
- AggregateSettings() -
Constructor for class org.knime.base.node.meta.xvalidation.AggregateSettings
-
- AGGREGATION_COLUMN_FILTER -
Static variable in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- This column filter should be used in all aggregation column
select boxes.
- AGGREGATION_COLUMN_FILTER -
Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
- This column filter should be used in all x column select boxes.
- AGGREGATION_COLUMN_LABEL -
Static variable in class org.knime.base.node.viz.pie.impl.PieProperties
- The label of the aggregation column.
- AggregationColumnDialogComponent - Class in org.knime.base.node.viz.histogram.util
-
- AggregationColumnDialogComponent(String, SettingsModelColorNameColumns, Dimension, ColumnFilter) -
Constructor for class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
- Constructor for class AggregationColumnDialogComponent.
- AggregationColumnFilterPanel - Class in org.knime.base.node.viz.histogram.util
- Panel is used to select the aggregation columns of a histogram node.
- AggregationColumnFilterPanel(String, Dimension, ColumnFilter) -
Constructor for class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
- Creates a new filter column panel with three component which are the
include list, button panel to shift elements between the two lists, and
the exclude list.
- AggregationColumnIcon - Class in org.knime.base.node.viz.histogram.util
- Constructs a new icon with its specific Color and size.
- AggregationColumnIcon(DataColumnSpec, Color) -
Constructor for class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
- Creates new squared color icon.
- AggregationColumnIconRenderer - Class in org.knime.base.node.viz.histogram.util
- Constructs a new column values renderer with is specific Color.
- AggregationColumnIconRenderer() -
Constructor for class org.knime.base.node.viz.histogram.util.AggregationColumnIconRenderer
-
- AggregationColumnPanel - Class in org.knime.base.node.preproc.groupby.dialogutil
- This class creates the aggregation column panel that allows the user to
define the aggregation columns and their aggregation method.
- AggregationColumnPanel() -
Constructor for class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
- Constructor for class AggregationColumnPanel.
- AggregationColumnTableModel - Class in org.knime.base.node.preproc.groupby.dialogutil
- This
DefaultTableModel
holds all aggregation columns and their
aggregation method. - AggregationColumnTableModel() -
Constructor for class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- AggregationMethod - Enum in org.knime.base.node.preproc.groupby.aggregation
- Enumeration which lists all available aggregation methods including
helper methods.
- AggregationMethod - Enum in org.knime.base.node.viz.aggregation
- Enumerates all possible aggregation methods of the Histogram visualisation.
- AggregationMethodComboBox - Class in org.knime.base.node.preproc.groupby.dialogutil
- This combo box is used in the aggregation column table to let the user
choose from the different compatible aggregation methods per aggregation
column.
- AggregationMethodComboBox() -
Constructor for class org.knime.base.node.preproc.groupby.dialogutil.AggregationMethodComboBox
- Creates AggregationMethod selection combo box with the allowed
methods.
- AggregationMethodListCellRenderer - Class in org.knime.base.node.preproc.groupby.dialogutil
- List cell renderer that checks if the value being renderer is of type
AggregationMethod
if so it will renderer the name of the method. - AggregationMethodListCellRenderer() -
Constructor for class org.knime.base.node.preproc.groupby.dialogutil.AggregationMethodListCellRenderer
-
- AggregationMethodTableCellEditor - Class in org.knime.base.node.preproc.groupby.dialogutil
- Extends the
DefaultTreeCellEditor
class to provide the
AggregationMethodComboBox
as cell editor. - AggregationMethodTableCellEditor(TableModel) -
Constructor for class org.knime.base.node.preproc.groupby.dialogutil.AggregationMethodTableCellEditor
- Constructor for class AggregationMethodTableCellEditor.
- AggregationMethodTableCellRenderer - Class in org.knime.base.node.preproc.groupby.dialogutil
- Table cell renderer that checks if the value being renderer is of type
AggregationMethod
if so it will renderer the name of the method. - AggregationMethodTableCellRenderer() -
Constructor for class org.knime.base.node.preproc.groupby.dialogutil.AggregationMethodTableCellRenderer
-
- AggregationModel<S,H extends Shape> - Interface in org.knime.base.node.viz.aggregation
- This interface provides methods which are common to the aggregation model
and sub model.
- AggregationOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Abstract class which has to be extended by all aggregation method operators
in the
AggregationMethod
enumeration to be used in
the GroupByTable
class. - AggregationOperator(String, boolean, boolean, boolean, int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
- Constructor for class AggregationOperator.
- AggregationOperator(String, String, boolean, boolean, boolean, int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
- Constructor for class AggregationOperator.
- AggregationValModel<T extends AggregationValSubModel<S,H>,S extends Shape,H extends Shape> - Class in org.knime.base.node.viz.aggregation
- This abstract class holds the data of a particular aggregation value and its
AggregationValSubModel
s. - AggregationValModel(String, Color, boolean) -
Constructor for class org.knime.base.node.viz.aggregation.AggregationValModel
- Constructor for class AttributeValModel.
- AggregationValModel(String, Color, Map<Color, T>, int, int, double, boolean) -
Constructor for class org.knime.base.node.viz.aggregation.AggregationValModel
- Constructor for class AttributeValModel.
- AggregationValModel(ConfigRO, ExecutionMonitor) -
Constructor for class org.knime.base.node.viz.aggregation.AggregationValModel
- Constructor for class AggregationValModel.
- AggregationValSubModel<S extends Shape,H extends Shape> - Class in org.knime.base.node.viz.aggregation
- This class holds the data of a sub model which represents rows of the
same color.
- AggregationValSubModel(Color) -
Constructor for class org.knime.base.node.viz.aggregation.AggregationValSubModel
- Constructor for class AttributeValColorModel.
- AggregationValSubModel(Color, boolean) -
Constructor for class org.knime.base.node.viz.aggregation.AggregationValSubModel
- Constructor for class AttributeValColorModel.
- AggregationValSubModel(Color, boolean, double, int, int) -
Constructor for class org.knime.base.node.viz.aggregation.AggregationValSubModel
- Constructor for class AttributeValColorModel (used for cloning).
- AggregationValSubModel(ConfigRO) -
Constructor for class org.knime.base.node.viz.aggregation.AggregationValSubModel
- Constructor for class AggregationValSubModel.
- AggrValModelComparator - Class in org.knime.base.node.viz.aggregation.util
-
- AggrValModelComparator(boolean, boolean) -
Constructor for class org.knime.base.node.viz.aggregation.util.AggrValModelComparator
- Constructor for class AggrValModelComparator.
- allFilteredMsg() -
Method in class org.knime.base.node.viz.histogram.util.NoDomainColumnFilter
-
- allFilteredMsg() -
Method in class org.knime.base.node.viz.pie.util.PieColumnFilter
-
- allFilteredMsg() -
Method in interface org.knime.core.node.util.ColumnFilter
-
- allFilteredMsg() -
Method in class org.knime.core.node.util.ColumnFilterPanel.ValueClassFilter
-
- allFilteredMsg() -
Method in class org.knime.core.node.util.CombinedColumnFilter
-
- allFilteredMsg() -
Method in class org.knime.core.node.util.DataValueColumnFilter
-
- ALLLAYERS_KEY -
Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
- Key to store all layers of the MLP in the ModelContent.
- ALLOW_MULTIPLE -
Static variable in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- The name of the settings tag which holds
true
if the user
wants that the node handles multiple occurrences as
boolean
.
- analyze(FileReaderNodeSettings, ExecutionMonitor) -
Static method in class org.knime.base.node.io.filereader.FileAnalyzer
- Tries to guess FileReader settings for the passed data file.
- analyzeAction() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
- triggers analysis.
- analyzeAction() -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
- triggers analysis.
- analyzeDataFileAndUpdatePreview(boolean) -
Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
- Updates the preview table, if a new and valid URL was specified in the
data file name text field or the force parameter is set true.
- analyzeDataFileAndUpdatePreview(boolean) -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
- Updates the preview table, if a new and valid URL was specified in the
data file name text field or the force parameter is set true.
- analyzeUsedAllRows() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
- and(RuleNode, RuleNode) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new AND node.
- and(BitVectorValue, BitVectorValue) -
Static method in class org.knime.core.data.vector.bitvector.BitVectorUtil
- Creates a sparse bit vector cell, in case that one or both given values
are sparse bit vector cells (otherwise a dense bit vector cell).
- and(DenseBitVector) -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Creates and returns a new bit vector whose bits are set at positions
where both, this and the argument vector have their bits set.
- and(BitVectorValue, BitVectorValue) -
Static method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
- Creates a dense bit vector cell containing the result of the AND
operation on the passed operands.
- and(SparseBitVector) -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
- Creates and returns a new bit vector whose bits are set at positions
where both, this and the argument vector have their bits set.
- and(BitVectorValue, BitVectorValue) -
Static method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
- Creates a sparse bit vector cell containing the result of the AND
operation on the passed operands.
- AndRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
- A row filter for the row filter data table ANDing two other row filters.
- AndRowFilter(RowFilter, RowFilter) -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
- Implements a
RowFilter
that takes two other
RowFilter
s and combines their results with a logical AND.
- AndRowFilter() -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
- The filter created by this constructor cannot be used without loading
settings through a config object.
- append(char) -
Method in class org.knime.base.util.NullPrintStream
-
- append(CharSequence, int, int) -
Method in class org.knime.base.util.NullPrintStream
-
- append(CharSequence) -
Method in class org.knime.base.util.NullPrintStream
-
- append(char) -
Method in class org.knime.base.util.NullWriter
-
- append(CharSequence, int, int) -
Method in class org.knime.base.util.NullWriter
-
- append(CharSequence) -
Method in class org.knime.base.util.NullWriter
-
- append(CellFactory) -
Method in class org.knime.core.data.container.ColumnRearranger
- Appends the columns provided by
fac
to the end of
the current column set.
- APPEND_ROWKEY_COLUMN -
Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
- The name of the settings tag which holds the boolean if the user wants
to have the row key values in a new column or not.
- appendAnnotation(String, boolean) -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
- Appends new annotation.
- appendClassProbabilities() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
- AppendColumn - Class in org.knime.base.node.parallel.appender
-
- AppendColumn() -
Constructor for class org.knime.base.node.parallel.appender.AppendColumn
-
- AppendedCellFactory - Interface in org.knime.base.data.append.column
- Factory for an
AppendedColumnTable
that
serves to generate the cells of the new columns. - AppendedColumnRow - Class in org.knime.base.data.append.column
- A
DataRow
that is extended by one or more
cells. - AppendedColumnRow(DataRow, DataCell...) -
Constructor for class org.knime.base.data.append.column.AppendedColumnRow
- Creates new Row with
baseRow
providing the first cells and
appendCell
as last cells.
- AppendedColumnRow(RowKey, DataRow, DataCell...) -
Constructor for class org.knime.base.data.append.column.AppendedColumnRow
- Creates new Row with
baseRow
providing the first cells and
appendCell
as last cells.
- AppendedColumnRow(DataRow, DataRow, boolean[]) -
Constructor for class org.knime.base.data.append.column.AppendedColumnRow
- Create a new row with the
baseRow
providing the first cells
and appendedRow
providing the following cells.
- AppendedColumnRow(RowKey, DataRow, DataRow, boolean[]) -
Constructor for class org.knime.base.data.append.column.AppendedColumnRow
- Create a new row with the
baseRow
providing the first cells
and appendedRow
providing the following cells.
- AppendedColumnRow(RowKey, DataRow, DataRow) -
Constructor for class org.knime.base.data.append.column.AppendedColumnRow
- Create a new row with the
baseRow
providing the first cells
and appendedRow
providing the following cells.
- AppendedColumnRowIterator - Class in org.knime.base.data.append.column
- The Iterator implementation for an
AppendedColumnTable
. - AppendedColumnRowIterator(AppendedColumnTable) -
Constructor for class org.knime.base.data.append.column.AppendedColumnRowIterator
- Creates new row iterator based on the parameters of the table argument.
- AppendedColumnTable - Class in org.knime.base.data.append.column
- A table that appends columns to a given input table.
- AppendedColumnTable(DataTable, AppendedCellFactory, DataColumnSpec...) -
Constructor for class org.knime.base.data.append.column.AppendedColumnTable
- Creates new table.
- AppendedColumnTable(DataTable, Map<RowKey, DataCell>, DataColumnSpec...) -
Constructor for class org.knime.base.data.append.column.AppendedColumnTable
- Create new table based on an underlying table with a map providing the
row key --> new cell mapping.
- AppendedRowsIterator - Class in org.knime.base.data.append.row
- Iterator over an
AppendedRowsTable
. - AppendedRowsIterator(DataTable[], DataTableSpec, String) -
Constructor for class org.knime.base.data.append.row.AppendedRowsIterator
- Creates new iterator of
tables
following spec
.
- AppendedRowsIterator(DataTable[], DataTableSpec, String, ExecutionMonitor, int) -
Constructor for class org.knime.base.data.append.row.AppendedRowsIterator
- Creates new iterator of
tables
following spec
.
- AppendedRowsIterator.RuntimeCanceledExecutionException - Exception in org.knime.base.data.append.row
- Runtime exception that's thrown when the execution monitor's
ExecutionMonitor.checkCanceled()
method throws a
CanceledExecutionException
. - AppendedRowsNodeDialog - Class in org.knime.base.node.preproc.append.row
- Dialog that allows for treatment of duplicate row keys.
- AppendedRowsNodeDialog() -
Constructor for class org.knime.base.node.preproc.append.row.AppendedRowsNodeDialog
- Constructor to init the gui and set a title.
- AppendedRowsNodeFactory - Class in org.knime.base.node.preproc.append.row
- Factory to create nodes that concatenate input tables to one output table.
- AppendedRowsNodeFactory() -
Constructor for class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
-
- AppendedRowsNodeModel - Class in org.knime.base.node.preproc.append.row
NodeModel
that concatenates its two input
table to one output table.- AppendedRowsNodeModel() -
Constructor for class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
- Creates new node model with two inputs and one output.
- AppendedRowsTable - Class in org.knime.base.data.append.row
DataTable
implementation that concatenates a set of DataTable
objects.- AppendedRowsTable(DataTable...) -
Constructor for class org.knime.base.data.append.row.AppendedRowsTable
- Concatenates a set of tables.
- AppendedRowsTable(String, DataTable...) -
Constructor for class org.knime.base.data.append.row.AppendedRowsTable
- Concatenates a set of tables.
- appendMessage(String) -
Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
-
- appendMessage(String) -
Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
-
- appendShapeHandler(DataTableSpec, String, ShapeHandler) -
Static method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
- Appends the given
ShapeHandler
to the given
DataTableSpec
for the given column.
- appendSizeHandler(DataTableSpec, String, SizeHandler) -
Static method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
- Appends the given
SizeHandler
to the given
DataTableSpec
for the given column.
- AppendToTableNodeDialogPane - Class in org.knime.base.node.flowvariable.appendvariabletotable
-
- AppendToTableNodeDialogPane() -
Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendToTableNodeDialogPane
- Inits components.
- AppendVariableToTableNodeFactory - Class in org.knime.base.node.flowvariable.appendvariabletotable
-
- AppendVariableToTableNodeFactory() -
Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
-
- AppendVariableToTableNodeModel - Class in org.knime.base.node.flowvariable.appendvariabletotable
-
- AppendVariableToTableNodeModel() -
Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
- One input, one output.
- AppendVariableToTableSettings - Class in org.knime.base.node.flowvariable.appendvariabletotable
-
- AppendVariableToTableSettings() -
Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
-
- apply(DataCell) -
Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
- Apply a value to this bining trying to cover it at all available
Bin
s.
- APPLY_COLUMN -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
- Key for the applied column: apply_column.
- applyMappingMethod(DataCell) -
Method in class org.knime.base.util.coordinate.Coordinate
- Applies the mapping method.
- applySettingsFromDialog() -
Method in class org.knime.core.node.workflow.NodeContainer
- Take settings from the node's dialog and apply them to the model.
- AprioriAlgorithm - Interface in org.knime.base.node.mine.subgroupminer.apriori
- This is an interface to hide the different implementations of the apriori
algorithm to the Nodes.
- AprioriAlgorithmFactory - Class in org.knime.base.node.mine.subgroupminer.apriori
- To hide the different implementations of the apriori algorithm to the
NodeModel, the NodeDialog simply displays the registered
AlgorithmDataStructure's and the NodeModel passes it to this factory.
- AprioriAlgorithmFactory.AlgorithmDataStructure - Enum in org.knime.base.node.mine.subgroupminer.apriori
- Register here possible implementations of the apriori algorithm to be
provided by the subgroup miner node (SubgroupMinerModel).
- Architecture - Class in org.knime.base.data.neural
- This class represents the general architecture of a neural network and
specifies how much layers, neurons constitute the neural network.
- Architecture(int, int, int, int) -
Constructor for class org.knime.base.data.neural.Architecture
- Constructs a new architecture.
- Architecture() -
Constructor for class org.knime.base.data.neural.Architecture
- Constructs a new empty architecture.
- areDialogAndNodeSettingsEqual() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- areDialogAndNodeSettingsEqual() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- areDialogAndNodeSettingsEqual() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- areDialogSettingsValid() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- areEqual(Object, Object) -
Static method in class org.knime.core.node.util.ConvenienceMethods
- Determines if both arguments are equal according to their equals
method (assumed to be symmetric).
- areSettingsValid(NodeSettingsRO) -
Method in class org.knime.core.node.Node
- Validates the argument settings.
- areSettingsValid(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- areSettingsValid(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- areSettingsValid(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- areValid(double[]) -
Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
- check if the parameters are valid.
- areValid(double[]) -
Method in interface org.knime.base.node.mine.svm.kernel.Kernel
- test if the given combination of parameters is valid
for this kernel.
- areValid(double[]) -
Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
-
- areValid(double[]) -
Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
- are these parameters ok to be used?
- ARFFReaderNodeDialog - Class in org.knime.base.node.io.arffreader
- Contains the dialog for the ARFF file reader.
- ARFFReaderNodeDialog() -
Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeDialog
- Creates a new ARFF file reader dialog.
- ARFFReaderNodeFactory - Class in org.knime.base.node.io.arffreader
-
- ARFFReaderNodeFactory() -
Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
- Will deliver a model with no default file set.
- ARFFReaderNodeFactory(String) -
Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
- This factory will create a model with the file set as default file.
- ARFFReaderNodeModel - Class in org.knime.base.node.io.arffreader
- The model of the ARFF reader node.
- ARFFReaderNodeModel() -
Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
- Creates a new ARFF reader model.
- ARFFReaderNodeModel(String) -
Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
- Creates a new ARFF reader with a default file.
- ARFFReaderNodeModel.ARFFFileFilter - Class in org.knime.base.node.io.arffreader
- FileFilter for the ARFFReader/writer file chooser dialog.
- ARFFReaderNodeModel.ARFFFileFilter() -
Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeModel.ARFFFileFilter
-
- ARFFRowIterator - Class in org.knime.base.node.io.arffreader
-
- ARFFRowIterator(URL, DataTableSpec, String) -
Constructor for class org.knime.base.node.io.arffreader.ARFFRowIterator
- Create a new row iterator reading the rows from an ARFF file at the
specified location.
- ARFFTable - Class in org.knime.base.node.io.arffreader
-
- ARFFTable(URL, DataTableSpec, String) -
Constructor for class org.knime.base.node.io.arffreader.ARFFTable
- Create a new DataTable reading its content from an ARFF file at the
specified location.
- ARFFWriterNodeDialog - Class in org.knime.base.node.io.arffwriter
- Contains the dialog for the ARFF file writer.
- ARFFWriterNodeDialog() -
Constructor for class org.knime.base.node.io.arffwriter.ARFFWriterNodeDialog
- Creates a new ARFF file reader dialog.
- ARFFWriterNodeFactory - Class in org.knime.base.node.io.arffwriter
-
- ARFFWriterNodeFactory() -
Constructor for class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
- New factory - no default file.
- ARFFWriterNodeFactory(String) -
Constructor for class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
- New ARFF factory with default output file.
- ARFFWriterNodeModel - Class in org.knime.base.node.io.arffwriter
-
- ARFFWriterNodeModel() -
Constructor for class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
- Creates a new ARFF writer model.
- ARFFWriterNodeModel(String) -
Constructor for class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
- Creates an immediately executable model.
- ArrayApriori - Class in org.knime.base.node.mine.subgroupminer.apriori
- The array apriori uses the
ArrayPrefixTreeNode
data structure to find frequent itemsets. - ArrayApriori(int, int) -
Constructor for class org.knime.base.node.mine.subgroupminer.apriori.ArrayApriori
- Creates an ArrayApriori instance with the bitset length, corresponding to
the number of items.
- ArrayPrefixTreeNode - Class in org.knime.base.node.mine.subgroupminer.apriori
- An ArrayPrefixTreeNode contains an array containing the counter for the
items, where the array position serves as the item identifier.
- ArrayPrefixTreeNode(int, ArrayPrefixTreeNode, int) -
Constructor for class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
- Constructs an ArrayPrefixTreeNode with the length specifying the size of
the array, that is, the number of countable items in that node.
- AscendingNumericTickPolicyStrategy - Class in org.knime.base.util.coordinate
- A strategy which creates tick for numeric values in ascending order.
- AscendingNumericTickPolicyStrategy() -
Constructor for class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
- Creates a policy strategy for ascending order.
- AscendingNumericTickPolicyStrategy(String) -
Constructor for class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
- Creates a policy strategy for ascending order.
- assembleInputSpecs(NodeID, PortObjectSpec[]) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Fill array holding all input specs for the given node.
- ASSERTIONS_ENABLED -
Static variable in class org.knime.core.node.KNIMEConstants
- Global flag indicating whether assertions are enabled or disabled.
- assertLog(boolean, String) -
Method in class org.knime.core.node.NodeLogger
- Check assert and write into logger if failed.
- assertLog(boolean, String, AssertionError) -
Method in class org.knime.core.node.NodeLogger
- Check assertions on/off and write debug message into logger.
- asSet() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
- Returns the items as a set of Strings.
- ASSIGN_NAN_FOR_NOISE -
Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
- Hardcode here if you prefer to have
Double.NaN
for noise instead
of a random value in a dimension (that is: If a pattern has to cluster in
universe 2, the attributes in all other universes are drawn randomly.
- AssociationRule - Class in org.knime.base.node.mine.subgroupminer.freqitemset
- A data structure to encapsulate an association rule.
- AssociationRule(FrequentItemSet, FrequentItemSet, double, double, double) -
Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
- Creates an association rule with the list of ids of the antecedent and an
id as the consequent of this rule.
- AssociationRuleModel - Class in org.knime.base.node.mine.subgroupminer.freqitemset
-
- AssociationRuleModel() -
Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
-
- 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
- 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(Config, ContentHandler) -
Static method in class org.knime.core.node.config.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.
- AtomicDouble - Class in org.knime.base.node.mine.decisiontree2.learner
- Implements an atomic double (i.e.
- AtomicDouble(double) -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.AtomicDouble
- Creates an atomic double with the given value.
- ATTRIBUTE_KEY -
Static variable in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
- The key to store the attribute in configurations.
- AttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
- This abstract class needs to be implemented by all attribute models and
provides missing value handling and some common methods.
- AttributeModel(String, int, boolean) -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
- Constructor for class ClassValue.
- AttrValueRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
- Super class for all row filters that test an attribute value (like
StringCompareRowFilter
, MissingValueRowFilter
, and
RangeRowFilter
). - AttrValueRowFilter() -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
- Don't use an instance created by this constructor until calling
loadSettings and configure.
- AttrValueRowFilter(String, boolean) -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
- The super class stores the class name and the include flag for all
filters checking the attribute value in some way.
- available() -
Method in class org.knime.core.data.container.DCObjectInputStream
-
- available() -
Method in class org.knime.core.data.container.LongUTFDataInputStream
-
- available() -
Method in class org.knime.core.data.util.NonClosableInputStream
-
- Axis - Class in org.knime.base.node.viz.plotter
- Implements a header for a scrollable area.
- Axis(int, int) -
Constructor for class org.knime.base.node.viz.plotter.Axis
- Creates a new ruler in either horizontal or vertical orientation.
- Axis(int, int, boolean) -
Constructor for class org.knime.base.node.viz.plotter.Axis
-
B
- BACKGROUND -
Static variable in class org.knime.core.data.property.ColorAttr
- The color for background as
Color.WHITE
.
- BAR_SURROUNDING_SPACE -
Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
- The space around a bar which is used to show the aggregation
column color.
- BarDataModel - Class in org.knime.base.node.viz.histogram.datamodel
- This class represents one bar in the histogram.
- BarDataModel(String, Color) -
Constructor for class org.knime.base.node.viz.histogram.datamodel.BarDataModel
- Constructor for class BarDataModel.
- BarDataModel(String, Color, boolean) -
Constructor for class org.knime.base.node.viz.histogram.datamodel.BarDataModel
- Constructor for class BarDataModel.
- BarElementDataModel - Class in org.knime.base.node.viz.histogram.datamodel
- This class represents the smallest element of a histogram and corresponds
to the color in which the rows of this element are colored.
- BarElementDataModel(Color) -
Constructor for class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
- Constructor for class BarElementDataModel.
- BarElementDataModel(Color, boolean) -
Constructor for class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
- Constructor for class BarElementDataModel.
- Basic2DDrawingElement - Class in org.knime.base.node.viz.plotter.basic
- This class is a specialization of the
BasicDrawingElement
by
providing a flag whether the shape should be filled or not. - Basic2DDrawingElement(boolean) -
Constructor for class org.knime.base.node.viz.plotter.basic.Basic2DDrawingElement
- Creates a shape either filled or not.
- BasicDrawingElement - Class in org.knime.base.node.viz.plotter.basic
- A drawing element consists of points which are already mapped to the
drawing pane's dimension.
- BasicDrawingElement() -
Constructor for class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
- Creates an empty shape with default color(black) and default stroke.
- BasicDrawingPane - Class in org.knime.base.node.viz.plotter.basic
- The
BasicDrawingPane
stores the
BasicDrawingElement
s and
paints them in the BasicDrawingPane.paintContent(Graphics)
method by calling their
#paint(Graphics2D)
method. - BasicDrawingPane() -
Constructor for class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
-
- BasicDrawingPaneImpl - Class in org.knime.base.node.viz.plotter.basic
-
- BasicDrawingPaneImpl() -
Constructor for class org.knime.base.node.viz.plotter.basic.BasicDrawingPaneImpl
-
- BasicEllipse - Class in org.knime.base.node.viz.plotter.basic
- Represents an ellipse defined by two points, the lower-left and the
upper-right corner, different from normal Java graphics behavior!
- BasicEllipse(boolean) -
Constructor for class org.knime.base.node.viz.plotter.basic.BasicEllipse
-
- BasicLine - Class in org.knime.base.node.viz.plotter.basic
- Represents a line by a list of points which are connected to one line.
- BasicLine() -
Constructor for class org.knime.base.node.viz.plotter.basic.BasicLine
-
- BasicPlotter - Class in org.knime.base.node.viz.plotter.basic
- Tha BasicPlotter provides means to add some simple, basic graphical forms to
the drawing pane, which are automatically mapped to the drawing pane's
dimension.
- BasicPlotter(AbstractDrawingPane, AbstractPlotterProperties) -
Constructor for class org.knime.base.node.viz.plotter.basic.BasicPlotter
- Always provide a possibility to construct a customized plotter.
- BasicPlotter() -
Constructor for class org.knime.base.node.viz.plotter.basic.BasicPlotter
- Constructs a plotter with a
BasicDrawingPane
and the
AbstractPlotterProperties
.
- BasicPlotterImpl - Class in org.knime.base.node.viz.plotter.basic
-
- BasicPlotterImpl(BasicDrawingPane, AbstractPlotterProperties) -
Constructor for class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
- Create a new basis plotter implementation.
- BasicPlotterImpl(BasicDrawingPane) -
Constructor for class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
-
- BasicPlotterImpl() -
Constructor for class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
-
- BasicRectangle - Class in org.knime.base.node.viz.plotter.basic
- Represents a rectangle which is defined by two points, the upper-left
and the lower-right corner as known from Java Graphics.
- BasicRectangle(boolean) -
Constructor for class org.knime.base.node.viz.plotter.basic.BasicRectangle
-
- BasicText - Class in org.knime.base.node.viz.plotter.basic
- Represents a textline, the startpoint has to be set with the
#addDomainValue(DataCellPoint)
. - BasicText(String) -
Constructor for class org.knime.base.node.viz.plotter.basic.BasicText
-
- BasisFunctionAntisymmetricRowOverlap - Class in org.knime.base.node.mine.bfn
-
- BasisFunctionAntisymmetricRowOverlap() -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionAntisymmetricRowOverlap
-
- BasisFunctionFactory - Class in org.knime.base.node.mine.bfn
- Factory class for
BasisFunctionLearnerRow
which automatically
creates new basis functions of a certain type. - BasisFunctionFactory(DataTableSpec, String[], DataType, int) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionFactory
- Creates new basisfunction factory with the given spec to extract min/max
value for all numeric columns.
- BasisFunctionFilterRow - Class in org.knime.base.node.mine.bfn
- Inner class to separate an data input row into a new row which are the
first n-1 double cells and returns the class label.
- BasisFunctionFilterRow(BasisFunctionLearnerTable, DataRow, int[], int[], String[], BasisFunctionLearnerTable.MissingValueReplacementFunction) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
- Create new basisfunction input data row with data and class columns.
- BasisFunctionIterator - Class in org.knime.base.node.mine.bfn
- Iterator over all
BasisFunctionLearnerRow
s within the
model. - BasisFunctionIterator(BasisFunctionLearnerTable) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionIterator
- Creates a new basisfunction iterator.
- BasisFunctionLearnerNodeDialogPane - Class in org.knime.base.node.mine.bfn
- Abstract dialog pane used showing a column filter panel for class column
selected and a panel for general learner options.
- BasisFunctionLearnerNodeDialogPane() -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPane
- Creates a new pane with basics and column filter panel.
- BasisFunctionLearnerNodeDialogPanel - Class in org.knime.base.node.mine.bfn
- Panel is used inside the basisfunction dialogs for general settings, such as
distance function, shrink after commit, distance measure, missing value
handling, and maximum number of epochs.
- BasisFunctionLearnerNodeDialogPanel() -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPanel
- Creates a new panel used to select select a target column which the class
information and a column name for the basisfunction model column.
- BasisFunctionLearnerNodeModel - Class in org.knime.base.node.mine.bfn
- Abstract basisfunction model holding the trained rule table.
- BasisFunctionLearnerNodeModel(PortType) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
- Creates a new model with one data in and out port, and model out-port.
- BasisFunctionLearnerNodeView<T extends BasisFunctionLearnerNodeModel> - Class in org.knime.base.node.mine.bfn
- View to display basisfunction rule models.
- BasisFunctionLearnerNodeView(T) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeView
- Create an empty bf view.
- BasisFunctionLearnerRow - Class in org.knime.base.node.mine.bfn
- General
BasisFunctionLearnerRow
prototype which provides
functions to shrink, cover, and reset rules; and to be compared with others
by its coverage. - BasisFunctionLearnerRow(RowKey, DataRow, DataCell) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Initialise a new basisfunction rule with one covered pattern since this
rule is also covered by itself.
- BasisFunctionLearnerTable - Class in org.knime.base.node.mine.bfn
- This class implements the DDA-algorithm published by Berthold&Huber
which iteratively introduces new basisfunctions and/or shrinks already
existing ones of conflicting classes during the training algorithm.
- BasisFunctionLearnerTable(BufferedDataTable, String[], String[], BasisFunctionFactory, BasisFunctionLearnerTable.MissingValueReplacementFunction, boolean, boolean, int, ExecutionMonitor) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
- Creates a new basis function learner and starts the training algorithm.
- BasisFunctionLearnerTable(BufferedDataTable, String[], String[], BasisFunctionFactory, BasisFunctionLearnerTable.MissingValueReplacementFunction, boolean, boolean, int, int[], ExecutionMonitor) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
- Creates a new basisfunction learner and starts the training algorithm.
- BasisFunctionLearnerTable.MissingValueReplacementFunction - Interface in org.knime.base.node.mine.bfn
- General missing values replacement interface.
- BasisFunctionModelContent - Class in org.knime.base.node.mine.bfn
-
- BasisFunctionModelContent(ModelContentRO, BasisFunctionPortObject.Creator) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionModelContent
- Loads a this basisfunction content from the given file directory.
- BasisFunctionModelContent(DataTableSpec, Map<DataCell, List<BasisFunctionLearnerRow>>) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionModelContent
- Creates a new basis function model object.
- BasisFunctionPortObject - Class in org.knime.base.node.mine.bfn
-
- BasisFunctionPortObject() -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPortObject
- Creates a new abstract
BasisFunctionPortObject
.
- BasisFunctionPortObject(BasisFunctionModelContent) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPortObject
- Creates a new basis function model object.
- BasisFunctionPortObject.Creator - Interface in org.knime.base.node.mine.bfn
- Creator used to instantiate basisfunction predictor rows.
- BasisFunctionPredictorCellFactory - Class in org.knime.base.node.mine.bfn
- This predictor cell factory predicts the passed rows using the underlying
basisfunction model.
- BasisFunctionPredictorCellFactory(DataColumnSpec[], boolean) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
- Create new predictor cell factory.
- BasisFunctionPredictorCellFactory(DataTableSpec, DataColumnSpec[], int[], Map<DataCell, List<BasisFunctionPredictorRow>>, double, boolean, boolean) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
- Appends one column to the given data to make a prediction for each row
using the model which contains one
BasisFunctionPredictorRow
column.
- BasisFunctionPredictorNodeDialog - Class in org.knime.base.node.mine.bfn
- A dialog to apply data to basis functions.
- BasisFunctionPredictorNodeDialog() -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
- Creates a new predictor dialog to set a name for the applied column.
- BasisFunctionPredictorNodeModel - Class in org.knime.base.node.mine.bfn
- The basis function predictor model performing a prediction on the data from
the first input and the radial basisfunction model from the second.
- BasisFunctionPredictorNodeModel(PortType) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
- Creates a new basisfunction predictor model with two inputs, the first
one which contains the data and the second with the model.
- BasisFunctionPredictorRow - Class in org.knime.base.node.mine.bfn
- Class presents a predictor row for basisfunctions providing method to apply
unknown data (compose).
- BasisFunctionPredictorRow(RowKey, DataCell, double) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
- Creates new predictor row.
- BasisFunctionPredictorRow(ModelContentRO) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
- Creates new predictor row on model content.
- BasisFunctionPredictorRowIterator - Class in org.knime.base.node.mine.bfn
- Class wraps a row iterator in order to exents the given
DataRow
elements by on cell (resp. - BasisFunctionPredictorRowIterator(RowIterator, Map<RowKey, DataCell>) -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorRowIterator
- Creates a new row iterator used for the basisfunction predictor node
which extends the input rows by a new, additional class label column.
- BasisFunctionRowInclusion - Class in org.knime.base.node.mine.bfn
-
- BasisFunctionRowInclusion() -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionRowInclusion
-
- BasisFunctionSymmetricRowOverlap - Class in org.knime.base.node.mine.bfn
- Class computes a overlapping value between two basis functions.
- BasisFunctionSymmetricRowOverlap() -
Constructor for class org.knime.base.node.mine.bfn.BasisFunctionSymmetricRowOverlap
-
- BatchExecutor - Class in org.knime.core.node.workflow
- Simple utility class that takes a workflow, either in a directory or zipped
into a single file, executes it and saves the results in the end.
- BAYES_MODEL_PORT -
Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
- The number of the Bayes model out put port.
- beforeExecute() -
Method in class org.knime.core.node.workflow.NodeExecutionJob
- Called right after the node has switched to the
NodeContainer.State.PREEXECUTE
state.
- BestGuessMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
- "Best Guess" replacement which searches for the best value in the model or
just takes the mean if not available.
- BestGuessMissingValueReplacementFunction() -
Constructor for class org.knime.base.node.mine.bfn.BestGuessMissingValueReplacementFunction
-
- BIN_RENDERER -
Static variable in class org.knime.core.data.renderer.BitVectorValueStringRenderer
- Singleton for a binary (0/1) string renderer of bit vector values.
- BIN_SURROUNDING_SPACE -
Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
- The thickness of a bin which is used to show the different bins.
- BinaryCellFactory - Class in org.knime.base.node.preproc.columnTrans
- Cell with value = 1 matches, others don't.
- BinaryCellFactory(DataTableSpec, String, int[]) -
Constructor for class org.knime.base.node.preproc.columnTrans.BinaryCellFactory
-
- BinarySvmRunnable - Class in org.knime.base.node.mine.svm.util
- Utility class to run a Binary SVM learning process.
- BinarySvmRunnable(DoubleVector[], String, Kernel, double, ExecutionMonitor) -
Constructor for class org.knime.base.node.mine.svm.util.BinarySvmRunnable
-
- BinaryTree<T> - Class in org.knime.base.node.viz.plotter.dendrogram
-
- BinaryTree(BinaryTreeNode<T>) -
Constructor for class org.knime.base.node.viz.plotter.dendrogram.BinaryTree
-
- BinaryTree.Traversal - Enum in org.knime.base.node.viz.plotter.dendrogram
- Tree traversal methods.
- BinaryTreeNode<T> - Class in org.knime.base.node.viz.plotter.dendrogram
- A generic tree with a content, a reference to the parent node and with a left
child and a right child.
- BinaryTreeNode(T) -
Constructor for class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
- The content of a
BinaryTreeNode
is final and is set only
once.
- BinDataModel - Class in org.knime.base.node.viz.histogram.datamodel
- This class represents one bin in the histogram.
- BinDataModel(String, double, double) -
Constructor for class org.knime.base.node.viz.histogram.datamodel.BinDataModel
- Constructor for class BinDataModel.
- BinDataModelComparator - Class in org.knime.base.node.viz.histogram.datamodel
- Used to sort the bins in their natural order by their caption or boundaries.
- BinDataModelComparator(int) -
Constructor for class org.knime.base.node.viz.histogram.datamodel.BinDataModelComparator
- Constructor for class BinDataModelComparator.
- BinModelDrawingPane - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
- The actual drawing pain, rendering the binned column model.
- BinModelDrawingPane() -
Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelDrawingPane
- Sets the background color to white.
- BinModelNodeView - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
- The view to visualize a binning model.
- BinModelNodeView(CAIMDiscretizationNodeModel, AbstractPlotter) -
Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
- The
NodeView
which sets the model and calls the right
methods of the plotter.
- BinModelNodeView(CAIMDiscretizationNodeModel, AbstractPlotter, String) -
Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
- A generic NodeView which sets the model and calls the right methods of
the abstract plotter.
- BinModelPlotter - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
- This plotter draws a
DiscretizationModel
. - BinModelPlotter() -
Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
- Creates a bin model plotter.
- BinnerColumnFactory - Class in org.knime.base.node.preproc.binner
- Factory to generate binned string cells from a selected column which can be
either replaced or appended.
- BinnerColumnFactory(int, BinnerColumnFactory.Bin[], String, boolean) -
Constructor for class org.knime.base.node.preproc.binner.BinnerColumnFactory
- A binned column created by name and a number of bins.
- BinnerColumnFactory.Bin - Interface in org.knime.base.node.preproc.binner
- General bin.
- BinnerNodeDialogPane - Class in org.knime.base.node.preproc.binner
- Binner dialog used to group numeric columns (int or double) into intervals.
- BinnerNodeDialogPane() -
Constructor for class org.knime.base.node.preproc.binner.BinnerNodeDialogPane
- Creates a new binner dialog.
- BinnerNodeDialogPane.IntervalItemPanel - Class in org.knime.base.node.preproc.binner
- Creates a new panel holding one interval.
- BinnerNodeDialogPane.IntervalItemPanel(BinnerNodeDialogPane.IntervalPanel, boolean, Double, boolean, Double, String, DataType) -
Constructor for class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
-
- BinnerNodeDialogPane.IntervalItemPanel(BinnerNodeDialogPane.IntervalPanel, Double, Double, String, DataType) -
Constructor for class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
-
- BinnerNodeDialogPane.IntervalPanel - Class in org.knime.base.node.preproc.binner
- Creates new panel holding one bin column.
- BinnerNodeDialogPane.IntervalPanel(String, String, Component, DataType) -
Constructor for class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalPanel
- Create new interval panel.
- BinnerNodeFactory - Class in org.knime.base.node.preproc.binner
-
- BinnerNodeFactory() -
Constructor for class org.knime.base.node.preproc.binner.BinnerNodeFactory
-
- BinnerNodeModel - Class in org.knime.base.node.preproc.binner
- Bins numeric columns into intervals which are then returned as string-type
columns.
- BinnerNodeModel() -
Constructor for class org.knime.base.node.preproc.binner.BinnerNodeModel
- Creates a new binner.
- BinningUtil - Class in org.knime.base.node.viz.histogram.util
- This class provides methods to create the bins of numerical bars.
- binNominal(DataColumnSpec, int) -
Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
-
- BinRuler - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
- A
BinRuler
is the visual representation of a column binning. - BinRuler(Point, int, int[], String[], String) -
Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
- Creates a
BinRuler
from its left starting point, the width
of the ruler, its binning boundary positions and the value labels for the
boundaries.
- BitString2BitVectorCellFactory - Class in org.knime.base.data.bitvector
-
- BitString2BitVectorCellFactory(DataColumnSpec, int) -
Constructor for class org.knime.base.data.bitvector.BitString2BitVectorCellFactory
- Create new cell factory that provides one column given by newColSpec.
- BitVectorCell - Class in org.knime.base.data.bitvector
- Deprecated.
- BitVectorCell(String) -
Constructor for class org.knime.base.data.bitvector.BitVectorCell
- Deprecated. Create new BitVectorCell with a predefined value, read from a string
which holds a hexadecimal representation.
- BitVectorCell(BitSet, int) -
Constructor for class org.knime.base.data.bitvector.BitVectorCell
- Deprecated. Creates a new BitVectorCell based on a BitSet and a fixed length for the
bits.
- BitVectorCellFactory - Class in org.knime.base.data.bitvector
- Base class for all cell factories converting strings to bitvectors.
- BitVectorCellFactory(DataColumnSpec) -
Constructor for class org.knime.base.data.bitvector.BitVectorCellFactory
-
- BitVectorColumnCellFactory - Class in org.knime.base.data.bitvector
-
- BitVectorColumnCellFactory(DataColumnSpec, int) -
Constructor for class org.knime.base.data.bitvector.BitVectorColumnCellFactory
- Create new cell factory that provides one column given by newColSpec.
- BitVectorGeneratorNodeDialog - Class in org.knime.base.node.mine.subgroupminer
- The dialog for the BitvectorGeneratorNode.
- BitVectorGeneratorNodeDialog() -
Constructor for class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeDialog
- Creates an instance of the BitVectorGeneratorNodeDialog, containing an
adjustable threshold.
- BitVectorGeneratorNodeFactory - Class in org.knime.base.node.mine.subgroupminer
- The factory for the BitVectorGenerator Node.
- BitVectorGeneratorNodeFactory() -
Constructor for class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
-
- BitVectorGeneratorNodeModel - Class in org.knime.base.node.mine.subgroupminer
- The BitvectorGenerator translates all values above or equal to a given
threshold to a set bit, values below that threshold to bits set to zero.
- BitVectorGeneratorNodeModel() -
Constructor for class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
- Creates an instance of the BitVectorGeneratorNodeModel with one inport
and one outport.
- BitVectorGeneratorNodeModel.STRING_TYPES - Enum in org.knime.base.node.mine.subgroupminer
- Represents the string types that can be parsed.
- BitVectorGeneratorView - Class in org.knime.base.node.mine.subgroupminer
- The BitvectorGeneratorView provides information about the generation of the
bitsets out of the data.
- BitVectorGeneratorView(BitVectorGeneratorNodeModel) -
Constructor for class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorView
- Creates the view instance or the BitVectorGeneratorNode with the
BitVectorGeneratorNodeModel as the underlying model.
- BitVectorUtil - Class in org.knime.core.data.vector.bitvector
- A utility class providing methods to apply set operations like "AND", "OR",
and "XOR" on different kind of
BitVectorValue
s, such as
SparseBitVectorCell
s or DenseBitVectorCell
s in a convenient
way. - BitVectorValue - Interface in org.knime.base.data.bitvector
- Deprecated. use the
BitVectorValue
in the core plug-in instead. - BitVectorValue - Interface in org.knime.core.data.vector.bitvector
- Implementing
DataCell
s store '0's and '1's at specific positions in
a vector. - BitVectorValue.BitVectorUtilityFactory - Class in org.knime.base.data.bitvector
- Deprecated. Utility Factory for Bit Vector values.
- BitVectorValue.BitVectorUtilityFactory() -
Constructor for class org.knime.base.data.bitvector.BitVectorValue.BitVectorUtilityFactory
- Deprecated.
- BitVectorValue.BitVectorUtilityFactory - Class in org.knime.core.data.vector.bitvector
- Implementations of the meta information of this value class.
- BitVectorValue.BitVectorUtilityFactory() -
Constructor for class org.knime.core.data.vector.bitvector.BitVectorValue.BitVectorUtilityFactory
- Only subclasses are allowed to instantiate this class.
- BitVectorValuePixelRenderer - Class in org.knime.base.data.bitvector
- Deprecated. use the
BitVectorValuePixelRenderer
from the core plug-in instead - BitVectorValuePixelRenderer() -
Constructor for class org.knime.base.data.bitvector.BitVectorValuePixelRenderer
- Deprecated.
- BitVectorValuePixelRenderer - Class in org.knime.core.data.renderer
- Paints
BitVectorValue
elements. - BitVectorValuePixelRenderer() -
Constructor for class org.knime.core.data.renderer.BitVectorValuePixelRenderer
-
- BitVectorValueStringRenderer - Class in org.knime.base.data.bitvector
- Deprecated. use the
BitVectorValueStringRenderer
from the core plug-in instead. - BitVectorValueStringRenderer(BitVectorValueStringRenderer.Type) -
Constructor for class org.knime.base.data.bitvector.BitVectorValueStringRenderer
- Deprecated. Constructs new renderer.
- BitVectorValueStringRenderer - Class in org.knime.core.data.renderer
-
- BitVectorValueStringRenderer(BitVectorValueStringRenderer.Type) -
Constructor for class org.knime.core.data.renderer.BitVectorValueStringRenderer
- Constructs new renderer.
- BitVectorValueStringRenderer.Type - Enum in org.knime.base.data.bitvector
- Deprecated. Possible types for string representation.
- BitVectorValueStringRenderer.Type - Enum in org.knime.core.data.renderer
- Possible types for string representation.
- BlobDataCell - Class in org.knime.core.data.container
- Abstract Binary large object cell used to handle
potentially large cells.
- BlobDataCell() -
Constructor for class org.knime.core.data.container.BlobDataCell
-
- BlobDataCell.BlobAddress - Class in org.knime.core.data.container
- Utility class that holds information where the blob is located.
- BlobDataCell.BlobAddress(int, int, boolean) -
Constructor for class org.knime.core.data.container.BlobDataCell.BlobAddress
- Create new address object.
- BlobSupportDataCellIterator - Interface in org.knime.core.data.collection
- Iterator on a collection of
DataCell
objects, permitting
the access on underlying
BlobWrapperDataCell
if applicable. - BlobSupportDataCellList - Class in org.knime.core.data.collection
- A list of
DataCell
objects, which special treatment for
BlobDataCell
. - BlobSupportDataCellList(Collection<? extends DataCell>) -
Constructor for class org.knime.core.data.collection.BlobSupportDataCellList
- Creates new instance based on a collection of data cells.
- BlobSupportDataCellSet - Class in org.knime.core.data.collection
-
- BlobSupportDataCellSet(Collection<? extends DataCell>) -
Constructor for class org.knime.core.data.collection.BlobSupportDataCellSet
- Rather use one of the factory methods to create a new set.
- BlobSupportDataRow - Class in org.knime.core.data.container
- Special row implementation that supports to access the wrapper cells of
BlobDataCell
. - BlobSupportDataRow(RowKey, DataCell[]) -
Constructor for class org.knime.core.data.container.BlobSupportDataRow
-
- BlobSupportDataRow(RowKey, DataRow) -
Constructor for class org.knime.core.data.container.BlobSupportDataRow
- Creates a new data row with a new row ID.
- BlobSupportDataRow(String, DataRow) -
Constructor for class org.knime.core.data.container.BlobSupportDataRow
- Creates a new data row with a new row ID.
- BlobWrapperDataCell - Class in org.knime.core.data.container
- Wrapper for
BlobDataCell
. - BlobWrapperDataCell(Buffer, BlobDataCell.BlobAddress, CellClassInfo) -
Constructor for class org.knime.core.data.container.BlobWrapperDataCell
- Keeps references.
- BlobWrapperDataCell(BlobDataCell) -
Constructor for class org.knime.core.data.container.BlobWrapperDataCell
- Create a new wrapper cell for a blob object.
- BlockableInputStream - Class in org.knime.core.data.container
- Input Stream that wraps a given input stream and searches for terminated end
blocks.
- BlockableInputStream(InputStream) -
Constructor for class org.knime.core.data.container.BlockableInputStream
- Inits the Stream.
- BlockableOutputStream - Class in org.knime.core.data.container
- Output stream that allows to set block marks.
- BlockableOutputStream(OutputStream) -
Constructor for class org.knime.core.data.container.BlockableOutputStream
- Constructor that simply memorizes the stream to write to.
- booleanValue() -
Method in class org.knime.core.util.MutableBoolean
- Returns the value of this object as a boolean primitive.
- BORDER -
Static variable in class org.knime.core.data.property.ColorAttr
- The color for border as
Color.DARK_GRAY
.
- BOTTOM_SPACE -
Static variable in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
- Constant for the space at the bottom between margin and axes.
- BoundaryScheme - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
- A boundary scheme holds the boundaries as linked doubles and the number of
boundaries (number of linked doubles).
- BoundaryScheme(LinkedDouble, int) -
Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BoundaryScheme
- Creates a boundary scheme from the linked double list and the number of
doubles.
- boundColumn(int) -
Method in class org.knime.core.node.tableview.TableContentModel
- Checks if given argument is in range and throws an exception
if it is not.
- BoundedValue - Interface in org.knime.core.data
- A
DataCell
should implement this interface to indicate that its
objects can be reasonably ordered. - boundRow(int) -
Method in class org.knime.core.node.tableview.TableContentModel
- Checks if given argument is in range and throws an exception
if it is not.
- boundsChanged() -
Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
- Called when user changes the values for the lower or upper bounds.
- Box - Class in org.knime.base.node.viz.plotter.box
-
- Box(int, int, int, int, int, int, double[]) -
Constructor for class org.knime.base.node.viz.plotter.box.Box
- The graphical representation of a box in a box plot.
- BoxPlotAppearanceTab - Class in org.knime.base.node.viz.plotter.props
- Provides a checkbox if the visualization of the data should be normalized
or not.
- BoxPlotAppearanceTab() -
Constructor for class org.knime.base.node.viz.plotter.props.BoxPlotAppearanceTab
- Creates a box with a checkbox (normalize).
- BoxPlotDataProvider - Interface in org.knime.base.node.viz.plotter.box
-
- BoxPlotDrawingPane - Class in org.knime.base.node.viz.plotter.box
- Paints the
Box
es, the dots from
the DotInfoArray
(since it derives from
ScatterPlotterDrawingPane
)
and the labels for the boxes and outliers. - BoxPlotDrawingPane() -
Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
-
- BoxPlotNodeFactory - Class in org.knime.base.node.viz.plotter.box
-
- BoxPlotNodeFactory() -
Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
-
- BoxPlotNodeModel - Class in org.knime.base.node.viz.plotter.box
- The input data is sorted for each numeric column and the necessary
parameters are determined: minimum, lower whisker
(in case of outliers it is the first non-outlier), lower quartile, median,
upper quartile, upper whisker and maximum.
- BoxPlotNodeModel() -
Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- One input for the data one output for the parameters (median,
quartiles and inter-quartile range(IQR).
- BoxPlotNodeView - Class in org.knime.base.node.viz.plotter.box
-
- BoxPlotNodeView(BoxPlotNodeModel, BoxPlotter) -
Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotNodeView
-
- BoxPlotter - Class in org.knime.base.node.viz.plotter.box
- The
BoxPlotter
calculates, based on the statistical
parameters determined by the
BoxPlotNodeModel
, the
Box
es to
draw in the updateSize
method. - BoxPlotter() -
Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotter
-
- BoxPlotter(BoxPlotterProperties) -
Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotter
-
- BoxPlotterProperties - Class in org.knime.base.node.viz.plotter.box
- Tab to select whether to normalize the drawing or not.
- BoxPlotterProperties() -
Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotterProperties
-
- BREAK -
Static variable in class org.knime.core.node.interrupt.InterruptControlPanel
- The identifier for the event to break and pause the execution of the
InterruptibleNodeModel.
- Buffer - Class in org.knime.core.data.container
- A buffer writes the rows from a
DataContainer
to a file. - Buffer(int, int, Map<Integer, ContainerTable>, Map<Integer, ContainerTable>) -
Constructor for class org.knime.core.data.container.Buffer
- Creates new buffer for writing.
- Buffer(File, File, DataTableSpec, InputStream, int, Map<Integer, ContainerTable>) -
Constructor for class org.knime.core.data.container.Buffer
- Creates new buffer for reading.
- Buffer.FromFileIterator - Class in org.knime.core.data.container
- Super class of all file iterators.
- Buffer.FromFileIterator() -
Constructor for class org.knime.core.data.container.Buffer.FromFileIterator
-
- BufferedDataContainer - Class in org.knime.core.node
DataContainer
to be used during a
NodeModel
's execution.- BufferedDataContainer(DataTableSpec, boolean, Node, SingleNodeContainer.MemoryPolicy, boolean, int, Map<Integer, ContainerTable>, Map<Integer, ContainerTable>) -
Constructor for class org.knime.core.node.BufferedDataContainer
- Creates new container.
- BufferedDataTable - Class in org.knime.core.node
- DataTable implementation that is passed along the KNIME workflow.
- BufferedDataTable(ContainerTable, int) -
Constructor for class org.knime.core.node.BufferedDataTable
- Creates a new buffered data table based on a container table
(caching everything).
- BufferedDataTable(RearrangeColumnsTable) -
Constructor for class org.knime.core.node.BufferedDataTable
- Creates a new buffered data table based on a changed columns table
(only memorize rows that changed).
- BufferedDataTable(TableSpecReplacerTable) -
Constructor for class org.knime.core.node.BufferedDataTable
- Creates a new buffered data table based on a changed spec table
(only keep new spec).
- BufferedDataTable(WrappedTable) -
Constructor for class org.knime.core.node.BufferedDataTable
- Creates a new buffered data table based on a wrapped table.
- BufferedDataTable(ConcatenateTable) -
Constructor for class org.knime.core.node.BufferedDataTable
- Creates a new buffered data table based on a concatenation of
BufferedDataTables.
- BufferedDataTable(JoinedTable) -
Constructor for class org.knime.core.node.BufferedDataTable
- Creates a new buffered data table based on a join of
BufferedDataTables.
- BufferedDataTable.KnowsRowCountTable - Interface in org.knime.core.node
- Internally used interface.
- BufferedDataTableHolder - Interface in org.knime.core.node
- Interface which allows a NodeModel to hold (and keep) internal
BufferedDataTables.
- BufferedDataTableView - Class in org.knime.core.node.workflow
-
- BufferedDataTableView(DataTable) -
Constructor for class org.knime.core.node.workflow.BufferedDataTableView
- A view showing the data stored in the specified output port.
- BufferedFileReader - Class in org.knime.base.node.util
- A reader that counts the number of bytes read.
- BufferedFileReader.ByteCountingStream - Class in org.knime.base.node.util
- Wraps an input stream and counts the number of bytes read from the
stream.
- BufferedFileReader.ByteCountingStream(InputStream) -
Constructor for class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
-
- BufferFromFileIteratorVersion1x - Class in org.knime.core.data.container
- (Obsolete) File iterator to read files written by a
Buffer
. - BufferFromFileIteratorVersion1x(Buffer) -
Constructor for class org.knime.core.data.container.BufferFromFileIteratorVersion1x
- Inits the iterator by opening the input stream.
- BufferFromFileIteratorVersion20 - Class in org.knime.core.data.container
- File iterator to read stream written by a
Buffer
. - BufferFromFileIteratorVersion20(Buffer) -
Constructor for class org.knime.core.data.container.BufferFromFileIteratorVersion20
- Inits iterator, opens input stream.
- BufferFromFileIteratorVersion20.DataCellStreamReader - Class in org.knime.core.data.container
- Utility class that separates the logic of reading DataCells from the
stream.
- BufferFromFileIteratorVersion20.DataCellStreamReader(Buffer) -
Constructor for class org.knime.core.data.container.BufferFromFileIteratorVersion20.DataCellStreamReader
- Only memorizes the buffer.
- BUILD -
Static variable in class org.knime.core.node.KNIMEConstants
- KNIME's build id.
- BUILD_DATE -
Static variable in class org.knime.core.node.KNIMEConstants
- The build date, is set automatically by the build scripts.
- buildChooser() -
Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
-
- buildTree() -
Method in class org.knime.base.util.kdtree.KDTreeBuilder
- Builds a k-d tree using all the patterns that have been added to the
builder so far.
- buildTree(int, ExecutionMonitor) -
Method in class org.knime.base.util.kdtree.KDTreeBuilder
- Builds a k-d tree using all the patterns that have been added to the
builder so far.
- buildTree(ExecutionMonitor) -
Method in class org.knime.base.util.kdtree.KDTreeBuilder
- Builds a k-d tree using all the patterns that have been added to the
builder so far.
- buildTree(int) -
Method in class org.knime.base.util.kdtree.KDTreeBuilder
- Builds a k-d tree using all the patterns that have been added to the
builder so far.
- ButtonGroupEnumInterface - Interface in org.knime.core.node.util
- Used to create a
ButtonGroup
in the
DialogComponentButtonGroup
class. - BWElimFilterNodeDialog - Class in org.knime.base.node.meta.feature.backwardelim
- This class is the dialog for the feature filter node.
- BWElimFilterNodeDialog() -
Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeDialog
- Creates a new dialog.
- BWElimFilterNodeFactory - Class in org.knime.base.node.meta.feature.backwardelim
- This factory creates all necessary classes for the feature elimination filter
node.
- BWElimFilterNodeFactory() -
Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
-
- BWElimFilterNodeModel - Class in org.knime.base.node.meta.feature.backwardelim
- This class is the model for the feature elimination filter node.
- BWElimFilterNodeModel() -
Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
- Creates a new model with one input and two output ports.
- BWElimFilterSettings - Class in org.knime.base.node.meta.feature.backwardelim
- This class contains the settings for the feature elimination filter node.
- BWElimFilterSettings() -
Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
-
- BWElimLoopEndNodeDialog - Class in org.knime.base.node.meta.feature.backwardelim
- This class is the dialog for the elimination loop's tail node.
- BWElimLoopEndNodeDialog() -
Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeDialog
- Creates a new dialog.
- BWElimLoopEndNodeFactory - Class in org.knime.base.node.meta.feature.backwardelim
- This factory creates all necessary classes for the elimination loop's tail
node.
- BWElimLoopEndNodeFactory() -
Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
-
- BWElimLoopEndNodeModel - Class in org.knime.base.node.meta.feature.backwardelim
- This class is the model for the elimination loop's tail node.
- BWElimLoopEndNodeModel() -
Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
- Creates a new model having one table input port, one table output port
and a model output port.
- BWElimLoopEndSettings - Class in org.knime.base.node.meta.feature.backwardelim
- This class contains th settings for the elimination loop's tail node.
- BWElimLoopEndSettings() -
Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
-
- BWElimLoopStart1NodeFactory - Class in org.knime.base.node.meta.feature.backwardelim
- This factory creates all necessary classes for the backward elimination head
node.
- BWElimLoopStart1NodeFactory() -
Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
-
- BWElimLoopStart2NodeFactory - Class in org.knime.base.node.meta.feature.backwardelim
-
- BWElimLoopStart2NodeFactory() -
Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
-
- BWElimLoopStartNodeModel - Class in org.knime.base.node.meta.feature.backwardelim
- This class is the model for the backward elimination head node.
- BWElimLoopStartNodeModel(int) -
Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
- Creates a new model with one input and one output port.
- BWElimLoopStartSettings - Class in org.knime.base.node.meta.feature.backwardelim
- This class contains the settings for the backward elimination head node.
- BWElimLoopStartSettings() -
Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartSettings
-
- BWElimModel - Class in org.knime.base.node.meta.feature.backwardelim
- This the model that holds the result of a backward elimination loop.
- BWElimModel(String) -
Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimModel
- Creates a new model.
- BYTE_ROW_SEPARATOR -
Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
- Separator for different rows.
- BYTE_TYPE_MISSING -
Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
- The char for missing cells.
- BYTE_TYPE_SERIALIZATION -
Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
- The char for cell whose type needs serialization.
- BYTE_TYPE_START -
Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
- The first used char for the map char --> type.
- bytesRead() -
Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
-
- ByteVectorValue - Interface in org.knime.core.data.vector.bytevector
- Implementations are vectors of fixed length storing byte counts at specific
positions.
- ByteVectorValue.ByteVectorUtilityFactory - Class in org.knime.core.data.vector.bytevector
- Implementations of the meta information of this value class.
- ByteVectorValue.ByteVectorUtilityFactory() -
Constructor for class org.knime.core.data.vector.bytevector.ByteVectorValue.ByteVectorUtilityFactory
- Only subclasses are allowed to instantiate this class.
- ByteVectorValuePixelRenderer - Class in org.knime.core.data.renderer
- Paints
ByteVectorValue
elements. - ByteVectorValuePixelRenderer() -
Constructor for class org.knime.core.data.renderer.ByteVectorValuePixelRenderer
-
- ByteVectorValueStringRenderer - Class in org.knime.core.data.renderer
- Renderer for byte vector values showing the string representation.
C
- cache(DataTable, ExecutionMonitor, int) -
Static method in class org.knime.core.data.container.DataContainer
- Convenience method that will buffer the entire argument table.
- cache(DataTable, ExecutionMonitor) -
Static method in class org.knime.core.data.container.DataContainer
- Convenience method that will buffer the entire argument table.
- CACHE_SIZE -
Static variable in class org.knime.core.node.tableview.TableContentModel
- Default size of the ring buffer (500).
- CacheNodeFactory - Class in org.knime.base.node.util.cache
-
- CacheNodeFactory() -
Constructor for class org.knime.base.node.util.cache.CacheNodeFactory
-
- CacheNodeModel - Class in org.knime.base.node.util.cache
- Creates a model that caches the entire input data.
- CacheNodeModel() -
Constructor for class org.knime.base.node.util.cache.CacheNodeModel
- Creates a new cache model.
- cacheSpec(DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
- Store the spec and index position to speedup subsequent evaluations.
- CAIMDiscretization2NodeFactory - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
- The Factory for the CAIM Discretizer.
- CAIMDiscretization2NodeFactory() -
Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
-
- CAIMDiscretizationNodeDialog - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
- Dialog for the CAIM discretization algorithm.
- CAIMDiscretizationNodeDialog() -
Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeDialog
- Constructor: create NodeDialog with one column filter panel.
- CAIMDiscretizationNodeModel - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
- Implements the CAIM discretization algorithm.
- CAIMDiscretizationNodeModel() -
Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
- Initializes a new CAIM model with one data in- and one data output port.
- calcDistance(DataRow, DataRow, int[]) -
Method in interface org.knime.base.node.mine.cluster.hierarchical.distfunctions.DistanceFunction
- Calculates the distance between two data rows.
- calcDistance(DataRow, DataRow, int[]) -
Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.EuclideanDist
- Calculates the distance between two data rows based on the
Euclidean distance.
- calcDistance(DataRow, DataRow, int[]) -
Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.ManhattanDist
- Calculates the distance between two data rows based on the Manhatten
distance.
- calcDistance(DataRow, DataRow, int[]) -
Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.MinkowskiDist
- Calculates the distance between two data rows based on the
Minkowski distance.
- calculateAllMoments(ExecutionMonitor) -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Calculates all the statistical moments in one pass .
- calculateAllMoments(double, ExecutionMonitor) -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Calculates all the statistical moments in one pass .
- calculateBorderArc(Arc2D, BasicStroke) -
Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
- Calculates the size of the arc with the given stroke.
- calculateBorderRect(Rectangle2D, BasicStroke) -
Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
- Calculates the size of the rectangle with the given stroke.
- calculateCaim() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.QuantaMatrix2D
- Calculates the current caim value for the quanta matrix.
- calculateCoordinates(DotInfoArray) -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
- Given the actual size of the drawing pane, the actual zoom factor, and
min/max values it calculates the screen coordinates for each dot info in
the array passed in.
- calculateDots() -
Method in class org.knime.base.node.viz.plotter.line.LinePlotter
- Calculates the screen coordinates (dots) for the lines and puts them in a
large
DotInfoArray
, which
is passed to the
LinePlotterDrawingPane
.
- calculateDotSize(int, double) -
Static method in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
- Returns one side of the square making up a dot.
- calculateHilitedShape(HiliteShapeCalculator<S, H>) -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
- Calculates the hilite rectangle or resets the hilite rectangle to
null
if no rows are hilited.
- calculateHiliteShape(HiliteShapeCalculator<S, H>) -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
- Overwrite this method to support hiliting.
- calculateHiliteShape(AggregationValModel<AggregationValSubModel<S, H>, S, H>) -
Method in interface org.knime.base.node.viz.aggregation.HiliteShapeCalculator
-
- calculateHiliteShape(AggregationValSubModel<S, H>) -
Method in interface org.knime.base.node.viz.aggregation.HiliteShapeCalculator
-
- calculateHiliteShape(AggregationValModel<AggregationValSubModel<Rectangle2D, Rectangle2D>, Rectangle2D, Rectangle2D>) -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
-
- calculateHiliteShape(AggregationValSubModel<Rectangle2D, Rectangle2D>) -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
-
- calculateHiliteShape(AggregationValModel<AggregationValSubModel<Arc2D, Arc2D>, Arc2D, Arc2D>) -
Method in class org.knime.base.node.viz.pie.datamodel.PieHiliteCalculator
-
- calculateHiliteShape(AggregationValSubModel<Arc2D, Arc2D>) -
Method in class org.knime.base.node.viz.pie.datamodel.PieHiliteCalculator
-
- calculateIntegerMaxNoOfBins(int, DataColumnSpec) -
Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
- Calculates the maximum number of bins for the given column spec if it
is an integer column or returns the given number of bins.
- calculateMappedValue(DataCell, double, double, double) -
Method in class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
- Calculates the mapped value.
- calculateMappedValue(DataCell, double) -
Method in class org.knime.base.util.coordinate.Coordinate
- Returns the mapping of a domain value for this coordinate axis.
- calculateMappedValue(DataCell, double, boolean) -
Method in class org.knime.base.util.coordinate.Coordinate
- Deprecated. Use
Coordinate.calculateMappedValue(DataCell, double)
instead.
- calculateMappedValue(DataCell, double, double, double) -
Method in class org.knime.base.util.coordinate.PolicyStrategy
- Calculates the mapped value.
- calculateMappedValue(DataCell, double, double, double, double, double) -
Method in class org.knime.base.util.coordinate.PolicyStrategy
- Calculates the mapped value.
- calculateMappedValueInternal(DataCell, double) -
Method in class org.knime.base.util.coordinate.Coordinate
- Returns the mapping of a domain value for this coordinate axis.
- calculateMappedValueInternal(DataCell, double) -
Method in class org.knime.base.util.coordinate.DoubleCoordinate
- Calculates a numeric mapping assuming a
DoubleCell
.
- calculateMappedValueInternal(DataCell, double) -
Method in class org.knime.base.util.coordinate.IntegerCoordinate
- Calculates a numeric mapping assuming a
DoubleCell
.
- calculateMappedValueInternal(DataCell, double) -
Method in class org.knime.base.util.coordinate.NominalCoordinate
- Calculates a numeric mapping assuming a column with a given number of
possible values.
- calculateMappedValueInternal(DataCell, double) -
Method in class org.knime.base.util.coordinate.NumericCoordinate
- Calculates a numeric mapping assuming a
DoubleCell
.
- calculateMidAngle(Arc2D) -
Static method in class org.knime.base.node.viz.pie.util.GeometryUtil
- Calculated the mid angle of the given arc.
- calculateMomentInSubClass(DataRow) -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Derived classes may do additional calculations here.
- calculatePartialExtent(Arc2D, double) -
Static method in class org.knime.base.node.viz.pie.util.GeometryUtil
-
- calculateSubArc(Arc2D, double) -
Static method in class org.knime.base.node.viz.pie.util.GeometryUtil
- Calculates a sub arc that lies in the given arc.
- calculateSurroundingRectangle(Rectangle2D, int, int) -
Static method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
- Calculates a surrounding rectangle with the given thickness
for the given rectangle.
- callCloseView() -
Method in class org.knime.core.node.AbstractNodeView
- Called from
AbstractNodeView.closeView()
to close the view and release all
allocated resources.
- callCloseView() -
Method in class org.knime.core.node.ExternalApplicationNodeView
- Called from
AbstractNodeView.closeView()
to close the view and release all
allocated resources.
- callCloseView() -
Method in class org.knime.core.node.NodeView
- Called by the node when it is deleted or by the "close" button.
- callCreateNodeModel() -
Method in class org.knime.core.node.NodeFactory
- Access method for
createNodeModel()
.
- callModelChanged() -
Method in class org.knime.core.node.AbstractNodeView
- Called from the model that something has changed.
- callModelChanged() -
Method in class org.knime.core.node.NodeView
- Called from the model that something has changed.
- callOpenView(String) -
Method in class org.knime.core.node.AbstractNodeView
- Direct(!) subclasses override this method and open the view or frame.
- callOpenView(String) -
Method in class org.knime.core.node.ExternalApplicationNodeView
- Direct(!) subclasses override this method and open the view or frame.
- callOpenView(String) -
Method in class org.knime.core.node.NodeView
- Direct(!) subclasses override this method and open the view or frame.
- canAddConnection(NodeID, int, NodeID, int) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Check if a new connection can be added.
- canBeFurtherUsed() -
Method in class org.knime.base.node.mine.decisiontree2.learner.Split
- Returns true if it makes sense to use this split's attribute further in
deeper levels, false if not.
- canBeFurtherUsed() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitContinuous
- For numeric splits it makes sense to use the corresponding atribute in
deeper levels.
- canBeFurtherUsed() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
- Binary nominal splits can be further used.
- canBeFurtherUsed() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalNormal
- For normal nominal splits it makes no sense to be used in deeper levels.
- cancel() -
Method in class org.knime.core.node.exec.LocalNodeExecutionJob
- Called when the execution is to be canceled.
- cancel() -
Method in class org.knime.core.node.workflow.NodeExecutionJob
- Called when the execution is to be canceled.
- cancel() -
Method in class org.knime.core.util.KNIMETimer
- Do not call this method, it won't let you cancel this timer, but
instead throw an
UnsupportedOperationException
at you.
- 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.WorkflowManager
- Cancel execution of a marked, queued, or executing node.
- cancelExecution(NodeContainer) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Cancel execution of the given NodeContainer.
- cancelRowCountingInBackground() -
Method in class org.knime.core.node.tableview.TableContentModel
- Cancels the potential row counter thread invoked by
TableContentModel.countRowsInBackground()
.
- cancelRowCountingInBackground() -
Method in class org.knime.core.node.tableview.TableContentView
- Delegate method to cancel row counting.
- cancelRowCountingInBackground() -
Method in class org.knime.core.node.tableview.TableView
- Delegate method to cancel row counting.
- canDisconnect(NodeExecutionJob) -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- Returns true, if a executing job continues running even after closing the
workflow - and if this manager can reconnect to this job after re-opening
the workflow again.
- canDisconnect(NodeExecutionJob) -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
- Returns true, if a executing job continues running even after closing the
workflow - and if this manager can reconnect to this job after re-opening
the workflow again.
- canEditImmediately(EventObject) -
Method in class org.knime.core.node.config.ConfigEditTreeEditor
-
- canExecuteNode(NodeID) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Check if a node can be executed directly.
- canReadVersion(String) -
Static method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- canReadVersion(String) -
Static method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- canRemoveConnection(ConnectionContainer) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Check if a connection can safely be removed.
- canRemoveNode(NodeID) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Check if specific node can be removed (i.e.
- canResetNode(NodeID) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Check if a node can be reset, meaning that it is executed and all of
it's successors are idle or executed as well.
- canSaveInternals() -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
-
- canSaveInternals() -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
-
- canSetJobManager(NodeID) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Is the node with the given ID ready to take a new job manager.
- cardinality() -
Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
- Returns the number of set bits (bits with value '1') in the vector.
- cardinality() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Number of bits set in this bit vector.
- cardinality() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
- Returns the number of set bits (bits with value '1') in the vector.
- cardinality() -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
- Number of bits set in this bit vector.
- cardinality() -
Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
- Returns the number of set bits (bits with value '1') in the vector.
- cardinality() -
Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
- Returns the number of counts larger than zero stored in this vector.
- cardinality() -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Returns the number of counts larger than zero stored in this vector.
- cardinality() -
Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
- Returns the number of counts larger than zero stored in this vector.
- cardinality() -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
- Returns the number of counts larger than zero stored in this vector.
- cardinality() -
Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
- Returns the number of counts larger than zero stored in this vector.
- CaseConvertNodeDialog - Class in org.knime.base.node.preproc.caseconvert
- Dialog for the
CaseConvertNodeModel
. - CaseConvertNodeDialog() -
Constructor for class org.knime.base.node.preproc.caseconvert.CaseConvertNodeDialog
- Constructor.
- CaseConvertNodeFactory - Class in org.knime.base.node.preproc.caseconvert
- NodeFactory for the CaseConverter Node.
- CaseConvertNodeFactory() -
Constructor for class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
-
- CaseConvertNodeModel - Class in org.knime.base.node.preproc.caseconvert
- NodeModel for the CaseConverter Node.
- CaseConvertNodeModel() -
Constructor for class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
- Constructor with one inport and one outport.
- caseSensitive() -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
- Returns if the pattern should match case sensitive or not.
- caseSensitive(boolean) -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
- Sets if the pattern should match case sensitive or not.
- caseSensitiveMatch() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated.
- 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.PMMLPortObjectSpec
- Constant for CDATA.
- CellClassCounter - Class in org.knime.base.node.mine.sota.logic
-
- CellClassCounter() -
Constructor for class org.knime.base.node.mine.sota.logic.CellClassCounter
- Creates new instance of
CellClassCounter
.
- CellClassInfo - Class in org.knime.core.data.container
- Pair of cell class and possibly a DataType that represents the
collection element type (only if cell class is a collection).
- CellFactory - Interface in org.knime.core.data.container
- Factory for a ColumnRearranger to provide new columns which are, e.g.
- CellSplitterByPosCellFactory - Class in org.knime.base.node.preproc.cellsplitbypos
- Creates the data cells for the new columns of the cell splitter.
- CellSplitterByPosCellFactory(DataTableSpec, String, int[], String[]) -
Constructor for class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosCellFactory
- Le Constucteur.
- CellSplitterByPosNodeDialog - Class in org.knime.base.node.preproc.cellsplitbypos
- Dialog for the CellSplitterByPos node.
- CellSplitterByPosNodeDialog() -
Constructor for class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeDialog
- The constructor.
- CellSplitterByPosNodeFactory - Class in org.knime.base.node.preproc.cellsplitbypos
NodeFactory
for the CellSplitterByPos node.- CellSplitterByPosNodeFactory() -
Constructor for class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
-
- CellSplitterByPosNodeModel - Class in org.knime.base.node.preproc.cellsplitbypos
- This is the model implementation of CellSplitterByPosition.
- CellSplitterByPosNodeModel() -
Constructor for class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
- The constructor
- CellSplitterCellFactory - Class in org.knime.base.node.preproc.cellsplit
- Creates the data cells for the new columns of the cell splitter.
- CellSplitterCellFactory(DataTableSpec, CellSplitterSettings) -
Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterCellFactory
- Constructor.
- CellSplitterNodeDialogPane - Class in org.knime.base.node.preproc.cellsplit
-
- CellSplitterNodeDialogPane() -
Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterNodeDialogPane
- Creates a new panel for the dialog and inits all components.
- CellSplitterNodeFactory - Class in org.knime.base.node.preproc.cellsplit
-
- CellSplitterNodeFactory() -
Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
-
- CellSplitterNodeModel - Class in org.knime.base.node.preproc.cellsplit
- Model of the node that splits one column into many, based on a user specified
delimiter.
- CellSplitterNodeModel() -
Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
- The constructor.
- CellSplitterSettings - Class in org.knime.base.node.preproc.cellsplit
- Extends the user settings object to a general splitter settings object.
- CellSplitterSettings() -
Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
- Creates a new settings object with no (or default) settings.
- CellSplitterSettings(NodeSettingsRO) -
Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
- Creates a new settings object with the value from the specified settings
object.
- CellSplitterUserSettings - Class in org.knime.base.node.preproc.cellsplit
- Holds all user settings needed for the cell splitter.
- CellSplitterUserSettings() -
Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
- Creates a new settings object with no (or default) settings.
- CellSplitterUserSettings(NodeSettingsRO) -
Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
- Creates a new settings object with the value from the specified settings
object.
- CFG_ANTIALIAS -
Static variable in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
- Config key for dis- or enabling antialiasing.
- CFG_APPEND_COLUMN -
Static variable in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
- Config key for new appended column (if any).
- CFG_APPEND_SUFFIX -
Static variable in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
- NodeSettings key if to append suffix (boolean).
- CFG_ASSOCIATION_RULES -
Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Config key if association rules should be output.
- CFG_BITVECTOR_COL -
Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Config key for the column containing the transactions as bitvectors.
- CFG_BOTTOM -
Static variable in class org.knime.base.node.preproc.split.SplitNodeModel
- DataCell Array of column names that build the bottom table.
- CFG_CALC_ERROR -
Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Key for flag if to compute error on training data.
- CFG_CEIL -
Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
- Key for the ceiling (next bigger) the integer.
- CFG_CLASS -
Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
- NodeSettings key for target column.
- CFG_CLASS_PROPS -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
- Config key if class probabilities should be appended to the table.
- CFG_CLASSCOL -
Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
- Key to store the class column in the NodeSettings.
- CFG_CLASSIFYCOLUMN_KEY -
Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
- Key to store the classification column in the settings.
- CFG_CLUSTERING_COLUMN -
Static variable in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
- Config identifier: column name in clustering table.
- CFG_COL1 -
Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
- Config key of the first set column.
- CFG_COL2 -
Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
- Config key of the second set column.
- CFG_COLNAME -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- NodeSettings key: write column name (only for individual columns).
- CFG_COLUMN_NAME_POLICY -
Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
- Configuration key for the aggregation column name policy.
- CFG_COLUMNS -
Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Config key for the used columns.
- CFG_COLUMNS -
Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
- Config identifier: Included columns.
- CFG_COLUMNS -
Static variable in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeModel
- Config key for the columns 2 be transformed.
- CFG_COLUMNSUSED -
Static variable in class org.knime.base.node.mine.cluster.assign.Prototype
- Key to store the columns used for clustering in the PredParams.
- CFG_CONFIDENCE -
Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Config key for the confidence of the association rules.
- CFG_CREATED_BY -
Static variable in class org.knime.core.node.workflow.WorkflowManager
- Version of KNIME that has written the workflow.
- CFG_DATA_DIR_NAME -
Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
- The name of the directory which holds the optional data of the
different histogram implementations.
- CFG_DATA_DIR_NAME -
Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
- The name of the directory which holds the optional data of the
different histogram implementations.
- CFG_DATA_FILE -
Static variable in interface org.knime.core.node.NodePersistor
-
- CFG_DATA_FILE_DIR -
Static variable in interface org.knime.core.node.NodePersistor
-
- CFG_DECIMALSEP -
Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
- Key for the decimal separator in the NodeSettings.
- CFG_DEFAULT_LABEL -
Static variable in class org.knime.base.node.rules.RuleEngineSettings
-
- CFG_DELIMITER_IN_DICT -
Static variable in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
- Config key for delimiter in dictionary.
- CFG_DELIMITER_STRING -
Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
- Config identifier: delimiter string.
- CFG_DICT_LOCATION -
Static variable in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
- Config key for dictionary location.
- CFG_DISTANCE -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionFactory
- Key for the distance function.
- CFG_DONT_KNOW_IGNORE -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
- Config key if don't know should be ignored.
- CFG_ENABLE_HILITE -
Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
- Configuration key for the enable hilite option.
- CFG_ENABLE_HILITE -
Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
- Configuration key for the enable hilite option.
- CFG_ENABLE_HILITE -
Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
- Configuration key for the enable hilite option.
- CFG_END -
Static variable in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
- Config key for the last displayed row.
- CFG_FILENAME -
Static variable in class org.knime.base.node.io.table.read.ReadTableNodeModel
- Identifier for the node settings object.
- CFG_FILENAME -
Static variable in class org.knime.base.node.io.table.write.WriteTableNodeModel
- Config identifier for the settings object.
- CFG_FIXVAL -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- NodeSettings key: write fixed value replacement (if any).
- CFG_FLOOR -
Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
- Key for the flooring (cutting) the integer.
- CFG_FROM_STRING -
Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
- Config key if a StringCell should be parsed.
- CFG_FROMROW -
Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Settings object key for the starting row.
- CFG_GROUP_BY_COLUMNS -
Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
- Configuration key of the selected group by columns.
- CFG_HAS_SPEC_FILE -
Static variable in interface org.knime.core.node.NodePersistor
-
- CFG_HILITING -
Static variable in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
- NodeSettings key: enable hiliting.
- CFG_INCL_PROBABILITYVALS_KEY -
Static variable in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
- The settings key for the include probability values boolean.
- CFG_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_INDIVIDUAL -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- NodeSettings branch identifier for individual settings.
- CFG_INTERSECT_COLUMNS -
Static variable in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
- NodeSettings key: Use only the intersection of columns.
- CFG_IS_QUOTING -
Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
- Config identifier: if to use quoting.
- CFG_IS_QUOTING_ALWAYS -
Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
- Config identifier: if is to quote always.
- CFG_ISCONFIGURED -
Static variable in interface org.knime.core.node.NodePersistor
-
- CFG_ISEXECUTED -
Static variable in interface org.knime.core.node.NodePersistor
-
- CFG_ITEMSET_TYPE -
Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Config key for the itemset type (free, closed or maximal).
- CFG_KERNELPARAM -
Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
- Key to store kernel parameters in the NodeSettings ATTENTION: this key
name is used together with an index.
- CFG_KERNELTYPE -
Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
- Key to store the kernel type in the NodeSettings.
- CFG_KEY_CLASSCOL_INDEX -
Static variable in class org.knime.base.node.mine.sota.SotaPortObject
- The configuration key for the index of the class column.
- CFG_KEY_COL_FILTER -
Static variable in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
- Config key for included columns.
- CFG_KEY_DIST -
Static variable in class org.knime.base.node.mine.sota.SotaPortObject
- The configuration key for the distance to use.
- CFG_KEY_FILTERED_COLS -
Static variable in class org.knime.base.node.mine.sota.predictor.SotaPredictorConfigKeys
- The configuration key for the filtered columns.
- CFG_KEY_INDATA_SIZE -
Static variable in class org.knime.base.node.mine.sota.SotaPortObject
- The configuration key for the size of the in data container.
- CFG_KEY_MAX_FUZZY_LEVEL -
Static variable in class org.knime.base.node.mine.sota.SotaPortObject
- The configuration key for the maximal fuzzy hierarchy level.
- CFG_KEY_MAX_VARIANCE -
Static variable in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
- Config key for variance threshold.
- CFG_KEY_ORIGDATA_SIZE -
Static variable in class org.knime.base.node.mine.sota.SotaPortObject
- The configuration key for the size of the original data container.
- CFG_KEY_SELECTIONOPTION -
Static variable in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
- Config for the force include/exclude flag.
- CFG_KEY_SPEC -
Static variable in class org.knime.base.node.mine.sota.SotaPortObject
- The configuration key for the object spec.
- CFG_KEY_USE_FUZZY_HIERARCHY -
Static variable in class org.knime.base.node.mine.sota.SotaPortObject
- The configuration key for the usage of hierarchical fuzzy data.
- CFG_KNN -
Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
- NodeSettings key for kNN parameter.
- CFG_LAPLACE_CORRECTOR_KEY -
Static variable in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
- The settings key for the laplace corrector.
- CFG_MAX_ITEMSET_LENGTH -
Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Config key for the maximal itemset length.
- CFG_MAX_ITERATIONS -
Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Config key for the maximal number of iterations.
- CFG_MAX_NO_OF_NOMINAL_VALS_KEY -
Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
- Key to store the maximum number of nominal values in the settings.
- CFG_MAX_NOMINAL -
Static variable in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
- Config key for the maximal number of nominal values.
- CFG_MAX_POSS_VALUES -
Static variable in class org.knime.base.node.preproc.domain.DomainNodeModel
- Config identifier for columns for which min and max values
must be determined.
- CFG_MAX_UNIQUE_VALUES -
Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
- Configuration key for the maximum none numerical values.
- CFG_MEAN_THRESHOLD -
Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
- Config key for the mean percentage.
- CFG_MEMORY_POLICY -
Static variable in interface org.knime.core.node.NodePersistor
- Config key: What memory policy to use for a node outport.
- CFG_MEMORY_POLICY -
Static variable in class org.knime.core.node.workflow.SingleNodeContainer
- Config key: What memory policy to use for a node outport.
- CFG_META -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- NodeSettings branch identifier for meta settings.
- CFG_META_DOUBLE -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- NodeSettings branch identifier for meta setting, Double.
- CFG_META_INT -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- NodeSettings branch identifier for meta setting, Int.
- CFG_META_OTHER -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- NodeSettings branch identifier for meta setting, Other.
- CFG_META_STRING -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- NodeSettings branch identifier for meta setting, String
(Individual columns have their name as identifier).
- CFG_METHOD -
Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
- NodeSettings key for method.
- CFG_METHOD -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- NodeSettings key: write method.
- CFG_MIN_MAX_COLS -
Static variable in class org.knime.base.node.preproc.domain.DomainNodeModel
- Config identifier for columns for which min and max values
must be determined.
- CFG_MIN_MAX_RETAIN_UNSELECTED -
Static variable in class org.knime.base.node.preproc.domain.DomainNodeModel
- Config identifier whether min/max values should be retained
for non-selected columns (will otherwise be dropped).
- CFG_MIN_SUPPORT -
Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Config key for the minimum support.
- CFG_MISC_SETTINGS -
Static variable in class org.knime.core.node.Node
- Config for node (and node container) settings which are shown in the
dialog.
- CFG_MODEL -
Static variable in class org.knime.core.node.Node
- The sub settings entry where the model can save its setup.
- CFG_MODEL_FILES -
Static variable in interface org.knime.core.node.NodePersistor
-
- CFG_MODEL_NAME -
Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- The config key under which the model is stored.
- CFG_MODEL_SPEC -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionFactory
- Key for the model spec.
- CFG_NAME -
Static variable in interface org.knime.core.node.NodePersistor
-
- CFG_NEW_COLNAME -
Static variable in class org.knime.base.node.preproc.rename.RenameColumnSetting
- Config identifier for the new column name (if any).
- CFG_NEW_COLTYPE -
Static variable in class org.knime.base.node.preproc.rename.RenameColumnSetting
- Config identifier for the index of the new type.
- CFG_NEW_COLUMN_NAME -
Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
- Config identifier: Name of new column.
- CFG_NEW_ORDER -
Static variable in class org.knime.base.node.preproc.colsort.ColumnResorterNodeModel
- Settings key for the new order after resorting.
- CFG_NODE_MESSAGE -
Static variable in interface org.knime.core.node.NodePersistor
-
- CFG_NR_OF_CLUSTERS -
Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Config key for the number of clusters.
- CFG_OLD_COLNAME -
Static variable in class org.knime.base.node.preproc.rename.RenameColumnSetting
- Config identifier for the original column name, used for sanity check.
- CFG_OP -
Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
- Config key of the set operation.
- CFG_OUTPUT_PREFIX -
Static variable in interface org.knime.core.node.NodePersistor
-
- CFG_OVERWRITE_OK -
Static variable in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
- Config identifier for overwrite OK.
- CFG_OVERWRITE_OK -
Static variable in class org.knime.base.node.io.table.write.WriteTableNodeModel
- Config identifier for overwrite OK.
- CFG_PARAMC -
Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
- Key to store the parameter c in the NodeSettings.
- CFG_PARSETYPE -
Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
- Key for the parsing type in the NodeSettings.
- CFG_POSSVAL_COLS -
Static variable in class org.knime.base.node.preproc.domain.DomainNodeModel
- Config identifier for columns for which possible values
must be determined.
- CFG_POSSVAL_RETAIN_UNSELECTED -
Static variable in class org.knime.base.node.preproc.domain.DomainNodeModel
- Config identifier whether possible value domain should be retained
for non-selected columns (will otherwise be dropped).
- CFG_PROTOTYPE -
Static variable in class org.knime.base.node.mine.cluster.assign.Prototype
- Name of the config-object, where the
Prototype
s should be
stored.
- CFG_QUOTE_CHAR -
Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
- Config identifier: quote character.
- CFG_RATE -
Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
- NodeSettings key for oversampling rate.
- CFG_REFERENCE_COLUMN -
Static variable in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
- Config identifier: column name in reference table.
- CFG_REPLACE -
Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
- Flag whether column(s) should be replaced or not.
- CFG_REPLACE_DELIMITER_STRING -
Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
- Config identifier: delimiter replacement string.
- CFG_RETAIN_ORDER -
Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
- Configuration key for the retain order option.
- CFG_ROUND -
Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
- Key for rounding the integer.
- CFG_ROWCNT -
Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Settings object key for the number of row to display.
- CFG_SEED -
Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
- NodeSettings key for random seed string.
- CFG_SEED -
Static variable in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
- Config identifier for seed field.
- CFG_SELECTED_ATTR -
Static variable in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
- Config key for the possible values to include.
- CFG_SELECTED_COL -
Static variable in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
- Config key for the selected column.
- CFG_SKIP_MISSING -
Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
- Config key for ignore missing option.
- CFG_SKIP_MISSING_VALUES -
Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
- Key to store if the missing values should be skipped during learning.
- CFG_SORT_BY -
Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Config key for the sorting method.
- CFG_SORT_IN_MEMORY -
Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
- Configuration key for the sort in memory option.
- CFG_SORT_IN_MEMORY -
Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
- Config key for sort in memory.
- CFG_SPEC_FILES -
Static variable in interface org.knime.core.node.NodePersistor
-
- CFG_SPEC_XML -
Static variable in class org.knime.base.node.io.database.DBConnectionNodeModel
- Config key to write last processed spec.
- CFG_SQL_TYPES -
Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
- Config key for column to SQL-type mapping.
- CFG_STATEMENT -
Static variable in class org.knime.core.node.port.database.DatabaseConnectionSettings
- Config for SQL statement.
- CFG_STRING_TYPE -
Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
- Config key for the type of string (Hex, Id, Bit).
- CFG_STRINGTODOUBLE -
Static variable in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
- Key for the selected mode in the NodeSettings.
- CFG_SUB_CONFIG -
Static variable in class org.knime.base.node.preproc.rename.RenameNodeModel
- Config identifier for the NodeSettings object contained in the
NodeSettings which contains the settings.
- CFG_SUFFIX -
Static variable in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
- NodeSettings key: suffix to append.
- CFG_TABLESPEC -
Static variable in class org.knime.core.data.container.DataContainer
- Used in write/readFromZip: Config entry: The spec of the table.
- CFG_TARGET -
Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Key for the target column, used for dialog settings.
- CFG_TARGET_COLUMN -
Static variable in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
- Config key for target column selection.
- CFG_THOUSANDSSEP -
Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
- Key for the thousands separator in the NodeSettings.
- CFG_THRESHOLD -
Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
- Config key for the threshold.
- CFG_THRESHOLD -
Static variable in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeModel
- Config key for threshold.
- CFG_TOP -
Static variable in class org.knime.base.node.preproc.split.SplitNodeModel
- DataCell Array of column names that build the top table.
- CFG_TYPE -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- NodeSettings key: write column type.
- CFG_TYPE_OF_ROUND -
Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
- Key for the type of rounding.
- CFG_UNDERLYING_STRUCT -
Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- 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_USE_ALL_NUMERIC -
Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- Key to store if all numeric columns are used for normalization.
- CFG_USE_MEAN -
Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
- Config key whether the threshold is used for the mean.
- CFG_VARIABLES -
Static variable in class org.knime.core.node.Node
- The sub settings entry containing the flow variable settings.
- CFG_VARIATES -
Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Key for the included columns, used for dialog settings.
- CFG_VARIATES_USE_ALL -
Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Key for whether to include all appropriate columns by default.
- CFG_VERSION -
Static variable in class org.knime.core.node.workflow.WorkflowManager
- Workflow version, indicates the "oldest"
version that is compatible to the current workflow format.
- CFGFILTER -
Static variable in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
- key for storing settings in config object.
- CFGFILTER -
Static variable in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
- key for storing settings in config object.
- CFGKEY_AGGR_COLNAME -
Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
- Settings name of the aggregation column name.
- CFGKEY_AGGR_COLNAME -
Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
- Settings name of the aggregation column name.
- CFGKEY_AGGR_METHOD -
Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
- Settings name of the aggregation method.
- CFGKEY_ALL_ROWS -
Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
- Settings name for the take all rows select box.
- CFGKEY_ALL_ROWS -
Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
- Settings name for the take all rows select box.
- CFGKEY_CLASSCOL -
Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
- Settings object key for the specification of the calls column.
- CFGKEY_CLUSCOUNT -
Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
- configuration key: cluster count (int[]).
- CFGKEY_COLS -
Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
- The configuration key for columns to use.
- CFGKEY_DATAURL -
Static variable in class org.knime.base.node.io.filereader.FileReaderSettings
- Key used to store data file location in a config object.
- CFGKEY_DEV -
Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
- configuration key: standard deviation.
- CFGKEY_DISTANCE -
Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
- The configuration key for the distance.
- CFGKEY_EPOCHS -
Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
- The configuration key for the epochs.
- CFGKEY_FILE -
Static variable in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- CFGKEY_FILENAME -
Static variable in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
- The key used to store the filename in the model spec.
- CFGKEY_FILEURL -
Static variable in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
- Key used to store the ARFF file location in the settings object.
- CFGKEY_FIXED_COLS -
Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionConfigKeys
- The configuration key for fixed columns to use.
- CFGKEY_HIERARCHICAL_FUZZY_DATA -
Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
- Settings object key for the use of hierarchical fuzzy data.
- CFGKEY_HIERARCHICAL_FUZZY_LEVEL -
Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
- Settings object key for the use of hierarchical fuzzy level.
- CFGKEY_KEEPALL -
Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Config key to keep all columns in include list.
- CFGKEY_LEARNINGRATE -
Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
- The configuration key for the learning rate.
- CFGKEY_LR_ANCESTOR -
Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
- Settings object key for the learningrate of the ancestor.
- CFGKEY_LR_SISTER -
Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
- Settings object key for the learningrate of the sister.
- CFGKEY_LR_WINNER -
Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
- Settings object key for the learningrate of the winnner.
- CFGKEY_MIN_ERROR -
Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
- Settings object key for the minimal error.
- CFGKEY_NO_OF_BINS -
Static variable in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
- The number of bins configuration key.
- CFGKEY_NO_OF_ROWS -
Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
- Settings name of the number of rows.
- CFGKEY_NO_OF_ROWS -
Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
- Settings name of the number of rows.
- CFGKEY_NOISE -
Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
- configuration key: noise fraction.
- CFGKEY_OUTDIMS -
Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
- The configuration key for output dimension.
- CFGKEY_OVERWRITE_OK -
Static variable in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
- The key used to store the Overwrite OK in the model spec.
- CFGKEY_PATCOUNT -
Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
- configuration key: overall pattern count.
- CFGKEY_PATTERN -
Static variable in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
-
- CFGKEY_PIE_COLNAME -
Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
- Used to store the attribute column name in the settings.
- CFGKEY_PROJECT_ONLY -
Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionConfigKeys
- The configuration key for fixed columns to use.
- CFGKEY_RESOURCE -
Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
- Settings object key for the resource.
- CFGKEY_ROWPREFIX -
Static variable in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
- Key used to store the row prefix in the settings object.
- CFGKEY_ROWS -
Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
- The configuration key for the number of rows to use.
- CFGKEY_SEED -
Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
- The configuration key for columns to use.
- CFGKEY_SEED -
Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
- configuration key: random seed.
- CFGKEY_SPARSE -
Static variable in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
- The key used to store the filename in the model spec.
- CFGKEY_UNISIZE -
Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
- configuration key: universe size (int[]).
- CFGKEY_USE_CLASS_DATA -
Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
- Settings object key for the specification of the usage of the class
column.
- CFGKEY_USE_DISTANCE -
Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
- Settings object key for the distance to use.
- CFGKEY_USE_ROWS -
Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
- The configuration key for the usage of the number of max rows.
- CFGKEY_USE_VARIABILITY -
Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
- Settings object key for the flag of the usage of variability.
- CFGKEY_VARIABILITY -
Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
- Settings object key for the variability.
- CFGKEY_X_COLNAME -
Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
- Used to store the attribute column name in the settings.
- changeAggregationMethod(String) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
- Changes the aggregation method of all selected rows to the method
with the given label.
- changeColumnName(String) -
Method in class org.knime.base.node.io.filereader.ColProperty
- Sets a new column name for this column.
- changeColumnType(DataType) -
Method in class org.knime.base.node.io.filereader.ColProperty
- Sets a new column type for this column.
- changeDomain(DataColumnDomain) -
Method in class org.knime.base.node.io.filereader.ColProperty
- Replaces the list of possible values for this columns.
- changeRenderer(int, String) -
Method in class org.knime.core.node.tableview.TableContentView
- Changes the renderer in a given column.
- changeRenderer(DataType, String) -
Method in class org.knime.core.node.tableview.TableContentView
- Changes the renderer in all columns whose type is
equal to
type
.
- changeRowKey(BufferedDataTable, ExecutionContext, String, boolean, DataColumnSpec, boolean, boolean, boolean, boolean) -
Method in class org.knime.base.node.preproc.rowkey.RowKeyUtil
- Replaces the row key by the values of the column with the given name
and appends a new column with the old key values if the
newColName
variable is a non empty String
.
- changeValuePosition(DataCell, int) -
Method in class org.knime.base.util.coordinate.NominalCoordinate
- Changes the position of a nominal value on the axis.
- characters(char[], int, int) -
Method in class org.knime.base.node.mine.cluster.PMMLClusterHandler
-
- characters(char[], int, int) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeHandler
-
- characters(char[], int, int) -
Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkHandler
-
- characters(char[], int, int) -
Method in class org.knime.base.node.mine.regression.PMMLRegressionContentHandler
-
- characters(char[], int, int) -
Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
-
- characters(char[], int, int) -
Method in class org.knime.base.node.mine.svm.PMMLSVMHandler
-
- characters(char[], int, int) -
Method in class org.knime.core.node.config.XMLContentHandler
-
- characters(char[], int, int) -
Method in class org.knime.core.node.port.pmml.DataDictionaryContentHandler
-
- characters(char[], int, int) -
Method in class org.knime.core.node.port.pmml.ExtractModelTypeHandler
-
- characters(char[], int, int) -
Method in class org.knime.core.node.port.pmml.MiningSchemaContentHandler
-
- characters(char[], int, int) -
Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
- characters(char[], int, int) -
Method in class org.knime.core.node.port.pmml.PMMLMasterContentHandler
-
- characters(char[], int, int) -
Method in class org.knime.core.node.port.pmml.XMLTreeCreator
-
- CharsetNamePanel - Class in org.knime.base.node.io.filereader
- Implements the tab panel for the character set settings (in the advanced
settings dialog).
- CharsetNamePanel(FileReaderSettings) -
Constructor for class org.knime.base.node.io.filereader.CharsetNamePanel
- Creates a panel to select the character set name and initializes it from
the passed object.
- check4MissingCols(DataTableSpec) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
- Checks if the model contains attributes which are not present in the
given table specification which could influence the prediction result.
- check4UnknownCols(DataTableSpec) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
- Checks if the given table specification contains columns which are not
covered by the learned model.
- checkCanceled() -
Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
-
- checkCanceled() -
Method in class org.knime.core.node.DefaultNodeProgressMonitor
- Checks if the execution was canceled.
- checkCanceled() -
Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
- Delegates to parent.
- checkCanceled() -
Method in class org.knime.core.node.ExecutionMonitor
-
- checkCanceled() -
Method in interface org.knime.core.node.NodeProgressMonitor
-
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentLabel
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumber
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentString
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
- Will be called before the new values are loaded from the NodeSettings
object.
- checkConfigurabilityBeforeLoad(PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
- Will be called before the new values are loaded from the NodeSettings
object.
- checkDomainRange(DataCell, DataColumnSpec) -
Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
- Checks if the given cell is in the domain range of the given
DataColumnSpec
.
- checkError() -
Method in class org.knime.base.util.NullPrintStream
-
- checkForDuplicates() -
Method in class org.knime.core.util.DuplicateChecker
- Checks for duplicates in all added keys.
- checkGroupCols(DataTableSpec, List<String>) -
Static method in class org.knime.base.node.preproc.groupby.GroupByTable
-
- checkInterrupted() -
Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
- Throws an exception if the execution was interrupted.
- checkLabelSpace(Set<String>, FontMetrics, int) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
- Checks for all labels if the string length is smaller than the distance
between two parallel axes.
- checkMemory() -
Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Checks the memory footprint.
- checkSettings() -
Method in class org.knime.base.node.io.filereader.CharsetNamePanel
- Checks if the settings in the panel are good for applying them.
- checkSettings() -
Method in class org.knime.base.node.io.filereader.DecSepPanel
- Checks if the settings in the panel are good for applying them.
- checkSettings() -
Method in class org.knime.base.node.io.filereader.IgnoreDelimsPanel
- Checks the current values in the panel.
- checkSettings() -
Method in class org.knime.base.node.io.filereader.LimitRowsPanel
- Checks the current values in the panel.
- checkSettings() -
Method in class org.knime.base.node.io.filereader.MissingValuePanel
- Checks if the settings in the panel are good for applying them.
- checkSettings() -
Method in class org.knime.base.node.io.filereader.QuotePanel
- Checks the current values in the panel.
- checkSettings() -
Method in class org.knime.base.node.io.filereader.ShortLinesPanel
- Checks the current values in the panel.
- checkSettings() -
Method in class org.knime.base.node.io.filereader.UniquifyPanel
- Checks the current values in the panel.
- checkSettings(DataTableSpec) -
Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
- Checks if the node settings are valid, i.e.
- checkTargetField(String) -
Method in class org.knime.base.node.mine.regression.PMMLRegressionContentHandler
- Checks if the given target field name exists in this model.
- checkValidity() -
Method in class org.knime.base.node.mine.regression.PMMLRegressionContentHandler
- Checks if the internal regression has been set and if all predictors
are assigned.
- 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.AbstractConfigEntry
-
- children() -
Method in class org.knime.core.node.config.Config
- 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.
- CHUNK_SIZE -
Static variable in class org.knime.core.node.tableview.TableContentModel
- Number of rows being read at a time (50).
- CIRCLE -
Static variable in class org.knime.core.data.property.ShapeFactory
- Name of and key for the circle.
- CLASS -
Static variable in class org.knime.core.node.config.Config.DataCellEntry.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.MissingCellEntry
DataType.getMissingCell().getClass()
.
- CLASS -
Static variable in class org.knime.core.node.config.Config.DataCellEntry.StringCellEntry
StringCell.class
.
- CLASS_COLUMN -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionFactory
- Name of the basisfunction class column.
- CLASS_COLUMN_NAMES -
Static variable in class org.knime.core.data.DataTableSpec
- Columns used to guess class column in the order they are specified.
- ClassAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
- This
AttributeModel
implementation holds the class attribute
information like the number of rows per class value. - ClassAttributeModel(String, boolean, int) -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
- Constructor for class ClassRowValue.
- ClassAttributeModel(String, int, boolean, Config) -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
- Constructor for class ClassModel.
- CLASSCOL_KEY -
Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
- Key to store the class column.
- classColumn() -
Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
- Returns the class column's name for stratified sampling.
- classColumn(String) -
Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
- Sets the class column's name for stratified sampling.
- classColumn() -
Method in class org.knime.base.node.mine.knn.KnnSettings
- Returns the name of the column with the class labels.
- classColumn(String) -
Method in class org.knime.base.node.mine.knn.KnnSettings
- sets the name of the column with the class labels.
- classColumn(String) -
Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
- Sets the class column whose distribution should be retained when using
stratified sampling.
- classColumn() -
Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
- Returns the class column whose distribution should be retained when using
stratified sampling.
- ClassCreator - Interface in org.knime.core.eclipseUtil
- Interface for alternative ways to create classes based on class names.
- 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.
- classifyPattern(DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
- Classify a new pattern given as a row of values.
- classifyPattern(DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Classify a new pattern given as a row of values.
- CLASSVALUE_KEY -
Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
- Key to store the class value of a neuron in the ModelContent.
- ClassValueDataRow - Class in org.knime.base.node.mine.decisiontree2.learner
- A data row represented as a double array.
- ClassValueDataRow(double[], int) -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.ClassValueDataRow
- Constructs a data row.
- cleanOutPorts() -
Method in class org.knime.core.node.Node
-
- cleanup() -
Method in class org.knime.core.node.Node
- Deletes any temporary resources associated with this node.
- cleanup() -
Method in class org.knime.core.node.workflow.ConnectionContainer
- Removes all registered listeners in order to release references on
this object.
- cleanup() -
Method in class org.knime.core.node.workflow.NodeContainer
- Method that's called when the node is discarded.
- cleanup() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Method that's called when the node is discarded.
- cleanup() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Method that's called when the node is discarded.
- clear() -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
- Clears all bars and rows from this bin.
- clear() -
Method in class org.knime.core.data.container.Buffer
- Clears the temp file.
- clear() -
Method in class org.knime.core.data.container.ConcatenateTable
- Internal use.
- clear() -
Method in class org.knime.core.data.container.ContainerTable
- Do not call this method! It's used internally to delete temp files.
- clear() -
Method in class org.knime.core.data.container.JoinedTable
- Does nothing.
- clear() -
Method in class org.knime.core.data.container.RearrangeColumnsTable
- Do not call this method! It's used internally to delete temp files.
- clear() -
Method in class org.knime.core.data.container.TableSpecReplacerTable
- Do not call this method! It's used internally.
- clear() -
Method in class org.knime.core.data.container.WrappedTable
- Clears any allocated temporary files.
- clear(long) -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Sets the bit at the specified index to one.
- clear(long, long) -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Clears all bits in the specified range.
- clear(long) -
Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
- Clears the bit with the specified index in the vector.
- clear(long) -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
- Sets the bit at the specified index to one.
- clear(long) -
Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
- Clears the bit with the specified index in the vector.
- clear(int) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Sets the count at the specified index to zero.
- clear(int, int) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Resets the count at all positions from startIdx (inclusive) to endIdx
(exclusive).
- clear(long) -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
- Resets the count at the specified index (sets it to zero).
- clear(Node) -
Method in class org.knime.core.node.BufferedDataTable
- Clears any associated storage, for instance temp files.
- clear() -
Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
- Clears any allocated temporary files.
- clear() -
Method in class org.knime.core.util.DuplicateChecker
- Clears the checker, i.e.
- CLEAR_HILITE -
Static variable in class org.knime.core.node.property.hilite.HiLiteHandler
- Constant for the menu entry 'Clear HiLite'.
- clearBuffers() -
Method in class org.knime.base.node.util.exttool.CommandExecution
- Clears the std err and out buffers.
- clearCache() -
Method in class org.knime.core.node.tableview.TableContentModel
- Clears cache, instantiates new Iterator.
- clearDesiredValues() -
Method in class org.knime.base.util.coordinate.Coordinate
- Clears the desired values.
- clearError(JTextField) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent
- Sets the foreground and background colors of the specified component back
to the normal default colors.
- clearError(JComboBox) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
- Sets the coloring of the specified component back to normal.
- clearHilite() -
Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
- Clears the current hilited objects.
- clearHilite() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
- Clears all hilite information.
- clearHilite() -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
- Clears the hilite counter.
- clearHilite() -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
- Clears the hilite information.
- clearIteratorInstance(Buffer.FromFileIterator, boolean) -
Method in class org.knime.core.data.container.Buffer
- Clear the argument iterator (free the allocated resources.
- clearLoopStatus() -
Method in class org.knime.core.node.Node
-
- clearLoopStatus() -
Method in class org.knime.core.node.NodeModel
-
- clearPlot() -
Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
- Removes all drawing elements.
- clearRules() -
Method in class org.knime.base.node.rules.RuleEngineSettings
- Removes all rules.
- clearSelection() -
Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
- Clears the current selection.
- clearSelection() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
-
- clearSelection() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
- Clears all selections.
- clearSelection() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- Clears current selection.
- clearSelection() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
- Clear all selections.
- clearSelection() -
Method in class org.knime.base.node.viz.pie.impl.PiePlotter
- Clears current selection.
- clearSelection() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Clears current selection.
- clearSelection() -
Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
- Clears current selection.
- clearSelection() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
- Clears current selection.
- clearSelection() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
- Clears current selection.
- clearSelection() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
- Clears current selection.
- clearSelection() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
- Clears current selection.
- clearSelection() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
- clears current selection.
- clearText() -
Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
- removes all output from the view.
- clearThousandsSeparator() -
Method in class org.knime.base.node.io.filereader.DataCellFactory
- After a call to this method no grouping of thousands in floating point
numbers is supported.
- clearWaitingLoopList() -
Method in class org.knime.core.node.workflow.NodeContainer
- clears the list of waiting loops.
- clone() -
Method in class org.knime.base.node.io.filereader.ColProperty
- Returns a new ColProperty object containing a deep copy of this one.
- clone() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityMeasure
-
- clone() -
Method in interface org.knime.base.node.mine.sota.logic.SotaCell
- Clones the SotaCell instance and returns the clone.
- clone() -
Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
- Clones the SotaCell instance and returns the clone.
- clone() -
Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
- Clones the SotaCell instance and returns the clone.
- clone() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
-
- clone() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
-
- clone() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
-
- clone() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
-
- clone() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
-
- clone() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
-
- clone() -
Method in class org.knime.base.node.preproc.sample.RandomFractionRowFilter
-
- clone() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- clone() -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- clone() -
Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
-
- clone() -
Method in class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
-
- clone() -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- clone() -
Method in class org.knime.core.node.workflow.ConnectionUIInformation
- UIInformation objects are cloneable without further restriction.
- clone() -
Method in class org.knime.core.node.workflow.FlowObject
-
- 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.
- cloneAndOverwrite(Map<String, String>) -
Method in class org.knime.core.data.DataColumnProperties
- Creates a new instance which carries all properties from this object and
adds the
newProperties
.
- cloneAndUnsetOwner() -
Method in class org.knime.core.node.workflow.FlowLoopContext
-
- cloneAndUnsetOwner() -
Method in class org.knime.core.node.workflow.FlowObject
-
- cloneChangePreferredValue(DataType, Class<? extends DataValue>) -
Static method in class org.knime.core.data.DataType
- Clones the given
DataType
but changes its preferred value
class to the passed preferred
value.
- close() -
Method in class org.knime.base.data.filter.column.CloseableFilterColumnRowIterator
- Closes this iterator.
- close() -
Method in class org.knime.base.node.mine.smote.Smoter
- Closes this controller.
- close() -
Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
-
- close() -
Method in class org.knime.base.node.util.BufferedFileReader
-
- close() -
Method in class org.knime.base.util.NullPrintStream
-
- close() -
Method in class org.knime.base.util.NullWriter
-
- close() -
Method in class org.knime.core.data.container.BlockableInputStream
-
- close() -
Method in class org.knime.core.data.container.BlockableOutputStream
- Delegates to output stream.
- close(DataTableSpec) -
Method in class org.knime.core.data.container.Buffer
- Flushes and closes the stream.
- close() -
Method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
- Closes this iterator.
- close() -
Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20
- Closes this iterator.
- close() -
Method in class org.knime.core.data.container.CloseableRowIterator
- Closes this iterator.
- close() -
Method in class org.knime.core.data.container.DataContainer
- Closes container and creates table that can be accessed by
getTable()
.
- close() -
Method in class org.knime.core.data.container.DCObjectInputStream
-
- close() -
Method in class org.knime.core.data.container.DCObjectInputVersion2
- Closes the underlying streams.
- close() -
Method in class org.knime.core.data.container.DCObjectOutputVersion2
- Closes the underlying streams.
- close() -
Method in class org.knime.core.data.container.JoinTableIterator
- Closes this iterator.
- close() -
Method in class org.knime.core.data.container.LongUTFDataInputStream
-
- close() -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- close() -
Method in class org.knime.core.data.util.NonClosableInputStream
- Does NOT delegate to wrapped input stream, ignores call.
- close() -
Method in class org.knime.core.data.util.NonClosableInputStream.Zip
- Closes the currently open zip entry.
- close() -
Method in class org.knime.core.data.util.NonClosableOutputStream
-
- close() -
Method in class org.knime.core.data.util.NonClosableOutputStream.Zip
- Closes the currently open zip entry.
- CloseableFilterColumnRowIterator - Class in org.knime.base.data.filter.column
- Filter column row iterator needed to wrap the filter column's original row
iterator.
- CloseableFilterColumnRowIterator(CloseableRowIterator, int[]) -
Constructor for class org.knime.base.data.filter.column.CloseableFilterColumnRowIterator
- Creates a new filter iterator using the original row iterator and an
array of column indices.
- CloseableRowIterator - Class in org.knime.core.data.container
- A
row iterator
that can be closed in order to save
resources. - CloseableRowIterator() -
Constructor for class org.knime.core.data.container.CloseableRowIterator
-
- closeAllJobManagerViews() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- closeAllViews() -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- Close all open views.
- closeAllViews() -
Method in class org.knime.core.node.Node
- Closes all views.
- closeAllViews() -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
- Close all open views.
- closeCurrentGroup() -
Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
- Closes the current group.
- closeDialog() -
Method in class org.knime.core.node.NodeDialog
- Closes the dialog: visible false and dispose.
- closedViaOk() -
Method in class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
- After the dialog closes this will return
true
if the user
okayed the dialog and settings should be taken over.
- closedViaReadXML() -
Method in class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
- After the dialog closes this will return
true
if the user
closed the dialog with the (confirmed) "read from XML file" button).
- closeSourceStream() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated. Closes the stream the tokenizer reads from.
- closeSourceStream() -
Method in class org.knime.core.util.tokenizer.Tokenizer
- Closes the stream the tokenizer reads from.
- closeView() -
Method in class org.knime.core.node.AbstractNodeView
- Closes the view and disposes all allocated resources.
- closeView() -
Method in class org.knime.core.node.ExternalApplicationNodeView
- To be called by client code when the external view is closed.
- closeView() -
Method in class org.knime.core.node.NodeView
- Deprecated. Will be removed without replacement in future versions
of KNIME. Sub-classes should not be required to programmatically close
views.
- CLUSTER -
Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Constant for the RowKey generation and identification in the view.
- CLUSTER_COUNT -
Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
- For each "universe" a number of clusters.
- CLUSTER_KEY -
Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Key for the Cluster Columns in the output DataTable.
- ClusterAssignerNodeFactory - Class in org.knime.base.node.mine.cluster.assign
-
- ClusterAssignerNodeFactory() -
Constructor for class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
-
- ClusterAssignerNodeModel - Class in org.knime.base.node.mine.cluster.assign
-
- ClusterAssignerNodeModel() -
Constructor for class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
-
- ClusterMembershipFactory - Class in org.knime.base.node.mine.cluster.fuzzycmeans
- This
CellFactory
produces appended cells: for each DataRow
the memberships to the cluster prototypes and the winner cluster in the last
column. - ClusterMembershipFactory(FCMAlgorithm) -
Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.ClusterMembershipFactory
- Constructor.
- ClusterNode - Class in org.knime.base.node.mine.cluster.hierarchical
- Represents a Node in the hierarchy tree (Dendrogram) of a hierarchical
clustering.
- ClusterNode(DataRow, int) -
Constructor for class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
- Constructs a new leaf node from a data row.
- ClusterNode(ClusterNode, ClusterNode, double) -
Constructor for class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
- Constructs a new parent node from two child nodes.
- ClusterNodeDialog - Class in org.knime.base.node.mine.cluster.kmeans
- Dialog for
ClusterNodeModel
- allows
to adjust number of clusters and other properties. - ClusterNodeDialog() -
Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterNodeDialog
- Constructor - set name of k-means cluster node.
- ClusterNodeFactory - Class in org.knime.base.node.mine.cluster.kmeans
- Create classes for k-means Clustering NodeModel, NodeView and NodeDialogPane.
- ClusterNodeFactory() -
Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
-
- ClusterNodeModel - Class in org.knime.base.node.mine.cluster.kmeans
- Generate a clustering using a fixed number of cluster centers and the k-means
algorithm.
- ClusterNodeModel() -
Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Constructor, remember parent and initialize status.
- ClusterNodeView - Class in org.knime.base.node.mine.cluster.kmeans
-
- ClusterNodeView(ClusterNodeModel) -
Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
- Constructor - set name of view and
NodeModel
.
- coding(Object) -
Method in class org.knime.core.node.NodeLogger
- Writes CODING PROBLEM plus this message into this logger as error.
- coding(Object, Throwable) -
Method in class org.knime.core.node.NodeLogger
- Writes CODING PROBLEM plus this message, as well as the the
message of the throwable into this logger as error and debug.
- CoefficientTable - Class in org.knime.base.node.mine.regression.polynomial.learner
- This is the view that shows the coefficients in a table and the squared
error per row in a line below the table.
- CoefficientTable(PolyRegLearnerNodeModel) -
Constructor for class org.knime.base.node.mine.regression.polynomial.learner.CoefficientTable
- Creates a new coefficient table.
- COL_NAME_COUNT -
Static variable in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- This name is used for the y axis if the aggregation method is count.
- ColCombineNodeDialog - Class in org.knime.base.node.preproc.colcombine
NodeDialog
for the "ColCombine" Node.- ColCombineNodeDialog() -
Constructor for class org.knime.base.node.preproc.colcombine.ColCombineNodeDialog
- Inits GUI.
- ColCombineNodeFactory - Class in org.knime.base.node.preproc.colcombine
NodeFactory
for the "ColCombine" Node.- ColCombineNodeFactory() -
Constructor for class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
-
- ColCombineNodeModel - Class in org.knime.base.node.preproc.colcombine
- This is the model implementation of ColCombine.
- ColCombineNodeModel() -
Constructor for class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
- Constructor for the node model.
- ColConvertNodeDialog - Class in org.knime.base.node.preproc.colconvert
- Dialog for the
ColConvertNodeModel
. - ColConvertNodeDialog() -
Constructor for class org.knime.base.node.preproc.colconvert.ColConvertNodeDialog
- Constructor, Dialog initialization.
- ColConvertNodeFactory - Class in org.knime.base.node.preproc.colconvert
- NodeFactory for the ColConverter Node.
- ColConvertNodeFactory() -
Constructor for class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
-
- ColConvertNodeModel - Class in org.knime.base.node.preproc.colconvert
- NodeModel for the ColConverter Node.
- ColConvertNodeModel() -
Constructor for class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
- Constructor with one inport and one outport.
- colHeadersSettingsChanged() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
- Reads the settings of the 'fileHasColHeaders' checkbox and transfers them
into the internal settings object.
- colHeadersSettingsChanged() -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
- Reads the settings of the 'fileHasColHeaders' checkbox and transfers them
into the internal settings object.
- CollectionCellFactory - Class in org.knime.core.data.collection
- Factory class used to create
DataCell
s that contain a collection of
DataCell
s. - CollectionCreateNodeDialogPane - Class in org.knime.base.collection.list.create
-
- CollectionCreateNodeDialogPane() -
Constructor for class org.knime.base.collection.list.create.CollectionCreateNodeDialogPane
-
- CollectionCreateNodeFactory - Class in org.knime.base.collection.list.create
-
- CollectionCreateNodeFactory() -
Constructor for class org.knime.base.collection.list.create.CollectionCreateNodeFactory
-
- CollectionCreateNodeModel - Class in org.knime.base.collection.list.create
-
- CollectionCreateNodeModel() -
Constructor for class org.knime.base.collection.list.create.CollectionCreateNodeModel
-
- CollectionDataValue - Interface in org.knime.core.data.collection
- Special interface that is implemented by
DataCell
s that represent
collection of cells. - CollectionDataValue.CollectionUtilityFactory - Class in org.knime.core.data.collection
- Implementations of the meta information of this value class.
- CollectionDataValue.CollectionUtilityFactory() -
Constructor for class org.knime.core.data.collection.CollectionDataValue.CollectionUtilityFactory
- Only subclasses are allowed to instantiate this class.
- CollectionSplitNodeDialogPane - Class in org.knime.base.collection.list.split
-
- CollectionSplitNodeDialogPane() -
Constructor for class org.knime.base.collection.list.split.CollectionSplitNodeDialogPane
-
- CollectionSplitNodeFactory - Class in org.knime.base.collection.list.split
-
- CollectionSplitNodeFactory() -
Constructor for class org.knime.base.collection.list.split.CollectionSplitNodeFactory
-
- CollectionSplitNodeModel - Class in org.knime.base.collection.list.split
- NodeModel for the collection split node.
- CollectionSplitNodeModel() -
Constructor for class org.knime.base.collection.list.split.CollectionSplitNodeModel
- One input, one output.
- CollectionSplitSettings - Class in org.knime.base.collection.list.split
- Settings object to keep paramaters for split operation.
- CollectionSplitSettings() -
Constructor for class org.knime.base.collection.list.split.CollectionSplitSettings
-
- CollectionSplitSettings.CountElementsPolicy - Enum in org.knime.base.collection.list.split
- Different ways of identifying how many elements there are in a column.
- COLOR_BACKGROUND -
Static variable in class org.knime.core.node.NodeView
- Default background color.
- ColorAppender2NodeDialogPane - Class in org.knime.base.node.viz.property.color
- Dialog to select column to apply colors to.
- ColorAppender2NodeDialogPane() -
Constructor for class org.knime.base.node.viz.property.color.ColorAppender2NodeDialogPane
- Create new color appender dialog.
- ColorAppender2NodeFactory - Class in org.knime.base.node.viz.property.color
- Factory to create Color Appender node.
- ColorAppender2NodeFactory() -
Constructor for class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
-
- ColorAppender2NodeModel - Class in org.knime.base.node.viz.property.color
- Node model to append color settings to a column selected in the dialog.
- ColorAppender2NodeModel() -
Constructor for class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
- Create a new color appender model.
- ColorAttr - Class in org.knime.core.data.property
- This class holds a
Color
value as property for view objects and
supports colors for selection, hilite, selection-hilite, border, and
background. - ColorColumn - Class in org.knime.base.node.viz.histogram.util
- Holds the color for a given column name.
- ColorColumn(Color, String) -
Constructor for class org.knime.base.node.viz.histogram.util.ColorColumn
- Constructor for class ColorColumn.
- ColorHandler - Class in org.knime.core.data.property
- Final
ColorHandler
implementation as container which forwards
color requests for a DataCell
to its underlying
ColorHandler.ColorModel
. - ColorHandler(ColorHandler.ColorModel) -
Constructor for class org.knime.core.data.property.ColorHandler
- Create new color handler with the given
ColorModel
.
- ColorHandler.ColorModel - Interface in org.knime.core.data.property
- Interface allowing requests for
ColorAttr
by DataCell
. - ColorHandlerPortObject - Class in org.knime.core.node.port.viewproperty
PortObject
implementation for ColorHandlerPortObject
which are part of a DataTableSpec
.- ColorHandlerPortObject() -
Constructor for class org.knime.core.node.port.viewproperty.ColorHandlerPortObject
- Public no arg constructor required by super class.
- ColorHandlerPortObject(DataTableSpec, String) -
Constructor for class org.knime.core.node.port.viewproperty.ColorHandlerPortObject
- Constructor used to instantiate this object during a node's execute
method.
- ColorLegendTab - Class in org.knime.base.node.viz.plotter.props
- Implements a color legend with a "change" button for each entry which opens
a color chooser dialog.
- ColorLegendTab() -
Constructor for class org.knime.base.node.viz.plotter.props.ColorLegendTab
-
- ColorManager2DialogNominal - Class in org.knime.base.node.viz.property.color
- A dialog panel used to set color for nominal values.
- ColorManager2DialogNominal() -
Constructor for class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
- Creates an empty nominal dialog.
- ColorManager2DialogRange - Class in org.knime.base.node.viz.property.color
- Dialog pane used to specify colors by minimum and maximum bounds.
- ColorManager2DialogRange() -
Constructor for class org.knime.base.node.viz.property.color.ColorManager2DialogRange
- Creates a new empty dialog pane.
- ColorManager2Icon - Class in org.knime.base.node.viz.property.color
- Constructs a new icon with its specific Color and size.
- ColorManager2Icon(DataCell, Color) -
Constructor for class org.knime.base.node.viz.property.color.ColorManager2Icon
- Creates new squared color icon.
- ColorManager2Icon(DataCell, String, Color) -
Constructor for class org.knime.base.node.viz.property.color.ColorManager2Icon
- Creates new squared color icon.
- ColorManager2IconRenderer - Class in org.knime.base.node.viz.property.color
- Constructs a new column values renderer with is specific Color.
- ColorManager2IconRenderer() -
Constructor for class org.knime.base.node.viz.property.color.ColorManager2IconRenderer
-
- ColorManager2NodeDialogPane - Class in org.knime.base.node.viz.property.color
- Color manager dialog which shows all columns of the input data and its
corresponding values inside two combo boxes divided by range and nominal
ones.
- ColorManager2NodeDialogPane() -
Constructor for class org.knime.base.node.viz.property.color.ColorManager2NodeDialogPane
- Creates a new color manager dialog; all color settings are empty.
- ColorManager2NodeFactory - Class in org.knime.base.node.viz.property.color
- The color manager factory which creates a
ColorManager2NodeDialogPane
. - ColorManager2NodeFactory() -
Constructor for class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
-
- ColorManager2NodeModel - Class in org.knime.base.node.viz.property.color
- Model used to set colors either based on the nominal values or ranges
(bounds) retrieved from the
DataColumnSpec
. - ColorManager2NodeModel() -
Constructor for class org.knime.base.node.viz.property.color.ColorManager2NodeModel
- Creates a new model for mapping colors.
- ColorManager2RangeIcon - Class in org.knime.base.node.viz.property.color
- An icon which background is painted in colors which are linear interpolated
between the two borders.
- ColorManager2RangeIcon() -
Constructor for class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
- Creates a new icon with default colors.
- ColorManager2RangeIcon(Color, Color) -
Constructor for class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
- Creates a new icon with the given colors.
- ColorModelNominal - Class in org.knime.core.data.property
- Color model which maps a set of
DataCell
objects to
Color
. - ColorModelNominal(Map<DataCell, ColorAttr>) -
Constructor for class org.knime.core.data.property.ColorModelNominal
- Creates new ColorHandler based on a mapping.
- ColorModelRange - Class in org.knime.core.data.property
- Computes colors based on a range of minimum and maximum values assigned to
certain colors which are interpolated between a min and maximum color.
- ColorModelRange(double, Color, double, Color) -
Constructor for class org.knime.core.data.property.ColorModelRange
- Creates new ColorHandler based on a mapping.
- ColProperty - Class in org.knime.base.node.io.filereader
- Stores the properties for one column.
- ColProperty() -
Constructor for class org.knime.base.node.io.filereader.ColProperty
- Creates an empty column properties object.
- ColProperty(NodeSettingsRO) -
Constructor for class org.knime.base.node.io.filereader.ColProperty
- Creates a new column properties object initializing its settings from the
passed configuration object.
- ColPropertyDialog - Class in org.knime.base.node.io.filereader
-
- ColSetting - Class in org.knime.base.node.preproc.missingval
- An object that holds some the properties how to handle missing values in an
individual column (called individual) or in columns of one type (called
meta).
- ColSetting(int) -
Constructor for class org.knime.base.node.preproc.missingval.ColSetting
- Constructor for meta column setting.
- ColSetting(DataColumnSpec) -
Constructor for class org.knime.base.node.preproc.missingval.ColSetting
- Constructor for individual column.
- COLUMN_FILTER_IDX -
Static variable in class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
- The index for the column filter tab.
- ColumnAggregator - Class in org.knime.base.node.preproc.groupby.aggregation
- Class that defines the
AggregationMethod
for the aggregation column. - ColumnAggregator(DataColumnSpec, AggregationMethod) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.ColumnAggregator
- Constructor for class ColumnAggregator.
- ColumnComparatorNodeDialogPane - Class in org.knime.base.node.preproc.colcompare
- Comparator node dialog pane to select two columns for comparison, replacement
value or missing, and a new column name to append.
- ColumnComparatorNodeDialogPane() -
Constructor for class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
- Create new dialog pane with default components.
- ColumnComparatorNodeDialogPane.ComparatorMethod - Enum in org.knime.base.node.preproc.colcompare
- Comparator methods.
- ColumnComparatorNodeFactory - Class in org.knime.base.node.preproc.colcompare
- Factory for the Column Comparator node.
- ColumnComparatorNodeFactory() -
Constructor for class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
-
- ColumnComparatorNodeModel - Class in org.knime.base.node.preproc.colcompare
- The comparator node model which compares two columns by it values within one
row, and appends a new column with the value of the first column if both are
equals, or a replacement value if not.
- ColumnComparatorNodeModel() -
Constructor for class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
- Creates a new node model with one in- and outport.
- ColumnDestination - Class in org.knime.base.node.parallel.appender
-
- ColumnDestination() -
Constructor for class org.knime.base.node.parallel.appender.ColumnDestination
- Avoid that classes outside this package can subclass this class.
- ColumnFilter - Interface in org.knime.core.node.util
- This interface is used in the
#update(org.knime.core.data.DataTableSpec, String)
and
#update(org.knime.core.data.DataTableSpec, String, boolean)
method
to filter all given columns. - ColumnFilterPanel - Class in org.knime.core.node.util
- Panel is used to select/filter a certain number of columns.
- ColumnFilterPanel() -
Constructor for class org.knime.core.node.util.ColumnFilterPanel
- Deprecated. Use the constructor
ColumnFilterPanel.ColumnFilterPanel(boolean)
instead
- ColumnFilterPanel(boolean) -
Constructor for class org.knime.core.node.util.ColumnFilterPanel
- Creates a new filter column panel with three component which are the
include list, button panel to shift elements between the two lists, and
the exclude list.
- ColumnFilterPanel(boolean, Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.util.ColumnFilterPanel
- Creates a new filter column panel with three component which are the
include list, button panel to shift elements between the two lists, and
the exclude list.
- ColumnFilterPanel(Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.util.ColumnFilterPanel
- Deprecated. Use the constructor
ColumnFilterPanel.ColumnFilterPanel(boolean, Class...)
instead
- ColumnFilterPanel(ColumnFilter) -
Constructor for class org.knime.core.node.util.ColumnFilterPanel
- Deprecated. Use the constructor
ColumnFilterPanel.ColumnFilterPanel(boolean, ColumnFilter)
instead
- ColumnFilterPanel(boolean, ColumnFilter) -
Constructor for class org.knime.core.node.util.ColumnFilterPanel
- Creates a new filter column panel with three component which are the
include list, button panel to shift elements between the two lists, and
the exclude list.
- ColumnFilterPanel.ValueClassFilter - Class in org.knime.core.node.util
- Class that filters all columns based on a given set of compatible
DataValue
classes. - ColumnFilterPanel.ValueClassFilter(Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.util.ColumnFilterPanel.ValueClassFilter
- Creates a new value class filter.
- ColumnFilterRefNodeDialogPane - Class in org.knime.base.node.preproc.filter.columnref
- The dialog pane to filter column which offers options to include or
exclude column and two check column type compatibility.
- ColumnFilterRefNodeDialogPane() -
Constructor for class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeDialogPane
- Creates a new dialog pane with the option to include or exclude column
and to optionally check to column compatibility.
- ColumnFilterRefNodeFactory - Class in org.knime.base.node.preproc.filter.columnref
- Factory to create a Reference Column Filter node.
- ColumnFilterRefNodeFactory() -
Constructor for class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
-
- ColumnFilterRefNodeModel - Class in org.knime.base.node.preproc.filter.columnref
-
- ColumnFilterRefNodeModel() -
Constructor for class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
- Creates a new node model of the Reference Column Filter node with two
inputs and one output.
- 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
-
- columnName() -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
- Returns the name of the column that should be processed.
- columnName(String) -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
- Sets the name of the column that should be processed.
- columnName(String) -
Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
- Sets the column name.
- columnName() -
Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
- Returns the column name.
- ColumnNamePolicy - Enum in org.knime.base.node.preproc.groupby
- This enum defines the different aggregation column name versions.
- ColumnRearranger - Class in org.knime.core.data.container
- Meta object to describe in which way a table shall be modified (column-based)
to create a new table.
- ColumnRearranger(DataTableSpec) -
Constructor for class org.knime.core.data.container.ColumnRearranger
- Creates new object based on the spec of the table underlying the
newly created table.
- ColumnRearranger.SpecAndFactoryObject - Class in org.knime.core.data.container
- Utility class that helps us with internal data structures.
- ColumnResorterNodeDialog - Class in org.knime.base.node.preproc.colsort
-
- ColumnResorterNodeDialog() -
Constructor for class org.knime.base.node.preproc.colsort.ColumnResorterNodeDialog
- Creates a new dialog for the column resorter node.
- ColumnResorterNodeFactory - Class in org.knime.base.node.preproc.colsort
-
- ColumnResorterNodeFactory() -
Constructor for class org.knime.base.node.preproc.colsort.ColumnResorterNodeFactory
-
- ColumnResorterNodeModel - Class in org.knime.base.node.preproc.colsort
-
- ColumnResorterNodeModel() -
Constructor for class org.knime.base.node.preproc.colsort.ColumnResorterNodeModel
- Creates a new ColumnResorterNodeModel.
- ColumnRowFilterPanel - Class in org.knime.base.node.preproc.filter.row
-
- ColumnRowFilterPanel(RowFilterNodeDialogPane, DataTableSpec) -
Constructor for class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
- Craetes a new panel for column content filter settings.
- COLUMNS_KEY -
Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- Key to store the columns to use.
- ColumnSelectionComboxBox - Class in org.knime.core.node.util
- Class extends a JComboxBox to choose a column of a certain type retrieved
from the
DataTableSpec
. - ColumnSelectionComboxBox(Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.util.ColumnSelectionComboxBox
- Creates new Panel that will filter columns for particular value classes.
- ColumnSelectionComboxBox(String) -
Constructor for class org.knime.core.node.util.ColumnSelectionComboxBox
- Creates a new column selection panel with the given border title; all
column are included in the combox box.
- ColumnSelectionComboxBox(String, Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.util.ColumnSelectionComboxBox
- Creates new Panel that will filter columns for particular value classes.
- ColumnSelectionComboxBox(Border, Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.util.ColumnSelectionComboxBox
- Creates new Panel that will filter columns for particular value classes.
- ColumnSelectionComboxBox(Border, ColumnFilter) -
Constructor for class org.knime.core.node.util.ColumnSelectionComboxBox
- Creates new Panel that will filter columns for particular value classes.
- ColumnSelectionList - Class in org.knime.core.node.util
- This class show columns from a
DataTableSpec
inside a JList
. - ColumnSelectionList() -
Constructor for class org.knime.core.node.util.ColumnSelectionList
- Creates a new column selection list.
- ColumnSelectionPanel - Class in org.knime.core.node.util
- Class implements a panel to choose a column of a certain type retrieved from
the
DataTableSpec
. - ColumnSelectionPanel(Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.util.ColumnSelectionPanel
- Creates new Panel that will filter columns for particular value classes.
- ColumnSelectionPanel(String) -
Constructor for class org.knime.core.node.util.ColumnSelectionPanel
- Creates a new column selection panel with the given border title; all
column are included in the combox box.
- ColumnSelectionPanel(String, Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.util.ColumnSelectionPanel
- Creates new Panel that will filter columns for particular value classes.
- ColumnSelectionPanel(Border, ColumnFilter) -
Constructor for class org.knime.core.node.util.ColumnSelectionPanel
- Creates new Panel that will filter columns using the given
ColumnFilter
.
- ColumnSelectionPanel(Border, ColumnFilter, boolean) -
Constructor for class org.knime.core.node.util.ColumnSelectionPanel
- Creates new Panel that will filter columns using the given
ColumnFilter
.
- ColumnSelectionPanel(Border, ColumnFilter, boolean, boolean) -
Constructor for class org.knime.core.node.util.ColumnSelectionPanel
- Creates new Panel that will filter columns using the given
ColumnFilter
.
- ColumnSelectionPanel(Border, Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.util.ColumnSelectionPanel
- Creates new Panel that will filter columns for particular value classes.
- ColumnSelectionPanel(JLabel, ColumnFilter) -
Constructor for class org.knime.core.node.util.ColumnSelectionPanel
- Creates a column selection panel with a label instead of a border which
preserves the minimum size to either the label width or the combo box
width.
- ColumnSelectionPanel(JLabel, Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.util.ColumnSelectionPanel
- Creates a column selection panel with a label instead of a border which
preserves the minimum size to either the label width or the combo box
width.
- ColumnSpecListRenderer - Class in org.knime.base.node.preproc.joiner
- This class renders a list with
DataColumnSpec
s and strings. - ColumnSpecListRenderer() -
Constructor for class org.knime.base.node.preproc.joiner.ColumnSpecListRenderer
-
- ColValFilterOldObsolete - Class in org.knime.base.node.preproc.filter.row.rowfilter
- Deprecated. This filter contains too much functionality (which can be used
only one at a time anyway). We have split it into three filter
classes:
MissingValueRowFilter
,
StringCompareRowFilter
, RangeRowFilter
.
This filter is used by the previous row filter node
implementation. If you want to remove it, you must move the old
code in the deprecated package. - ColValFilterOldObsolete(String, String, boolean, boolean, boolean) -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated. Creates a new filter which matches the string representation of the
specified column against a given regular expression.
- ColValFilterOldObsolete(DataValueComparator, DataCell, DataCell, String, boolean) -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated. Creates a new filter that tests the value of the specified cell against
the specified range.
- ColValFilterOldObsolete(String, boolean) -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated. Creates a new filter that filters missing values of the specified column.
- ColValFilterOldObsolete() -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated. Default constructor.
- Combinations - Class in org.knime.base.util.math
- This class comes in handy if you want to compute combinations and process
them in some way.
- Combinations(int, int) -
Constructor for class org.knime.base.util.math.Combinations
- Create a combination object.
- Combinations.Callback - Interface in org.knime.base.util.math
- Callback interface used by the various visit methods.
- combineConsecutiveDelims() -
Method in class org.knime.base.node.io.filetokenizer.Delimiter
- Deprecated.
- combineConsecutiveDelims() -
Method in class org.knime.core.util.tokenizer.Delimiter
-
- CombinedColumnFilter - Class in org.knime.core.node.util
- This
ColumnFilter
implementation filters all columns which
are filter by at least one of the given filters. - CombinedColumnFilter(ColumnFilter...) -
Constructor for class org.knime.core.node.util.CombinedColumnFilter
- Constructor for class CombinedColumnFilter.
- CombinedTable - Class in org.knime.base.node.parallel.appender
- Simples helper table whose iterator just concatenates all the tables passed
in the constructor.
- CombinedTable(DataTable...) -
Constructor for class org.knime.base.node.parallel.appender.CombinedTable
- Creates a new combined table.
- combinesMultipleRowDelimiters(String) -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
- Returns
true
if the file reader combines multiple
consecutive row delimiters with this pattern (i.e.
- CommandExecution - Class in org.knime.base.node.util.exttool
- Wraps a Java runtime process.
- CommandExecution(String...) -
Constructor for class org.knime.base.node.util.exttool.CommandExecution
- Creates new instance with the given command to execute.
- CommandExecution(String) -
Constructor for class org.knime.base.node.util.exttool.CommandExecution
- Creates new instance with the given command to execute.
- CommandExecution.CheckCanceledRunnable - Class in org.knime.base.node.util.exttool
-
- CommandExecution.CheckCanceledRunnable(Process, MutableBoolean, ExecutionMonitor) -
Constructor for class org.knime.base.node.util.exttool.CommandExecution.CheckCanceledRunnable
- Creates a new runnable for a thread that should check periodically
for user cancellations in the specified exec context.
- CommandExecution.StdErrCatchRunnable - Class in org.knime.base.node.util.exttool
-
- CommandExecution.StdErrCatchRunnable(Process, ExecutionMonitor, LinkedList<String>) -
Constructor for class org.knime.base.node.util.exttool.CommandExecution.StdErrCatchRunnable
- A runnable for a thread that picks up the error output from the
specified process.
- CommandExecution.StdOutCatchRunnable - Class in org.knime.base.node.util.exttool
-
- CommandExecution.StdOutCatchRunnable(Process, ExecutionMonitor, LinkedList<String>) -
Constructor for class org.knime.base.node.util.exttool.CommandExecution.StdOutCatchRunnable
- A runnable for a thread that picks up the output from the specified
process.
- Comment - Class in org.knime.base.node.io.filetokenizer
- Deprecated. use
Comment
instead. Will
be removed in Ver3.0. - Comment(String, String, boolean, boolean) -
Constructor for class org.knime.base.node.io.filetokenizer.Comment
- Deprecated. Creates a new Comment object.
- Comment(NodeSettingsRO) -
Constructor for class org.knime.base.node.io.filetokenizer.Comment
- Deprecated. Creates a new
Comment
object and sets its parameters from
the config
object.
- Comment - Class in org.knime.core.util.tokenizer
- Created for each comment pattern of the
FileTokenizer
keeping
its specifics. - Comment(String, String, boolean, boolean) -
Constructor for class org.knime.core.util.tokenizer.Comment
- Creates a new Comment object.
- Comment(NodeSettingsRO) -
Constructor for class org.knime.core.util.tokenizer.Comment
- Creates a new
Comment
object and sets its parameters from
the config
object.
- CommentPanel - Class in org.knime.base.node.io.csvwriter
-
- CommentPanel() -
Constructor for class org.knime.base.node.io.csvwriter.CommentPanel
-
- commentSettingsChanged() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
- Called whenever the Java-Style comment box is clickered.
- commentSettingsChanged() -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
- Called whenever the Java-Style comment box is clickered.
- commit(RowKey, DataCell, DataRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
- Returns a new row initialised
by a
DataRow
as its initial center vector and a class
label.
- commit(RowKey, DataCell, DataRow) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionFactory
- Creates and returns a new row initialised with a class label and a center
vector.
- commit(RowKey, DataCell, DataRow) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
- Creates and returns a new
RadialBasisFunctionLearnerRow
initialized with a center vector and a class label.
- commit() -
Method in class org.knime.core.node.config.ConfigEditTreeNodePanel
- Write the currently edited values to the underlying model.
- commitSelectedToHistory() -
Method in class org.knime.core.node.util.StringHistoryPanel
- Adds the currently selected element to the string history.
- compare(DataCell, DataCell) -
Method in enum org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane.ComparatorMethod
- Compares both cell values using the comparator method.
- compare(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(BinDataModel, BinDataModel) -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModelComparator
-
- compare(Color, Color) -
Method in class org.knime.base.node.viz.histogram.datamodel.HSBColorComparator
-
- compare(DataRow, DataRow) -
Method in class org.knime.base.node.viz.histogram.impl.interactive.RowByColumnComparator
-
- compare(DataCell, DataCell) -
Method in class org.knime.core.data.DataValueComparator
- This final implementation checks and handles
DataCell
s representing missing values,
before it delegates the actual comparison
to the derived class, by calling
DataValueComparator.compareDataValues(DataValue, DataValue)
.
- compare(double) -
Method in class org.knime.core.data.def.IntervalCell
- Determines if the given double value is contained in this interval, to
the left or to the right.
- compare(DoubleValue) -
Method in class org.knime.core.data.def.IntervalCell
- Determines if the given double value is contained in this interval, to
the left or to the right.
- compare(double) -
Method in interface org.knime.core.data.IntervalValue
- Determines if the given double value is contained in this interval, to
the left or to the right.
- compare(DoubleValue) -
Method in interface org.knime.core.data.IntervalValue
- Determines if the given double value is contained in this interval, to
the left or to the right.
- COMPARE_BOUNDARIES -
Static variable in class org.knime.base.node.viz.histogram.datamodel.BinDataModelComparator
- This method compares the boundaries of a bin and orders from lowest
upper bound to highest upper bound.
- COMPARE_CAPTION -
Static variable in class org.knime.base.node.viz.histogram.datamodel.BinDataModelComparator
- This method compares the caption of two bins and orders them in natural
order.
- compareCoverage(BasisFunctionLearnerRow, DataRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Compares coverage of this and another row.
- compareCoverage(BasisFunctionLearnerRow, DataRow) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
- Compares this basisfunction with the another one by the fuzzy rule's
number of covered pattern.
- compareCoverage(BasisFunctionLearnerRow, DataRow) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
- Compares this basis function with the other one by its standard deviation
if the number of covered pattern is equal otherwise use this
identification.
- compareDataValues(DataValue, DataValue) -
Method in class org.knime.base.node.preproc.setoperator.GeneralDataValueComparator
- Do not call this function, rather call the
DataValueComparator.compare(DataCell, DataCell)
method, which handles missing cells.
- compareDataValues(DataValue, DataValue) -
Method in class org.knime.core.data.ComplexNumberValueComparator
- Compares to
ComplexNumberValue
based on their real part.
- compareDataValues(DataValue, DataValue) -
Method in class org.knime.core.data.DataValueComparator
- Do not call this function, rather call the
DataValueComparator.compare(DataCell, DataCell)
method, which handles missing cells.
- compareDataValues(DataValue, DataValue) -
Method in class org.knime.core.data.date.DateAndTimeComparator
- Do not call this function, rather call the
DataValueComparator.compare(DataCell, DataCell)
method, which handles missing cells.
- compareDataValues(DataValue, DataValue) -
Method in class org.knime.core.data.DoubleValueComparator
- Compares two
DoubleValue
s based on their generic
double
.
- compareDataValues(DataValue, DataValue) -
Method in class org.knime.core.data.FuzzyIntervalValueComparator
- The compare function called by the abstract
DataValueComparator
class.
- compareDataValues(DataValue, DataValue) -
Method in class org.knime.core.data.FuzzyNumberValueComparator
- Compares two
FuzzyNumberValue
s 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.IntervalValueComparator
- The compare function called by the abstract
DataValueComparator
class.
- compareDataValues(DataValue, DataValue) -
Method in class org.knime.core.data.IntValueComparator
- Compares two
IntValue
s based on their int
.
- compareDataValues(DataValue, DataValue) -
Method in class org.knime.core.data.LongValueComparator
- Do not call this function, rather call the
DataValueComparator.compare(DataCell, DataCell)
method, which handles missing cells.
- compareDataValues(DataValue, DataValue) -
Method in class org.knime.core.data.StringValueComparator
- Compares two
StringValue
s based on their lexicographical
order.
- compareDataValues(DataValue, DataValue) -
Method in class org.knime.core.data.TimestampValue.TimestampValueComparator
- Deprecated. Compares two
TimestampValue
s based on their Date
value.
- compareLeftBoundToLeft(Interval) -
Method in class org.knime.base.node.preproc.discretization.caim2.Interval
- Compares the left bound of this interval to the left bound of the given
interval.
- compareLeftBoundToRight(Interval) -
Method in class org.knime.base.node.preproc.discretization.caim2.Interval
- Compares the left bound of this interval to the right bound of the given
interval.
- compareRightBoundToLeft(Interval) -
Method in class org.knime.base.node.preproc.discretization.caim2.Interval
- Compares the right bound of this interval to the left bound of the given
interval.
- compareRightBoundToRight(Interval) -
Method in class org.knime.base.node.preproc.discretization.caim2.Interval
- Compares the right bound of this interval to the right bound of the given
interval.
- compareTo(AttributeModel) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- compareTo(EigenValue) -
Method in class org.knime.base.node.mine.pca.EigenValue
-
- compareTo(TIDItem) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
-
- compareTo(NearestNeighbour<T>) -
Method in class org.knime.base.util.kdtree.NearestNeighbour
-
- compareTo(NodeID) -
Method in class org.knime.core.node.workflow.NodeID
-
- compareValue(DataCell, DataCell) -
Method in enum org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane.ComparatorMethod
- Compares both cell values using the most common's super type
comparator.
- compGetColumnMethods(DataTableSpec, List<String>, ConfigRO) -
Static method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
- Compatibility method used for compatibility to versions prior Knime 2.0.
- compGetColumnNamePolicy(NodeSettingsRO) -
Static method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
- Compatibility method used for compatibility to versions prior Knime 2.0.
- compile() -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
- Compiles the pattern with the current settings.
- ComplexNumberCell - Class in org.knime.core.data.def
- A data cell implementation holding a complex number value by storing this
value in two double member variables.
- ComplexNumberCell(double, double) -
Constructor for class org.knime.core.data.def.ComplexNumberCell
- Creates a new cell for a complex number.
- ComplexNumberValue - Interface in org.knime.core.data
- Interface supporting generic complex number values.
- ComplexNumberValue.ComplexNumberUtilityFactory - Class in org.knime.core.data
- Meta information to the complex number value.
- ComplexNumberValue.ComplexNumberUtilityFactory() -
Constructor for class org.knime.core.data.ComplexNumberValue.ComplexNumberUtilityFactory
- Only subclasses are allowed to instantiate this class.
- ComplexNumberValueComparator - Class in org.knime.core.data
- Comparator returned by the
ComplexNumberValue
. - ComplexNumberValueComparator() -
Constructor for class org.knime.core.data.ComplexNumberValueComparator
-
- ComplexNumberValueRenderer - Class in org.knime.core.data.renderer
- Render to display a complex number value using a given
NumberFormat
. - ComplexNumberValueRenderer(NumberFormat, String) -
Constructor for class org.knime.core.data.renderer.ComplexNumberValueRenderer
- Instantiates a new object using a given format.
- COMPONENT_WIDTH -
Static variable in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
- Layout constant (combobox width, etc).
- COMPONENT_WIDTH -
Static variable in class org.knime.base.node.viz.plotter.props.PropertiesTab
- Layout constant (combobox width, etc).
- componentHidden(ComponentEvent) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- componentMoved(ComponentEvent) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- componentResized(ComponentEvent) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Resizes the axes and calls
AbstractPlotter.updateSize()
, the drawing pane is
adapted to the new space only if the size is increased.
- componentShown(ComponentEvent) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- compose(DataRow, double) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
- Composes the activation of the given array and of the calculated one
based on the given row.
- compose(DataRow, double) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
- Composes the degree of membership by using the disjunction of the
tco-norm operator.
- compose(DataRow, double) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
- Sum of the given activation plus the newly calculated one for the given
row.
- compute(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) -
Method in class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
-
- compute(Double[], DataCell) -
Method in class org.knime.base.node.preproc.pivot.PivotAggregationMethod
- Uses the array returned by
PivotAggregationMethod.init()
to compute the next value.
- compute(DataCell, DataCell, boolean) -
Method in enum org.knime.base.node.preproc.setoperator.SetOperation
-
- computeActivation(DataRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Computes activation for a given row using this basis function.
- computeActivation(DataRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
- Computes the activation based on the given row for this basisfunction.
- computeActivation(DataRow) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
- Computes activation for a given row using this basis function.
- computeActivation(DataRow) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
- Returns the compute activation of this input vector.
- computeActivation(DataRow) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
- Computes activation for a given row using this basis function.
- computeActivation(DataRow) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
- Calculates the current activation of this basis function given a input
row which is always between
0.0
and 1.0
using the the hereinafter called distance function.
- computeCoverage(BasisFunctionLearnerRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Computes the intersection of instances covered by this and the other
basisfunction - its fraction to the total number of instances is
returned.
- computeDistance(DataRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
-
- computeDistance(DataRow) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
-
- computeDistance(DataRow) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
- Computes the distance between this prototype's center vector and the
given row.
- computeFuzzyCovarianceMatrix(int) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
- Computes the fuzzy cobariance matrix of a cluster.
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MaxOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MeanOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MinOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.SumOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.VarianceOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.ConcatenateOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.CountOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.FirstOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.FirstValueOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.LastOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.LastValueOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.ListCellOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.ModeOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.SetCellOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueConcatenateOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueConcatenateWithCountOperator
-
- computeInternal(DataCell) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueCountOperator
-
- computeSpread() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
- Returns a value for the spread of this rule.
- computeSpread() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
- Returns the aggregated spread of the core.
- computeSpread() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
- Returns the aggregated spread of the core.
- computeSpread() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
- Returns the standard deviation of this radial basisfunction.
- computeSquaredEuclidean(double[], double[]) -
Method in class org.knime.base.node.mine.bfn.Distance
- Computes the Euclidean distance between two normalized vectors.
- computeTCoNorm(double, double) -
Method in class org.knime.base.node.mine.bfn.fuzzy.norm.LukaNorm
- Computes the TCo-Norm as
min(a+b,1)
.
- computeTCoNorm(double, double) -
Method in class org.knime.base.node.mine.bfn.fuzzy.norm.MinMaxNorm
- Computes the TCo-Norm as
max(a,b)
.
- computeTCoNorm(double, double) -
Method in interface org.knime.base.node.mine.bfn.fuzzy.norm.Norm
- Computes fuzzy conjunction.
- computeTCoNorm(double, double) -
Method in class org.knime.base.node.mine.bfn.fuzzy.norm.ProdNorm
- Computes the TCo-Norm as
a+b-a*b
.
- computeTCoNorm(double, double) -
Method in class org.knime.base.node.mine.bfn.fuzzy.norm.YagerNorm
-
- computeTNorm(double, double) -
Method in class org.knime.base.node.mine.bfn.fuzzy.norm.LukaNorm
- Computes the T-Norm as
max(0,a+b-1)
.
- computeTNorm(double, double) -
Method in class org.knime.base.node.mine.bfn.fuzzy.norm.MinMaxNorm
- Computes the T-Norm as
min(a,b)
.
- computeTNorm(double, double) -
Method in interface org.knime.base.node.mine.bfn.fuzzy.norm.Norm
- Computes the fuzzy disjunction.
- computeTNorm(double, double) -
Method in class org.knime.base.node.mine.bfn.fuzzy.norm.ProdNorm
- Computes the T-Norm as
a*b
.
- computeTNorm(double, double) -
Method in class org.knime.base.node.mine.bfn.fuzzy.norm.YagerNorm
-
- computeValues(BufferedDataTable, ExecutionMonitor) -
Static method in class org.knime.base.data.nominal.NominalTable
- Wraps the given table into a new table by computing all possible values
for all columns.
- computeValues(BufferedDataTable, ExecutionMonitor, String...) -
Static method in class org.knime.base.data.nominal.NominalTable
- Computes all possible values based in the given table and column name.
- computeValues(BufferedDataTable, ExecutionMonitor, int...) -
Static method in class org.knime.base.data.nominal.NominalTable
- Finds all possible values based on a table and a number of given column
indices by iterating through the table.
- concatenate(DenseBitVector) -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Creates and returns a new bit vector that contains copies of both (this
and the argument vector).
- concatenate(SparseBitVector) -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
- Creates and returns a new bit vector that contains copies of both (this
and the argument vector).
- concatenate(DenseByteVector) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Appends the argument at the end of this vector.
- concatenate(DenseByteVectorCell) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
- Appends the argument at the end of the vector currently stored in the
factory.
- concatenate(SparseByteVector) -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
- Creates and returns a new byte vector that contains copies of both (this
and the argument vector).
- concatenate(SparseByteVectorCell) -
Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
- Appends the argument at the end of the vector currently stored in the
factory.
- ConcatenateTable - Class in org.knime.core.data.container
-
- CONCATENATOR -
Static variable in class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
- The String to use by concatenation operators.
- CONDENSED_COL_NAME -
Static variable in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- The name of the settings tag which holds the new name of the condensed
column the user has entered in the dialog as
String
.
- ConditionalBoxPlotNodeDialog - Class in org.knime.base.node.viz.condbox
- This class provides the configuration dialog for the conditional box plot
node.
- ConditionalBoxPlotNodeDialog() -
Constructor for class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeDialog
- Creates the configuration dialog.
- ConditionalBoxPlotNodeFactory - Class in org.knime.base.node.viz.condbox
- This class creates a ConditionalBoxPlotNode.
- ConditionalBoxPlotNodeFactory() -
Constructor for class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
-
- ConditionalBoxPlotNodeModel - Class in org.knime.base.node.viz.condbox
- Class for the model of a conditional box plot.
- ConditionalBoxPlotNodeModel() -
Constructor for class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
- Creates a conditional box plot node model.
- ConditionalBoxPlotNodeView - Class in org.knime.base.node.viz.condbox
- Class for a view of the conditional box plot.
- ConditionalBoxPlotNodeView(ConditionalBoxPlotNodeModel) -
Constructor for class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeView
- Creates a view for the conditional box plot.
- ConditionalBoxPlotSettings - Class in org.knime.base.node.viz.condbox
- Settings for conditional box plot.
- ConditionalBoxPlotSettings() -
Constructor for class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
-
- ConditionalBoxPlotter - Class in org.knime.base.node.viz.plotter.box
-
- ConditionalBoxPlotter() -
Constructor for class org.knime.base.node.viz.plotter.box.ConditionalBoxPlotter
-
- Config - Class in org.knime.core.node.config
- Supports a mechanism to save settings by their type and a key.
- Config(String) -
Constructor for class org.knime.core.node.config.Config
- Creates a new, empty config object with the given key.
- Config.DataCellEntry - Interface in org.knime.core.node.config
- Interface for all registered
DataCell
objects. - Config.DataCellEntry.ComplexNumberCellEntry - Class in org.knime.core.node.config
ComplexNumberCell
entry.- Config.DataCellEntry.ComplexNumberCellEntry() -
Constructor for class org.knime.core.node.config.Config.DataCellEntry.ComplexNumberCellEntry
-
- Config.DataCellEntry.DateAndTimeCellEntry - Class in org.knime.core.node.config
DateAndTimeCell
entry.- Config.DataCellEntry.DateAndTimeCellEntry() -
Constructor for class org.knime.core.node.config.Config.DataCellEntry.DateAndTimeCellEntry
-
- Config.DataCellEntry.DoubleCellEntry - Class in org.knime.core.node.config
DoubleCell
entry.- Config.DataCellEntry.DoubleCellEntry() -
Constructor for class org.knime.core.node.config.Config.DataCellEntry.DoubleCellEntry
-
- Config.DataCellEntry.FuzzyIntervalCellEntry - Class in org.knime.core.node.config
FuzzyIntervalCell
entry.- Config.DataCellEntry.FuzzyIntervalCellEntry() -
Constructor for class org.knime.core.node.config.Config.DataCellEntry.FuzzyIntervalCellEntry
-
- Config.DataCellEntry.FuzzyNumberCellEntry - Class in org.knime.core.node.config
FuzzyNumberCell
entry.- Config.DataCellEntry.FuzzyNumberCellEntry() -
Constructor for class org.knime.core.node.config.Config.DataCellEntry.FuzzyNumberCellEntry
-
- Config.DataCellEntry.IntCellEntry - Class in org.knime.core.node.config
IntCell
entry.- Config.DataCellEntry.IntCellEntry() -
Constructor for class org.knime.core.node.config.Config.DataCellEntry.IntCellEntry
-
- Config.DataCellEntry.MissingCellEntry - Class in org.knime.core.node.config
- Entry for missing
DataCell
. - Config.DataCellEntry.MissingCellEntry() -
Constructor for class org.knime.core.node.config.Config.DataCellEntry.MissingCellEntry
-
- Config.DataCellEntry.StringCellEntry - Class in org.knime.core.node.config
StringCell
entry.- Config.DataCellEntry.StringCellEntry() -
Constructor for class org.knime.core.node.config.Config.DataCellEntry.StringCellEntry
-
- ConfigBooleanEntry - Class in org.knime.core.node.config
- Config entry for boolean objects.
- ConfigBooleanEntry(String, boolean) -
Constructor for class org.knime.core.node.config.ConfigBooleanEntry
- Creates a new entry for boolean objects.
- ConfigBooleanEntry(String, String) -
Constructor for class org.knime.core.node.config.ConfigBooleanEntry
- Creates a new entry for boolean objects.
- ConfigByteEntry - Class in org.knime.core.node.config
- Config entry for byte objects.
- ConfigByteEntry(String, byte) -
Constructor for class org.knime.core.node.config.ConfigByteEntry
- Creates a new config entry for bytes.
- ConfigByteEntry(String, String) -
Constructor for class org.knime.core.node.config.ConfigByteEntry
- Creates a new config entry for bytes.
- ConfigCharEntry - Class in org.knime.core.node.config
- Config entry for char objects.
- ConfigCharEntry(String, char) -
Constructor for class org.knime.core.node.config.ConfigCharEntry
- Creates a new char entry.
- ConfigCharEntry(String, String) -
Constructor for class org.knime.core.node.config.ConfigCharEntry
- Creates a new char entry.
- ConfigDoubleEntry - Class in org.knime.core.node.config
- Config entry for double values.
- ConfigDoubleEntry(String, double) -
Constructor for class org.knime.core.node.config.ConfigDoubleEntry
- Creates a new Config entry for type double.
- ConfigDoubleEntry(String, String) -
Constructor for class org.knime.core.node.config.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
- Called when a node in a
ConfigEditTreeModel
has changed
its state.
- ConfigEditTreeEditor - Class in org.knime.core.node.config
- Editor component for
ConfigEditJTree
implementation. - ConfigEditTreeEditor(ConfigEditJTree, ConfigEditTreeRenderer) -
Constructor for class org.knime.core.node.config.ConfigEditTreeEditor
- Constructs new tree editor.
- ConfigEditTreeEvent - Class in org.knime.core.node.config
- Event that is fired when the settings associated with the nodes in a
ConfigEditTreeModel
change. - ConfigEditTreeEvent(Object, String[], String, String) -
Constructor for class org.knime.core.node.config.ConfigEditTreeEvent
- Creates new event.
- ConfigEditTreeEventListener - Interface in org.knime.core.node.config
- Listener interface for
ConfigEditTreeEvent
. - ConfigEditTreeModel - Class in org.knime.core.node.config
- Config editor that keeps a mask of variables to overwrite existing settings.
- ConfigEditTreeModel.ConfigEditTreeNode - Class in org.knime.core.node.config
- Single Tree node implementation.
- ConfigEditTreeModel.ConfigEditTreeNode(AbstractConfigEntry) -
Constructor for class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
- Constructs new tree node based on a representative config entry.
- ConfigEditTreeNodePanel - Class in org.knime.core.node.config
- Panel that displays a single line/element of a
ConfigEditJTree
. - ConfigEditTreeNodePanel(boolean) -
Constructor for class org.knime.core.node.config.ConfigEditTreeNodePanel
- Constructs new panel.
- ConfigEditTreeRenderer - Class in org.knime.core.node.config
- Renderer implementation of a
ConfigEditJTree
. - ConfigEditTreeRenderer() -
Constructor for class org.knime.core.node.config.ConfigEditTreeRenderer
- Only creates fields.
- ConfigEntries - Enum in org.knime.core.node.config
- An enumeration holding all possible types that can be written to and read
from a Config.
- ConfigFloatEntry - Class in org.knime.core.node.config
- Config entry for float values.
- ConfigFloatEntry(String, float) -
Constructor for class org.knime.core.node.config.ConfigFloatEntry
- Creates a new Config entry for type float.
- ConfigFloatEntry(String, String) -
Constructor for class org.knime.core.node.config.ConfigFloatEntry
- Creates a new Config entry for type float.
- ConfigIntEntry - Class in org.knime.core.node.config
- Config entry for integer values.
- ConfigIntEntry(String, int) -
Constructor for class org.knime.core.node.config.ConfigIntEntry
- Creates a new Config entry for an int value.
- ConfigIntEntry(String, String) -
Constructor for class org.knime.core.node.config.ConfigIntEntry
- Creates a new Config entry for an int value.
- ConfigLongEntry - Class in org.knime.core.node.config
- Config entry for
long
values. - ConfigLongEntry(String, long) -
Constructor for class org.knime.core.node.config.ConfigLongEntry
- Creates a new Config entry for an long value.
- ConfigLongEntry(String, String) -
Constructor for class org.knime.core.node.config.ConfigLongEntry
- Creates a new Config entry for a long value.
- ConfigRO - Interface in org.knime.core.node.config
- Interface implements only access functions for
Config
objects. - ConfigShortEntry - Class in org.knime.core.node.config
- Config entry for short values.
- ConfigShortEntry(String, short) -
Constructor for class org.knime.core.node.config.ConfigShortEntry
- Creates a new short entry.
- ConfigShortEntry(String, String) -
Constructor for class org.knime.core.node.config.ConfigShortEntry
- Creates a new short entry.
- ConfigStringEntry - Class in org.knime.core.node.config
- Config entry for String values.
- ConfigStringEntry(String, String) -
Constructor for class org.knime.core.node.config.ConfigStringEntry
- Creates a new String entry.
- configure(DataTableSpec[]) -
Method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.io.database.DBColumnFilterNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.io.database.DBConnectionNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.io.database.DBQueryNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.io.database.DBReaderNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.io.database.DBRowFilterNodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.io.database.DBWriterNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.io.def.DefaultTableNodeModel
- The standard table can always provide a table spec, that's why it is also
executable: returns
true
(so to say).
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Number of columns in the output table is not deterministic.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Returns
true
always and passes the current input spec to
the output spec which is identical to the input specification - after
all, we are building cluster centers in the original feature space.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The number of the class column must be > 0 and < number of input columns.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.mine.knn.KnnNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.mine.mds.MDSNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
- The additional columns are created based on the model which is loaded in
the execute-method.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
- returns null.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.mine.pca.PCANodeModel
- All
IntCell
columns are converted to
DoubleCell
columns.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.mine.smote.SmoteNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.sota.SotaNodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
- Assume to get numeric data only.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.binner.BinnerNodeModel
- Passes the input spec to the output.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
- The number of the class columns must be > 0 and < number of input
columns.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.domain.DomainNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
- Excludes a number of columns from the input spec and generates a new
output spec.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
- Called when a new
DataTableSpec
is available.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
- Called when a new
DataTableSpec
is available.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated. The column value filter grabs the comparator from the table spec (if
available) and checks settings against the latest spec.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
- Called when a new
DataTableSpec
is available.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
- Called when a new
DataTableSpec
is available.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
- Called when a new
DataTableSpec
is available.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
- Called when a new
DataTableSpec
is available.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
- Called when a new
DataTableSpec
is available.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
- Called when a new
DataTableSpec
is available.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
- Called when a new
DataTableSpec
is available.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
- Called when a new
DataTableSpec
is available.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
- Called when a new
DataTableSpec
is available.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.joiner.NewJoinerNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- All
IntCell
columns are converted to
DoubleCell
columns.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.partition.PartitionNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.pivot.PivotNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataColumnSpec) -
Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
- Called by configure in NodeModel to compute the new column spec.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.rename.RenameNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
- Called when a new
DataTableSpec
is available.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.sample.RandomFractionRowFilter
- Throws exception, not supported.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.sample.RandomNumberRowFilter
- Throws exception, not supported.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.sample.SamplingNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec) -
Method in class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
- Called when a new
DataTableSpec
is available.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
- Check if the values of the include list also exist in the
DataTableSpec
at the inport.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.split.SplitNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.rules.RuleEngineNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.util.cache.CacheNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.viz.pie.node.PieNodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
- All nominal columns without possible values or with more than 60
possible values are ignored.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
-
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
- Configure method for general port types.
- configure(PortObjectSpec[]) -
Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
-
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.viz.roc.ROCNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
- Output table is like the input table.
- configure(DataTableSpec[]) -
Method in class org.knime.base.node.viz.table.TableNodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[], PortObjectSpec[]) -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- In case the executor modifies the result of the underlying node it can
create the appropriate output specs.
- configure(PortObjectSpec[]) -
Method in class org.knime.core.node.Node
- Sets all (new) incoming
DataTableSpec
elements in the
model, calls the model to create output table specs and propagates these
new specs to the connected successors.
- configure(PortObjectSpec[], NodePostConfigure) -
Method in class org.knime.core.node.Node
- Allows passing an object that may modify the specs created by the
NodeModel
, for example in case the node is wrapped and the
output is modified.
- configure(PortObjectSpec[]) -
Method in class org.knime.core.node.NodeModel
- Configure method for general port types.
- configure(DataTableSpec[]) -
Method in class org.knime.core.node.NodeModel
- This function is called whenever the derived model should re-configure
its output DataTableSpecs.
- configure(PortObjectSpec[], PortObjectSpec[]) -
Method in interface org.knime.core.node.NodePostConfigure
- Modifies the output table specs calculated by the
NodeModel.configure(PortObjectSpec[])
method.
- configure(PortObjectSpec[], PortObjectSpec[]) -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
- In case the executor modifies the result of the underlying node it can
create the appropriate output specs.
- configure(PortObjectSpec[]) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Configure underlying node and update state accordingly.
- configureModel(PortObjectSpec[]) -
Method in class org.knime.core.node.NodeModel
- This function is called when something changes that could affect the
output
DataTableSpec
elements.
- configureQualitySlider(JSpinner) -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
- ConfigWO - Interface in org.knime.core.node.config
- Write-only interface for
Config
objects providing only access
functions. - ConfusionTableModel - Class in org.knime.base.node.mine.scorer.accuracy
- A table model representing a confusion matrix.
- ConfusionTableModel(int[][], String[], String, String) -
Constructor for class org.knime.base.node.mine.scorer.accuracy.ConfusionTableModel
- Constructs confusion table model from the score count and the headers.
- connect(String, Properties) -
Method in class org.knime.base.node.io.database.WrappedDriver
-
- connectedInPorts(int) -
Method in class org.knime.core.node.workflow.Workflow
- Determine inports which are connected (directly or indirectly) to
the given outport in this workflow.
- connectedOutPorts(int) -
Method in class org.knime.core.node.workflow.Workflow
- Determine outports which are connected (directly or indirectly) to
the given inport in this workflow.
- ConnectionContainer - Class in org.knime.core.node.workflow
- Holds all information related to one connection between specific ports
of two nodes.
- ConnectionContainer(NodeID, int, NodeID, int, ConnectionContainer.ConnectionType) -
Constructor for class org.knime.core.node.workflow.ConnectionContainer
- Creates new connection.
- ConnectionContainer.ConnectionType - Enum in org.knime.core.node.workflow
-
- ConnectionUIInformation - Class in org.knime.core.node.workflow
- Default implementation of a connection extra info.
- ConnectionUIInformation() -
Constructor for class org.knime.core.node.workflow.ConnectionUIInformation
- Constructs a
ConnectionUIInformation
.
- connectionUIInformationChanged(ConnectionUIInformationEvent) -
Method in interface org.knime.core.node.workflow.ConnectionUIInformationListener
- Invoked when the ui information has changed.
- ConnectionUIInformationEvent - Class in org.knime.core.node.workflow
- Event that's fired by a
ConnectionContainer
when its UI information
changes. - ConnectionUIInformationEvent(ConnectionContainer, UIInformation) -
Constructor for class org.knime.core.node.workflow.ConnectionUIInformationEvent
-
- ConnectionUIInformationListener - Interface in org.knime.core.node.workflow
- Listener for ui information changes on
ConnectionContainer
. - considerAttribute(int) -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns true if the given attribute should be considered during learning,
false if not.
- constructPossibleTypes(DataType) -
Static method in class org.knime.base.node.preproc.rename.RenameColumnSetting
- Construct a set with all types a given type can be cast to.
- ContainerTable - Class in org.knime.core.data.container
- Class implementing the
DataTable
interface and using a buffer
from a DataContainer
as data source. - ContainerTable(Buffer) -
Constructor for class org.knime.core.data.container.ContainerTable
- Create new Table based on a Buffer.
- ContainerTable(CopyOnAccessTask, DataTableSpec) -
Constructor for class org.knime.core.data.container.ContainerTable
- Constructor when table is read from file.
- contains(double) -
Method in class org.knime.base.node.preproc.discretization.caim2.Interval
- Checks if the given value is located within this interval or not.
- contains(DataCell) -
Method in class org.knime.core.data.collection.BlobSupportDataCellSet
- Returns true if the set contains the specified cell.
- contains(DataCell) -
Method in class org.knime.core.data.collection.SetCell
- Returns true if the collection contains the specified cell.
- contains(DataCell) -
Method in interface org.knime.core.data.collection.SetDataValue
- Returns true if the collection contains the specified cell.
- containsBlobCells() -
Method in class org.knime.core.data.container.Buffer
- True if any row containing blob cells is contained in this buffer.
- containsBlobWrapperCells() -
Method in class org.knime.core.data.collection.BlobSupportDataCellList
-
- containsBlobWrapperCells() -
Method in class org.knime.core.data.collection.BlobSupportDataCellSet
-
- containsBlobWrapperCells() -
Method in interface org.knime.core.data.collection.CollectionDataValue
- Get whether the collection contains special
BlobWrapperDataCell
(framework use).
- containsBlobWrapperCells() -
Method in class org.knime.core.data.collection.ListCell
- Get whether the collection contains special
BlobWrapperDataCell
(framework use).
- containsBlobWrapperCells() -
Method in class org.knime.core.data.collection.SetCell
- Get whether the collection contains special
BlobWrapperDataCell
(framework use).
- containsCompatibleType(Class<? extends DataValue>) -
Method in class org.knime.core.data.DataTableSpec
- Checks if this spec contains a column with a type compatible to the given
DataValue
class.
- containsConfusionMatrixKeys(int, int, Set<RowKey>) -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Checks if the specified confusion matrix cell contains at least one of
the given keys.
- containsEmptyBins() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- containsKey(String) -
Method in class org.knime.core.node.config.Config
- Checks if this key for a particular type is in this Config.
- containsKey(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Checks if this key for a particular type is in this Config.
- containsMissingValueBin() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- containsName(String) -
Method in class org.knime.core.data.DataTableSpec
- Checks if the given column name occurs in this spec.
- containsNodeContainer(NodeID) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Does the workflow contain a node with the argument id?
- containsNodeKey(NodeID) -
Method in class org.knime.core.node.workflow.Workflow
-
- containsNotPresentableBin() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- containsProperty(String) -
Method in class org.knime.core.data.DataColumnProperties
- Tests if this properties object contains a given key.
- containsSkippedAttributes() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
- containsValsChanged() -
Method in class org.knime.base.node.io.filereader.DomainDialog
- Called when the state of the "contains nominal values" box changes.
- continueExecutionOnLoad(PortObject[], NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainer
- Called upon load when the node has been saved as remotely executing.
- continueExecutionOnLoad(NodeContainer, NodeContainerPersistor) -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- continueLoop() -
Method in class org.knime.core.node.NodeModel
- Informs WorkflowManager after execute to continue the loop.
- ConvenienceMethods - Class in org.knime.core.node.util
- Collection of methods that are useful in different contexts.
- ConvenientComboBoxRenderer - Class in org.knime.core.node.util
-
- ConvenientComboBoxRenderer() -
Constructor for class org.knime.core.node.util.ConvenientComboBoxRenderer
-
- convertInputRow(Matrix, DataRow, double[], int[], int, boolean) -
Static method in class org.knime.base.node.mine.pca.PCANodeModel
- reduce a single input row to the principal components.
- convertInputRow(Matrix, DataRow, double[], int[], int) -
Static method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
- reduce a single input row to the principal components.
- 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(NodeID...) -
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.
- 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
source.
- copyFromAndPasteHere(WorkflowManager, NodeID...) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Copies the nodes with the given ids from the argument workflow manager
into this wfm instance.
- CopyNodeContainerMetaPersistor - Class in org.knime.core.node.workflow
-
- CopyNodeContainerMetaPersistor(NodeContainer, boolean) -
Constructor for class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
-
- CopyNodePersistor - Class in org.knime.core.node
- A persistor cloning a node's settings.
- CopyNodePersistor(Node) -
Constructor for class org.knime.core.node.CopyNodePersistor
- Create a new persistor.
- CopyOnAccessTask - Class in org.knime.core.data.container
- Opens (on demand) a zip file from the workspace location and copies the
binary data content to temp for further reading.
- CopyOnAccessTask(ReferencedFile, DataTableSpec, int, Map<Integer, ContainerTable>, DataContainer.BufferCreator) -
Constructor for class org.knime.core.data.container.CopyOnAccessTask
- Keeps reference, nothing else.
- copyPortObject(PortObject, ExecutionMonitor) -
Static method in class org.knime.core.node.Node
- Copies the PortObject so that the copy can be given to the node model
implementation (and potentially modified).
- CopySingleNodeContainerPersistor - Class in org.knime.core.node.workflow
-
- CopySingleNodeContainerPersistor(SingleNodeContainer, boolean) -
Constructor for class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
-
- copyTo(ConfigWO) -
Method in class org.knime.core.node.config.Config
- Makes a deep copy of this Config and all sub-configs.
- copyTo(ConfigWO) -
Method in interface org.knime.core.node.config.ConfigRO
- Copies this
Config
into a write-only one.
- CopyWorkflowPersistor - Class in org.knime.core.node.workflow
-
- CopyWorkflowPersistor(WorkflowManager, HashMap<Integer, ContainerTable>, boolean) -
Constructor for class org.knime.core.node.workflow.CopyWorkflowPersistor
-
- CorePlugin - Class in org.knime.core.internal
- Plugin class that is initialized when the plugin project is started.
- CorePlugin() -
Constructor for class org.knime.core.internal.CorePlugin
-
- COS_DIST -
Static variable in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
- Flag for cosinus distance.
- COS_DIST -
Static variable in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
- Flag for cosinus distance.
- CosinusDistanceManager - Class in org.knime.base.node.mine.mds.distances
-
- CosinusDistanceManager(double, boolean) -
Constructor for class org.knime.base.node.mine.mds.distances.CosinusDistanceManager
- Creates new instance of CosinusDistanceManager with given offset and
fuzzy flag.
- CosinusDistanceManager - Class in org.knime.base.node.mine.sota.distances
-
- CosinusDistanceManager(double, boolean) -
Constructor for class org.knime.base.node.mine.sota.distances.CosinusDistanceManager
- Creates new instance of CosinusDistanceManager with given offset and
fuzzy flag.
- couldBeUsefulPartitioned() -
Method in class org.knime.base.node.mine.decisiontree2.learner.Partitioner
- Whether a useful partition could be created.
- COUNT -
Static variable in class org.knime.base.node.preproc.pivot.PivotAggregationMethod
- Method only counts the number of non-empty and non-missing occurrences.
- count() -
Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
- Returns the absolute number of rows in the output table.
- count(int) -
Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
- Sets the absolute number of rows in the output table.
- countData(BufferedDataTable, int, int) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.QuantaMatrix2D
- Counts the distribution of the given column of the input table and stores
it into the quanta matrix.
- countMethod() -
Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
- Returns the method use for sampling the rows.
- countMethod(SamplingNodeSettings.CountMethods) -
Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
- Sets the method use for sampling the rows.
- countRowsInBackground() -
Method in class org.knime.core.node.tableview.TableContentModel
- Starts a new internal thread that will iterate over the table
and count the rows in it.
- countRowsInBackground() -
Method in class org.knime.core.node.tableview.TableContentView
- Delegate method to start row counting.
- countRowsInBackground() -
Method in class org.knime.core.node.tableview.TableView
- Delegate method to start row counting.
- covariance(double[][]) -
Static method in class org.knime.base.util.math.StatisticUtils
- Calculates the covariance matrix for the given input matrix.
- cover(DataRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Called if a row covers a new
DataRow
.
- cover(DataRow, DataCell) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
- If the same class as this basisfunction is assigned to, the number of
correctly covered pattern is increased, otherwise the number of wrong
covered ones.
- cover(DataRow) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
- This basis function covers the given row.
- cover(DataRow) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
- Method is empty.
- coveredColors() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
- coveredPattern() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
- coveredPattern() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
-
- coveredPattern() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
-
- coveredPattern() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
- Deprecated.
- coveredPattern() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
- Deprecated.
- coveredPattern() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
- Deprecated.
- coveredPattern() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
-
- coverIntern(DataRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Covers a new row and decrease covered counter.
- covers(DataRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Returns
true
if the input row is covered by this row,
otherwise false
.
- covers(DataRow) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
- Returns true if the given row is covered by this prototype, that
is, if
FuzzyBasisFunctionLearnerRow.computeActivation(DataRow)
returns a degree greater than
MINACT
.
- covers(DataRow) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
- Checks if the given row is covered by this basis function.
- covers(DataCell) -
Method in interface org.knime.base.node.preproc.binner.BinnerColumnFactory.Bin
-
- covers(DataCell) -
Method in class org.knime.base.node.preproc.binner.NumericBin
-
- create(Collection<? extends DataCell>) -
Static method in class org.knime.core.data.collection.BlobSupportDataCellList
- Factory method to create a list based on a collection.
- create(DataRow, int[]) -
Static method in class org.knime.core.data.collection.BlobSupportDataCellList
- Create new list based on selected cell from a
DataRow
.
- create(Collection<? extends DataCell>) -
Static method in class org.knime.core.data.collection.BlobSupportDataCellSet
- Factory method to create a set of data cells based on a collection.
- create(DataRow, int[]) -
Static method in class org.knime.core.data.collection.BlobSupportDataCellSet
- Create new set containing selected cells from a
DataRow
.
- create(ExecutionMonitor, BufferedDataTable...) -
Static method in class org.knime.core.data.container.ConcatenateTable
- Creates a new table from argument tables.
- create(BufferedDataTable, BufferedDataTable, ExecutionMonitor) -
Static method in class org.knime.core.data.container.JoinedTable
- Creates new join table, does the sanity checks.
- create(ColumnRearranger, BufferedDataTable, ExecutionMonitor, ExecutionContext) -
Static method in class org.knime.core.data.container.RearrangeColumnsTable
- This factory method is intended to be used immediately before the
BufferedDataTable
is created.
- create(Config, Config) -
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(Config) -
Static method in class org.knime.core.node.config.ConfigEditTreeModel
- Parses a settings tree and creates an empty mask
(for later modification).
- createAbstractNodeView(int, T) -
Method in class org.knime.core.node.NodeFactory
- Generalization of
NodeFactory.createNodeView(int, NodeModel)
to allow for
creation of a more flexible AbstractNodeView
.
- createAddTableSpec(DataTableSpec, int) -
Static method in class org.knime.base.node.mine.pca.PCANodeModel
- create part of table spec to be added to the input table.
- createAddTableSpec(DataTableSpec, String[]) -
Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
- create part of table spec to be added to the input table.
- createAggregateModel() -
Static method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
-
- createAlgorithmModel() -
Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog
-
- createAndAddNode(NodeFactory<?>) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Uses given Factory to create a new node and then adds new node to the
workflow manager.
- createAndAddProject(String) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Create new project - which is the same as creating a new subworkflow
at this level with no in- or outports.
- createAndAddSubWorkflow(PortType[], PortType[], String) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Creates new meta node.
- createAssociationRuleFlagModel() -
Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog
-
- createBackwardsBreadthFirstSortedList(Set<Integer>) -
Method in class org.knime.core.node.workflow.Workflow
- Return map of node ids to set of port indices based on list of output
ports.
- createBar(String, Color) -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
- Creates a new
BarDataModel
with the given color.
- createBar(String, Color) -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
- Creates a new
BarDataModel
with the given color.
- createBarName(boolean, double, double) -
Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
- Creates the name of the bin depending on the given boundaries.
- createBinInterval(double, double, int, boolean) -
Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
-
- createBins(DataColumnSpec, int) -
Method in class org.knime.base.node.viz.histogram.util.IntervalBinCreator
-
- createBinStart(double, double, boolean) -
Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
- Called to calculate the left start value of the binning.
- createBitVectorColumnModel() -
Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog
-
- createBlobDirNameForTemp(File) -
Static method in class org.knime.core.data.container.Buffer
- Guesses a "good" blob directory for a given binary temp file.
- createBreadthFirstSortedList(Set<NodeID>, boolean) -
Method in class org.knime.core.node.workflow.Workflow
- Return map of node ids to set of port indices based on argument list
of node ids.
- createBuffer() -
Method in class org.knime.core.data.container.CopyOnAccessTask
- Called to start the copy process.
- createBuffer(InputStream) -
Method in class org.knime.core.data.container.CopyOnAccessTask
- Called to start the copy process.
- createBuffer(File, File, DataTableSpec, InputStream, int, Map<Integer, ContainerTable>) -
Method in class org.knime.core.data.container.DataContainer.BufferCreator
- Creates buffer for reading.
- createBuffer(int, int, Map<Integer, ContainerTable>, Map<Integer, ContainerTable>) -
Method in class org.knime.core.data.container.DataContainer.BufferCreator
- Creates buffer for writing (adding of rows).
- createBufferedDataTable(DataTable, ExecutionMonitor) -
Method in class org.knime.core.node.ExecutionContext
- Caches the table argument and returns a reference to a BufferedDataTable
wrapping the content.
- createBufferedDataTables(DataTable[], ExecutionMonitor) -
Method in class org.knime.core.node.ExecutionContext
- Performs the creation of buffered datatables for an array of DataTables.
- createButtonGroup(ButtonGroupEnumInterface[], ActionListener) -
Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
-
- createButtonGroup(ButtonGroupEnumInterface[], ButtonGroupEnumInterface, ActionListener) -
Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
-
- createButtonGroupBox(ButtonGroup, boolean, String, boolean) -
Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
-
- createCell() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
- Creates new instance of Cell with the factorys dimension and returns it.
- createCell(int) -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
- Creates new instance of Cell with the factorys dimension and the given
level and returns it.
- createCell(SotaCell[], int) -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
- Creates new instance of Cell with given data and level and returns it.
- createCell(double[], int) -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
- Creates new instance of Cell with given data and level and returns it.
- createCell(FuzzyIntervalValue[], int) -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
- Creates new insatnce of Cell with given FuzzyIntervalValue data and level
and returns it.
- createCell(double[], double[], double[], double[], int) -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
- Creates new insatnce of Cell with given min, max Core and Support data
and level and returns it.
- createCell(ConfigRO) -
Method in class org.knime.core.node.config.Config.DataCellEntry.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.MissingCellEntry
- Create
DataCell
on given Config
.
- createCell(ConfigRO) -
Method in class org.knime.core.node.config.Config.DataCellEntry.StringCellEntry
- Create
DataCell
on given Config
.
- createChildAt(int) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
- Creates an empty child for the item specified by pos.
- createChildren(int) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
- Creates emtpy children for all items, whose support is greater or equal
to minSupport.
- createChunkSizeModel() -
Static method in class org.knime.base.node.preproc.transpose.TransposeTableNodeDialogPane
-
- createClass(String) -
Method in interface org.knime.core.eclipseUtil.ClassCreator
- returns the Class for the specified className.
- createClass(String) -
Static method in class org.knime.core.eclipseUtil.GlobalClassCreator
- return Class specified name - using either normal classloader or special
one if it was given before.
- createClassColModel() -
Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
-
- createClone() -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
- createClone() -
Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
-
- createClone() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
-
- createClone() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModel
-
- createClone() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
-
- createClone() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
-
- createClone() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
-
- createClone() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleBounded
-
- createClone() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
-
- createClone() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
- createClone() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
-
- createClone() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelIntegerBounded
-
- createClone() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
-
- createClone() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelLongBounded
-
- createClone() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelOddIntegerBounded
-
- createClone() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
-
- createClone() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
-
- createCloneWithValidatedValue(NodeSettingsRO) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModel
- Creates a new settings model with identical values for everything except
the stored value (also except the list of listeners).
- 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.
- createColSelectSettingsModel() -
Static method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
-
- createColumName(String, AggregationMethod) -
Method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
-
- createColumnFilterModel() -
Static method in class org.knime.base.node.io.database.DBColumnFilterNodeDialogPane
-
- createColumnFilterModel() -
Static method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
-
- createColumnFilterModel() -
Static method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
-
- createColumnFilterOrderColumns() -
Static method in class org.knime.base.node.preproc.unpivot.UnpivotNodeDialogPane
- Return settings model for retained output columns.
- createColumnFilterValueColumns() -
Static method in class org.knime.base.node.preproc.unpivot.UnpivotNodeDialogPane
- Return settings model for value columns.
- createColumnModel() -
Static method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
-
- createColumnModel() -
Static method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
-
- createColumnModel() -
Static method in class org.knime.base.node.viz.property.color.ColorAppender2NodeDialogPane
-
- createColumnModel() -
Static method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeDialogPane
-
- createColumnModel() -
Static method in class org.knime.base.node.viz.property.size.SizeAppenderNodeDialogPane
-
- createColumnModel() -
Static method in class org.knime.base.node.viz.property.size.SizeManager2NodeDialogPane
-
- createColumnRearranger(DataTableSpec, String, DataType) -
Static method in class org.knime.base.node.preproc.rowkey.RowKeyUtil
- Creates the
ColumnRearranger
that appends a new column with the
values of the row id to a data table.
- createColumnRearrangeTable(BufferedDataTable, ColumnRearranger, ExecutionMonitor) -
Method in class org.knime.core.node.ExecutionContext
- Creates a new
BufferedDataTable
based on a given input table
(in
) whereby only some of the columns of in
have changed.
- createColumnSelectionModel() -
Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
-
- createColumnSpec(String, DataColumnSpec) -
Method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- createColumnSpec(String, DataColumnSpec) -
Method in class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
-
- createColumnSpecs(String[], DataType[]) -
Static method in class org.knime.core.data.DataTableSpec
- Static helper method to create a
DataColumnSpec
array from the
given names and types.
- createComparatorMethod() -
Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
-
- createConcatenateTable(ExecutionMonitor, BufferedDataTable...) -
Method in class org.knime.core.node.ExecutionContext
- Creates a new
BufferedDataTable
, which is row-wise
concatenation of the argument tables.
- createConfidenceModel() -
Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog
-
- createConnection() -
Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
- Create a database connection based on this settings.
- createConnectionModel() -
Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
- Create connection model with all settings used to create a database
connection.
- createConnectionModel() -
Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
- Create connection model with all settings used to create a database
connection.
- createCoordinate(DataColumnSpec) -
Static method in class org.knime.base.util.coordinate.Coordinate
- Factory method to create a coordinate for a given column spec.
- createCoordinate(DataColumnSpec) -
Method in interface org.knime.base.util.coordinate.CoordinateFactory
- Factory method for creating a
Coordinate
according to a
DataColumnSpec
.
- createCoordinate(DataColumnSpec) -
Method in class org.knime.base.util.coordinate.DoubleCoordinateFactory
- Factory method for creating a
Coordinate
according to a
DataColumnSpec
.
- createCoordinate(DataColumnSpec) -
Method in class org.knime.base.util.coordinate.IntegerCoordinateFactory
- Factory method for creating a
Coordinate
according to a
DataColumnSpec
.
- createCoordinate(DataColumnSpec) -
Method in class org.knime.base.util.coordinate.NominalCoordinateFactory
- Factory method for creating a
Coordinate
according to a
DataColumnSpec
.
- createCopyPersistor() -
Method in class org.knime.core.node.Node
- Create a persistor that is used to paste a copy of this node into
the same or a different workflow.
- createCorrelationMatrix(ExecutionContext) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
- Creates the correlation table, used in the view and as output table.
- createCovarianceMatrixSpec(String[]) -
Static method in class org.knime.base.node.mine.pca.PCANodeModel
-
- createCovarianceTable(ExecutionContext, double[][], String[]) -
Static method in class org.knime.base.node.mine.pca.PCANodeModel
- create data table from covariance matrix.
- createDataCell(Object) -
Method in class org.knime.core.data.util.ObjectToDataCellConverter
- Deprecated. Factory method to get
DataCell
s from basic types.
- createDataCell(double) -
Method in class org.knime.core.data.util.ObjectToDataCellConverter
- Deprecated. Creates new
DoubleCell
for a double.
- createDataCell(float) -
Method in class org.knime.core.data.util.ObjectToDataCellConverter
- Deprecated. Creates new
DoubleCell
for a float.
- createDataCell(int) -
Method in class org.knime.core.data.util.ObjectToDataCellConverter
- Deprecated. Creates new
IntCell
for an int.
- createDataCell(byte) -
Method in class org.knime.core.data.util.ObjectToDataCellConverter
- Deprecated. Creates new
IntCell
for a byte.
- createDataCell(boolean) -
Method in class org.knime.core.data.util.ObjectToDataCellConverter
- Deprecated. Creates new
IntCell
for a boolean having value
1 if b==true
or 0 if b==false
.
- createDataCell() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
- Creates a
DataCell
from the currently stored bit vector.
- createDataCell() -
Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
- Creates a
DataCell
from the currently stored bit vector.
- createDataCell() -
Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
- Creates a
DataCell
from the currently stored byte vector.
- createDataCell() -
Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
- Creates a
DataCell
from the currently stored byte vector.
- createDataCellOfType(DataType, String) -
Method in class org.knime.base.node.io.filereader.DataCellFactory
- Creates a
DataCell
of the specified type from the data passed.
- createDataContainer(DataTableSpec) -
Method in class org.knime.core.node.ExecutionContext
- Creates a container to which rows can be added.
- createDataContainer(DataTableSpec, boolean) -
Method in class org.knime.core.node.ExecutionContext
- Creates a container to which rows can be added.
- createDataContainer(DataTableSpec, boolean, int) -
Method in class org.knime.core.node.ExecutionContext
- Creates a container to which rows can be added, overwriting the
node's memory policy.
- createDataFileDirName(int) -
Static method in class org.knime.core.node.NodePersistorVersion1xx
-
- createDataTableColModel() -
Static method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
-
- createDataTableSpec() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
- Derives a DataTableSpec from the current settings.
- createDataTableSpec(DataTableSpec, int) -
Static method in class org.knime.base.node.mine.mds.MDSNodeModel
- Creates the
DataTableSpec
of the output data table.
- createDataTableSpec(DataTableSpec, int) -
Static method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
- Creates the
DataTableSpec
of the output data table.
- createDataTableSpec(DataTableSpec) -
Static method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
- Creates the outgoing
DataTableSpec
by adding a column
to the incoming DataTableSpec
which contains the
predicted class.
- createDataTableSpecFromARFFfile(URL, ExecutionMonitor) -
Static method in class org.knime.base.node.io.arffreader.ARFFTable
- Reads in the header of the specified ARFF file and returns a
corresponding table spec object.
- createDBQueryConnection(DatabasePortObjectSpec, String) -
Method in class org.knime.base.node.io.database.DBNodeModel
- Creates a new query connection based on the connection settings, that
is, either create a new table or wrap the SQL statement.
- createDecompositionOutputTable(ExecutionContext, double[], Matrix) -
Static method in class org.knime.base.node.mine.pca.PCANodeModel
- create a table containing the given spectral decomposition.
- createDecompositionTableSpec(int) -
Static method in class org.knime.base.node.mine.pca.PCANodeModel
- create table spec for output of spectral decomposition.
- createDefaultMissingSection(boolean) -
Static method in class org.knime.base.node.viz.pie.datamodel.PieDataModel
- Creates the default missing section.
- createDialogPanel() -
Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeDialog
-
- createDialogPanel() -
Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeDialogPane
-
- createDistanceManager(String, boolean, double, boolean) -
Static method in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
- Creates a new instance extending the
DistanceManager
interface.
- createDistanceManager(String) -
Static method in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
- Creates a new instance extending the
DistanceManager
interface.
- createDistanceManager(String, boolean) -
Static method in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
- Creates a new instance extending the
DistanceManager
interface.
- createDistanceManager(String, boolean, boolean) -
Static method in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
- Creates a new instance extending the
DistanceManager
interface.
- createDistanceManager(String, boolean, double) -
Static method in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
- Creates a new instance extending the
DistanceManager
interface.
- createDistanceManager(String) -
Static method in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
- Creates a new instance extending the
DistanceManager
interface.
- createDistanceManager(String, boolean) -
Static method in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
- Creates a new instance extending the
DistanceManager
interface.
- createDomain() -
Method in class org.knime.core.data.DataColumnDomainCreator
- Creates a read-only
DataColumnDomain
based on the internal
values.
- createElement(Color) -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- createElement(Color) -
Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
-
- createElement(Color) -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBarDataModel
-
- createElement(Color) -
Method in class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel
-
- createEmptyTIDItemSet(String, int) -
Static method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
- Creates an empty TIDItemSet with no items but, since it is an empty set,
present in all transactions.
- createEntry(String, String) -
Method in enum org.knime.core.node.config.ConfigEntries
- Creates a new Config entry from String.
- createExecutionContext() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- createExecutionResult(ExecutionMonitor) -
Method in class org.knime.core.node.workflow.NodeContainer
- Saves all internals that are necessary to mimic the computed result
into a new execution result object.
- createExecutionResult(ExecutionMonitor) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Saves all internals that are necessary to mimic the computed result
into a new execution result object.
- createExecutionResult(ExecutionMonitor) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Saves all internals that are necessary to mimic the computed result
into a new execution result object.
- createFactorModel() -
Static method in class org.knime.base.node.viz.property.size.SizeManager2NodeDialogPane
-
- createFileChooserModel() -
Static method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeDialog
-
- createFileModel() -
Static method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeDialog
-
- createFilter(boolean) -
Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
-
- createFilter(boolean) -
Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
-
- createFilter(boolean) -
Method in class org.knime.base.node.preproc.filter.row.RowIDRowFilterPanel
-
- createFilter(boolean) -
Method in class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
-
- createFilterTableSpec(DataTableSpec, String...) -
Static method in class org.knime.base.data.filter.column.FilterColumnTable
- Calls
FilterColumnTable.createFilterTableSpec(DataTableSpec, int[])
arguments with
the correct values in the int[]
argument, i.e.
- createFilterTableSpec(DataTableSpec, boolean, int...) -
Static method in class org.knime.base.data.filter.column.FilterColumnTable
- This function constructs a spec for this filter table.
- createFilterTableSpec(DataTableSpec, int...) -
Static method in class org.knime.base.data.filter.column.FilterColumnTable
- This function constructs a spec for this filter table.
- createFinalSpec(DataTableSpec) -
Static method in class org.knime.base.node.mine.smote.Smoter
- Creates the out spec when smoting the table with
inSpec
.
- createFirstColumnModel() -
Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
-
- createFlowVariableModel(String, FlowVariable.Type) -
Method in class org.knime.core.node.NodeDialogPane
- Create model and register a new variable for a specific settings entry
(in a non-hierarchical settings object).
- createFlowVariableModel(String[], FlowVariable.Type) -
Method in class org.knime.core.node.NodeDialogPane
- Create model and register a new variable for a specific settings entry
for a hierarchical settings object.
- createFlowVariableModel(SettingsModelFlowVariableCompatible) -
Method in class org.knime.core.node.NodeDialogPane
- Create model and register a new variable for a specific settings
object.
- createFrame(String) -
Method in class org.knime.core.node.NodeView
- Deprecated. This method will be removed without replacement in future
versions of KNIME as client code should not be required to
open views.
- createFrom(NodeSettingsRO) -
Static method in class org.knime.base.node.preproc.rename.RenameColumnSetting
- Factory method used in NodeModel#validate and #loadSettingsFrom.
- createFuzzyIntervalCell() -
Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
- Returns a
DataCell
, either missing if undefined, or a
FuzzyIntervalCell
using the membership function properties.
- createGridColumnModel() -
Static method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
-
- createGroupByTableSpec(DataTableSpec, List<String>, ColumnAggregator[], ColumnNamePolicy) -
Static method in class org.knime.base.node.preproc.groupby.GroupByTable
-
- createHeaderView(JTable) -
Static method in class org.knime.core.node.tableview.TableRowHeaderView
- Factory method that creates a row header view for a given table.
- createHiLiteMenu() -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- createHiLiteMenu() -
Method in class org.knime.core.node.tableview.TableView
- Get a new menu to control hiliting for this view.
- createHiLiteMenuItems() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
- Helper function to create new JMenuItems that are in the hilite menu.
- createHiLiteMenuItems() -
Method in class org.knime.core.node.tableview.TableView
- Helper function to create new JMenuItems that are in the hilite menu.
- createHiLiteModel() -
Static method in class org.knime.base.node.preproc.unpivot.UnpivotNodeDialogPane
- Create model to enable/disable hiliting.
- createHistogramModel(ExecutionContext, int, BufferedDataTable) -
Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
- This method should use the given information to create the internal
histogram data model.
- createHistogramModel(ExecutionContext, int, BufferedDataTable) -
Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
- This method should use the given information to create the internal
histogram data model.
- createHistogramModel(ExecutionContext, int, BufferedDataTable) -
Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
- This method should use the given information to create the internal
histogram data model.
- createHTMLDetailData(List<? extends AggregationValModel>) -
Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
-
- createHTMLDetailData(List<? extends AggregationValModel>, double[]) -
Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
-
- createHTMLTable(String, String, String, int, Map<String, ? extends Object>, boolean) -
Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- createHTMLTotalData(double[]) -
Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
-
- createIncludeColsModel() -
Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
-
- createInExcludeModel() -
Static method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeDialogPane
-
- createInExcludeModel() -
Static method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
-
- createInMemoryTable(ExecutionContext) -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTableCreator
- Creates the
InMemoryTable
.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MaxOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MeanOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MinOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.StdDeviationOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.SumOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.VarianceOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.ConcatenateOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.CountOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.FirstOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.FirstValueOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.LastOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.LastValueOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.ListCellOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.ModeOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.SetCellOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueConcatenateOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueConcatenateWithCountOperator
- Creates a new instance of this operator.
- createInstance(DataColumnSpec, int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueCountOperator
- Creates a new instance of this operator.
- createInteractiveIntervalBins(DataColumnSpec, int) -
Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
- Creates the given number of interval bins for the given
column specification.
- createInteractiveNominalBins(DataColumnSpec) -
Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
- Creates interactive nominal bins for the given column specification.
- createInternalBufferID() -
Method in class org.knime.core.data.container.DataContainer
- Get an internal id for the buffer being used.
- createInternalBufferID() -
Method in class org.knime.core.node.BufferedDataContainer
- Get an internal id for the buffer being used.
- createIntervalBins(DataColumnSpec, int) -
Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
- Creates the given number of interval bins for the given
column specification.
- createIntervalWidthModel() -
Static method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
- Creates the model for the interval width.
- createItemsetLengthModel() -
Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog
-
- createItemSetTypeModel() -
Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog
-
- createJoinedTable(BufferedDataTable, BufferedDataTable, ExecutionMonitor) -
Method in class org.knime.core.node.ExecutionContext
- Creates a new
BufferedDataTable
that is a column based join of
the argument tables.
- createKernelParams() -
Static method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
- creates the kernel parameter SettingsModels.
- createLabel(double, int, AggregationMethod) -
Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
-
- createLabel(double, int, AggregationMethod, ValueScale) -
Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
-
- createLabel(PieSectionDataModel) -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- createLabel(PieSectionDataModel, PieSubSectionDataModel) -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- createLastDisplayedRowModel(int) -
Static method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
-
- createList(int) -
Method in class org.knime.base.node.viz.histogram.util.FixedIntervalBinCreator
-
- createList(int) -
Method in class org.knime.base.node.viz.histogram.util.InteractiveIntervalBinCreator
-
- createList(int) -
Method in class org.knime.base.node.viz.histogram.util.IntervalBinCreator
-
- createListCell(Collection<? extends DataCell>) -
Static method in class org.knime.core.data.collection.CollectionCellFactory
- Factory method to create a
ListCell
based on a collection.
- createListCell(DataRow, int[]) -
Static method in class org.knime.core.data.collection.CollectionCellFactory
- Creates a new
ListCell
based on selected cells from a
DataRow
.
- createLocalCloneForWriting() -
Method in class org.knime.core.data.container.Buffer
- Creates a clone of this buffer for writing the content to a stream
that is of the current version.
- createLocalCloneForWriting() -
Method in class org.knime.core.data.container.NoKeyBuffer
- Creates a clone of this buffer for writing the content to a stream
that is of the current version.
- createLowerBoundCheckBoxModel() -
Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
-
- createLowerBoundModel() -
Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
-
- createLowerBoundTextfieldModel() -
Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
-
- createMappingModel() -
Static method in class org.knime.base.node.viz.property.size.SizeManager2NodeDialogPane
-
- createMatchOption() -
Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
-
- createMatchValue() -
Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
-
- createMaxNominalValuesModel() -
Static method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
-
- createMedianModel() -
Static method in class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
-
- createMinSupportModel() -
Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog
-
- createMismatchOption() -
Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
-
- createMismatchValue() -
Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
-
- createMissingCells(DataTableSpec) -
Static method in class org.knime.base.data.join.JoinedTable
- Fills an array with missing values according to the spec.
- createMissingValueHandlingTable(DataTable, ColSetting[], ExecutionContext, StringBuffer) -
Static method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
- Does missing value handling to the argument table given the col settings
in an array and also reports progress.
- createMissingValueModel() -
Static method in class org.knime.base.node.preproc.unpivot.UnpivotNodeDialogPane
- Create model to ignore missing values.
- createModel(ExecutionContext, DataColumnSpec, DataColumnSpec, BufferedDataTable, int, boolean) -
Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
- Called prior
#addDataRow(...)
method to allow the
implementing class the specific model creation.
- createModel(ExecutionContext, DataColumnSpec, DataColumnSpec, BufferedDataTable, int, boolean) -
Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
- Called prior
#addDataRow(...)
method to allow the
implementing class the specific model creation.
- createModel(ExecutionContext, DataColumnSpec, DataColumnSpec, BufferedDataTable, int, boolean) -
Method in class org.knime.base.node.viz.pie.node.PieNodeModel
- Called prior
#addDataRow(...)
method to allow the
implementing class the specific model creation.
- createModelFileName(int) -
Static method in class org.knime.core.node.NodePersistorVersion1xx
-
- createModelSpec(DataTableSpec, String[], String[], DataType) -
Static method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
- Creates a model spec based on the data input spec by extracting all
DoubleCell
columns and the specified
target column.
- createNavigationMenu() -
Method in class org.knime.core.node.tableview.TableView
- Create the navigation menu for this table view.
- createNewColumn() -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
- Returns if a new column should be created instead of overriding the
values in the target column.
- createNewColumn(boolean) -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
- Sets if a new column should be created instead of overriding the values
in the target column.
- createNewColumnName() -
Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
-
- createNewColumnTypes(BufferedDataTable, CellSplitterUserSettings, ExecutionContext) -
Static method in class org.knime.base.node.preproc.cellsplit.CellSplitterCellFactory
- Analyzes the values in the user selected column and tries to figure out
how many columns are needed to hold the splitted values and of which type
the new resulting column have to be.
- createNewGroup(String) -
Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
- Creates a new dialog component group and closes the current one.
- createNewInputReader() -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- createNewMenu(Container) -
Static method in class org.knime.core.node.NodeViewExport
- Convenience method that create a menu entry containing all available
export options.
- createNewNode(Node, DataCellStringMapper) -
Static method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Create new node from XML-information.
- createNewPossValueCounterModel() -
Static method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
- Factory method to create the bounded range model for the
possible values count.
- createNewReader(URL) -
Static method in class org.knime.base.node.util.BufferedFileReader
- Creates a new reader from the specified location with the default
character set from the Java VM.
- createNewReader(URL, String) -
Static method in class org.knime.base.node.util.BufferedFileReader
- Creates a new reader from the specified location with the default
character set from the Java VM.
- createNewReader(InputStream) -
Static method in class org.knime.base.node.util.BufferedFileReader
- Same as the method above (
BufferedFileReader.createNewReader(URL)
), but with an
input stream as argument.
- createNewSettingsObject() -
Static method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
- Factory method to instantiate a default settings object, used
in constructor and in dialog.
- createNewTab(String) -
Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
- Creates a new tab in the dialog.
- createNewTabAt(String, int) -
Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
- Creates a new tab in the dialog.
- createNewWithOffsetPosition(int[]) -
Method in class org.knime.core.node.workflow.ConnectionUIInformation
- Changes the position by setting the bend points according to the given
moving distance.
- createNewWithOffsetPosition(int[]) -
Method in class org.knime.core.node.workflow.NodeUIInformation
- Changes the position by setting the bounds left top corner according to
the given moving distance.
- createNode() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
- Creates new instance of Cell with the factorys dimension and returns it.
- createNode(int) -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
- Creates new instance of Cell with the factorys dimension and given level
and returns it.
- createNode(SotaCell[], int) -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
- Creates new instance of Cell with given data and level and returns it.
- createNodeContainerMetaPersistor(ReferencedFile) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- createNodeContainerMetaPersistor(ReferencedFile) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
-
- createNodeContainerMetaPersistor(ReferencedFile) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- createNodeContainerMetaPersistor(ReferencedFile) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- createNodeDialogPane() -
Method in class org.knime.base.collection.list.create.CollectionCreateNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.database.DBQueryNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.database.DBReaderNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.database.DBWriterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.io.table.write.WriteTableNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.meta.looper.LoopEndNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.knn.KnnNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.mds.MDSNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.pca.PCANodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.binner.BinnerNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
-
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.joiner.NewJoinerNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.pivot.PivotNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.split.SplitNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.rules.RuleEngineNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.util.cache.CacheNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.util.sampledata.SampleDataNodeFactory
- Throws exception so far.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.roc.ROCNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
- This node has no dialog.
- createNodeDialogPane() -
Method in class org.knime.base.node.viz.table.TableNodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeDialogPane() -
Method in class org.knime.core.node.NodeFactory
- Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true
.
- createNodeExecutionResult(ExecutionMonitor) -
Method in class org.knime.core.node.Node
- Creates an execution result containing all calculated values in a
execution.
- createNodeFromPredictorParams(ModelContentRO, DecisionTreeNode) -
Static method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Creates a new DecisionTreeNode (and all it's children!) based on an model
content object.
- createNodeModel() -
Method in class org.knime.base.collection.list.create.CollectionCreateNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.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.csvwriter.CSVWriterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.io.database.DBQueryNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.io.database.DBReaderNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.io.database.DBWriterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
- Creates and returns a new instance of the node's corresponding 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() -
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.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.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.LoopEndNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.knn.KnnNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.mds.MDSNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.pca.PCANodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
- 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.caseconvert.CaseConvertNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
-
- createNodeModel() -
Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.joiner.NewJoinerNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.pivot.PivotNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.split.SplitNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.rules.RuleEngineNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.util.cache.CacheNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.util.sampledata.SampleDataNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.roc.ROCNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.base.node.viz.table.TableNodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodeModel() -
Method in class org.knime.core.node.NodeFactory
- Creates and returns a new instance of the node's corresponding model.
- createNodePersistor() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- createNodePersistor() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
-
- createNodeView(int, CollectionCreateNodeModel) -
Method in class org.knime.base.collection.list.create.CollectionCreateNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, CollectionSplitNodeModel) -
Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, AppendVariableToTableNodeModel) -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, ExtractVariablesNodeModel) -
Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, InjectVariablesNodeModel) -
Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, TableToVariableNodeModel) -
Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, LoopStartVariableNodeModel) -
Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, VariableToTableNodeModel) -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, 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, NodeModel) -
Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, DatabaseLoopingNodeModel) -
Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, DBColumnFilterNodeModel) -
Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, DBConnectionNodeModel) -
Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, DBConnectionWriterNodeModel) -
Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, DBQueryNodeModel) -
Method in class org.knime.base.node.io.database.DBQueryNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, DBReaderConnectionNodeModel) -
Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, DBReaderNodeModel) -
Method in class org.knime.base.node.io.database.DBReaderNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, DBRowFilterNodeModel) -
Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, DBWriterNodeModel) -
Method in class org.knime.base.node.io.database.DBWriterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, VariableFileReaderNodeModel) -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, PMMLReaderNodeModel) -
Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, PMMLWriterNodeModel) -
Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, PortObjectReaderNodeModel) -
Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, PortObjectWriterNodeModel) -
Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
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, 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, 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, LoopEndNodeModel) -
Method in class org.knime.base.node.meta.looper.LoopEndNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, LoopStartCountNodeModel) -
Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, LoopStartIntervalNodeModel) -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, AggregateOutputNodeModel) -
Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, XValidatePartitionModel) -
Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NaiveBayesLearnerNodeModel) -
Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NaiveBayesPredictorNodeModel) -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, FuzzyBasisFunctionLearnerNodeModel) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, FuzzyBasisFunctionPredictorNodeModel) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, RadialBasisFunctionLearnerNodeModel) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, RadialBasisFunctionPredictorNodeModel) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, ClusterAssignerNodeModel) -
Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, FuzzyClusterNodeModel) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, ClusterNodeModel) -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, DecisionTreeLearnerNodeModel) -
Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, DecTreePredictorNodeModel) -
Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.mine.knn.KnnNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, MDSNodeModel) -
Method in class org.knime.base.node.mine.mds.MDSNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, MDSProjectionNodeModel) -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, MLPPredictorNodeModel) -
Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, RPropNodeModel) -
Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, PCAApplyNodeModel) -
Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, PCAComputeNodeModel) -
Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, PCANodeModel) -
Method in class org.knime.base.node.mine.pca.PCANodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, PCAReverseNodeModel) -
Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, LinRegLearnerNodeModel) -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, PolyRegLearnerNodeModel) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, RegressionPredictorNodeModel) -
Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, AccuracyScorerNodeModel) -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, EntropyNodeModel) -
Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, SotaPredictorNodeModel) -
Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, SotaNodeModel) -
Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, SubgroupMinerModel) -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, SVMLearnerNodeModel) -
Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, SVMPredictorNodeModel) -
Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, 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, NodeModel) -
Method in class org.knime.base.node.preproc.binner.BinnerNodeFactory
- 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, NodeModel) -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, ColCombineNodeModel) -
Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
-
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, StringToNumberNodeModel) -
Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, ColumnResorterNodeModel) -
Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, PMCCFilterNodeModel) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, PMCCNodeModel) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, DiscretizationApplyNodeModel) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, CAIMDiscretizationNodeModel) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, DoubleToIntNodeModel) -
Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, FilterColumnNodeModel) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, ColumnFilterRefNodeModel) -
Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, HiLiteCollectorNodeModel) -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, HiliteFilterNodeModel) -
Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, RowFilter2PortNodeModel) -
Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, RowFilterRefNodeModel) -
Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, GroupByNodeModel) -
Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.joiner.NewJoinerNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, MissingValueHandlingNodeModel) -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NormalizerApplyNodeModel) -
Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NormalizerNodeModel) -
Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, PivotNodeModel) -
Method in class org.knime.base.node.preproc.pivot.PivotNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, RegexSplitNodeModel) -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, SamplingNodeModel) -
Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.split.SplitNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, TransposeTableNodeModel) -
Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, UnpivotNodeModel) -
Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, RuleEngineNodeModel) -
Method in class org.knime.base.node.rules.RuleEngineNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.util.cache.CacheNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.util.sampledata.SampleDataNodeFactory
- Throws exception as there is no view to create.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, EnrichmentPlotterModel) -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, FixedColumnHistogramNodeModel) -
Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, HistogramNodeModel) -
Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, LiftChartNodeModel) -
Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, FixedPieNodeModel) -
Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, InteractivePieNodeModel) -
Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, M) -
Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, ColorAppender2NodeModel) -
Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, ColorManager2NodeModel) -
Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, ShapeAppenderNodeModel) -
Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, ShapeManagerNodeModel) -
Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, SizeAppenderNodeModel) -
Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, SizeManager2NodeModel) -
Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.viz.roc.ROCNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, Statistics2NodeModel) -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
- The view offers statistical information on the input table.
- createNodeView(int, NodeModel) -
Method in class org.knime.base.node.viz.table.TableNodeFactory
- Creates and returns a new node view for the given index.
- createNodeView(int, T) -
Method in class org.knime.core.node.NodeFactory
- Creates and returns a new node view for the given index.
- createNominalBins(DataColumnSpec) -
Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
- Creates interactive nominal bins for the given column specification.
- createNominalFilterModel() -
Static method in class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
-
- createNominalValuesModel() -
Static method in class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
-
- createNominalValuesModelOutput() -
Static method in class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
-
- createNominalValueTable(List<String>) -
Method in class org.knime.base.data.statistics.Statistics2Table
- Create nominal value table containing all possible values together with
their occurrences.
- createNominalXCoordinate(Set<DataCell>) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Creates a nominal x axis.
- createNominalYCoordinate(Set<DataCell>) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Creates a nominal y axis.
- createNormalizedCoordinates(Map<DataColumnSpec, double[]>) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
-
- createNormalizedCoordinates(Map<DataColumnSpec, double[]>) -
Method in class org.knime.base.node.viz.plotter.box.ConditionalBoxPlotter
-
- createNoValuesModel() -
Static method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
-
- createOperatorModel() -
Static method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
-
- createOptionArray(Collection<String>) -
Static method in class org.knime.core.node.util.DefaultStringIconOption
- Helper method to create a
StringIconOption
array from a
String
Collection
.
- createOutputSpec(DataTableSpec, ExtendedCellFactory) -
Static method in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
- Returns the output spec based on the input spec and the cell factory.
- createOutSpec(String[]) -
Static method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
- Creates output spec for correlation table.
- createOutSpecNominal(DataTableSpec, List<String>) -
Static method in class org.knime.base.data.statistics.Statistics2Table
- Create spec containing only nominal columns in same order as the input
spec.
- createOutSpecNumeric(DataTableSpec) -
Static method in class org.knime.base.data.statistics.Statistics2Table
- Create spec containing only numeric columns in same order as the input
spec.
- createOverwriteOKModel() -
Static method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeDialog
-
- createParallelAxis(DataColumnSpec) -
Static method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
- Factory method to get an instance of a
ParallelAxis
.
- createPortObject(BasisFunctionModelContent) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
- Creates a new basisfunction port object given the model content.
- createPortObject(BasisFunctionModelContent) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
- Create a new basisfunction port object given the model content.
- createPortObject(BasisFunctionModelContent) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
- Creates a new basisfunction port object given the model content.
- createPortObject(BasisFunctionModelContent) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject
- Create a new basisfunction port object given the model content.
- createPortObject(BasisFunctionModelContent) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
- Creates a new basisfunction port object given the model content.
- createPortObject(BasisFunctionModelContent) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject
- Create a new basisfunction port object given the model content.
- createPortObject() -
Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
- Creates a new PMML regression port object from this linear regression
model.
- createPortObjectSpec(DataTableSpec) -
Static method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
- Creates a PMML port object spec based on all columns in the given data
table spec.
- createPredictorRow(ModelContentRO) -
Method in interface org.knime.base.node.mine.bfn.BasisFunctionPortObject.Creator
- Return specific predictor row for the given
ModelContent
.
- createPredictorRow(ModelContentRO) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject.FuzzyCreator
- Return specific predictor row for the given
ModelContent
.
- createPredictorRow(ModelContentRO) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject.RadialCreator
- Return specific predictor row for the given
ModelContent
.
- createProbabilityColumnModel() -
Static method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
- Creates the model for selecting the column with predicted values.
- createQueryModel() -
Static method in class org.knime.base.node.io.database.DBQueryNodeDialogPane
- Create model to enter SQL statement on input database view.
- createRangeFilter(DataTable, double, ExecutionMonitor) -
Static method in class org.knime.base.node.preproc.sample.Sampler
- Creates a filter that to filter the first
100 * fraction
rows from a table.
- createRangeFilter(int) -
Static method in class org.knime.base.node.preproc.sample.Sampler
- Creates a filter that passes only the first
count
rows.
- createRearranger(DataTableSpec, String[]) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
- Creates a column rearranger based on the data spec.
- createReferenceTableColModel() -
Static method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
-
- 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.
- createResultColSpec(DataColumnSpec, DataColumnSpec) -
Method in enum org.knime.base.node.preproc.setoperator.SetOperation
-
- createResultColSpecs(NaiveBayesModel, DataTableSpec, boolean) -
Static method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
- Creates the column specification of the result columns and returns
them in the order they should be appended to the original table
specification.
- createResultColSpecs(DataColumnSpec, DataTableSpec, boolean) -
Static method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
- Creates the column specification of the result columns and returns
them in the order they should be appended to the original table
specification.
- createResultTable(ExecutionContext, BufferedDataTable, DiscretizationModel) -
Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
- Creates
BufferedDataTable
from a given input table and an
appropriate DiscretizationScheme
.
- createResultTableSpec(SetOperation, DataColumnSpec, DataColumnSpec) -
Static method in class org.knime.base.node.preproc.setoperator.SetOperationTable
-
- createRowFilter(NodeSettingsRO) -
Static method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilterFactory
-
- createRowIDSpec(String) -
Static method in class org.knime.base.node.preproc.setoperator.SetOperationTable
-
- createRowKey(int) -
Static method in class org.knime.core.data.RowKey
- Factory method to create "default" row IDs based on the row index.
- createSampleFilter(double) -
Static method in class org.knime.base.node.preproc.sample.Sampler
- Creates row filter that randomly samples about
100 * fraction
percent from a table.
- createSampleFilter(DataTable, double, ExecutionMonitor) -
Static method in class org.knime.base.node.preproc.sample.Sampler
- Creates row filter that samples precisely a given fraction of rows.
- createSampleFilter(DataTable, double, Random, ExecutionMonitor) -
Static method in class org.knime.base.node.preproc.sample.Sampler
- Creates row filter that samples precisely a given fraction of rows.
- createSampleFilter(DataTable, int, ExecutionMonitor) -
Static method in class org.knime.base.node.preproc.sample.Sampler
- Creates row filter that samples arbitrary
count
rows from
table
.
- createSampleFilter(DataTable, int, Random, ExecutionMonitor) -
Static method in class org.knime.base.node.preproc.sample.Sampler
- Creates row filter that samples arbitrary
count
rows from
table
.
- createSamplingTable(DataTable, RowFilter) -
Static method in class org.knime.base.node.preproc.sample.Sampler
- Convenience method that creates a new
DataTable
that samples rows
according to a given row filter.
- createSecondColumnModel() -
Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
-
- createSecretKey(String) -
Static method in class org.knime.core.util.KnimeEncryption
- Generates a
SecretKey
based on the given key phrase.
- createSetCell(Collection<? extends DataCell>) -
Static method in class org.knime.core.data.collection.CollectionCellFactory
- Factory method to create a
SetCell
that contains a data cell set
based on a collection.
- createSetCell(DataRow, int[]) -
Static method in class org.knime.core.data.collection.CollectionCellFactory
- Create new
SetCell
containing a set based on selected cell from a
DataRow
.
- createSettingsAggregation() -
Static method in class org.knime.base.node.preproc.pivot.PivotNodeDialogPane
-
- createSettingsAggregationMethod() -
Static method in class org.knime.base.node.preproc.pivot.PivotNodeDialogPane
-
- createSettingsBinaryNominalSplit() -
Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
-
- createSettingsCacheKeys() -
Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
-
- createSettingsClassColumn() -
Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
-
- createSettingsColumns() -
Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
-
- createSettingsConfidenceValue() -
Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
-
- createSettingsDistanceFunction() -
Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
-
- createSettingsEnableHiLite() -
Static method in class org.knime.base.node.preproc.pivot.PivotNodeDialogPane
-
- createSettingsFrom(Map<String, FlowVariable>) -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
- Creates a clone from this object replacing the dataURL location by the
value from stack.
- createSettingsGroup() -
Static method in class org.knime.base.node.preproc.pivot.PivotNodeDialogPane
-
- createSettingsLinkageType() -
Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
-
- createSettingsMakeAggregation() -
Static method in class org.knime.base.node.preproc.pivot.PivotNodeDialogPane
-
- createSettingsMaxNominalValues() -
Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
-
- createSettingsMinNumRecords() -
Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
-
- createSettingsMissingValues() -
Static method in class org.knime.base.node.preproc.pivot.PivotNodeDialogPane
-
- createSettingsModel() -
Static method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
- Create settings model collection create node.
- createSettingsModelColumnName() -
Static method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
- Creates settings model holding the name of the new column.
- createSettingsModelRemoveCols() -
Static method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
- Create settings model for flag to remove aggregated columns.
- createSettingsModelSetOrList() -
Static method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
- Create settings model for flag to create SetCell or ListCell.
- createSettingsNumberOfClusters() -
Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
-
- createSettingsNumberRecordsForView() -
Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
-
- createSettingsNumProcessors() -
Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
-
- createSettingsPivot() -
Static method in class org.knime.base.node.preproc.pivot.PivotNodeDialogPane
-
- createSettingsPruningMethod() -
Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
-
- createSettingsQualityMeasure() -
Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
-
- createSettingsSplitPoint() -
Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
-
- 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.
- createSingleNodeContainerPersistor() -
Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
-
- createSingleNodeContainerPersistor() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- createSingleNodeContainerPersistor() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- createSortByModel() -
Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog
-
- createSortInMemModel() -
Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
-
- createSotaCell(String) -
Static method in class org.knime.base.node.mine.sota.logic.SotaCellFactory
- Creates a new zeroed
SotaCell
.
- createSpec(DataTableSpec, DataTableSpec) -
Static method in class org.knime.base.data.join.JoinedTable
- Creates a new DataTableSpec as an result of merging a
left
and a right
table.
- createSpec(DataTableSpec, DataTableSpec, String, String) -
Static method in class org.knime.base.data.join.JoinedTable
- Creates a new DataTableSpec as an result of merging a
left
and a right
table.
- createSpec(DataTableSpec, ModelContentRO) -
Static method in class org.knime.base.data.normalize.AffineTransTable
- Reads the meta information from the settings object and constructs
the DataTableSpec, which would be the outcome when a table complying with
spec
were fet to the load method.
- createSpec(DataTableSpec, DataTableSpec, int) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
- Creates the output model spec.
- createSpec() -
Method in class org.knime.core.data.container.ColumnRearranger
- Creates the data table spec on the current set of columns.
- createSpec(DataTableSpec...) -
Static method in class org.knime.core.data.container.ConcatenateTable
- Creates merged table spec.
- createSpec() -
Method in class org.knime.core.data.DataColumnSpecCreator
- Creates and returns a new
DataColumnSpec
using the
internal properties of this creator.
- createSpec() -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
- Creates a new
PMMLPortObjectSpec
based on the internal attributes
of this creator.
- createSpecReplacerTable(BufferedDataTable, DataTableSpec) -
Method in class org.knime.core.node.ExecutionContext
- Creates a new
BufferedDataTable
based on a given input table
(in
) whereby only the table spec of it has changed.
- createSplitPointSettingsModel() -
Static method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
-
- createStatisticMomentsTable() -
Method in class org.knime.base.data.statistics.Statistics2Table
- Creates a table of statistic moments such as minimum, maximum, mean,
standard deviation, variance, overall sum, no.
- createStringColModel() -
Static method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
-
- createSubExecutionContext(double) -
Method in class org.knime.core.node.ExecutionContext
- Creates a new execution context with a different max progress value.
- createSubPool() -
Method in class org.knime.core.util.ThreadPool
- Creates a sub pool that shares the threads with this (parent) pool.
- createSubPool(int) -
Method in class org.knime.core.util.ThreadPool
- Creates a sub pool that shares the threads with this (parent) pool.
- createSubProgress(double) -
Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
- Creates an execution monitor with a partial progress range.
- createSubProgress(double) -
Method in class org.knime.core.node.ExecutionMonitor
- Creates an execution monitor with a partial progress range.
- createSubProgressMonitor(double) -
Method in class org.knime.core.node.ExecutionMonitor
- Factory method to create a new sub progress monitor.
- createSubWorkflow(WorkflowPersistor, NodeID) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Creates new meta node from a persistor instance.
- createTable(ExecutionContext) -
Method in class org.knime.core.node.port.database.DatabaseReaderConnection
- Read data from database.
- createTable(int) -
Method in class org.knime.core.node.port.database.DatabaseReaderConnection
-
- createTableHeader(String, List<String>, String) -
Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- createTableNameModel() -
Static method in class org.knime.base.node.io.database.DBConnectionWriterDialogPane
- Create model for table name.
- createTableSpec(DataTableSpec, DataColumnSpec, int) -
Static method in class org.knime.base.data.replace.ReplacedColumnsTable
- Creates a new table spec with one replaced column.
- createTableSpec(DataTableSpec, DataColumnSpec[], int[]) -
Static method in class org.knime.base.data.replace.ReplacedColumnsTable
- Creates a new table spec with several replaced columns.
- createTableSpec(DataTableSpec, ColSetting[]) -
Static method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
- Get the DataTableSpec that is created when creating a
MissingValueHandling with the settings
sets
.
- createTableSpec(DataTableSpec, String...) -
Static method in class org.knime.base.node.preproc.rowkey.RowKeyUtil
-
- 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.
- createTempFile() -
Static method in class org.knime.core.data.container.DataContainer
- Creates a temp file called "knime_container_date_xxxx.zip" and
marks it for deletion upon exit.
- createToolTip() -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- createTreeCellEditor() -
Method in class org.knime.core.node.config.ConfigEditTreeEditor
-
- createTypeModel() -
Static method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeDialogPane
-
- createUI(JComponent) -
Static method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
- Creates the UI component.
- 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
-
- createValueModel() -
Static method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
-
- createViewMenu() -
Method in class org.knime.core.node.tableview.TableView
- Get a new menu with view controllers (row height, etc.) for this view.
- createViewModel(DendrogramNode) -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
- Converts the cluster node into a view model,
where cluster nodes are points and leaf nodes are dots.
- createWorkflowPersistor() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- createWorkflowPersistor() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- createWrappedTable(BufferedDataTable) -
Method in class org.knime.core.node.ExecutionContext
- Creates a new
BufferedDataTable
that simply wraps the
argument table.
- createXCoordinate(double, double) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Recalculates the domain of the x axis.
- createXCoordinate(int, int) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Recalculates the domain of the x axis.
- 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
-
- criticalMemoryFootprint() -
Static method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Returns whether the memory footprint is critical.
- CROSS -
Static variable in class org.knime.core.data.property.ShapeFactory
- Name of and key for the cross.
- 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.
- 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.
- cutLabel(String, int, FontMetrics) -
Static method in class org.knime.base.node.viz.plotter.LabelPaintUtil
- Cuts the passed label until it fits into the desired length by cutting
out the middle of the label.
D
- DATA_DICT -
Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
- Constant for DataDictionary.
- DATA_DICT -
Static variable in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
- Constant for DataDictionary.
- DATA_FIELD -
Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
- Constant for DataField.
- DATA_FIELD -
Static variable in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
- Constant for DataField.
- DATA_FILE_DIR -
Static variable in interface org.knime.core.node.NodePersistor
- Directory name to save and load the data.
- DATA_FILE_PREFIX -
Static variable in interface org.knime.core.node.NodePersistor
-
- DATA_IN_PORT -
Static variable in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- The port were the model expects the in data.
- DATA_IN_PORT -
Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
- The port were the model expects the in data.
- DATA_INPORT -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Index of input data port.
- DATA_INPORT -
Static variable in class org.knime.base.node.mine.pca.PCAApplyNodeModel
- Index of input data port.
- DATA_INPORT -
Static variable in class org.knime.base.node.mine.pca.PCAComputeNodeModel
- Index of input data port.
- DATA_INPORT -
Static variable in class org.knime.base.node.mine.pca.PCANodeModel
- Index of input data port.
- DATA_INPORT -
Static variable in class org.knime.base.node.mine.pca.PCAReverseNodeModel
- Index of input data port.
- DATA_INPORT -
Static variable in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
- index of the port receiving data.
- DATA_INPORT -
Static variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
- index of the port receiving data.
- DATA_OUT_PORT -
Static variable in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- The port which the model uses to return the data.
- DATA_OUT_PORT -
Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
- The port which the model uses to return the data.
- DATA_OUTPORT -
Static variable in class org.knime.base.node.mine.pca.PCAApplyNodeModel
- Index of input data port.
- DATA_OUTPORT -
Static variable in class org.knime.base.node.mine.pca.PCANodeModel
- Index of input data port.
- DATA_OUTPORT -
Static variable in class org.knime.base.node.mine.pca.PCAReverseNodeModel
- Index of input data port.
- DATA_OUTPORT -
Static variable in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
- index of the port providing output data.
- DATA_OUTPORT -
Static variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
- index of the port providing output data.
- DataArray - Interface in org.knime.base.node.util
- Can be used to locally store a certain number of rows.
- DATABASE_URLS -
Static variable in class org.knime.core.node.port.database.DatabaseConnectionSettings
- Keeps the history of all database URLs.
- DatabaseConnectionSettings - Class in org.knime.core.node.port.database
-
- DatabaseConnectionSettings() -
Constructor for class org.knime.core.node.port.database.DatabaseConnectionSettings
- Create a default settings connection object.
- DatabaseConnectionSettings(DatabaseConnectionSettings) -
Constructor for class org.knime.core.node.port.database.DatabaseConnectionSettings
- Creates a new
DBConnection
based on the given connection
object.
- DatabaseDriverLoader - Class in org.knime.core.node.port.database
- Utility class to load additional drivers from jar and zip to the
DriverManager
. - DatabaseDriverLoaderTest - Class in org.knime.core.node.port.database
-
- DatabaseLoopingNodeDialogPane - Class in org.knime.base.node.io.database
-
- DatabaseLoopingNodeDialogPane() -
Constructor for class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
-
- DatabaseLoopingNodeFactory - Class in org.knime.base.node.io.database
-
- DatabaseLoopingNodeFactory() -
Constructor for class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
-
- DatabaseLoopingNodeModel - Class in org.knime.base.node.io.database
-
- DatabaseLoopingNodeModel() -
Constructor for class org.knime.base.node.io.database.DatabaseLoopingNodeModel
-
- DatabasePortObject - Class in org.knime.core.node.port.database
- Class used as database port object holding a
BufferedDataTable
and a ModelContentRO
to create a database connection. - DatabasePortObject(DatabasePortObjectSpec) -
Constructor for class org.knime.core.node.port.database.DatabasePortObject
- Creates a new database port object.
- DatabasePortObjectSpec - Class in org.knime.core.node.port.database
- Class used as database port object holding a
DataTableSpec
and a ModelContentRO
to create a database connection. - DatabasePortObjectSpec(DataTableSpec, ModelContentRO) -
Constructor for class org.knime.core.node.port.database.DatabasePortObjectSpec
- Creates a new database port object spec.
- DatabaseQueryConnectionSettings - Class in org.knime.core.node.port.database
-
- DatabaseQueryConnectionSettings(ConfigRO) -
Constructor for class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
- Create a new connection with an empty query object.
- DatabaseQueryConnectionSettings(DatabaseConnectionSettings, String) -
Constructor for class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
- Creates a new connection based in the given connection and the query
string.
- DatabaseReaderConnection - Class in org.knime.core.node.port.database
- Creates a connection to read from database.
- DatabaseReaderConnection(DatabaseQueryConnectionSettings) -
Constructor for class org.knime.core.node.port.database.DatabaseReaderConnection
- Creates a empty handle for a new connection.
- DataCell - Class in org.knime.core.data
- Abstract base class of all
DataCell
s, which acts as a container
for arbitrary values and defines the common abilities all cells must provide,
that is: retrieve the cell type, a string representation of the value,
find out if this cell is missing, and test whether it is equal to another
one. - DataCell() -
Constructor for class org.knime.core.data.DataCell
-
- DataCellDataInput - Interface in org.knime.core.data
- Extended
DataInput
, which enables de-serialization of
DataCell
objects. - DataCellDataOutput - Interface in org.knime.core.data
- Extended
DataOutput
, which also allows the serialization of
DataCell
objects. - DataCellFactory - Class in org.knime.base.node.io.filereader
- Helper class for the file reader node.
- DataCellFactory() -
Constructor for class org.knime.base.node.io.filereader.DataCellFactory
- Creates a new factory that can be used to create
DataCell
s from
a string representation of data.
- DataCellHeaderRenderer - Class in org.knime.core.node.tableview
- Class to render a
DataCell
in a row header of a
JTable
. - DataCellPoint - Class in org.knime.base.node.viz.plotter.basic
- A
DataCellPoint
consists of two
DataCell
s, one for the x and one for the y
axis. - DataCellPoint(DataCell, DataCell) -
Constructor for class org.knime.base.node.viz.plotter.basic.DataCellPoint
- A point represented by two data cells.
- DataCellSerializer<T extends DataCell> - Interface in org.knime.core.data
- Interface for classes that can read or write specific
DataCell
implementations. - DataCellStringMapper - Class in org.knime.base.data.util
- Allow a mapping of arbitrary
DataCell
s to
unique, well-behaved strings, for example for usage with external executables
that may frown upon parsing arbitrary strings. - DataCellStringMapper() -
Constructor for class org.knime.base.data.util.DataCellStringMapper
- Public constructor.
- dataCellToString(DataCell) -
Method in class org.knime.base.data.util.DataCellStringMapper
-
- DataColumnDomain - Class in org.knime.core.data
- Final
DataColumnDomain
object holding meta infos about one
column, that are, possible values and/or upper and lower bounds - if
available. - DataColumnDomain(DataCell, DataCell, Set<DataCell>) -
Constructor for class org.knime.core.data.DataColumnDomain
- Create new column domain with lower and upper bounds, and set of possible
values.
- DataColumnDomainCreator - Class in org.knime.core.data
- A column domain creator is used to initialize possible values and lower and
upper bounds using
DataCell
objects. - DataColumnDomainCreator(DataColumnDomain) -
Constructor for class org.knime.core.data.DataColumnDomainCreator
- Creates a new domain creator by copying the information from an other
column domain.
- DataColumnDomainCreator() -
Constructor for class org.knime.core.data.DataColumnDomainCreator
- Creates a new domain creator with no meta-info defined.
- DataColumnDomainCreator(Set<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<DataCell>, DataCell, DataCell) -
Constructor for class org.knime.core.data.DataColumnDomainCreator
- Creates a new domain creator with a
Set
of possible values, and a
lower and upper bound.
- DataColumnProperties - Class in org.knime.core.data
- Property map that contains annotations assigned to a column.
- DataColumnProperties() -
Constructor for class org.knime.core.data.DataColumnProperties
- Creates an empty DataColumnProperties object.
- DataColumnProperties(Map<String, String>) -
Constructor for class org.knime.core.data.DataColumnProperties
- Creates a properties object containing the (key, value) pairs from the
argument.
- DataColumnPropertiesView - Class in org.knime.core.node.workflow
-
- DataColumnPropertiesView(DataTableSpec) -
Constructor for class org.knime.core.node.workflow.DataColumnPropertiesView
-
- DataColumnSpec - Class in org.knime.core.data
- A
DataColumnSpec
describes one column in a
DataTable
. - DataColumnSpec(String, String[], DataType, DataColumnDomain, DataColumnProperties, SizeHandler, ColorHandler, ShapeHandler) -
Constructor for class org.knime.core.data.DataColumnSpec
- Constructor taking all properties of this column spec as arguments.
- DataColumnSpecCreator - Class in org.knime.core.data
- A factory class to create a
DataColumnSpec
(as the only way from
outside this package). - DataColumnSpecCreator(String, DataType) -
Constructor for class org.knime.core.data.DataColumnSpecCreator
- Initializes the creator with the given column name and type.
- DataColumnSpecCreator(DataColumnSpec) -
Constructor for class org.knime.core.data.DataColumnSpecCreator
- Initializes the creator with a given
DataColumnSpec
.
- DataColumnSpecListCellRenderer - Class in org.knime.core.node.util
- Renderer that checks if the value being renderer is of type
DataColumnSpec
if so it will renderer the name of the column
spec and also the type's icon. - DataColumnSpecListCellRenderer() -
Constructor for class org.knime.core.node.util.DataColumnSpecListCellRenderer
-
- DataColumnSpecTableCellRenderer - Class in org.knime.base.node.preproc.groupby.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.node.preproc.groupby.dialogutil.DataColumnSpecTableCellRenderer
-
- DataContainer - Class in org.knime.core.data.container
- Buffer that collects
DataRow
objects and creates a
DataTable
on request. - DataContainer(DataTableSpec) -
Constructor for class org.knime.core.data.container.DataContainer
- Opens the container so that rows can be added by
addRowToTable(DataRow)
.
- DataContainer(DataTableSpec, boolean) -
Constructor for class org.knime.core.data.container.DataContainer
- Opens the container so that rows can be added by
addRowToTable(DataRow)
.
- DataContainer(DataTableSpec, boolean, int) -
Constructor for class org.knime.core.data.container.DataContainer
- Opens the container so that rows can be added by
addRowToTable(DataRow)
.
- DataContainer.BufferCreator - Class in org.knime.core.data.container
- Helper class to create a Buffer instance given a binary file and the
data table spec.
- DataContainer.BufferCreator() -
Constructor for class org.knime.core.data.container.DataContainer.BufferCreator
-
- DataContainerException - Exception in org.knime.core.data.container
- Exception that may be thrown by a
DataContainer
if the data is
invalid. - DataContainerException(String) -
Constructor for exception org.knime.core.data.container.DataContainerException
- Creates new exception without specific cause.
- DataContainerException(String, Throwable) -
Constructor for exception org.knime.core.data.container.DataContainerException
- Creates new exception with a given cause.
- DataDictionaryContentHandler - Class in org.knime.core.node.port.pmml
- Parses a PMML DataDictionary and converts it into a
DataTableSpec
. - DataDictionaryContentHandler() -
Constructor for class org.knime.core.node.port.pmml.DataDictionaryContentHandler
-
- DataPoint - Class in org.knime.base.node.mine.mds
- Represents a data point consisting of a values for each dimension.
- DataPoint(int) -
Constructor for class org.knime.base.node.mine.mds.DataPoint
- Creates a new instance of
DataPoint
with given dimension.
- DataProvider - Interface in org.knime.base.node.viz.plotter
- The plotters rely on a
DataProvider
to get the data to
visualize. - DataRow - Interface in org.knime.core.data
- Container interface for a vector of
DataCell
s and a row key for
unique identification. - DataRowWeighted - Class in org.knime.base.node.mine.decisiontree2.learner
- A data row represented as a double array.
- DataRowWeighted(ClassValueDataRow, double) -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.DataRowWeighted
- Constructs a weighted data row.
- DataRowWeighted(DataRowWeighted, double) -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.DataRowWeighted
- Constructs a weighted data row from another one and sets the weight to
the given value.
- DataTable - Interface in org.knime.core.data
- Most general data interface in table structure with a fixed number of columns
and iterable rows (no random access).
- DataTableSpec - Class in org.knime.core.data
DataTableSpec
s specify the structure of a DataTable
.- DataTableSpec() -
Constructor for class org.knime.core.data.DataTableSpec
- Creates an empty
DataTableSpec
with no columns defined and
default as name.
- DataTableSpec(DataColumnSpec...) -
Constructor for class org.knime.core.data.DataTableSpec
- Creates a new
DataTableSpec
, which is built from an array
of DataColumnSpec
elements.
- DataTableSpec(DataTableSpec, DataTableSpec) -
Constructor for class org.knime.core.data.DataTableSpec
- Constructor for a new
DataTableSpec
based on two existing
specifications that are to be concatenated.
- DataTableSpec(String) -
Constructor for class org.knime.core.data.DataTableSpec
- Creates an empty
DataTableSpec
with no columns defined.
- DataTableSpec(String, DataColumnSpec...) -
Constructor for class org.knime.core.data.DataTableSpec
- Creates a new
DataTableSpec
, which is built from an array
of DataColumnSpec
elements.
- DataTableSpec(String, DataTableSpec, DataTableSpec) -
Constructor for class org.knime.core.data.DataTableSpec
- Constructor for a new
DataTableSpec
based on two existing
specifications that are to be concatenated.
- DataTableSpec(String, String[], DataType[]) -
Constructor for class org.knime.core.data.DataTableSpec
- Creates a new
DataTableSpec
based on a list of names and
types.
- DataTableSpec(String[], DataType[]) -
Constructor for class org.knime.core.data.DataTableSpec
- Creates a new
DataTableSpec
based on a list of names and
types.
- DataTableSpecView - Class in org.knime.core.node.workflow
-
- DataTableSpecView(DataTableSpec) -
Constructor for class org.knime.core.node.workflow.DataTableSpecView
-
- DataType - Class in org.knime.core.data
- Type description associated with a certain implementation of a
DataCell
. - DataTypeListCellRenderer - Class in org.knime.core.node.util
- Renderer that checks if the value being renderer is a
DataType
to render the name of the type and
its icon. - DataTypeListCellRenderer() -
Constructor for class org.knime.core.node.util.DataTypeListCellRenderer
-
- DataTypeNameRenderer - Class in org.knime.base.node.preproc.rename
- Renderer used in the combo box where the user can pick different
DataValue
class. - DataTypeNameRenderer() -
Constructor for class org.knime.base.node.preproc.rename.DataTypeNameRenderer
-
- DataValue - Interface in org.knime.core.data
- The interface all value interfaces of
DataCell
s
are derived from. - DataValue.UtilityFactory - Class in org.knime.core.data
- Implementation of the meta information to a
DataValue
. - DataValue.UtilityFactory() -
Constructor for class org.knime.core.data.DataValue.UtilityFactory
- Only subclasses are allowed to instantiate this class.
- DataValueColumnFilter - Class in org.knime.core.node.util
- This
ColumnFilter
implementation filters all value which are not
compatible to the provided DataValue
classes. - DataValueColumnFilter(Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.util.DataValueColumnFilter
- Constructor for class DataValueColumnFilter.
- DataValueComparator - Class in org.knime.core.data
- The comparator used to compare two
DataValue
objects. - DataValueComparator() -
Constructor for class org.knime.core.data.DataValueComparator
- Create a new
DataValue
comparator.
- DataValueRenderer - Interface in org.knime.core.data.renderer
- General interface for classes that are able to render special derivatives of
DataValue
. - DataValueRendererFamily - Interface in org.knime.core.data.renderer
- Container for different
DataValueRenderer
s which can be
used to render one particular kind of
DataValue
. - DATE_FORMAT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- dd.MMM.yyyy.
- DATE_TIME_FORMAT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- dd.MMM.yyyy HH:mm:ss.
- DATE_TIME_MILLIS_FORMAT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- dd.MMM.yyyy HH:mm:ss.SSS.
- DateAndTimeCell - Class in org.knime.core.data.date
- Cell storing a time and/or date.
- DateAndTimeCell(int, int, int) -
Constructor for class org.knime.core.data.date.DateAndTimeCell
- A date timestamp without time.
- DateAndTimeCell(int, int, int, int) -
Constructor for class org.knime.core.data.date.DateAndTimeCell
- A timestamp without date.
- DateAndTimeCell(int, int, int, int, int, int) -
Constructor for class org.knime.core.data.date.DateAndTimeCell
-
- DateAndTimeCell(int, int, int, int, int, int, int) -
Constructor for class org.knime.core.data.date.DateAndTimeCell
-
- DateAndTimeCell(long, boolean, boolean, boolean) -
Constructor for class org.knime.core.data.date.DateAndTimeCell
- For internal use only!
- DateAndTimeCellSerializer - Class in org.knime.core.data.date
- Serializes a
DateAndTimeCell
by writing the long representing the UTC
time and the booleans whether date, time, or milliseconds are available. - DateAndTimeCellSerializer() -
Constructor for class org.knime.core.data.date.DateAndTimeCellSerializer
-
- DateAndTimeComparator - Class in org.knime.core.data.date
- Compares to
DateAndTimeValue
s by comparing their UTC time. - DateAndTimeComparator() -
Constructor for class org.knime.core.data.date.DateAndTimeComparator
-
- DateAndTimeRenderUtil - Class in org.knime.core.data.date
- Utility class for rendering times and dates.
- DateAndTimeUtility - Class in org.knime.core.data.date
- The
DataValue.UtilityFactory
for the DateAndTimeValue
providing access
to the icon, the renderer and the comparator. - DateAndTimeUtility() -
Constructor for class org.knime.core.data.date.DateAndTimeUtility
-
- DateAndTimeValue - Interface in org.knime.core.data.date
- Interface supporting the representation of time and date independent of the
user's time zone and location.
- DateAndTimeValueRenderer - Class in org.knime.core.data.date
- Renders the a
DateAndTimeValue
. - DateAndTimeValueRenderer(SimpleDateFormat, SimpleDateFormat, SimpleDateFormat, SimpleDateFormat, SimpleDateFormat) -
Constructor for class org.knime.core.data.date.DateAndTimeValueRenderer
-
- DBColumnFilterNodeDialogPane - Class in org.knime.base.node.io.database
-
- DBColumnFilterNodeDialogPane() -
Constructor for class org.knime.base.node.io.database.DBColumnFilterNodeDialogPane
- Create query dialog with text box to enter table name.
- DBColumnFilterNodeFactory - Class in org.knime.base.node.io.database
-
- DBColumnFilterNodeFactory() -
Constructor for class org.knime.base.node.io.database.DBColumnFilterNodeFactory
-
- DBColumnFilterNodeModel - Class in org.knime.base.node.io.database
-
- DBColumnFilterNodeModel() -
Constructor for class org.knime.base.node.io.database.DBColumnFilterNodeModel
- Creates a new database reader.
- DBConnectionNodeFactory - Class in org.knime.base.node.io.database
-
- DBConnectionNodeFactory() -
Constructor for class org.knime.base.node.io.database.DBConnectionNodeFactory
-
- DBConnectionNodeModel - Class in org.knime.base.node.io.database
-
- DBConnectionNodeModel() -
Constructor for class org.knime.base.node.io.database.DBConnectionNodeModel
- Creates a new database connection reader.
- DBConnectionWriterDialogPane - Class in org.knime.base.node.io.database
- Dialog pane of the database connection writer.
- DBConnectionWriterDialogPane() -
Constructor for class org.knime.base.node.io.database.DBConnectionWriterDialogPane
- Creates new dialog.
- DBConnectionWriterNodeFactory - Class in org.knime.base.node.io.database
-
- DBConnectionWriterNodeFactory() -
Constructor for class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
-
- DBConnectionWriterNodeModel - Class in org.knime.base.node.io.database
-
- DBConnectionWriterNodeModel() -
Constructor for class org.knime.base.node.io.database.DBConnectionWriterNodeModel
- Creates a new database connection reader.
- DBDialogPane - Class in org.knime.base.node.io.database
-
- DBDialogPane() -
Constructor for class org.knime.base.node.io.database.DBDialogPane
- Creates new dialog.
- DBNodeModel - Class in org.knime.base.node.io.database
-
- DBNodeModel(PortType[], PortType[]) -
Constructor for class org.knime.base.node.io.database.DBNodeModel
- Creates a new database reader.
- DBQueryNodeDialogPane - Class in org.knime.base.node.io.database
-
- DBQueryNodeDialogPane() -
Constructor for class org.knime.base.node.io.database.DBQueryNodeDialogPane
- Create query dialog with text box to enter table name.
- DBQueryNodeFactory - Class in org.knime.base.node.io.database
-
- DBQueryNodeFactory() -
Constructor for class org.knime.base.node.io.database.DBQueryNodeFactory
-
- DBQueryNodeModel - Class in org.knime.base.node.io.database
-
- DBQueryNodeModel() -
Constructor for class org.knime.base.node.io.database.DBQueryNodeModel
- Creates a new database reader.
- DBReaderConnectionNodeFactory - Class in org.knime.base.node.io.database
-
- DBReaderConnectionNodeFactory() -
Constructor for class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
-
- DBReaderConnectionNodeModel - Class in org.knime.base.node.io.database
-
- DBReaderConnectionNodeModel() -
Constructor for class org.knime.base.node.io.database.DBReaderConnectionNodeModel
- Creates a new database reader.
- DBReaderDialogPane - Class in org.knime.base.node.io.database
-
- DBReaderDialogPane() -
Constructor for class org.knime.base.node.io.database.DBReaderDialogPane
- Creates new dialog.
- DBReaderNodeFactory - Class in org.knime.base.node.io.database
-
- DBReaderNodeFactory() -
Constructor for class org.knime.base.node.io.database.DBReaderNodeFactory
-
- DBReaderNodeModel - Class in org.knime.base.node.io.database
-
- DBReaderNodeModel(int, int) -
Constructor for class org.knime.base.node.io.database.DBReaderNodeModel
- Creates a new database reader with one data out-port.
- DBRowFilterNodeDialogPane - Class in org.knime.base.node.io.database
-
- DBRowFilterNodeDialogPane() -
Constructor for class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
- Create query dialog with text box to enter table name.
- DBRowFilterNodeFactory - Class in org.knime.base.node.io.database
-
- DBRowFilterNodeFactory() -
Constructor for class org.knime.base.node.io.database.DBRowFilterNodeFactory
-
- DBRowFilterNodeModel - Class in org.knime.base.node.io.database
-
- DBRowFilterNodeModel() -
Constructor for class org.knime.base.node.io.database.DBRowFilterNodeModel
- Creates a new database reader.
- DBSQLTypesPanel - Class in org.knime.base.node.io.database
- Panel which allows to specify an SQL type for each column.
- DBSQLTypesPanel() -
Constructor for class org.knime.base.node.io.database.DBSQLTypesPanel
- Creates new empty panel.
- DBWriterConnection - Class in org.knime.base.node.io.database
- Creates a connection to write to database.
- DBWriterDialogPane - Class in org.knime.base.node.io.database
- Dialog pane of the database writer.
- DBWriterDialogPane() -
Constructor for class org.knime.base.node.io.database.DBWriterDialogPane
- Creates new dialog.
- DBWriterNodeFactory - Class in org.knime.base.node.io.database
-
- DBWriterNodeFactory() -
Constructor for class org.knime.base.node.io.database.DBWriterNodeFactory
-
- DBWriterNodeModel - Class in org.knime.base.node.io.database
- Database writer model which creates a new table and adds the entire table to
it.
- DBWriterNodeModel() -
Constructor for class org.knime.base.node.io.database.DBWriterNodeModel
- Creates a new model with one data input.
- DCObjectInputStream - Class in org.knime.core.data.container
- Obsolete input stream to read Files written with Buffer objects in KNIME
1.x (and 2.0TechPreview).
- DCObjectInputStream(InputStream) -
Constructor for class org.knime.core.data.container.DCObjectInputStream
- Creates new input stream that reads from
in
.
- DCObjectInputVersion2 - Class in org.knime.core.data.container
- Class interpreting the file format as written by the
Buffer
class. - DCObjectInputVersion2(InputStream, BufferFromFileIteratorVersion20.DataCellStreamReader) -
Constructor for class org.knime.core.data.container.DCObjectInputVersion2
- Creates new input stream that reads from
in
.
- DCObjectOutputVersion2 - Class in org.knime.core.data.container
- Object writing the binary stream of a
Buffer
. - DCObjectOutputVersion2(OutputStream, Buffer) -
Constructor for class org.knime.core.data.container.DCObjectOutputVersion2
- Setups a new output stream.
- debug(Object) -
Method in class org.knime.core.node.NodeLogger
- Write debugging message into this logger.
- debug(Object, Throwable) -
Method in class org.knime.core.node.NodeLogger
- Write debugging message and throwable into this logger.
- dec() -
Method in class org.knime.core.util.MutableDouble
- Decrements this double by one.
- dec() -
Method in class org.knime.core.util.MutableInteger
- Decrements this integer by one.
- DECIMALSCALING_MODE -
Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- DECIMAL SCALING mode.
- DecimalSeparatorPanel - Class in org.knime.base.node.io.csvwriter
- Panel of the CSV writer dialog for specifying the decimal separator.
- DecimalSeparatorPanel() -
Constructor for class org.knime.base.node.io.csvwriter.DecimalSeparatorPanel
-
- decimalSeparatorUserSet() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
- Tells whether the decimal separator is set by the user or guessed by the
analyzer (or still at its default).
- DecisionTree - Class in org.knime.base.node.mine.decisiontree2.model
- A Wrapper for a decision tree, allowing for save/load to
ModelContent
objects. - DecisionTree(DecisionTreeNode, String, PMMLMissingValueStrategy, PMMLNoTrueChildStrategy) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTree
- Create DecisionTree based on a root node to which the remainder of the
tree is already attached.
- DecisionTree(DecisionTreeNode, String, PMMLMissingValueStrategy) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTree
- Create DecisionTree based on a root node to which the remainder of the
tree is already attached.
- DecisionTree(DecisionTreeNode, String) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTree
- Create DecisionTree based on a root node to which the remainder of the
tree is already attached.
- DecisionTree(ModelContentRO) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTree
- Create Decision Tree based on an ModelContent object.
- DecisionTreeLearnerNodeDialog - Class in org.knime.base.node.mine.decisiontree2.learner
- Dialog for a decision tree learner node.
- DecisionTreeLearnerNodeDialog() -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeDialog
- Constructor: create NodeDialog with one column selectors and two other
properties.
- DecisionTreeLearnerNodeFactory - Class in org.knime.base.node.mine.decisiontree2.learner
- The Factory for the
DecisionTreeLearnerNodeModel
algorithm. - DecisionTreeLearnerNodeFactory() -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeFactory
-
- DecisionTreeLearnerNodeModel - Class in org.knime.base.node.mine.decisiontree2.learner
- Implements a decision tree induction algorithm based on C4.5 and SPRINT.
- DecisionTreeLearnerNodeModel() -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Inits a new Decision Tree model with one data in- and one model output
port.
- DecisionTreeNode - Class in org.knime.base.node.mine.decisiontree2.model
- The base abstract implementations of a node of a decision tree.
- DecisionTreeNode() -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Empty Constructor visible only within package.
- DecisionTreeNode(Node, DataCellStringMapper) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Constructor of base class.
- DecisionTreeNode(int, DataCell, LinkedHashMap<DataCell, Double>) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Constructor of base class.
- DecisionTreeNodeLeaf - Class in org.knime.base.node.mine.decisiontree2.model
- The Leaf of a decision tree.
- DecisionTreeNodeLeaf() -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
- Empty Constructor visible only within package.
- DecisionTreeNodeLeaf(Node, DataCellStringMapper) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
- Constructor of derived class.
- DecisionTreeNodeLeaf(int, DataCell, LinkedHashMap<DataCell, Double>) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
- Constructor of base class.
- DecisionTreeNodeRenderer - Class in org.knime.base.node.mine.decisiontree2.model
- Renderer for a DecisionTreeNode within a JTree.
- DecisionTreeNodeRenderer() -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeRenderer
-
- DecisionTreeNodeSplit - Class in org.knime.base.node.mine.decisiontree2.model
- An abstract implementation of an inner node of a decision tree, i.e.
- DecisionTreeNodeSplit() -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Empty Constructor visible only within package.
- DecisionTreeNodeSplit(Node, DataCellStringMapper) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Constructor of derived class.
- DecisionTreeNodeSplit(int, DataCell, LinkedHashMap<DataCell, Double>, String) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Constructor of base class.
- DecisionTreeNodeSplitContinuous - Class in org.knime.base.node.mine.decisiontree2.model
- Deprecated.
- DecisionTreeNodeSplitContinuous() -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
- Deprecated. Empty Constructor visible only within package.
- DecisionTreeNodeSplitContinuous(Node, DataCellStringMapper) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
- Deprecated. Constructor of derived class.
- DecisionTreeNodeSplitContinuous(int, DataCell, LinkedHashMap<DataCell, Double>, String, DecisionTreeNode[], double) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
- Deprecated. Constructor of base class.
- DecisionTreeNodeSplitNominal - Class in org.knime.base.node.mine.decisiontree2.model
- Deprecated.
- DecisionTreeNodeSplitNominal() -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
- Deprecated. Empty Constructor visible only within package.
- DecisionTreeNodeSplitNominal(Node, DataCellStringMapper) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
- Deprecated. Constructor of derived class.
- DecisionTreeNodeSplitNominal(int, DataCell, LinkedHashMap<DataCell, Double>, String, DataCell[], DecisionTreeNode[]) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
- Deprecated. Constructor of base class.
- DecisionTreeNodeSplitNominalBinary - Class in org.knime.base.node.mine.decisiontree2.model
- Deprecated.
- DecisionTreeNodeSplitNominalBinary() -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
- Deprecated. Empty Constructor visible only within package.
- DecisionTreeNodeSplitNominalBinary(Node, DataCellStringMapper) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
- Deprecated. Constructor of derived class.
- DecisionTreeNodeSplitNominalBinary(int, DataCell, LinkedHashMap<DataCell, Double>, String, DataCell[], int[], int[], DecisionTreeNode[]) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
- Deprecated. Constructor for a nominal split in binary format.
- DecisionTreeNodeSplitPMML - Class in org.knime.base.node.mine.decisiontree2.model
- Decision tree split node that supports PMML predicates to partition the data.
- DecisionTreeNodeSplitPMML() -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
-
- DecisionTreeNodeSplitPMML(int, DataCell, LinkedHashMap<DataCell, Double>, String, PMMLPredicate[], DecisionTreeNode[]) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
- Constructor of base class.
- DecisionTreeNodeSplitPMML(int, DataCell, LinkedHashMap<DataCell, Double>, String, PMMLPredicate[], DecisionTreeNode[], int) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
- Constructor of base class.
- DecisionTreeNodeView - Class in org.knime.base.node.mine.decisiontree2.model
- Provides view on internals of a DecisionTreeNode.
- DecisionTreeNodeView(DecisionTreeNode) -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView
- Constructor.
- DecisionTreeNodeView.ClassPieChart - Class in org.knime.base.node.mine.decisiontree2.model
- Paints pie chart showing class distribution in this node.
- DecisionTreeNodeView.ClassPieChart() -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView.ClassPieChart
-
- DecisionTreeNodeView.HistoChart - Class in org.knime.base.node.mine.decisiontree2.model
- Paints "histogram" showing how many patterns of the parent node this node
covers.
- DecisionTreeNodeView.HistoChart() -
Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView.HistoChart
-
- decrementNumThreads() -
Method in class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
- Decrements the current number of threads in use by 1.
- decrypt(String) -
Static method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
- Decrypts password.
- decrypt(String) -
Static method in class org.knime.core.util.KnimeEncryption
- Decrypts password.
- decrypt(SecretKey, String) -
Static method in class org.knime.core.util.KnimeEncryption
- Decrypts password with the given
SecrectKey
.
- DecSepPanel - Class in org.knime.base.node.io.filereader
- Implements the tab panel for the decimal separator settings (in the advaced
settings dialog).
- DecSepPanel(FileReaderSettings) -
Constructor for class org.knime.base.node.io.filereader.DecSepPanel
- Creates a panel to set the decimal separator and initializes it from the
passed object.
- DecTreeNodeView - Class in org.knime.base.node.mine.decisiontree2.learner
- This node view is exactly the same as the one for the c4.5 encapsulating
view.
- DecTreeNodeView(DecisionTreeLearnerNodeModel) -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.DecTreeNodeView
- Default constructor, taking the model as argument.
- DecTreePredictorNodeFactory - Class in org.knime.base.node.mine.decisiontree2.predictor
-
- DecTreePredictorNodeFactory() -
Constructor for class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
-
- DecTreePredictorNodeModel - Class in org.knime.base.node.mine.decisiontree2.predictor
-
- DecTreePredictorNodeModel() -
Constructor for class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
- Creates a new predictor for PMMLDecisionTreePortObject models as input
and one additional data input, and the scored data as output.
- DecTreePredictorNodeView - Class in org.knime.base.node.mine.decisiontree2.predictor
-
- DecTreePredictorNodeView(DecTreePredictorNodeModel) -
Constructor for class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeView
- Default constructor, taking the model as argument.
- DEF_DISTANCE -
Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
- The default value of the distance to use.
- DEF_EPOCHS -
Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
- The default value of the epochs.
- DEF_GZIP_COMPRESSION -
Static variable in class org.knime.core.data.container.DataContainer
- Whether compression is enabled by default.
- DEF_LEARNINGRATE -
Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
- The default value of the learning rate.
- DEF_MAX_CELLS_IN_MEMORY -
Static variable in class org.knime.core.data.container.DataContainer
- The default number of cells to be held in memory.
- DEF_MINDIST_THRESHOLD -
Static variable in class org.knime.base.node.mine.mds.MDSManager
- The default value of the minimum distance threshold.
- DEF_NO_ROWS -
Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
- The default number of rows to use.
- DEF_OUTPUTDIMS -
Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
- The default value of the output dimension.
- DEF_PROJECT_ONLY -
Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
- The default projection setting.
- DEF_ROWPREFIX -
Static variable in class org.knime.base.node.io.filereader.FileReaderSettings
- This will be used if the file has not row headers and no row prefix is
set.
- DEF_USE_MAX_ROWS -
Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
- The default settings of the usage of the number of max rows.
- DEFAULT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- Renders the datetime as dd.MMM.yyyy hh:mm:ss.SSS.
- DEFAULT -
Static variable in class org.knime.core.data.property.ColorAttr
- The default color attribute value, used when no color attribute set.
- DEFAULT -
Static variable in class org.knime.core.data.property.ShapeFactory
- Name of and key for the default shape.
- DEFAULT_ABSOLUTE_TICK_DIST -
Static variable in class org.knime.base.util.coordinate.Coordinate
- The default tick distance in pixel.
- DEFAULT_BG -
Static variable in class org.knime.core.node.defaultnodesettings.DialogComponent
- default background color for editable components.
- DEFAULT_BG -
Static variable in class org.knime.core.node.util.FileSelectionPanel
- default background color for editable components.
- DEFAULT_BINARY_NOMINAL_SPLIT_MODE -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The default binary split mode (off).
- DEFAULT_BUCKET_SIZE -
Static variable in class org.knime.base.util.kdtree.KDTreeBuilder
- The default number of patterns inside a terminal node.
- DEFAULT_CLASS -
Static variable in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Default cell class.
- DEFAULT_CONFIDENCE -
Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Default value for the confidence.
- DEFAULT_DECIMAL_SEPARATOR -
Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
- The default decimal separator.
- DEFAULT_DOT_SIZE -
Static variable in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties
- the default initial dot size.
- DEFAULT_EXPLODE_AREA_MARGIN -
Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
- The margin of the explode are in percent of the label are rectangle.
- DEFAULT_FG -
Static variable in class org.knime.core.node.defaultnodesettings.DialogComponent
- default foreground color for editable components.
- DEFAULT_FG -
Static variable in class org.knime.core.node.util.FileSelectionPanel
- default foreground color for editable components.
- DEFAULT_HEIGHT -
Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
- The height of the default component.
- DEFAULT_LABEL -
Static variable in class org.knime.base.node.rules.RuleEngineNodeDialog
- Default default label.
- DEFAULT_MAX_BIN_NOMINAL_SPLIT_COMPUTATION -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The default for the maximum number of nominal values for which all
subsets are calculated (results in the optimal binary split); this
parameter is only use if
binaryNominalSplits
is
true
; if the number of nominal values is higher, a
heuristic is applied.
- DEFAULT_MAX_ITEMSET_LENGTH -
Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Default value for the maximal itemset length.
- DEFAULT_MAX_THREAD_COUNT -
Static variable in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
- The default maximum number of threads for each threaded node.
- DEFAULT_MAX_THREAD_COUNT -
Static variable in class org.knime.base.node.parallel.ThreadedNodeModel
- Deprecated. The default maximum number of threads for each threaded node.
- DEFAULT_MEMORY_OPTION -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The default build option (memory or on disk).
- DEFAULT_MIN_NUM_RECORDS_PER_NODE -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The minimum number records expected per node.
- DEFAULT_MIN_SUPPORT -
Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Default value for the minimum support.
- DEFAULT_NO_OF_BINS -
Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
- The default number of bars which get created if the createBinnedBars
method is called with a number smaller then 1.
- DEFAULT_NO_OF_ROWS -
Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
- Default number of rows to use.
- DEFAULT_NO_OF_ROWS -
Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
- Default number of rows to use.
- DEFAULT_NR_NOMINAL_VALUES -
Static variable in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
- Per default columns with nominal values more than this value are
ignored.
- DEFAULT_NUM_PROCESSORS -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The default number of records stored for the view.
- DEFAULT_NUMBER_RECORDS_FOR_VIEW -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The default number of records stored for the view.
- DEFAULT_PARAMC -
Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
- Default c parameter.
- DEFAULT_PIE_SIZE -
Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
- The percentage of the drawing space that should be used for drawing.
- DEFAULT_PRUNING_CONFIDENCE_THRESHOLD -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The default confidence threshold for pruning.
- DEFAULT_PRUNING_METHOD -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The default pruning method.
- DEFAULT_SEED -
Static variable in class org.knime.base.node.mine.mds.MDSManager
- The default random seed.
- DEFAULT_SEED -
Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- The default random seed.
- DEFAULT_SIZE -
Static variable in class org.knime.core.data.property.SizeHandler
- Deprecated. use
SizeHandler.DEFAULT_SIZE_FACTOR
instead
- DEFAULT_SIZE_FACTOR -
Static variable in class org.knime.core.data.property.SizeHandler
- The default size factor in case no SizeHandler exist, which is one, that
is no scaling is done.
- DEFAULT_SPLIT_AVERAGE -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The default whether to use the average as the split point is false.
- DEFAULT_SPLIT_QUALITY_MEASURE -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The default split quality measure.
- DEFAULT_THOUSANDS_SEPARATOR -
Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
- The default thousands separator.
- DEFAULT_THRESHOLD -
Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
- Default value for the threshold.
- DEFAULT_USE_OUTDATA -
Static variable in class org.knime.base.node.mine.sota.SotaNodeModel
- The default value for the usage of out data.
- DEFAULT_WIDTH -
Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
- The width of the default component.
- DEFAULT_ZOOM_FACTOR -
Static variable in class org.knime.base.node.viz.plotter.AbstractPlotter
- The default zoom factor.
- DefaultAlphaColorPanel - Class in org.knime.base.node.viz.property.color
- A default panel to adjust the alpha color value.
- DefaultAlphaColorPanel() -
Constructor for class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
-
- DefaultAppendedCellFactory - Class in org.knime.base.data.append.column
- A default factory that generates cells based on an underlying Map.
- DefaultAppendedCellFactory(Map<RowKey, DataCell>) -
Constructor for class org.knime.base.data.append.column.DefaultAppendedCellFactory
- Creates new factory.
- DefaultBlobSupportDataCellIterator - Class in org.knime.core.data.collection
- Default implementation to
BlobSupportDataCellIterator
. - DefaultBlobSupportDataCellIterator(Iterator<DataCell>) -
Constructor for class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
- Create new instance by wrapping an existing iterator.
- DefaultCellIterator - Class in org.knime.core.data.def
- Default implementation of an iterator over the
DataCell
s of a
DataRow. - DefaultCellIterator(DataRow) -
Constructor for class org.knime.core.data.def.DefaultCellIterator
- Creates a new iterator over a given
DataRow
.
- DefaultDataArray - Class in org.knime.base.node.util
- Can be used to locally store a certain number of rows.
- DefaultDataArray(DataTable, int, int) -
Constructor for class org.knime.base.node.util.DefaultDataArray
- Constructs a random access container holding a certain number of rows
from the data table passed in.
- DefaultDataArray(DataTable, int, int, ExecutionMonitor) -
Constructor for class org.knime.base.node.util.DefaultDataArray
- Same, but allows for user cancellation from a progress monitor, while the
container is filled.
- DefaultDataValueRenderer - Class in org.knime.core.data.renderer
- Default implementation for a renderer for
DataValue
objects. - DefaultDataValueRenderer() -
Constructor for class org.knime.core.data.renderer.DefaultDataValueRenderer
- Creates new instance given a null column spec.
- DefaultDataValueRenderer(DataColumnSpec) -
Constructor for class org.knime.core.data.renderer.DefaultDataValueRenderer
- Creates new renderer and memorizes the column spec.
- DefaultDataValueRendererFamily - Class in org.knime.core.data.renderer
- Default container for
DataValueRenderer
. - DefaultDataValueRendererFamily() -
Constructor for class org.knime.core.data.renderer.DefaultDataValueRendererFamily
- Constructor that uses a single default renderer with a default
description, i.e.
- DefaultDataValueRendererFamily(DataValueRenderer...) -
Constructor for class org.knime.core.data.renderer.DefaultDataValueRendererFamily
- Constructs a renderer family given a set of renders and their
description.
- DEFAULTHIDDENLAYERS -
Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
- The default number of iterations.
- DefaultHiLiteHandler - Class in org.knime.core.node.property.hilite
- Default implementation of a
HiLiteHandler
. - DefaultHiLiteHandler() -
Constructor for class org.knime.core.node.property.hilite.DefaultHiLiteHandler
- Creates an new default hilite handler.
- DefaultHiLiteMapper - Class in org.knime.core.node.property.hilite
- A default mapper for hilite translation which holds a map from
RowKey
to a set of RowKey
s 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.
- DEFAULTNEURONSPERLAYER -
Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
- The default number of iterations.
- DefaultNodeProgressMonitor - Class in org.knime.core.node
- The default node progress monitor which keep a progress value between 0 and
1, and a progress message.
- DefaultNodeProgressMonitor() -
Constructor for class org.knime.core.node.DefaultNodeProgressMonitor
- Creates a new progress monitor with an empty set of listeners.
- DefaultNodeProgressMonitor(NodeProgressListener) -
Constructor for class org.knime.core.node.DefaultNodeProgressMonitor
- Creates a new node progress monitor, with the cancel requested false, and
no progress.
- DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor - Class in org.knime.core.node
- Silent progress monitor which does only forward changed of the progress
value rather than progress message.
- DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor(NodeProgressMonitor, double) -
Constructor for class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
-
- DefaultNodeProgressMonitor.SubNodeProgressMonitor - Class in org.knime.core.node
- Progress monitor that is used by "sub-progresses", it doesn't have the
range [0, 1] but only [0, b] where b is user-defined.
- DefaultNodeProgressMonitor.SubNodeProgressMonitor(NodeProgressMonitor, double) -
Constructor for class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
- Creates new sub progress monitor.
- DefaultNodeSettingsPane - Class in org.knime.core.node.defaultnodesettings
- Default implementation for a NodeDialogPane that allows to add standard
DialogComponents which will be displayed in a standard way and automatically
stored and retrieved in the node settings objects.
- DefaultNodeSettingsPane() -
Constructor for class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
- Constructor for DefaultNodeDialogPane.
- defaultReadObject() -
Method in class org.knime.core.data.container.DCObjectInputStream
-
- DefaultRow - Class in org.knime.core.data.def
- Default row for
DataCell
s 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
DataCell
s.
- DefaultRow(String, DataCell...) -
Constructor for class org.knime.core.data.def.DefaultRow
- Inits a new
DefaultRow
object by row id and an array of
DataCell
s.
- 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
DataCell
s.
- 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
DataCell
s.
- DefaultRow(RowKey, double...) -
Constructor for class org.knime.core.data.def.DefaultRow
- Inits a new
DefaultRow
object by row key and an array of
double
values.
- DefaultRow(String, double...) -
Constructor for class org.knime.core.data.def.DefaultRow
- Inits a new
DefaultRow
object by row ID and an array of
double
values.
- DefaultRow(String, int...) -
Constructor for class org.knime.core.data.def.DefaultRow
- Inits a new
DefaultRow
object by row id and an array of
int
values.
- DefaultRow(RowKey, int...) -
Constructor for class org.knime.core.data.def.DefaultRow
- Inits a new
DefaultRow
object by row key and an array of
int
values.
- DefaultRow(String, String...) -
Constructor for class org.knime.core.data.def.DefaultRow
- Inits a new
DefaultRow
object by row id and an array of
String
values.
- DefaultRow(RowKey, String...) -
Constructor for class org.knime.core.data.def.DefaultRow
- Inits a new
DefaultRow
object by row key and an array of
String
values.
- DefaultRow(String, DataRow) -
Constructor for class org.knime.core.data.def.DefaultRow
- Creates an new row, using the data of the specified row, and overwrites
the row key with the given new one.
- DefaultRow(RowKey, DataRow) -
Constructor for class org.knime.core.data.def.DefaultRow
- Creates an new row, using the data of the specified row, and overwrites
the row key with the given new one.
- DefaultRowIterator - Class in org.knime.core.data.def
- Specific implementation for a
RowIterator
that iterates over a
generic DataTable
. - DefaultRowIterator(Iterable<DataRow>) -
Constructor for class org.knime.core.data.def.DefaultRowIterator
- Constructs a new iterator based on an
Iterable
.
- DefaultRowIterator(DataRow...) -
Constructor for class org.knime.core.data.def.DefaultRowIterator
- Constructs a new iterator that traverses an array of
DataRow
.
- DefaultStringIconOption - Class in org.knime.core.node.util
- Default implementation of the
StringIconOption
interface which is
used in the default dialog components itself. - DefaultStringIconOption(String) -
Constructor for class org.knime.core.node.util.DefaultStringIconOption
- Constructor for class DialogComponentStringSelection.StringOption
without icon.
- DefaultStringIconOption(String, Icon) -
Constructor for class org.knime.core.node.util.DefaultStringIconOption
- Constructor for class DialogComponentStringSelection.StringOption.
- DefaultTab - Class in org.knime.base.node.viz.plotter.props
- This is the default tab added by the
AbstractPlotterProperties
that makes
the current mouse mode selectable, provides a "fit to screen" button
(which fits the drawing pane into the viewport) and a
"change background color" button. - DefaultTab() -
Constructor for class org.knime.base.node.viz.plotter.props.DefaultTab
- Default Tab with mouse mode selection, fit to screen button and
background color chooser.
- DefaultTable - Class in org.knime.core.data.def
- Deprecated. DefaultTable will hold the entire data in main memory and should
therefore not be used anymore. Instead, you should consider to
use a
DataContainer
(or in
a Node's execute method
a
BufferedDataTable
to create
DataTables). - DefaultTable(DataRow[], DataTableSpec) -
Constructor for class org.knime.core.data.def.DefaultTable
- Deprecated. Creates a new table object from an array of
DataRow
objects, and an array of column names and types.
- DefaultTable(DataRow[], String[], DataType[]) -
Constructor for class org.knime.core.data.def.DefaultTable
- Deprecated. Creates a new table object from an array of
DataRow
objects, and an array of column names and types.
- DefaultTable(Object[][], String[], String[], ObjectToDataCellConverter) -
Constructor for class org.knime.core.data.def.DefaultTable
- Deprecated. Generates a new instance from an
Object[][]
.
- DefaultTable(Object[][], String[], String[]) -
Constructor for class org.knime.core.data.def.DefaultTable
- Deprecated. Generates a new instance from an
Object[][]
using the
default DataCell
factory.
- DefaultTable(Object[][]) -
Constructor for class org.knime.core.data.def.DefaultTable
- Deprecated. Calls
this(data, (String[])null, (String[])null);
.
- DefaultTable(int[][], String[], String[]) -
Constructor for class org.knime.core.data.def.DefaultTable
- Deprecated. Generates a new instance from an
int[][]
using the default
DataCell
factory.
- DefaultTable(int[][]) -
Constructor for class org.knime.core.data.def.DefaultTable
- Deprecated. Calls
this(data, (String[])null, (String[])null);
.
- DefaultTable(double[][], String[], String[]) -
Constructor for class org.knime.core.data.def.DefaultTable
- Deprecated. Generates a new instance from an
double[][]
using the
default DataCell
factory.
- DefaultTable(double[][]) -
Constructor for class org.knime.core.data.def.DefaultTable
- Deprecated. Calls
this(data, (String[])null, (String[])null);
.
- DefaultTableNodeFactory - Class in org.knime.base.node.io.def
- Its the factory for a
DefaultTableNodeModel
. - DefaultTableNodeFactory(DataRow[], String[], DataType[]) -
Constructor for class org.knime.base.node.io.def.DefaultTableNodeFactory
- We provide the same constructors as the
DefaultTable
.
- DefaultTableNodeFactory(DataRow[], DataTableSpec) -
Constructor for class org.knime.base.node.io.def.DefaultTableNodeFactory
- Also this constructor is available in
DefaultTable
.
- DefaultTableNodeFactory(Object[][], String[], String[]) -
Constructor for class org.knime.base.node.io.def.DefaultTableNodeFactory
- We provide the same constructors as the
DefaultTable
.
- DefaultTableNodeModel - Class in org.knime.base.node.io.def
- This is the model for the
DefaultTable
node. - DefaultTableNodeModel(DataRow[], String[], DataType[]) -
Constructor for class org.knime.base.node.io.def.DefaultTableNodeModel
-
- DefaultTableNodeModel(DataRow[], DataTableSpec) -
Constructor for class org.knime.base.node.io.def.DefaultTableNodeModel
- Also this constructor is available in
DefaultTable
.
- DefaultTableNodeModel(Object[][], String[], String[]) -
Constructor for class org.knime.base.node.io.def.DefaultTableNodeModel
-
- DefaultVisualizationNodeDialog - Class in org.knime.base.node.viz.plotter.node
- Lets the user define the maximum number of rows to be displayed.
- DefaultVisualizationNodeDialog() -
Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeDialog
- Creates a new default visualization dialog with the maximum number of
rows to display as defined in
DataProvider.END
.
- DefaultVisualizationNodeDialog(int) -
Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeDialog
- Creates a new default visualization dialog with the maximum number of
rows to display as defined by the passed parameter.
- DefaultVisualizationNodeModel - Class in org.knime.base.node.viz.plotter.node
- Implementation of a
NodeModel
which provides all
functionality that is needed for a default plotter implementation. - DefaultVisualizationNodeModel() -
Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
- Creates a
NodeModel
with one data inport and
no outport.
- DefaultVisualizationNodeModel(int, int) -
Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
- Constructor for extending classes to define an arbitrary number of
in- and outports.
- DefaultVisualizationNodeView - Class in org.knime.base.node.viz.plotter.node
- Convenient implementation of a
NodeView
that
can display one or more plotter implementations. - DefaultVisualizationNodeView(NodeModel, AbstractPlotter) -
Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
- A generic
NodeView
which sets the model and
calls the right methods of the plotters.
- DefaultVisualizationNodeView(NodeModel, AbstractPlotter, String) -
Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
- A generic
NodeView
which sets the model and
calls the right methods of the plotters the title is the title of the
according tab.
- DegreeOfAffinity - Interface in org.knime.base.node.mine.bfn
-
- delegateAddHiLiteListener(HiLiteListener) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Delegates the listener to the hilite handler.
- delegateGetHiLitKeys() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Delegates to the hilite handler.
- delegateHiLite(RowKey...) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Delegates to the hilite handler.
- delegateHiLite(Set<RowKey>) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Delegates to the hilite handler.
- delegateIsHiLit(RowKey...) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- delegates to the hilite handler.
- delegateIsHiLit(Set<RowKey>) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Delegates to the hilite handler.
- 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.
- deleteChild(int) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
- Deletes the child for the item specified by its position pos.
- deleteRecursively(File) -
Static method in class org.knime.core.util.FileUtil
- Deletes a given directory recursively.
- Delimiter - Class in org.knime.base.node.io.filetokenizer
- Deprecated. use
Delimiter
instead. Will
be removed in Ver3.0. - Delimiter(String, boolean, boolean, boolean) -
Constructor for class org.knime.base.node.io.filetokenizer.Delimiter
- Deprecated. Creates a new delimiter object.
- Delimiter(NodeSettingsRO) -
Constructor for class org.knime.base.node.io.filetokenizer.Delimiter
- Deprecated. Creates a new
Delimiter
object and sets its parameters from
the config
object.
- Delimiter - Class in org.knime.core.util.tokenizer
- Created for each delimiter for the
FileTokenizer
keeping its
specifics. - Delimiter(String, boolean, boolean, boolean) -
Constructor for class org.knime.core.util.tokenizer.Delimiter
- Creates a new delimiter object.
- Delimiter(NodeSettingsRO) -
Constructor for class org.knime.core.util.tokenizer.Delimiter
- Creates a new
Delimiter
object and sets its parameters
from the config
object.
- delimSettingsChanged() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
- Reads the settings of the column delimiter box and transfers them into
the internal settings object.
- delimSettingsChanged() -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
- Reads the settings of the column delimiter box and transfers them into
the internal settings object.
- DELTAVALUE_KEY -
Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Key to store the delta value in the config.
- DendrogramDrawingPane - Class in org.knime.base.node.viz.plotter.dendrogram
- Interprets the
BinaryTree
of DendrogramPoint
s such
that the leaf nodes (the data points) are painted and the cluster nodes are
drawn with a horizontal line between the contained subnodes and vertical
lines to that subnodes. - DendrogramDrawingPane() -
Constructor for class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
- Inititalizes the tooltip.
- DendrogramNode - Interface in org.knime.base.node.viz.plotter.dendrogram
- This interface describes a node depicted in a dendrogram plot.
- DendrogramPlotter - Class in org.knime.base.node.viz.plotter.dendrogram
- Converts a
DendrogramNode
into a BinaryTree
of
DendrogramPoint
s, which
is the visual representation of a hierachical clustering result stored in the
DendrogramNode
. - DendrogramPlotter() -
Constructor for class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
- Default constructor.
- DendrogramPlotter(DendrogramDrawingPane, DendrogramPlotterProperties) -
Constructor for class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
- Constructor for extending classes.
- DendrogramPlotterProperties - Class in org.knime.base.node.viz.plotter.dendrogram
- In addition to the
AbstractPlotterProperties
a
LinePlotterAppearanceTab
is
added, to adjust the dot size and line thickness and to show or hide the
dots. - DendrogramPlotterProperties() -
Constructor for class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotterProperties
- Normal properties with an appearance tab to show/hide dots,
dot size and line thickness.
- DendrogramPoint - Class in org.knime.base.node.viz.plotter.dendrogram
- Represents a point in the dendrogram with the contained rows, the distance of
the cluster, the point in the drawing pane and the visual properties
hilited, selected, relative size, color and shape.
- DendrogramPoint(Point, double) -
Constructor for class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
- Creates a
DendrogramPoint
with a mapped point and the
original distance.
- denormalizeMatrix(double[][], double[], double[]) -
Static method in class org.knime.base.util.math.MathUtils
- Denormalizes the matrix relativ to the mean of the input data and to the
standard deviation.
- denormalizeMatrix(double[][], double[]) -
Static method in class org.knime.base.util.math.MathUtils
- Denormalizes the matrix relativ to the mean of the input data.
- denormalizeVector(double[], double, double) -
Static method in class org.knime.base.util.math.MathUtils
- Denormalizes the vector relative to the mean of the input data and to the
standard deviation.
- denormalizeVector(double[], double) -
Static method in class org.knime.base.util.math.MathUtils
- Denormalizes the vector relative to the mean of the input data.
- DenseBitVector - Class in org.knime.core.data.vector.bitvector
- Stores Zeros and Ones in a vector, i.e.
- DenseBitVector(long) -
Constructor for class org.knime.core.data.vector.bitvector.DenseBitVector
- Creates a new vector of the specified length, with no bits set.
- DenseBitVector(long[], long) -
Constructor for class org.knime.core.data.vector.bitvector.DenseBitVector
- Creates a new instance taking over the initialization of the bits from
the passed array.
- DenseBitVector(String) -
Constructor for class org.knime.core.data.vector.bitvector.DenseBitVector
- Initializes the created bit vector from the hex representation in the
passed string.
- DenseBitVector(DenseBitVector) -
Constructor for class org.knime.core.data.vector.bitvector.DenseBitVector
- Creates a new instance as copy of the passed argument.
- DenseBitVectorCell - Class in org.knime.core.data.vector.bitvector
- Stores Zeros and Ones in a vector, i.e.
- DenseBitVectorCell(DenseBitVector) -
Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCell
- Use the
DenseBitVectorCellFactory
to create instances of this
cell.
- DenseBitVectorCellFactory - Class in org.knime.core.data.vector.bitvector
- Used to created
DataCell
s holding a DenseBitVector
. - DenseBitVectorCellFactory(long) -
Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
- Initializes the factory to the specified length, all bits cleared.
- DenseBitVectorCellFactory(long[], long) -
Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
- Initializes the factory to the specified length, initializing the bits
from the passed array.
- DenseBitVectorCellFactory(DenseBitVector) -
Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
- A copy of the specified vector is stored in the created bit vector cell.
- DenseBitVectorCellFactory(DenseBitVectorCell, long, long) -
Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
- Initializes the vector from a subsequence of the specified cell.
- DenseBitVectorCellFactory(String) -
Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
- Initializes the created bit vector from the hex representation in the
passed string.
- DenseByteVector - Class in org.knime.core.data.vector.bytevector
- A vector of fixed length holding byte counts at specific positions.
- DenseByteVector(int) -
Constructor for class org.knime.core.data.vector.bytevector.DenseByteVector
- Creates a new instance with the specified length.
- DenseByteVector(byte[]) -
Constructor for class org.knime.core.data.vector.bytevector.DenseByteVector
- Creates a new vector initialized by the passed counts.
- DenseByteVector(DenseByteVector) -
Constructor for class org.knime.core.data.vector.bytevector.DenseByteVector
- Creates a new vector initialized by the passed vector.
- DenseByteVectorCell - Class in org.knime.core.data.vector.bytevector
-
- DenseByteVectorCell(DenseByteVector) -
Constructor for class org.knime.core.data.vector.bytevector.DenseByteVectorCell
- Use the
DenseBitVectorCellFactory
to create instances of this
cell.
- DenseByteVectorCellFactory - Class in org.knime.core.data.vector.bytevector
- Used to created
DataCell
s holding a DenseByteVector
. - DenseByteVectorCellFactory(int) -
Constructor for class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
- Initializes the factory to the specified length, all counts set to zero.
- DenseByteVectorCellFactory(DenseByteVector) -
Constructor for class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
- A copy of the specified vector is stored in the created byte vector cell.
- DenseByteVectorCellFactory(DenseByteVectorCell, int, int) -
Constructor for class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
- Initializes the vector from a subsequence of the specified cell.
- DescendingNumericTickPolicyStrategy - Class in org.knime.base.util.coordinate
-
- DescendingNumericTickPolicyStrategy() -
Constructor for class org.knime.base.util.coordinate.DescendingNumericTickPolicyStrategy
- Creates a policy strategy for descending order.
- DescendingNumericTickPolicyStrategy(String) -
Constructor for class org.knime.base.util.coordinate.DescendingNumericTickPolicyStrategy
- Creates a policy strategy for descending order.
- DESCRIPTION -
Static variable in class org.knime.core.data.renderer.DoubleBarRenderer
- Description that's returned in
DoubleBarRenderer.getDescription()
.
- DESCRIPTION -
Static variable in class org.knime.core.data.renderer.DoubleGrayValueRenderer
- Description that's returned in
DoubleGrayValueRenderer.getDescription()
.
- deselectSubtree() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Deselects cell and all its children and subchildren recursively.
- deserialize(DataCellDataInput) -
Static method in class org.knime.core.data.collection.BlobSupportDataCellList
- Static deserializer for a list.
- deserialize(DataCellDataInput) -
Static method in class org.knime.core.data.collection.BlobSupportDataCellSet
- Static deserializer for a datacell set.
- deserialize(DataInput) -
Static method in class org.knime.core.data.container.BlobDataCell.BlobAddress
- Reads blob address from stream.
- deserialize(DataCellDataInput) -
Method in interface org.knime.core.data.DataCellSerializer
- Loads a new instance of
DataCell
of type
T
from the input
stream, which represents a
former serialized DataCell
content.
- deserialize(DataCellDataInput) -
Method in class org.knime.core.data.date.DateAndTimeCellSerializer
- Loads a new instance of
DataCell
of type
T
from the input
stream, which represents a
former serialized DataCell
content.
- detailsAvailable() -
Method in class org.knime.base.node.viz.pie.datamodel.PieDataModel
-
- detailsAvailable() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- detectOutliers(DataTable, double, double[], Map<Double, Set<RowKey>>, Map<Double, Set<RowKey>>, double[], int) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- Detects mild (= < 3 * IQR) and extreme (= > 3 * IQR) outliers.
- determineColValues(BufferedDataTable, int, int, ExecutionMonitor) -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Called to determine all possible values in the respective columns.
- DialogComponent - Class in org.knime.core.node.defaultnodesettings
- Abstract implementation of a component handling a standard type in a
NodeDialog.
- DialogComponent(SettingsModel) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponent
- Abstract constructor expecting the model for this component.
- DialogComponent.EmptySettingsModel - Class in org.knime.core.node.defaultnodesettings
- -------------------------------------------------------------------------
Components deriving from
DialogComponent
can use this model if
they don't need or want to store any value (but are only displaying
stuff). - DialogComponent.EmptySettingsModel() -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
- Creates an empty settings model, that will not hold any value.
- DialogComponentBoolean - Class in org.knime.core.node.defaultnodesettings
- Provides a standard component for a dialog that allows to edit a boolean
value.
- DialogComponentBoolean(SettingsModelBoolean, String) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
- Constructor puts a checkbox with the specified label into the panel.
- DialogComponentButton - Class in org.knime.core.node.defaultnodesettings
- Provides a component containing a button.
- DialogComponentButton(String) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButton
- Creates new instance of
DialogComponentButton
with given
text to set as button label.
- DialogComponentButtonGroup - Class in org.knime.core.node.defaultnodesettings
- A standard component to display radio buttons.
- DialogComponentButtonGroup(SettingsModelString, String, boolean, ButtonGroupEnumInterface[]) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
- Constructor for class DialogComponentButtonGroup.
- DialogComponentButtonGroup(SettingsModelString, String, boolean, String[], String[]) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
- Constructor for class DialogComponentButtonGroup.
- DialogComponentButtonGroup(SettingsModelString, String, boolean, String[], String[], String) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
- Deprecated. use
DialogComponentButtonGroup.DialogComponentButtonGroup(SettingsModelString, String, boolean, String[], String[])
instead
- DialogComponentButtonGroup(SettingsModelString, boolean, String, String...) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
- Constructor for class DialogComponentButtonGroup.
- DialogComponentButtonGroup(SettingsModelString, String, boolean, String, String...) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
- Deprecated. use
#DialogComponentButtonGroup(SettingsModelString, boolean, String,
String...)
instead
- DialogComponentButtonLabel - Class in org.knime.core.node.defaultnodesettings
- Provides a component containing a button and a label.
- DialogComponentButtonLabel(String, String) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
- Creates new instance of
DialogComponentButtonLabel
with
given text to set as button text and label text.
- DialogComponentChoiceConfig - Class in org.knime.base.node.mine.pca
- dialog component for dimension selection in PCA configuration, used for
SettingsModelPCADimensions
- DialogComponentChoiceConfig(SettingsModelPCADimensions, boolean) -
Constructor for class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
-
- DialogComponentColumnFilter - Class in org.knime.core.node.defaultnodesettings
- Provides a component for column filtering.
- DialogComponentColumnFilter(SettingsModelFilterString, int) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
- Deprecated. Use the constructor @{link
DialogComponentColumnFilter.DialogComponentColumnFilter(SettingsModelFilterString, int, boolean)
instead.
- DialogComponentColumnFilter(SettingsModelFilterString, int, boolean) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
- Creates a new filter column panel with three components which are the
include list, button panel to shift elements between the two lists, and
the exclude list.
- DialogComponentColumnFilter(SettingsModelFilterString, int, Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
- Deprecated. Use the constructor
DialogComponentColumnFilter.DialogComponentColumnFilter(SettingsModelFilterString, int, boolean, Class...)
instead
- DialogComponentColumnFilter(SettingsModelFilterString, int, boolean, Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
- Creates a new filter column panel with three component which are the
include list, button panel to shift elements between the two lists, and
the exclude list.
- DialogComponentColumnFilter(SettingsModelFilterString, int, ColumnFilter) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
- Deprecated. Use the constructor
DialogComponentColumnFilter.DialogComponentColumnFilter(SettingsModelFilterString, int, boolean, ColumnFilter)
instead
- DialogComponentColumnFilter(SettingsModelFilterString, int, boolean, ColumnFilter) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
- Creates a new filter column panel with three component which are the
include list, button panel to shift elements between the two lists, and
the exclude list.
- DialogComponentColumnNameSelection - Class in org.knime.core.node.defaultnodesettings
- Provides a standard component for a dialog that allows to select a column in
a given
DataTableSpec
. - DialogComponentColumnNameSelection(SettingsModelString, String, int, ColumnFilter) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
- Constructor that puts label and combobox into the panel.
- DialogComponentColumnNameSelection(SettingsModelString, String, int, Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
- Constructor that puts label and combobox into the panel.
- DialogComponentColumnNameSelection(SettingsModelString, String, int, boolean, Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
- Constructor that puts label and combobox into the panel.
- DialogComponentColumnNameSelection(SettingsModelString, String, int, boolean, boolean, Class<? extends DataValue>...) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
- Constructor that puts label and combobox into the panel.
- DialogComponentColumnNameSelection(SettingsModelString, String, int, boolean, ColumnFilter) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
- Constructor that puts label and combobox into the panel.
- DialogComponentColumnNameSelection(SettingsModelString, String, int, boolean, boolean, ColumnFilter) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
- Constructor that puts label and combobox into the panel.
- DialogComponentDoubleRange - Class in org.knime.core.node.defaultnodesettings
- Allows the user to enter a floating point number range.
- DialogComponentDoubleRange(SettingsModelDoubleRange, String) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
- Deprecated. use
DialogComponentDoubleRange.DialogComponentDoubleRange(
SettingsModelDoubleRange, double, double, double, String)
or this
DialogComponentDoubleRange.DialogComponentDoubleRange(SettingsModelDoubleRange,
double, double, double, double, double, double, String)
constructor
instead.
- DialogComponentDoubleRange(SettingsModelDoubleRange, double, double, double, String) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
- Creates two spinner to enter the lower and upper value of the range.
- DialogComponentDoubleRange(SettingsModelDoubleRange, double, double, double, double, double, double, String) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
- Finegrain constructor to specify minimum and maximum values for the
lower and upper bound and different step sizes for each spinner.
- DialogComponentFileChooser - Class in org.knime.core.node.defaultnodesettings
- A standard component allowing to choose a location(directory) and/or file
name.
- DialogComponentFileChooser(SettingsModelString, String, String...) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
- Constructor that creates a file chooser with an
JFileChooser.OPEN_DIALOG
that filters files according to the
given extensions.
- DialogComponentFileChooser(SettingsModelString, String, int, boolean) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
- Constructor that creates a file/directory chooser of the given type
without a file filter.
- DialogComponentFileChooser(SettingsModelString, String, int, String...) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
- Constructor that creates a file chooser of the given type that filters
the files according to the given extensions.
- DialogComponentFileChooser(SettingsModelString, String, int, boolean, String...) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
- Constructor that creates a file or directory chooser of the given type
that filters the files according to the given extensions.
- DialogComponentLabel - Class in org.knime.core.node.defaultnodesettings
- Provides a component containing a label.
- DialogComponentLabel(String) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentLabel
- Creates new instance of
DialogComponentLabel
with given
label to set.
- DialogComponentMultiLineString - Class in org.knime.core.node.defaultnodesettings
-
- DialogComponentMultiLineString(SettingsModelString, String) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
- Constructor put label and JTextArea into panel.
- DialogComponentMultiLineString(SettingsModelString, String, boolean, int, int) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
- Constructor put label and JTextArea into panel.
- DialogComponentNumber - Class in org.knime.core.node.defaultnodesettings
- Provide a standard component for a dialog that allows to edit number value.
- DialogComponentNumber(SettingsModelNumber, String, Number) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumber
- Constructor puts a label and spinner (with default width) into a panel.
- DialogComponentNumber(SettingsModelNumber, String, Number, FlowVariableModel) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumber
- Puts a label and spinner with default width into panel, offers also
the registration of a
FlowVariableModel
.
- DialogComponentNumber(SettingsModelNumber, String, Number, int) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumber
- Constructor puts label and spinner into panel.
- DialogComponentNumber(SettingsModelNumber, String, Number, int, FlowVariableModel) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumber
- Constructor puts label and spinner into panel and allows to specify
width (in #characters) of component.
- DialogComponentNumberEdit - Class in org.knime.core.node.defaultnodesettings
- Provides a standard component for a dialog that allows to edit a number
value.
- DialogComponentNumberEdit(SettingsModelNumber, String) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
- Constructor that puts label and JTextField into panel.
- DialogComponentNumberEdit(SettingsModelNumber, String, FlowVariableModel) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
- Constructor that puts label and JTextField into panel.
- DialogComponentNumberEdit(SettingsModelNumber, String, int) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
- Constructor that puts label and JTextField into panel.
- DialogComponentNumberEdit(SettingsModelNumber, String, int, FlowVariableModel) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
- Constructor that puts label and JTextField into panel.
- DialogComponentPasswordField - Class in org.knime.core.node.defaultnodesettings
- Provide a standard component for a dialog that allows to edit a text field.
- DialogComponentPasswordField(SettingsModelString, String) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
- Constructor put label and JTextField into panel.
- DialogComponentPasswordField(SettingsModelString, String, int) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
- Constructor put label and JTextField into panel.
- DialogComponentString - Class in org.knime.core.node.defaultnodesettings
- Provide a standard component for a dialog that allows to edit a text field.
- DialogComponentString(SettingsModelString, String) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentString
- Constructor put label and JTextField into panel.
- DialogComponentString(SettingsModelString, String, boolean, int) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentString
- Constructor put label and JTextField into panel.
- DialogComponentStringListSelection - Class in org.knime.core.node.defaultnodesettings
- Provide a standard component for a dialog that allows to select one or more
strings from a list of strings.
- DialogComponentStringListSelection(SettingsModelStringArray, String, String...) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
- Constructor that puts label and select box into panel.
- DialogComponentStringListSelection(SettingsModelStringArray, String, Collection<String>, boolean, int) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
- Constructor that puts label and select box into panel.
- DialogComponentStringListSelection(SettingsModelStringArray, String, Collection<String>, int, boolean, int) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
- Constructor that puts label and select box into panel.
- DialogComponentStringListSelection(SettingsModelStringArray, String, StringIconOption[], int, boolean, int) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
- Constructor that puts label and select box into panel.
- DialogComponentStringSelection - Class in org.knime.core.node.defaultnodesettings
- Provide a standard component for a dialog that allows to select a string from
a list of strings.
- DialogComponentStringSelection(SettingsModelString, String, String...) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
- Constructor that puts label and combobox into panel.
- DialogComponentStringSelection(SettingsModelString, String, Collection<String>) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
- Constructor that puts label and combobox into panel.
- DialogComponentStringSelection(SettingsModelString, String, Collection<String>, boolean) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
- Constructor that puts label and combobox into panel.
- DialogComponentStringSelection(SettingsModelString, String, StringIconOption[]) -
Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
- Constructor that puts label and combobox into panel.
- DIAMOND -
Static variable in class org.knime.core.data.property.ShapeFactory
- Name of and key for the diamond.
- DIMENSIONS_SELECTION -
Static variable in class org.knime.base.node.mine.pca.PCANodeModel
- config String for selecting whether the number of dimensions or the
minimum quality is configured.
- disconnect(NodeExecutionJob) -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- Disconnects the running job.
- disconnect(NodeExecutionJob) -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
- Disconnects the running job.
- Discretization2ApplyNodeFactory - Class in org.knime.base.node.preproc.discretization.caim2.modelapply
- The Factory for the Discretization Applier.
- Discretization2ApplyNodeFactory() -
Constructor for class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
-
- DiscretizationApplyNodeModel - Class in org.knime.base.node.preproc.discretization.caim2.modelapply
- This node takes a discretization model and applies it to the given input data
table.
- DiscretizationApplyNodeModel() -
Constructor for class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
- Inits a new discretization applier model with one data in-, one model in-
and one data output port.
- DiscretizationModel - Class in org.knime.base.node.preproc.discretization.caim2
- Contains the
DiscretizationScheme
s for a given columns. - DiscretizationModel(ModelContentRO, DataTableSpec) -
Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
- Creates a
DiscretizationModel
from a
ModelContentRO
object.
- DiscretizationModel() -
Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
- Creates an empty and invalid model! Don't use the created instance until
loading content.
- DiscretizationModel(DiscretizationScheme[], DataTableSpec) -
Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
- Creates a new model taking over the schemes (copying them) and storing
the included columns.
- DiscretizationScheme - Class in org.knime.base.node.preproc.discretization.caim2
- Represents a discretization scheme.
- DiscretizationScheme(Interval) -
Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
- Creates a discretization scheme from an initial interval.
- DiscretizationScheme(DiscretizationScheme) -
Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
- Creates a discretization scheme from a given one.
- DiscretizationScheme(Config) -
Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
- Creates a
DiscretizationScheme
from a Config
object.
- disparityTransformation(double) -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- Computes the disparity value for the given distance value.
- dispose() -
Method in class org.knime.base.node.io.filereader.FileReaderPreviewRowIterator
- Call this before releasing the last reference to this iterator.
- dispose() -
Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
- Call this before releasing the last reference to this table and all its
iterators.
- dispose() -
Method in class org.knime.base.node.io.filereader.FileRowIterator
- Call this before releasing the last reference to this iterator.
- dispose() -
Method in class org.knime.base.node.io.filereader.FileTable
- Call this before releasing the last reference to this table and all its
iterators.
- dispose() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Notifies the plotter that it is not needed any more and can clean up
all data and references it holds.
- dispose() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
- Notifies the plotter that it is not needed any more and can clean up
all data and references it holds.
- dispose() -
Method in class org.knime.core.node.workflow.BufferedDataTableView
- Rest internal data table and reset data out-port view.
- dispose() -
Method in class org.knime.core.node.workflow.ModelContentOutPortView
- Removes all nodes from the tree and sets the model to
null
.
- disposePortView() -
Method in class org.knime.core.node.workflow.NodeContainerOutPort
- Dispose the view (if any) associated with this port.
- disposePortView() -
Method in interface org.knime.core.node.workflow.NodeOutPort
- Dispose the view (if any) associated with this port.
- disposePortView() -
Method in class org.knime.core.node.workflow.NodeOutPortWrapper
- Dispose the view (if any) associated with this port.
- DISTANCE -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
- Key for choice of distance measure.
- Distance - Class in org.knime.base.node.mine.bfn
- Computes the Euclidean distance between two vectors.
- distance(DoubleVector) -
Method in class org.knime.base.node.mine.svm.Svm
- Computes the distance from the hyperplane in the kernel induced
hyperspace.
- distance(DotInfo) -
Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
- Computes the euclidian distance between given dot and itself.
- DISTANCE_FUNCTIONS -
Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
- An array with the available distance functions names.
- DistanceFunction - Interface in org.knime.base.node.mine.cluster.hierarchical.distfunctions
- The interface a distance function must implement.
- DistanceFunction.Names - Enum in org.knime.base.node.mine.cluster.hierarchical.distfunctions
- The name sof the implemented distance functions.
- DistanceManager - Interface in org.knime.base.node.mine.mds.distances
-
- DistanceManager - Interface in org.knime.base.node.mine.sota.distances
-
- DistanceManagerFactory - Class in org.knime.base.node.mine.mds.distances
-
- DistanceManagerFactory - Class in org.knime.base.node.mine.sota.distances
-
- DistancePlotProperties - Class in org.knime.base.node.mine.cluster.hierarchical
-
- DistancePlotProperties() -
Constructor for class org.knime.base.node.mine.cluster.hierarchical.DistancePlotProperties
- Creates properties with the default tab (zooming, moving) and
an appearance tab to show hide dots, line thickness and dot size.
- DISTANCES -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
- An array of possible distance measures.
- Distances - Class in org.knime.base.node.mine.mds.distances
-
- Distances - Class in org.knime.base.node.mine.sota.distances
-
- distanceSq(DotInfo) -
Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
- Computes the squared euclidian distance between given dot and itself.
- DISTFUNCTION_KEY -
Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
- Key to store the distance function in the settings.
- dlgLoadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModel
- This is the method called from the default dialog component to load the
model specific settings from the settings object.
- dlgSaveSettingsTo(NodeSettingsWO) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModel
- This method is called by the default dialog to save the model specific
settings into the settings object.
- doAfterExecution(NodeContainer, NodeContainerExecutionStatus) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Cleanup a node after execution.
- doBeforeExecution(NodeContainer) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Call-back from NodeContainer called before node is actually executed.
- doBeforePostExecution(NodeContainer) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Callback from NodeContainer to request a safe transition into the
NodeContainer.State.POSTEXECUTE
state.
- doBeforePreExecution(NodeContainer) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Callback from NodeContainer to request a safe transition into the
NodeContainer.State.PREEXECUTE
state.
- doCycle() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
- Computes one cycle of the sota algorithm, does the spilt afterwards and
returns the variability.
- doDecimalScaling(ExecutionMonitor) -
Method in class org.knime.base.data.normalize.Normalizer
- Does the decimal scaling.
- doEpoch(int, ExecutionMonitor) -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- Computing one epoch if the iterative mds.
- doEpoch() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
- Computes one epoch of the sota algorithm and retunrs the error of the
tree after this epoch.
- doesTypeAccept(FlowVariable.Type, FlowVariable.Type) -
Static method in class org.knime.core.node.config.ConfigEditTreeModel
- Determines whether a flow variable at hand (represented by its
actual type) can be converted into a desired type.
- DomainDialog - Class in org.knime.base.node.io.filereader
-
- DomainDialog(JDialog, ColProperty) -
Constructor for class org.knime.base.node.io.filereader.DomainDialog
- Creates a new dialog for user domain settings of one column.
- DomainNodeDialogPane - Class in org.knime.base.node.preproc.domain
-
- DomainNodeDialogPane() -
Constructor for class org.knime.base.node.preproc.domain.DomainNodeDialogPane
- Inits members, does nothing else.
- DomainNodeFactory - Class in org.knime.base.node.preproc.domain
-
- DomainNodeFactory() -
Constructor for class org.knime.base.node.preproc.domain.DomainNodeFactory
-
- DomainNodeModel - Class in org.knime.base.node.preproc.domain
-
- DomainNodeModel() -
Constructor for class org.knime.base.node.preproc.domain.DomainNodeModel
- Constructor, inits one input, one output.
- doMapping(DataCell) -
Method in class org.knime.base.util.coordinate.LogarithmicMappingMethod
- Maps the value according to its task.
- doMapping(DataCell) -
Method in interface org.knime.base.util.coordinate.MappingMethod
- Maps the value according to its task.
- doMapping(DataCell) -
Method in class org.knime.base.util.coordinate.SquareRootMappingMethod
- Maps the value according to its task.
- doMinMaxNorm(double, double, ExecutionMonitor) -
Method in class org.knime.base.data.normalize.Normalizer
- Does the Min-Max Normalization.
- done(Double[]) -
Method in class org.knime.base.node.preproc.pivot.PivotAggregationMethod
- Finally commits the aggregation value and computes the final output.
- DONT_KNOW_PROP -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
- Key for don't know probability for the unknown class.
- doOneIteration(ExecutionContext) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
- Does one iteration in the Fuzzy c-means algorithm.
- doOneIteration(ExecutionContext) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
- Does one iteration in the Fuzzy c-means algorithm.
- DOT_SIZE -
Static variable in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
- Constant for the dot size.
- DOT_SIZE -
Static variable in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter
- The dot size for the scatter matrix dots.
- DotInfo - Class in org.knime.base.node.viz.plotter.scatter
- This is a helper class for the ScatterPlotView.
- DotInfo(int, int, RowKey, boolean, ColorAttr, double, int) -
Constructor for class org.knime.base.node.viz.plotter.scatter.DotInfo
- Creates a new object storing the characteristics of one dot.
- DotInfoArray - Class in org.knime.base.node.viz.plotter.scatter
- Class that holds all
DotInfo
s. - DotInfoArray(int) -
Constructor for class org.knime.base.node.viz.plotter.scatter.DotInfoArray
- Creates a new empty container for
DotInfo
s.
- DotInfoArray(DotInfo[]) -
Constructor for class org.knime.base.node.viz.plotter.scatter.DotInfoArray
- Creates a new array container for
DotInfo
s.
- doTraining() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
- Trains the tree as many cycles as it takes to reduce the variability
value to the given minimum and returns the variability value.
- DOUBLE_TYPE -
Static variable in class org.knime.base.node.mine.sota.logic.SotaCellFactory
- The type specifying a
SotaDoubleCell
.
- DoubleBarRenderer - Class in org.knime.core.data.renderer
- Renderer for double cells that paints the whole range in a bar according
to the cell's value.
- DoubleBarRenderer(DataColumnSpec) -
Constructor for class org.knime.core.data.renderer.DoubleBarRenderer
- Creates new instance given a column spec.
- DoubleCell - Class in org.knime.core.data.def
- A data cell implementation holding a double value by storing this value in a
private
double
member. - DoubleCell(double) -
Constructor for class org.knime.core.data.def.DoubleCell
- Creates a new cell for a generic double value.
- DoubleCellFilterRowGenerator - Class in org.knime.base.data.filter.row
- This class implements the
FilterRowGenerator
interface for
DoubleCell
objects and checks if they
are within a certain interval. - DoubleCellFilterRowGenerator(int, DoubleValue, int) -
Constructor for class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
-
- DoubleCellFilterRowGenerator(int, double, int) -
Constructor for class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
- Creates a new single border row filter.
- DoubleCellFilterRowGenerator(int, DoubleValue, int, DoubleValue, int) -
Constructor for class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
-
- DoubleCellFilterRowGenerator(int, double, int, double, int) -
Constructor for class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
-
- DoubleCoordinate - Class in org.knime.base.util.coordinate
- This class represents a numeric coordinate defined by a given
DataColumnSpec
. - DoubleCoordinate(DataColumnSpec) -
Constructor for class org.knime.base.util.coordinate.DoubleCoordinate
- Constructs a Coordinate according to the given column spec and predefined
default values for the
coordinatePrefix
,
coordinatePostfix
and the
absoluteTickDistance
.
- DoubleCoordinate(DataColumnSpec, double, double, double, String, int) -
Constructor for class org.knime.base.util.coordinate.DoubleCoordinate
- Constructs a coordinate from the given parameters.
- DoubleCoordinateFactory - Class in org.knime.base.util.coordinate
-
- DoubleCoordinateFactory() -
Constructor for class org.knime.base.util.coordinate.DoubleCoordinateFactory
-
- DoubleCoordinateMapping - Class in org.knime.base.util.coordinate
- Holds the original value according to the domain and its mapping.
- DoubleCoordinateMapping(String, double, double) -
Constructor for class org.knime.base.util.coordinate.DoubleCoordinateMapping
- Constructs a coordinate mapping.
- DoubleFormat - Class in org.knime.base.node.util
- Convenience class that allows to format a double to a string.
- DoubleGrayValueRenderer - Class in org.knime.core.data.renderer
- Renderer for double cells that paints the whole range in gray color according
to the cell's value.
- DoubleGrayValueRenderer(DataColumnSpec) -
Constructor for class org.knime.core.data.renderer.DoubleGrayValueRenderer
- Creates new instance given a column spec.
- DoubleToIntNodeDialog - Class in org.knime.base.node.preproc.double2int
- Dialog for the double to integer Node.
- DoubleToIntNodeDialog() -
Constructor for class org.knime.base.node.preproc.double2int.DoubleToIntNodeDialog
- Constructor.
- DoubleToIntNodeFactory - Class in org.knime.base.node.preproc.double2int
- NodeFactory for the Number to String Node that converts double
to integer values.
- DoubleToIntNodeFactory() -
Constructor for class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
-
- DoubleToIntNodeModel - Class in org.knime.base.node.preproc.double2int
- The NodeModel for the Number to String Node that converts doubles
to integers.
- DoubleToIntNodeModel() -
Constructor for class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
- Constructor with one inport and one outport.
- DoubleValue - Interface in org.knime.core.data
- Interface supporting generic double values.
- doubleValue() -
Method in class org.knime.core.util.MutableDouble
-
- doubleValue() -
Method in class org.knime.core.util.MutableInteger
-
- DoubleValue.DoubleUtilityFactory - Class in org.knime.core.data
- Implementations of the meta information of this value class.
- DoubleValue.DoubleUtilityFactory() -
Constructor for class org.knime.core.data.DoubleValue.DoubleUtilityFactory
- Only subclasses are allowed to instantiate this class.
- DoubleValueComparator - Class in org.knime.core.data
- Comparator returned by the
DoubleValue
interface. - DoubleValueComparator() -
Constructor for class org.knime.core.data.DoubleValueComparator
-
- DoubleValueRenderer - Class in org.knime.core.data.renderer
- Render to display a double value using a given
NumberFormat
. - DoubleValueRenderer(NumberFormat, String) -
Constructor for class org.knime.core.data.renderer.DoubleValueRenderer
- Instantiates a new object using a given format.
- DoubleVector - Class in org.knime.base.node.mine.svm.util
- This class is used to represent a vector (in the sense of
input data sample).
- DoubleVector(RowKey, ArrayList<Double>, String) -
Constructor for class org.knime.base.node.mine.svm.util.DoubleVector
- Default constructor.
- DoubleVector(ArrayList<Double>, String) -
Constructor for class org.knime.base.node.mine.svm.util.DoubleVector
- Default constructor with no associated
RowKey
.
- DoubleVector(ModelContentRO, String) -
Constructor for class org.knime.base.node.mine.svm.util.DoubleVector
- Loads a vector from a predParams object.
- doZScoreNorm(ExecutionMonitor) -
Method in class org.knime.base.data.normalize.Normalizer
- Does the Z-Score Normalization.
- drawAntialias() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- drawArc(Graphics2D, Arc2D, Paint, BasicStroke) -
Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
- Draws the outline of the given arc.
- drawAxes(Graphics) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
- Draws the parallel axes and, if missing values are displayed explicitly,
the horizontal line at the bottom.
- drawBlock(Graphics2D, Shape, Paint) -
Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
- Draws a filled rectangle without a border and default transparency.
- drawBlock(Graphics2D, Shape, Paint, float) -
Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
- Draws a filled shape without a border.
- DrawingUtils - Class in org.knime.base.node.viz.aggregation
- Utility class that eases the drawing of different shapes.
- drawLabel(String, Graphics2D, Rectangle, LabelPaintUtil.Position, boolean) -
Static method in class org.knime.base.node.viz.plotter.LabelPaintUtil
- Draws the label, and if the available space is to small it rotates the
label depending on the
LabelPaintUtil.Position
where to
draw it.
- drawLabels(Graphics) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
-
- drawLines(Graphics, List<LineInfo>) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
- Draws the lines / rows.
- drawMessage(Graphics2D, Font, String, Rectangle2D) -
Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
- Draws the given message in the center of the given rectangle.
- drawNominalAxis(Graphics, NominalParallelAxis) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
- Draws a nominal axis with the labels of all possible values.
- drawNumericAxis(Graphics, NumericParallelAxis) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
- Draws a numeric axis with the min value at the bottom and the max value
at the top.
- drawOutline(Graphics2D, Shape, Paint, Stroke) -
Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
- Draws the outline of the shape.
- drawRectangle(Graphics2D, Rectangle2D, Color, BasicStroke) -
Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
- Draws an empty rectangle.
- drawSectionOutline() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- DRIVER_ORDER -
Static variable in class org.knime.core.node.port.database.DatabaseConnectionSettings
- Keeps the history of all loaded driver and its order.
- DTD_NAME -
Static variable in class org.knime.core.node.config.XMLConfig
- dtd name from class name.
- DUMMY_ROW_KEY -
Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
- The key being returned by a
NoKeyBuffer
.
- dumpBits() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Returns a multi-line dump of the internal storage.
- DuplicateChecker - Class in org.knime.core.util
- This class checks for duplicates in an (almost) arbitrary number of strings.
- DuplicateChecker() -
Constructor for class org.knime.core.util.DuplicateChecker
- Creates a new duplicate checker with default parameters.
- DuplicateChecker(int, int) -
Constructor for class org.knime.core.util.DuplicateChecker
- Creates a new duplicate checker.
- duplicateHandling() -
Method in class org.knime.base.node.preproc.joiner.NewJoinerSettings
- Returns how duplicate column names should be handled.
- duplicateHandling(NewJoinerSettings.DuplicateHandling) -
Method in class org.knime.base.node.preproc.joiner.NewJoinerSettings
- Sets how duplicate column names should be handled.
- 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).
E
- EigenValue - Class in org.knime.base.node.mine.pca
- This class describes an eigenvalue, eigenvector pair, comparable by absolute
of eigenvalue.
- EigenValue(int, double, Matrix) -
Constructor for class org.knime.base.node.mine.pca.EigenValue
- Create pair.
- EigenvalueDecomposition - Class in org.knime.base.util.math
- Eigenvalues and eigenvectors of a real matrix.
- EigenvalueDecomposition(double[][]) -
Constructor for class org.knime.base.util.math.EigenvalueDecomposition
- Check for symmetry, then construct the eigenvalue decomposition.
- 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
-
- ENABLE_ZOOM -
Static variable in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel
- Popup menue entry constant.
- enableAggrMethodGroup(boolean) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- enableMissingSectionOption(boolean) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- enableReplaceOptions() -
Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeDialog
-
- enableReplaceOptions() -
Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
-
- enableReQueuing() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Queue underlying node for re-execution (= update state accordingly).
- enableShowDetailsOption(boolean) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- encrypt(char[]) -
Static method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
- Encrypts password.
- encrypt(char[]) -
Static method in class org.knime.core.util.KnimeEncryption
- Enrypts password.
- encrypt(SecretKey, char[]) -
Static method in class org.knime.core.util.KnimeEncryption
- Enrypts password with the given
SecrectKey
.
- EncryptionKeySupplier - Interface in org.knime.core.util
- An object that implements this interface can register at
KnimeEncryption
. - END -
Static variable in interface org.knime.base.node.viz.plotter.DataProvider
- Default end row for DataArray creation.
- endBlock() -
Method in class org.knime.core.data.container.BlockableInputStream
- Finishes the current block, i.e.
- endBlock() -
Method in class org.knime.core.data.container.BlockableOutputStream
- Writes a terminate character to the underlying stream.
- endBlock() -
Method in class org.knime.core.data.container.DCObjectInputVersion2
- Pushes the stream forth until a mark is encountered.
- endBlock() -
Method in class org.knime.core.data.container.DCObjectOutputVersion2
- Marks the end of the block.
- endDocument() -
Method in class org.knime.base.node.mine.cluster.PMMLClusterHandler
-
- endDocument() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeHandler
-
- endDocument() -
Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkHandler
-
- endDocument() -
Method in class org.knime.base.node.mine.regression.PMMLRegressionContentHandler
-
- endDocument() -
Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
-
- endDocument() -
Method in class org.knime.base.node.mine.svm.PMMLSVMHandler
-
- endDocument() -
Method in class org.knime.core.node.port.pmml.DataDictionaryContentHandler
-
- endDocument() -
Method in class org.knime.core.node.port.pmml.ExtractModelTypeHandler
-
- endDocument() -
Method in class org.knime.core.node.port.pmml.MiningSchemaContentHandler
-
- endDocument() -
Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
- endDocument() -
Method in class org.knime.core.node.port.pmml.PMMLMasterContentHandler
-
- endElement(String, String, String) -
Method in class org.knime.base.node.mine.cluster.PMMLClusterHandler
-
- endElement(String, String, String) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeHandler
-
- endElement(String, String, String) -
Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkHandler
-
- endElement(String, String, String) -
Method in class org.knime.base.node.mine.regression.PMMLRegressionContentHandler
-
- endElement(String, String, String) -
Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
-
- endElement(String, String, String) -
Method in class org.knime.base.node.mine.svm.PMMLSVMHandler
-
- endElement(String, String, String) -
Method in class org.knime.core.node.config.XMLContentHandler
-
- endElement(String, String, String) -
Method in class org.knime.core.node.port.pmml.DataDictionaryContentHandler
-
- endElement(String, String, String) -
Method in class org.knime.core.node.port.pmml.ExtractModelTypeHandler
-
- endElement(String, String, String) -
Method in class org.knime.core.node.port.pmml.MiningSchemaContentHandler
-
- endElement(String, String, String) -
Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
- endElement(String, String, String) -
Method in class org.knime.core.node.port.pmml.PMMLMasterContentHandler
-
- 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
-
- EndOfTableException - Exception in org.knime.base.node.preproc.filter.row.rowfilter
- Used by
RowFilter
s 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
-
- endRow() -
Method in class org.knime.core.data.container.DCObjectOutputVersion2
- Writes the row end identifier.
- enqueue(Callable<T>) -
Method in class org.knime.core.util.ThreadPool
- Submits a value-returning task for execution and returns a Future
representing the pending results of the task.
- enqueue(Runnable) -
Method in class org.knime.core.util.ThreadPool
- Submits a Runnable task for execution and returns a Future representing
that task.
- EnrichmentPlotterDialog - Class in org.knime.base.node.viz.enrichment
- This is the dialog for the enrichment plotter in which the two columns for
the curves are selected.
- EnrichmentPlotterDialog() -
Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterDialog
- Creates a dialog for the enrichment plotter settings.
- EnrichmentPlotterFactory - Class in org.knime.base.node.viz.enrichment
- This factory creates all necessary components for the enrichment plotter
node.
- EnrichmentPlotterFactory() -
Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
-
- EnrichmentPlotterModel - Class in org.knime.base.node.viz.enrichment
- This class is the model for the enrichment plotter node.
- EnrichmentPlotterModel() -
Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
- Creates a new model for the enrichment plotter node.
- EnrichmentPlotterModel.EnrichmentPlot - Class in org.knime.base.node.viz.enrichment
- Small container class for a single enrichment curve.
- EnrichmentPlotterModel.EnrichmentPlot(String, double[], double[], double) -
Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
- Creates a new enrich curve container.
- EnrichmentPlotterSettings - Class in org.knime.base.node.viz.enrichment
- This class holds the settings for the enrichment plotter node.
- EnrichmentPlotterSettings() -
Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
-
- EnrichmentPlotterSettings.Curve - Class in org.knime.base.node.viz.enrichment
- A simple container that holds the necessary information for specifying a
curve that should be plotted.
- EnrichmentPlotterSettings.Curve(String, String, boolean) -
Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
- Creates a new Curve object.
- EnrichmentPlotterSettings.PlotMode - Enum in org.knime.base.node.viz.enrichment
- Enum for the three different plot modes.
- EnrichmentPlotterView - Class in org.knime.base.node.viz.enrichment
- This is the view for the enrichment plotter node that shows all specified
enrichment plots.
- EnrichmentPlotterView(EnrichmentPlotterModel) -
Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterView
- Creates a new enrichment plotter view.
- ENSURE_UNIQUENESS_LABEL -
Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeDialog
- The label of the uniqueness check box.
- ENSURE_UNIQUNESS -
Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
- The name of the settings tag which holds the boolean if the user
wants to have the uniqueness ensured.
- ensureOpen() -
Method in class org.knime.core.data.container.ConcatenateTable
- Internal use.
- ensureOpen() -
Method in class org.knime.core.data.container.ContainerTable
- Do not use this method (only invoked by the framework).
- ensureOpen() -
Method in class org.knime.core.data.container.JoinedTable
- Internal use.
- ensureOpen() -
Method in class org.knime.core.data.container.RearrangeColumnsTable
- Internal use.
- ensureOpen() -
Method in class org.knime.core.data.container.TableSpecReplacerTable
- Implementation of
BufferedDataTable.ensureOpen()
.
- ensureOpen() -
Method in class org.knime.core.data.container.WrappedTable
- Implementation of
BufferedDataTable.ensureOpen()
.
- ensureOpen() -
Method in class org.knime.core.node.BufferedDataTable
- Reads table from its saved location (usually the workspace).
- ensureOpen() -
Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
- Implementation of
BufferedDataTable.ensureOpen()
.
- ensureOutputDataIsRead() -
Method in class org.knime.core.node.Node
- Ensures that any port object is read for later saving with a
newer version.
- entropy(Map<RowKey, RowKey>, Set<RowKey>) -
Static method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
- Get entropy for one single cluster.
- EntropyCalculator - Class in org.knime.base.node.mine.scorer.entrop
- Utility class that allows to calculate some entropy and quality values for
clustering results given a reference clustering.
- EntropyCalculator(DataTable, DataTable, int, int, ExecutionMonitor) -
Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
- Creates new instance.
- EntropyCalculator(Map<RowKey, RowKey>, Map<RowKey, Set<RowKey>>) -
Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
- Creates new instance given the maps of clustering and reference.
- EntropyNodeDialogPane - Class in org.knime.base.node.mine.scorer.entrop
-
- EntropyNodeDialogPane() -
Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyNodeDialogPane
- The dialog for the entropy scorer.
- EntropyNodeModel - Class in org.knime.base.node.mine.scorer.entrop
-
- EntropyNodeModel(boolean) -
Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
- The Entropy node model with two data inports for the two clustering
results.
- EntropyNodeView - Class in org.knime.base.node.mine.scorer.entrop
-
- EntropyNodeView(EntropyNodeModel) -
Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyNodeView
- Delegates to super class.
- EntropyView - Class in org.knime.base.node.mine.scorer.entrop
- This panel is the view to a EntropyCalculator.
- EntropyView() -
Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyView
- Constructs new panel.
- enumerate(Combinations.Callback) -
Method in class org.knime.base.util.math.Combinations
- Enumerates all combinations and calls the callback for each combination.
- enumerate(long, long, Combinations.Callback) -
Method in class org.knime.base.util.math.Combinations
- Enumerates all combinations from rank from until rank
to (inclusive).
- enumerate(int, Combinations.Callback) -
Method in class org.knime.base.util.math.Combinations
- Enumerates all combinations and calls the callback for each combination.
- EOT -
Static variable in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
- Use this value for the range-end parameter to specify a range reaching to
the end of the table.
- eq(int, int) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a equal node, that compares the values in two columns.
- eq(int, Number) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a equal node, that compares the value in a column to a fixed
number.
- eq(int, String) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new equal node, that compares the value in a column to a fixed
string.
- equals(Object) -
Method in class org.knime.base.node.io.filetokenizer.Delimiter
- Deprecated.
- equals(Object) -
Method in class org.knime.base.node.io.filetokenizer.Quote
- Deprecated.
- equals(Object) -
Method in class org.knime.base.node.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.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.viz.enrichment.EnrichmentPlotterSettings.Curve
-
- equals(Object) -
Method in class org.knime.base.node.viz.histogram.util.ColorColumn
-
- equals(Object) -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
- equals(Object) -
Method in class org.knime.core.data.collection.BlobSupportDataCellList
-
- equals(Object) -
Method in class org.knime.core.data.collection.BlobSupportDataCellSet
-
- equals(Object) -
Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
-
- equals(Object) -
Method in class org.knime.core.data.container.CellClassInfo
-
- equals(Object) -
Method in class org.knime.core.data.DataCell
- Implements the equals method which returns
true
only if both
cells are of the same class and DataCell.equalsDataCell(DataCell)
returns
true
.
- equals(Object) -
Method in class org.knime.core.data.DataColumnDomain
- Compares this domain with the other one by the possible values and lower
and upper bounds and returns
true
if both are the same.
- equals(Object) -
Method in class org.knime.core.data.DataColumnProperties
- Compares a given object on equality.
- equals(Object) -
Method in class org.knime.core.data.DataColumnSpec
- Two
DataColumnSpec
s are equal, if the name, type,
properties, domain, all property handlers, and element names are equal.
- equals(Object) -
Method in class org.knime.core.data.DataTableSpec
- Checks if both
DataTableSpec
s are equal.
- equals(Object) -
Method in class org.knime.core.data.DataType
- Types are equal if the list of compatible
DataValue
classes matches (ordering
does not matter), both types have the same preferred value class or both
do not have a preferred value class.
- equals(Object) -
Method in class org.knime.core.data.def.DefaultRow
- A row is equal to another one if the key and all cells are equal.
- equals(ColorAttr) -
Method in class org.knime.core.data.property.ColorAttr
- Compares this
ColorAttr
with the given one and returns
true
if both have the same color value.
- equals(Object) -
Method in class org.knime.core.data.property.ColorAttr
- Compares this
ColorAttr
with the given
Object
and returns
true
if the other is an instance of ColorAttr
and both have the same color value.
- equals(Object) -
Method in class org.knime.core.data.property.ColorHandler
-
- equals(Object) -
Method in class org.knime.core.data.property.ColorModelNominal
-
- equals(Object) -
Method in class org.knime.core.data.property.ColorModelRange
-
- equals(Object) -
Method in class org.knime.core.data.property.ShapeHandler
-
- equals(Object) -
Method in class org.knime.core.data.property.ShapeModelNominal
-
- equals(Object) -
Method in class org.knime.core.data.property.SizeHandler
-
- equals(Object) -
Method in class org.knime.core.data.property.SizeModelDouble
-
- equals(Object) -
Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
-
- equals(Object) -
Method in class org.knime.core.data.RowKey
-
- equals(Object) -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
-
- equals(Object) -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
-
- equals(Object) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
-
- equals(Object) -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
-
- equals(Object) -
Method in class org.knime.core.internal.ReferencedFile
-
- equals(Object) -
Method in class org.knime.core.node.config.AbstractConfigEntry
- Config entries are equal if they are identical.
- equals(Object) -
Method in class org.knime.core.node.port.AbstractSimplePortObject
- Method compares both
ModelContent
objects that first need
to be saved by calling AbstractSimplePortObject.save(ModelContentWO, ExecutionMonitor)
.
- equals(Object) -
Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
-
- equals(Object) -
Method in class org.knime.core.node.port.database.DatabasePortObject
-
- equals(Object) -
Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
-
- equals(Object) -
Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
-
- equals(Object) -
Method in class org.knime.core.node.port.PortType
-
- equals(Object) -
Method in class org.knime.core.node.util.DefaultStringIconOption
-
- equals(Object) -
Method in class org.knime.core.node.workflow.ConnectionContainer
-
- equals(Object) -
Method in class org.knime.core.node.workflow.FlowVariable
-
- equals(Object) -
Method in class org.knime.core.node.workflow.NodeID
-
- 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.WorkflowPersistor.ConnectionContainerTemplate
-
- equals(Object) -
Method in class org.knime.core.util.MutableDouble
-
- equals(Object) -
Method in class org.knime.core.util.MutableInteger
-
- equals(Object) -
Method in class org.knime.core.util.Pair
-
- equals(Object) -
Method in class org.knime.core.util.tokenizer.Delimiter
-
- equals(Object) -
Method in class org.knime.core.util.tokenizer.Quote
-
- equalsDataCell(DataCell) -
Method in class org.knime.base.data.bitvector.BitVectorCell
- Deprecated. Check if two BitVectorCells are equal.
- equalsDataCell(DataCell) -
Method in class org.knime.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.container.BlobWrapperDataCell
- Derived classes implement their specific equals function here.
- equalsDataCell(DataCell) -
Method in class org.knime.core.data.DataCell
- Derived classes implement their specific equals function here.
- equalsDataCell(DataCell) -
Method in class org.knime.core.data.date.DateAndTimeCell
- Derived classes implement their specific equals function here.
- equalsDataCell(DataCell) -
Method in class org.knime.core.data.def.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.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.
- equalStructure(DataColumnSpec) -
Method in class org.knime.core.data.DataColumnSpec
- Two
DataColumnSpec
s 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.base.node.io.pmml.read.LoggingErrorHandler
-
- error(SAXParseException) -
Method in class org.knime.core.node.config.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(SAXParseException) -
Method in class org.knime.core.node.port.pmml.PMMLMasterContentHandler
-
- error(SAXParseException) -
Method in class org.knime.core.xml.XMLProperties
-
- escape(String) -
Static method in class org.knime.core.node.config.XMLContentHandler
- Escapes all forbidden XML characters so that we can save them
nevertheless.
- escapeString(String) -
Static method in class org.knime.base.node.io.csvwriter.FileWriterSettings
- Returns a string with all TABS and newLines being replaced by "\t" or
"\n" - and backslashes replaced by "\\".
- EUCLIDEAN_DIST -
Static variable in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
- Flag for euclidean distance.
- EUCLIDEAN_DIST -
Static variable in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
- Flag for euclidean distance.
- EUCLIDEAN_DISTANCE -
Static variable in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.EuclideanDist
- An instance of this distance function.
- EuclideanDist - Class in org.knime.base.node.mine.cluster.hierarchical.distfunctions
- Calculates the distance for two data rows based on the euclidean distance.
- EuclideanDist() -
Constructor for class org.knime.base.node.mine.cluster.hierarchical.distfunctions.EuclideanDist
- Creates a Euclidean distance object from an Minkowski distance
which means the power is two.
- EuclideanDistanceManager - Class in org.knime.base.node.mine.mds.distances
-
- EuclideanDistanceManager(boolean) -
Constructor for class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
- Creates instance of
EuclideanDistanceManager
, which computes
euclidean distances between rows and cells.
- EuclideanDistanceManager() -
Constructor for class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
- Creates instance of
EuclideanDistanceManager
, which
computes the euclidean distances between rows and cells.
- EuclideanDistanceManager - Class in org.knime.base.node.mine.sota.distances
-
- EuclideanDistanceManager(boolean) -
Constructor for class org.knime.base.node.mine.sota.distances.EuclideanDistanceManager
- Creates instance of EuclideanDistanceManager, which computes euclidean
distances between rows and cells.
- evaluate(double[]) -
Method in class org.knime.base.data.neural.methods.RProp
- Evaluates input and returns output of output neurons.
- evaluate(double[]) -
Method in class org.knime.base.data.neural.Perceptron
- Evaluates a given input for the perceptron.
- evaluate(DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
- Evaluates the predicate for the passed parameters and returns the result.
- evaluate(DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
- Evaluates the predicate for the passed parameters and returns the result.
- evaluate(String, String) -
Method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
- Evaluates the operator on the passed strings.
- evaluate(Double, Double) -
Method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
- Evaluates the operator on the passed double values.
- evaluate(DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
- Evaluates the predicate for the passed parameters and returns the result.
- evaluate(T, Set<T>) -
Method in enum org.knime.base.node.mine.decisiontree2.PMMLSetOperator
- Evaluates the operator on the passed value.
- evaluate(DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
- Evaluates the predicate for the passed parameters and returns the result.
- evaluate(DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
- Evaluates the predicate for the passed parameters and returns the result.
- evaluate(DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
- Evaluates the predicate for the passed parameters and returns the result.
- evaluate(DoubleVector, DoubleVector) -
Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
- evaluate the kernel.
- evaluate(double[], double[]) -
Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
- returns the value of the kernel given vectors a and b.
- evaluate(DoubleVector, DoubleVector) -
Method in interface org.knime.base.node.mine.svm.kernel.Kernel
- returns the value of the kernel given vectors a and b.
- evaluate(double[], double[]) -
Method in interface org.knime.base.node.mine.svm.kernel.Kernel
- returns the value of the kernel given vectors a and b.
- evaluate(DoubleVector, DoubleVector) -
Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
- evaluate the kernel.
- evaluate(double[], double[]) -
Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
- returns the value of the kernel given vectors a and b.
- evaluate(DoubleVector, DoubleVector) -
Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
- evaluate the kernel.
- evaluate(double[], double[]) -
Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
- returns the value of the kernel given vectors a and b.
- evaluate(DataRow) -
Method in interface org.knime.base.node.rules.RuleNode
- Evaluates this rule node.
- EXCLUDE -
Static variable in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeDialogPane
- Exclude columns.
- EXCLUDE -
Static variable in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
- Exclude rows.
- excludeColsChange(Collection<String>) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
-
- EXCLUDED_COLUMNS -
Static variable in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Settings key for the excluded columns.
- EXCLUDED_COLUMNS -
Static variable in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
- Settings key for the excluded columns.
- EXCLUDED_COLUMNS -
Static variable in class org.knime.core.node.util.ColumnFilterPanel
- Settings key for the excluded columns.
- excludedColumns() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
- Returns a list with all currently excluded columns.
- excludedFeatureIndex() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
- Returns the currently excluded column's (feature's) index.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
- Execute method for general port types.
- execute(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.csvwriter.CSVWriterNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.io.database.DBColumnFilterNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.io.database.DBConnectionNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.io.database.DBQueryNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
- Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.io.database.DBReaderNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.io.database.DBRowFilterNodeModel
- Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.io.database.DBWriterNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.io.def.DefaultTableNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
- Execute does nothing - the reading of the file and writing to the
NodeSettings object has already happened during savePredictorParams.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
- Writes model as ModelContent to file.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.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.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.LoopEndNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
- Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
- Starts the learning algorithm in the learner.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
- Starts the learning algorithm in the learner.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Generate new clustering based on InputDataTable and specified number of
clusters.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Generate new clustering based on InputDataTable and specified number of
clusters.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Start of decision tree induction.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
- Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.mine.knn.KnnNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.mine.mds.MDSNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
- The execution consists of three steps:
A neural network is build with the inputs and outputs according to
the input datatable, number of hidden layers as specified.
Input DataTables are converted into double-arrays so they can be
attached to the neural net.
The neural net is trained.
Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
- Performs the PCA.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.pca.PCANodeModel
- Performs the PCA.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
- Performs the PCA.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
- Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Starts the scoring in the scorer.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.mine.smote.SmoteNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.sota.SotaNodeModel
- Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
- Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.parallel.AbstractParallelNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.parallel.builder.ThreadedTableBuilderNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.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(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.binner.BinnerNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
- Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.domain.DomainNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
- Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
- Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.joiner.NewJoinerNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- New normalized
DataTable
is created depending
on the mode.
- 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(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.pivot.PivotNodeModel
- 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.rowkey.RowKeyNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.sample.SamplingNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
- When the model gets executed, the
DataTable
is split in several DataContainer
s.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.split.SplitNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.rules.RuleEngineNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(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(ExecutionContext) -
Method in class org.knime.base.node.util.exttool.CommandExecution
- Executes the commands via the Runtime and streams the stdout as well as
the stderr to the logger and notifies the registered observer if a msg
occurs.
- execute(ExecutionMonitor) -
Method in class org.knime.base.node.util.exttool.CommandExecution
- Executes the commands via the Runtime and streams the stdout as well as
the stderr to the logger and notifies the registered observer if a msg
occurs.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
- Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.viz.pie.node.PieNodeModel
- Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
- Converts the input data at inport 0 into a
DataArray
with maximum number of rows as
defined in the DefaultVisualizationNodeDialog
.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
- Is invoked during the node's execution to make the color settings.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
- Is invoked during the node's execution to make the shape settings.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
- Execute method for general port types.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
- Is invoked during the node's execution to make the size settings.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.viz.roc.ROCNodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
- Computes the statistics for the DataTable at the in-port.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.viz.table.TableNodeModel
- Called when new data is available.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
- Initialises the NodeModel, starts the execution, pauses it, resumes it
and finishes it.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.core.node.Node
- Starts executing this node.
- execute(PortObject[], ExecutionContext) -
Method in class org.knime.core.node.NodeModel
- Execute method for general port types.
- execute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.core.node.NodeModel
- This function is invoked by the
Node#executeNode()
method
of the node (through the
#executeModel(BufferedDataTable[],ExecutionMonitor)
method)only after all predecessor nodes have been successfully executed
and all data is therefore available at the input ports.
- execute(String) -
Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
- Execute statement on current database connection.
- executeAll() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Convenience method: (Try to) Execute all nodes in the workflow.
- executeAllAndWaitUntilDone() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Convenience method: execute all and wait for execution to be done.
- executeByChunk(BufferedDataTable, BufferedDataTable[], RowAppender[], ExecutionMonitor) -
Method in class org.knime.base.node.parallel.AbstractParallelNodeModel
- This method is called as often as necessary by multiple threads.
- executeModel(PortObject[], ExecutionContext) -
Method in class org.knime.core.node.NodeModel
- Invokes the abstract
#execute()
method of this model.
- executeOneIteration(ExecutionContext) -
Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
- This method is assumed to implement one iteration of an interruptible
algorithm.
- executeUpToHere(NodeID...) -
Method in class org.knime.core.node.workflow.WorkflowManager
- mark these nodes and all not-yet-executed predecessors for execution.
- ExecutionContext - Class in org.knime.core.node
- An
ExecutionContext
provides storage capacities during a
NodeModel's execution
. - ExecutionContext(NodeProgressMonitor, Node) -
Constructor for class org.knime.core.node.ExecutionContext
- Deprecated. Use the constructor with a table repository argument instead.
This constructor potentially does not support serialization
of blobs.
- ExecutionContext(NodeProgressMonitor, Node, SingleNodeContainer.MemoryPolicy, HashMap<Integer, ContainerTable>) -
Constructor for class org.knime.core.node.ExecutionContext
- Creates new object based on a progress monitor and a node as parent of
any created buffered data table.
- executionInProgress() -
Method in enum org.knime.core.node.workflow.NodeContainer.State
-
- ExecutionMonitor - Class in org.knime.core.node
- This node's execution monitor handles the progress and later also memory
management for each node model's execution.
- ExecutionMonitor() -
Constructor for class org.knime.core.node.ExecutionMonitor
- Creates a new execution monitor with an empty default progress monitor.
- ExecutionMonitor(NodeProgressMonitor) -
Constructor for class org.knime.core.node.ExecutionMonitor
- Creates a new execution monitor with the given progress monitor which can
be
null
.
- expandAll() -
Method in class org.knime.core.node.config.ConfigEditJTree
- Expand the tree.
- explain(BufferedDataTable, String[], String[]) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
- Assigns all explained examples to to basis functions.
- explains(DataRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Returns
true
if the input row is explained by this row,
otherwise false
.
- explains(DataRow) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
- Returns
true
if the given row is covered by this
prototype, that is, if FuzzyBasisFunctionLearnerRow.computeActivation(DataRow)
returns a
degree equal 1.
- explains(DataRow) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
- Checks if the given row is explained by this basisfunction.
- explodeSelectedSections() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- export(File, Component, int, int) -
Method in interface org.knime.core.node.NodeViewExport.ExportType
- Called when the component is to be exported.
- ExtendedCellFactory - Interface in org.knime.base.node.parallel.appender
-
- EXTENSIONS -
Static variable in class org.knime.core.node.port.database.DatabaseDriverLoader
- Allowed file extensions, jar and zip only.
- ExternalApplicationNodeView<T extends NodeModel> - Class in org.knime.core.node
- Node view which opens an external application.
- ExternalApplicationNodeView(T) -
Constructor for class org.knime.core.node.ExternalApplicationNodeView
- Creates the view instance but does not open the external application
yet.
- extractEVVector(EigenvalueDecomposition) -
Static method in class org.knime.base.node.mine.pca.EigenValue
- extract the vector of eigenvalues.
- extractItemNamesFrom(DefaultRow) -
Static method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
- Extracts the itemset names from a Default row, which was a former itemset
row.
- ExtractModelTypeHandler - Class in org.knime.core.node.port.pmml
-
- ExtractModelTypeHandler() -
Constructor for class org.knime.core.node.port.pmml.ExtractModelTypeHandler
-
- extractNominalColumns(List<String>) -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns an array of valid columns.
- extractPrefixAndIndexFromHeader(String) -
Static method in class org.knime.base.node.io.filereader.FileAnalyzer.HeaderHelper
- from the header passed it extracts the prefix and the running index
and stores them in the returned helper class.
- ExtractVariablesDBNodeFactory - Class in org.knime.base.node.flowvariable.extractvariables
-
- ExtractVariablesDBNodeFactory() -
Constructor for class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesDBNodeFactory
- Creates factory for
DatabasePortObject
type ports.
- ExtractVariablesNodeFactory - Class in org.knime.base.node.flowvariable.extractvariables
-
- ExtractVariablesNodeFactory() -
Constructor for class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
- Creates factory for
BufferedDataTable
type ports.
- ExtractVariablesNodeFactory(PortType) -
Constructor for class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
- Create factory, that instantiates nodes, whose first input and the
only output port are typed to the argument.
- ExtractVariablesNodeModel - Class in org.knime.base.node.flowvariable.extractvariables
-
- ExtractVariablesNodeModel(PortType) -
Constructor for class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
- One input, one output.
- ExtToolOutputNodeModel - Class in org.knime.base.node.util.exttool
- Implements a
NodeModel
for nodes that launch external commands. - ExtToolOutputNodeModel(PortType[], PortType[]) -
Constructor for class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
- Constructor for a node with data and model ports.
- ExtToolOutputNodeView<T extends ExtToolOutputNodeModel> - Class in org.knime.base.node.util.exttool
- Base class for both output views.
- ExtToolOutputNodeView(T) -
Constructor for class org.knime.base.node.util.exttool.ExtToolOutputNodeView
- The constructor.
- ExtToolStderrNodeView<T extends ExtToolOutputNodeModel> - Class in org.knime.base.node.util.exttool
- The view showing the output to standard error.
- ExtToolStderrNodeView(T) -
Constructor for class org.knime.base.node.util.exttool.ExtToolStderrNodeView
- The constructor.
- ExtToolStdoutNodeView<T extends ExtToolOutputNodeModel> - Class in org.knime.base.node.util.exttool
- The view showing the output to standard output.
- ExtToolStdoutNodeView(T) -
Constructor for class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
- The constructor.
F
- FADE_UNHILITED -
Static variable in class org.knime.base.node.viz.plotter.AbstractPlotter
- Constant for "Fade unhilited" menu entry.
- FAIL_MISSING -
Static variable in class org.knime.base.node.mine.pca.PCANodeModel
- String used for fail on missing config.
- FAILURE -
Static variable in interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus
- Represents a failed execution.
- FalseRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
- Row filter that doesn't match any row.
- FalseRowFilter() -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
-
- fatal(Object) -
Method in class org.knime.core.node.NodeLogger
- Write fatal error message into the logger.
- fatal(Object, Throwable) -
Method in class org.knime.core.node.NodeLogger
- Write fatal error message and throwable into the logger.
- fatalError(SAXParseException) -
Method in class org.knime.base.node.io.pmml.read.LoggingErrorHandler
-
- fatalError(SAXParseException) -
Method in class org.knime.core.node.config.XMLContentHandler
-
- fatalError(SAXParseException) -
Method in class org.knime.core.node.port.pmml.PMMLMasterContentHandler
-
- fatalError(SAXParseException) -
Method in class org.knime.core.xml.XMLProperties
-
- FCMAlgorithm - Class in org.knime.base.node.mine.cluster.fuzzycmeans
- The Fuzzy c-means algorithm.
- FCMAlgorithm(int, double) -
Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
- Constructor for a Fuzzy c-means algorithm (with no noise detection).
- FCMAlgorithm(int, double, boolean, double) -
Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
- Constructor for a Fuzzy c-means algorithm with noise detection.
- FCMAlgorithmMemory - Class in org.knime.base.node.mine.cluster.fuzzycmeans
- The Fuzzy c-means algorithm.
- FCMAlgorithmMemory(int, double) -
Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
- Constructor for a Fuzzy c-means algorithm (with no noise detection).
- FCMAlgorithmMemory(int, double, boolean, double) -
Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
- Constructor for a Fuzzy c-means algorithm with noise detection.
- FCMQualityMeasures - Class in org.knime.base.node.mine.cluster.fuzzycmeans
- Utility class to compute several cluster quality measures based on
a Fuzzy c-means clustering.
- FCMQualityMeasures(double[][], double[][], double[][], double) -
Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
- Constructor.
- featureLevels() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
- Returns an unmodifieable collection of the stored feature levels.
- FETCH_SIZE -
Static variable in class org.knime.core.node.port.database.DatabaseConnectionSettings
- DriverManager fetch size to chunk specified number of rows.
- FILE_HISTORY_ID -
Static variable in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
- Identifier for StringHistory.
- FileAnalyzer - Class in org.knime.base.node.io.filereader
- Provides functionality for analyzing an ASCII data file to create default
settings.
- FileAnalyzer.HeaderHelper - Class in org.knime.base.node.io.filereader
- Little helper class for the check header method.
- FilelistAccessory - Class in org.knime.core.util
- A file list used to display the directory content in the file chooser (when
the chooser is set to DIRECTORIES_ONLY).
- FilelistAccessory(JFileChooser) -
Constructor for class org.knime.core.util.FilelistAccessory
- The constructor.
- FilelistAccessory.FileListRenderer - Class in org.knime.core.util
- Renderer that checks if the value being renderer is of type
File
and if so it will render the name of the file
together with the file's icon, which it retrieves from the passed
FileChooser. - FilelistAccessory.FileListRenderer(JFileChooser) -
Constructor for class org.knime.core.util.FilelistAccessory.FileListRenderer
- Creates a new instance of a renderer for a JList containing files.
- FileLocker - Class in org.knime.core.util
- This class can be used to get a lock on the specified file.
- FileLocker(File) -
Constructor for class org.knime.core.util.FileLocker
- Creates a
FileLocker
on the given file.
- FILENAME -
Static variable in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
- key for filename entry in config object.
- FILENAME -
Static variable in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
- key for filename entry in config object.
- FILEREADER_HISTORY_ID -
Static variable in class org.knime.base.node.io.filereader.FileReaderNodeModel
- The id this objects uses to store its file history in the
StringHistory
object.
- FileReaderAdvancedDialog - Class in org.knime.base.node.io.filereader
- Dialog for the expert settings of the file reader dialog.
- FileReaderAdvancedDialog(Frame, FileReaderNodeSettings) -
Constructor for class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
- This is the default constructor.
- FileReaderException - Exception in org.knime.base.node.io.filereader
- The exception the
FileReader
(more specificaly the
FileRowIterator
) throws if
something goes wrong. - FileReaderException(String) -
Constructor for exception org.knime.base.node.io.filereader.FileReaderException
- Always provide a good user message why things go wrong.
- FileReaderException(String, DataRow, int) -
Constructor for exception org.knime.base.node.io.filereader.FileReaderException
- Constructor for an exception that stores the last (partial) row where
things went wrong.
- FileReaderExecutionMonitor - Class in org.knime.base.node.io.filereader
- Execution monitor used by the
FileAnalyzer
. - FileReaderExecutionMonitor() -
Constructor for class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
- Creates a new object with a default progress monitor.
- FileReaderExecutionMonitor(NodeProgressMonitor) -
Constructor for class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
- Creates a new object with the specified
NodeProgressMonitor
.
- FileReaderFileFilter - Class in org.knime.core.util
- Our File Filter for the JFileChooser Dialog You can create one accepting all
files ending with one extension ".ext".
- FileReaderFileFilter(String, String) -
Constructor for class org.knime.core.util.FileReaderFileFilter
- creates a new FileFilter that accepts files matching "*.'ext'".
- FileReaderNodeDialog - Class in org.knime.base.node.io.filereader
-
- FileReaderNodeDialog() -
Constructor for class org.knime.base.node.io.filereader.FileReaderNodeDialog
- Creates a new file reader dialog pane.
- FileReaderNodeFactory - Class in org.knime.base.node.io.filereader
-
- FileReaderNodeFactory(String) -
Constructor for class org.knime.base.node.io.filereader.FileReaderNodeFactory
-
- FileReaderNodeFactory() -
Constructor for class org.knime.base.node.io.filereader.FileReaderNodeFactory
- Default constructor.
- FileReaderNodeModel - Class in org.knime.base.node.io.filereader
-
- FileReaderNodeModel() -
Constructor for class org.knime.base.node.io.filereader.FileReaderNodeModel
- Creates a new model that creates and holds a Filetable.
- FileReaderNodeModel(String) -
Constructor for class org.knime.base.node.io.filereader.FileReaderNodeModel
- Creates a new model and either read its settings from the specified file,
if the filename ends with ".xml", or set the specified file name as
default data file name for the configuration dialog.
- FileReaderNodeSettings - Class in org.knime.base.node.io.filereader
-
- FileReaderNodeSettings(NodeSettingsRO) -
Constructor for class org.knime.base.node.io.filereader.FileReaderNodeSettings
- Creates a new settings object for the file reader note and initializes it
from the config object passed.
- FileReaderNodeSettings(FileReaderNodeSettings) -
Constructor for class org.knime.base.node.io.filereader.FileReaderNodeSettings
- Creates a new settings object with the exact same settings as the object
passed in.
- FileReaderNodeSettings() -
Constructor for class org.knime.base.node.io.filereader.FileReaderNodeSettings
- Creates an empty settings object.
- FileReaderPreviewRowIterator - Class in org.knime.base.node.io.filereader
- The iterator for the
FileReaderPreviewTable
. - FileReaderPreviewRowIterator(FileRowIterator, FileReaderPreviewTable) -
Constructor for class org.knime.base.node.io.filereader.FileReaderPreviewRowIterator
- A new non-failing file row iterator.
- FileReaderPreviewTable - Class in org.knime.base.node.io.filereader
- The data table displayed in the file reader's dialog's preview.
- FileReaderPreviewTable(DataTableSpec, FileReaderNodeSettings, ExecutionContext) -
Constructor for class org.knime.base.node.io.filereader.FileReaderPreviewTable
- Creates a new table, its like the "normal"
FileTable
, just not
failing on invalid data files.
- FileReaderSettings - Class in org.knime.base.node.io.filereader
- Contains all settings needed to read in a ASCII data file.
- FileReaderSettings() -
Constructor for class org.knime.base.node.io.filereader.FileReaderSettings
- Creates a new object holding all settings needed to read the specified
file.
- FileReaderSettings(FileReaderSettings) -
Constructor for class org.knime.base.node.io.filereader.FileReaderSettings
- Creates a new object holding the same settings values as the one passed
in.
- FileReaderSettings(NodeSettingsRO) -
Constructor for class org.knime.base.node.io.filereader.FileReaderSettings
- Creates a new FileReaderSettings object initializing its settings from
the passed config object.
- FileRowIterator - Class in org.knime.base.node.io.filereader
- Row iterator for the
FileTable
. - FileRowIterator(FileReaderSettings, DataTableSpec, boolean[], ExecutionContext) -
Constructor for class org.knime.base.node.io.filereader.FileRowIterator
- The RowIterator for the FileTable.
- FileSelectionPanel - Class in org.knime.core.node.util
-
- FileSelectionPanel(String, String, String...) -
Constructor for class org.knime.core.node.util.FileSelectionPanel
- Constructor that creates a file chooser with an
JFileChooser.OPEN_DIALOG
that filters files according to the
given extensions.
- FileSelectionPanel(String, String, int, boolean) -
Constructor for class org.knime.core.node.util.FileSelectionPanel
- Constructor that creates a file/directory chooser of the given type
without a file filter.
- FileSelectionPanel(String, String, int, String...) -
Constructor for class org.knime.core.node.util.FileSelectionPanel
- Constructor that creates a file chooser of the given type that filters
the files according to the given extensions.
- FileSelectionPanel(String, String, int, boolean, String...) -
Constructor for class org.knime.core.node.util.FileSelectionPanel
- Constructor that creates a file or directory chooser of the given type
that filters the files according to the given extensions.
- FilesHistoryPanel - Class in org.knime.base.node.preproc.stringreplacer.dict
- Panel that contains an editable Combo Box showing the file to read from and a
button to trigger a file chooser.
- FilesHistoryPanel(String, String...) -
Constructor for class org.knime.base.node.preproc.stringreplacer.dict.FilesHistoryPanel
- Creates new instance, sets properties, for instance renderer,
accordingly.
- FilesHistoryPanel - Class in org.knime.core.node.util
- Panel that contains an editable Combo Box showing the file to write to and a
button to trigger a file chooser.
- FilesHistoryPanel(String, String...) -
Constructor for class org.knime.core.node.util.FilesHistoryPanel
- Creates new instance, sets properties, for instance renderer,
accordingly.
- FileTable - Class in org.knime.base.node.io.filereader
- Implements a
DataTable
that reads data from an ASCII file. - FileTable(DataTableSpec, FileReaderSettings, ExecutionContext) -
Constructor for class org.knime.base.node.io.filereader.FileTable
- Creates a new file table with the structure defined in tableSpec and
using the settings in frSettings when the file is read.
- FileTable(DataTableSpec, FileReaderSettings, boolean[], ExecutionContext) -
Constructor for class org.knime.base.node.io.filereader.FileTable
- Creates a new file table with the structure defined in tableSpec and
using the settings in frSettings when the file is read.
- FileTokenizer - Class in org.knime.base.node.io.filetokenizer
- Deprecated. use
Tokenizer
instead. Will
be removed in Ver3.0. - FileTokenizer(Reader) -
Constructor for class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated. Creates a new tokenizer with the default behaviour.
- FileTokenizerException - Exception in org.knime.base.node.io.filetokenizer
- Deprecated. use
TokenizerException
instead. Will be removed in Ver3.0. - FileTokenizerException(String) -
Constructor for exception org.knime.base.node.io.filetokenizer.FileTokenizerException
- Deprecated. Always provide a good user message why things go wrong.
- FileTokenizerSettings - Class in org.knime.base.node.io.filetokenizer
- Deprecated. use
TokenizerSettings
instead. Will be removed in Ver3.0. - FileTokenizerSettings() -
Constructor for class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Creates a new Settings for FileTokenizer object with default settings.
- FileTokenizerSettings(FileTokenizerSettings) -
Constructor for class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Creates a clone of the passed object.
- FileTokenizerSettings(NodeSettingsRO) -
Constructor for class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Creates a new
FileTokenizerSettings
object and sets its
parameters from the config
object.
- FileUtil - Class in org.knime.core.util
- Utility class to do some basic file handling that is not available through
java API.
- FileUtil.ZipFileFilter - Interface in org.knime.core.util
- Passed to the
FileUtil.zipDir(File, Collection, int, ZipFileFilter,
ExecutionMonitor)
method to exclude certain files from being archived and added to the zip
file.
A default implementation accepting all files is
FileUtil.ZIP_INCLUDEALL_FILTER
- FileWriterNodeSettings - Class in org.knime.base.node.io.csvwriter
-
- FileWriterNodeSettings() -
Constructor for class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- FileWriterNodeSettings(NodeSettingsRO) -
Constructor for class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
- Constructs a new object reading the settings from the specified
NodeSettings object.
- FileWriterNodeSettings.FileOverwritePolicy - Enum in org.knime.base.node.io.csvwriter
- Policy how to proceed when output file exists
(overwrite, abort, append).
- FileWriterSettings - Class in org.knime.base.node.io.csvwriter
- Holds all settings used by the file writer.
- FileWriterSettings() -
Constructor for class org.knime.base.node.io.csvwriter.FileWriterSettings
- Creates a settings object with default settings (backward compatible to
the old CSV writer).
- FileWriterSettings(FileWriterSettings) -
Constructor for class org.knime.base.node.io.csvwriter.FileWriterSettings
- Creates a copy of the specified settings object.
- FileWriterSettings(NodeSettingsRO) -
Constructor for class org.knime.base.node.io.csvwriter.FileWriterSettings
- Constructs a new object reading the settings from the specified
NodeSettings object.
- FileWriterSettings.quoteMode - Enum in org.knime.base.node.io.csvwriter
- mode specifying how to quote the data.
- fill(double) -
Method in class org.knime.base.util.HalfDoubleMatrix
- Fills the matrix with the given value.
- fill(float) -
Method in class org.knime.base.util.HalfFloatMatrix
- Fills the matrix with the given value.
- fill(int) -
Method in class org.knime.base.util.HalfIntMatrix
- Fills the matrix with the given value.
- fill(int, int, int) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Sets the new count value at all positions from startIdx (inclusive) to
endIdx (exclusive).
- fillPopupMenu(JPopupMenu) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
-
- fillPopupMenu(JPopupMenu) -
Method in class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramPlotter
- Fills the popup menu with (additional) elements.
- fillPopupMenu(JPopupMenu) -
Method in class org.knime.base.node.viz.pie.impl.PiePlotter
- Fills the popup menu with (additional) elements.
- fillPopupMenu(JPopupMenu) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Fills the popup menu with (additional) elements.
- fillPopupMenu(JPopupMenu) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
- Fills the popup menu with (additional) elements.
- fillPopupMenu(JPopupMenu) -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
- The inherited hilite menu from the
AbstractPlotter
and the show all,
fade or hide unhilited menu.
- FilterColumnNodeDialog - Class in org.knime.base.node.preproc.filter.column
- This is the dialog for the column filter.
- FilterColumnNodeDialog() -
Constructor for class org.knime.base.node.preproc.filter.column.FilterColumnNodeDialog
- Creates a new
NodeDialogPane
for the column filter in order to
set the desired columns.
- FilterColumnNodeFactory - Class in org.knime.base.node.preproc.filter.column
- The factory for the column filter node.
- FilterColumnNodeFactory() -
Constructor for class org.knime.base.node.preproc.filter.column.FilterColumnNodeFactory
-
- FilterColumnNodeModel - Class in org.knime.base.node.preproc.filter.column
- The model for the column filter which extracts certain columns from the input
DataTable
using a list of columns to
exclude. - FilterColumnNodeModel() -
Constructor for class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
- Creates a new filter model with one and in- and output.
- FilterColumnPanel - Class in org.knime.base.node.preproc.filter.column
- Copy of the column filter panel with additional enforce exclude/include
buttons.
- FilterColumnPanel() -
Constructor for class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Creates a new filter column panel with three component which are the
include list, button panel to shift elements between the two lists, and
the exclude list.
- FilterColumnPanel - Class in org.knime.base.node.util
- Deprecated. Replaced by
ColumnFilterPanel
- FilterColumnPanel() -
Constructor for class org.knime.base.node.util.FilterColumnPanel
- Deprecated.
- FilterColumnPanel.SelectionOption - Enum in org.knime.base.node.preproc.filter.column
-
- FilterColumnRow - Class in org.knime.base.data.filter.column
- Filter
DataRow
which extracts particular cells (columns) from an
underlying row. - FilterColumnRow(DataRow, int[]) -
Constructor for class org.knime.base.data.filter.column.FilterColumnRow
- Inits a new filter column
DataRow
with the underling row and an
array of indices into this row.
- FilterColumnRowIterator - Class in org.knime.base.data.filter.column
- Filter column row iterator needed to wrap the filter column's original row
iterator.
- FilterColumnRowIterator(RowIterator, int[]) -
Constructor for class org.knime.base.data.filter.column.FilterColumnRowIterator
- Creates a new filter iterator using the original row iterator and an
array of column indices.
- FilterColumnTable - Class in org.knime.base.data.filter.column
- This
DataTable
filters (includes or excludes) a specified number of
columns from a given table by just wrapping the underlying data table. - FilterColumnTable(DataTable, boolean, int...) -
Constructor for class org.knime.base.data.filter.column.FilterColumnTable
- Inits a new filter column table based on a
DataTable
and an
unique, unordered number of column indices.
- FilterColumnTable(DataTable, int...) -
Constructor for class org.knime.base.data.filter.column.FilterColumnTable
- Inits a new filter column table based on a
DataTable
and an
unique, unordered number of column indices.
- FilterColumnTable(DataTable, String...) -
Constructor for class org.knime.base.data.filter.column.FilterColumnTable
- Inits a new filter column table based on a
DataTable
and a
unique, unordered number of column names.
- FilterColumnTable(DataTable, DataType) -
Constructor for class org.knime.base.data.filter.column.FilterColumnTable
- Inits a new filter column table based on a
DataTable
and one
type (DataCell
))
using Class
to extract these columns.
- FilterColumnTable(DataTable, Class<? extends DataValue>) -
Constructor for class org.knime.base.data.filter.column.FilterColumnTable
- Inits a new filter column table based on a
DataTable
and a
DataValue
class as value.
- filterNotKnownSchemes(DiscretizationScheme[], String[], DataTableSpec) -
Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
- Filters out all schemes for which the corresponding column is not part of
the given table spec.
- FilterRowGenerator - Interface in org.knime.base.data.filter.row
- Generator interface for filtering
DataRow
s
from a DataTable
. - FilterRowIterator - Class in org.knime.base.data.filter.row
- This class wraps the
RowIterator
which
includes only DataRow
s which satify the
FilterRowGenerator
criteria. - FilterRowIterator(RowIterator, FilterRowGenerator) -
Constructor for class org.knime.base.data.filter.row.FilterRowIterator
- Creates a new filter row iterator wrapping a row iterator and using the
filter row generator for checking each row.
- FilterRowTable - Class in org.knime.base.data.filter.row
- This class filters a given number of rows from a
DataTable
using the
FilterRowGenerator
interface to
check the criteria. - FilterRowTable(DataTable, FilterRowGenerator) -
Constructor for class org.knime.base.data.filter.row.FilterRowTable
- Creates a new row filter table by wraping the given data table.
- filterSelectionChanged(String) -
Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeDialogPane
- Activates the corresponding panel.
- finalize() -
Method in class org.knime.base.node.io.filereader.FileReaderPreviewRowIterator
-
- finalize() -
Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
-
- finalize() -
Method in class org.knime.base.node.io.filereader.FileRowIterator
-
- finalize() -
Method in class org.knime.base.node.io.filereader.FileTable
-
- finalize() -
Method in class org.knime.base.node.util.BufferedFileReader
-
- finalize() -
Method in class org.knime.core.data.container.Buffer
- Deletes the file underlying this buffer.
- finalize() -
Method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
-
- finalize() -
Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20
-
- finalize() -
Method in class org.knime.core.node.workflow.NodeContainerOutPort
-
- finalize() -
Method in class org.knime.core.util.ThreadPool
-
- find(String, boolean) -
Method in class org.knime.core.node.tableview.TableView
- Find cells (or row IDs) that match the search string.
- findAllNumericColumns(DataTableSpec) -
Static method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- Finds all numeric columns in spec.
- findChildForKeyPath(String[]) -
Method in class org.knime.core.node.config.ConfigEditTreeModel
- Get the child tree node associated with the key path.
- findColumnIndex(DataRow) -
Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
- Find the column names to put in the condensed column.
- findColumnIndex(DataRow) -
Method in class org.knime.base.node.preproc.columnTrans.BinaryCellFactory
- Find the column names to put in the condensed column.
- findColumnIndex(DataRow) -
Method in class org.knime.base.node.preproc.columnTrans.MinMaxCellFactory
- Find the column names to put in the condensed column.
- findColumnIndex(DataRow) -
Method in class org.knime.base.node.preproc.columnTrans.RegExpCellFactory
- Find the column names to put in the condensed column.
- findColumnIndex(String) -
Method in class org.knime.core.data.DataTableSpec
- Finds the column with the specified name in the TableSpec and returns its
index, or -1 if the name doesn't exist in the table.
- findDataColumns(DataTableSpec, List<String>) -
Static method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
- Find all numeric columns which are not target columns.
- findFrequentItems(List<BitVectorValue>) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayApriori
- First of all it starts to identify those items which are frequent at all.
- findFrequentItems(List<BitVectorValue>, ExecutionMonitor) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDApriori
- Identify those items which occur in a sufficient, that is the minimum
support, number of transactions and stores them with the ids of the
transactions they appear in.
- findFrequentItemSets(List<BitVectorValue>, double, int, FrequentItemSet.Type, ExecutionMonitor) -
Method in interface org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithm
- This is the method to start with when mining for frequent itemsets.
- findFrequentItemSets(List<BitVectorValue>, double, int, FrequentItemSet.Type, ExecutionMonitor) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayApriori
- Finds the frequent itemsets by going down the tree until the current
build level is reached, there it counts those items which are present in
the transaction.
- findFrequentItemSets(List<BitVectorValue>, double, int, FrequentItemSet.Type, ExecutionMonitor) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDApriori
- This is the method to start with when mining for frequent itemsets.
- findJobManager() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- FindPositionAll - Class in org.knime.core.node.tableview
- Postion information when searching occurrences in the entire table.
- FindPositionAll(int, int) -
Constructor for class org.knime.core.node.tableview.FindPositionAll
- Create new postion object.
- FindPositionRowKey - Class in org.knime.core.node.tableview
- Position information that is used when searching row keys.
- FindPositionRowKey(int) -
Constructor for class org.knime.core.node.tableview.FindPositionRowKey
- Creates new position information.
- findRendererFamily(Class<?>) -
Static method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
- Helper method to get the renderer family for a particular
DataCell
class.
- findValue(DataCell[], DataCell) -
Static method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Finds the position where key is located in source.
- FINISH -
Static variable in class org.knime.core.node.interrupt.InterruptControlPanel
- The identifier for the event to finish the execution of the
InterruptibleNodeModel.
- finish() -
Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
- Forces the algorithm to finish its execution.
- finishEditingAndSaveSettingsTo(NodeSettingsWO) -
Method in class org.knime.core.node.NodeDialogPane
- Commit spinners and save settings.
- fireClearHiLiteEvent() -
Method in class org.knime.core.node.property.hilite.HiLiteHandler
- Resets the hilit status of all row IDs.
- fireClearHiLiteEvent(KeyEvent) -
Method in class org.knime.core.node.property.hilite.HiLiteHandler
- Informs all registered hilite listener to reset all hilit rows.
- fireClearHiLiteEventInternal(KeyEvent) -
Method in class org.knime.core.node.property.hilite.HiLiteHandler
- Deprecated. Replaced by
HiLiteHandler.fireClearHiLiteEvent(KeyEvent)
- fireConfigEditTreeEvent(String[], String, String) -
Method in class org.knime.core.node.config.ConfigEditTreeModel
- Fire an event.
- fireHiLiteEvent(RowKey...) -
Method in class org.knime.core.node.property.hilite.HiLiteHandler
- Sets the status of the specified row IDs to 'hilit'.
- fireHiLiteEvent(Set<RowKey>) -
Method in class org.knime.core.node.property.hilite.HiLiteHandler
- Sets the status of all specified row IDs in the set to 'hilit'.
- fireHiLiteEvent(KeyEvent) -
Method in class org.knime.core.node.property.hilite.HiLiteHandler
- Informs all registered hilite listener to hilite the row keys contained
in the key event.
- fireHiLiteEventInternal(KeyEvent) -
Method in class org.knime.core.node.property.hilite.HiLiteHandler
- Deprecated. Replaced by public method
HiLiteHandler.fireHiLiteEvent(KeyEvent)
.
- fireUnHiLiteEvent(RowKey...) -
Method in class org.knime.core.node.property.hilite.HiLiteHandler
- Sets the status of the specified row IDs to 'unhilit'.
- fireUnHiLiteEvent(Set<RowKey>) -
Method in class org.knime.core.node.property.hilite.HiLiteHandler
- Sets the status of all specified row IDs in the set to 'unhilit'.
- fireUnHiLiteEvent(KeyEvent) -
Method in class org.knime.core.node.property.hilite.HiLiteHandler
- Informs all registered hilite listener to unhilite the row keys contained
in the key event.
- fireUnHiLiteEventInternal(KeyEvent) -
Method in class org.knime.core.node.property.hilite.HiLiteHandler
- Deprecated. Replaced by
HiLiteHandler.fireUnHiLiteEvent(KeyEvent)
.
- FIRST_COMP_ID -
Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Identifier in model spec to address first column name to compare.
- fitCellSizeToRenderer() -
Method in class org.knime.core.node.tableview.TableContentView
- Sets the preferred column width and returns the maximum of the
preferred row heights according to each column's renderer.
- fitToScreen() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Fits to screen, that is it resizes the drawing pane to fit into the
plotters dimension.
- FIXED_DATA_INDEX -
Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
- The index of the data table containing the fixed data.
- FixedColumnHistogramDialogPane - Class in org.knime.base.node.viz.histogram.node
-
- FixedColumnHistogramDialogPane() -
Constructor for class org.knime.base.node.viz.histogram.node.FixedColumnHistogramDialogPane
- Constructor for class FixedColumnHistogramDialogPane.
- FixedColumnHistogramNodeFactory - Class in org.knime.base.node.viz.histogram.node
- Factory class of the histogram.
- FixedColumnHistogramNodeFactory() -
Constructor for class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
-
- FixedColumnHistogramNodeModel - Class in org.knime.base.node.viz.histogram.node
- The NodeModel class of the histogram plotter.
- FixedColumnHistogramNodeModel() -
Constructor for class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
- The constructor.
- FixedColumnHistogramNodeView - Class in org.knime.base.node.viz.histogram.node
- The node view which contains the histogram plotter panel.
- FixedColumnHistogramNodeView(FixedColumnHistogramNodeModel) -
Constructor for class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeView
- Creates a new view instance for the histogram node.
- FixedHistogramDataModel - Class in org.knime.base.node.viz.histogram.datamodel
- This is the fixed data model implementation of the histogram which
is created only once when the user executes a node.
- FixedHistogramDataModel(DataColumnSpec, AggregationMethod, Collection<ColorColumn>, int) -
Constructor for class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
- Constructor for class HistogramDataModel.
- FixedHistogramPlotter - Class in org.knime.base.node.viz.histogram.impl.fixed
- This class is the controller between the data model of the
FixedHistogramDataModel
class and the view
HistogramDrawingPane
. - FixedHistogramPlotter(FixedHistogramProperties, HiLiteHandler) -
Constructor for class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramPlotter
- Creates a new PlotterScrolling pane and associates it with the passed
view control panel.
- FixedHistogramProperties - Class in org.knime.base.node.viz.histogram.impl.fixed
- The properties panel of the Histogram plotter which allows the user to change
the look and behaviour of the histogram plotter.
- FixedHistogramProperties(DataTableSpec, AbstractHistogramVizModel) -
Constructor for class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramProperties
- Constructor for class FixedColumnHistogramProperties.
- FixedHistogramVizModel - Class in org.knime.base.node.viz.histogram.datamodel
- This class holds all visualization data of a histogram.
- FixedHistogramVizModel(List<Color>, List<BinDataModel>, BinDataModel, DataColumnSpec, Collection<ColorColumn>, AggregationMethod, HistogramLayout) -
Constructor for class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
- Constructor for class HistogramVizModel.
- FixedIntervalBinCreator - Class in org.knime.base.node.viz.histogram.util
- This is the
IntervalBinCreator
implementation that created the
BinDataModel
s for the fixed column histogram. - FixedIntervalBinCreator() -
Constructor for class org.knime.base.node.viz.histogram.util.FixedIntervalBinCreator
- Constructor for class FixedIntervalBinCreator.
- FixedPieDataModel - Class in org.knime.base.node.viz.pie.datamodel.fixed
- This class represents a pie chart which consists of several
PieSectionDataModel
s. - FixedPieDataModel(DataColumnSpec, DataColumnSpec, boolean) -
Constructor for class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
- Constructor for class PieDataModel.
- FixedPieDataModel(String, boolean, String, List<PieSectionDataModel>, PieSectionDataModel, boolean, boolean, boolean) -
Constructor for class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
- Constructor for class PieDataModel.
- FixedPieNodeFactory - Class in org.knime.base.node.viz.pie.node.fixed
- Factory class of the fixed pie chart implementation.
- FixedPieNodeFactory() -
Constructor for class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeFactory
-
- FixedPieNodeModel - Class in org.knime.base.node.viz.pie.node.fixed
- The NodeModel class of the fixed pie chart implementation.
- FixedPieNodeModel() -
Constructor for class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
- The constructor.
- FixedPieNodeView - Class in org.knime.base.node.viz.pie.node.fixed
- The fixed implementation of the
PieNodeView
. - FixedPieNodeView(FixedPieNodeModel) -
Constructor for class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeView
- Constructor for class FixedPieNodeView.
- FixedPiePlotter - Class in org.knime.base.node.viz.pie.impl.fixed
- The fixed column implementation of the pie plotter.
- FixedPiePlotter(FixedPieProperties, HiLiteHandler) -
Constructor for class org.knime.base.node.viz.pie.impl.fixed.FixedPiePlotter
- Constructor for class FixedPiePlotter.
- FixedPieProperties - Class in org.knime.base.node.viz.pie.impl.fixed
- The fixed implementation of the
PieProperties
panel. - FixedPieProperties(FixedPieVizModel) -
Constructor for class org.knime.base.node.viz.pie.impl.fixed.FixedPieProperties
- Constructor for class FixedPieProperties.
- FixedPieVizModel - Class in org.knime.base.node.viz.pie.datamodel.fixed
- The pie chart visualization model which extends the
PieVizModel
class. - FixedPieVizModel(String, String, List<PieSectionDataModel>, PieSectionDataModel, boolean, boolean) -
Constructor for class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieVizModel
- Constructor for class PieVizModel.
- fixSelectablesTo(String...) -
Method in class org.knime.core.node.util.ColumnSelectionPanel
- Attempts to set the argument as selected column and disables the combo
box if there is only one available.
- fixUIInfoClassName(String) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- floatValue() -
Method in class org.knime.core.util.MutableDouble
-
- floatValue() -
Method in class org.knime.core.util.MutableInteger
-
- FLOW_VAR_DOUBLE_ICON -
Static variable in class org.knime.core.node.util.FlowVariableListCellRenderer
- Icon representing double flow variables.
- FLOW_VAR_INT_ICON -
Static variable in class org.knime.core.node.util.FlowVariableListCellRenderer
- Icon representing integer flow variables.
- FLOW_VAR_STRING_ICON -
Static variable in class org.knime.core.node.util.FlowVariableListCellRenderer
- Icon representing string flow variables.
- FlowLoopContext - Class in org.knime.core.node.workflow
- Special
FlowObject
holding loop information. - FlowLoopContext() -
Constructor for class org.knime.core.node.workflow.FlowLoopContext
-
- FlowLoopContext.RestoredFlowLoopContext - Class in org.knime.core.node.workflow
-
- FlowLoopContext.RestoredFlowLoopContext() -
Constructor for class org.knime.core.node.workflow.FlowLoopContext.RestoredFlowLoopContext
-
- FlowObject - Class in org.knime.core.node.workflow
- Object holding base information for a loop context object: the head
and tail IDs of the loop's "control" node.
- FlowObject() -
Constructor for class org.knime.core.node.workflow.FlowObject
-
- FlowObjectStack - Class in org.knime.core.node.workflow
- Container for the stack that keeps for an individual node the
FlowObjectStack
information. - FlowObjectStack(NodeID, FlowObjectStack...) -
Constructor for class org.knime.core.node.workflow.FlowObjectStack
- Creates new stack based.
- FlowObjectStackView - Class in org.knime.core.node.workflow
- View that displays a given
FlowObjectStack
in a table. - FlowObjectStackView() -
Constructor for class org.knime.core.node.workflow.FlowObjectStackView
- Creates new empty view.
- FlowVariable - Class in org.knime.core.node.workflow
- FlowVariable holding local variables of basic types which can
be passed along connections in a workflow.
- FlowVariable(String, String) -
Constructor for class org.knime.core.node.workflow.FlowVariable
- create new FlowVariable representing a string.
- FlowVariable(String, double) -
Constructor for class org.knime.core.node.workflow.FlowVariable
- create new FlowVariable representing a double.
- FlowVariable(String, int) -
Constructor for class org.knime.core.node.workflow.FlowVariable
- create new FlowVariable representing an integer.
- FlowVariable(String, String, boolean) -
Constructor for class org.knime.core.node.workflow.FlowVariable
- create new FlowVariable representing a string which can either
be a global workflow variable or a local one.
- FlowVariable(String, double, boolean) -
Constructor for class org.knime.core.node.workflow.FlowVariable
- create new FlowVariable representing a double which can either
be a global workflow variable or a local one.
- FlowVariable(String, int, boolean) -
Constructor for class org.knime.core.node.workflow.FlowVariable
- create new FlowVariable representing an integer which can either
be a global workflow variable or a local one.
- FlowVariable.Type - Enum in org.knime.core.node.workflow
- Type of a variable, supports currently only scalars.
- FlowVariableListCellRenderer - Class in org.knime.core.node.util
- List cell renderer for lists whose elements are of type
FlowVariable
. - FlowVariableListCellRenderer() -
Constructor for class org.knime.core.node.util.FlowVariableListCellRenderer
-
- FlowVariableModel - Class in org.knime.core.node
- Container holding information regarding variables which represent
settings of a node and/or are used to replace settings of a node.
- FlowVariableModel(NodeDialogPane, String[], FlowVariable.Type) -
Constructor for class org.knime.core.node.FlowVariableModel
- Create a new WVM object.
- FlowVariableModelButton - Class in org.knime.core.node
- Button for a
FlowVariableModel
, launching a dialog which allows to
control the settings. - FlowVariableModelButton(FlowVariableModel) -
Constructor for class org.knime.core.node.FlowVariableModelButton
- Create new button based on a model.
- FlowVariableModelButton.CustomListCellRenderer - Class in org.knime.core.node
- Helper class to allow also the display of disabled list elements.
- FlowVariableModelButton.CustomListCellRenderer(String) -
Constructor for class org.knime.core.node.FlowVariableModelButton.CustomListCellRenderer
- Create new render which disables given string.
- FlowVariablePortObject - Class in org.knime.core.node.port.flowvariable
-
- FlowVariablePortObject() -
Constructor for class org.knime.core.node.port.flowvariable.FlowVariablePortObject
-
- FlowVariablePortObjectSpec - Class in org.knime.core.node.port.flowvariable
-
- FlowVariableTableCellRenderer - Class in org.knime.core.node.util
- Table cell renderer for elements of type
FlowVariable
. - FlowVariableTableCellRenderer() -
Constructor for class org.knime.core.node.util.FlowVariableTableCellRenderer
-
- flush() -
Method in class org.knime.base.util.NullPrintStream
-
- flush() -
Method in class org.knime.base.util.NullWriter
-
- flush() -
Method in class org.knime.core.data.container.BlockableOutputStream
- Delegates to output stream.
- flush() -
Method in class org.knime.core.data.container.DCObjectOutputVersion2
- Flushes the underlying streams.
- flush() -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- flush() -
Method in class org.knime.core.data.util.NonClosableOutputStream
-
- FONT -
Static variable in class org.knime.base.node.io.database.DBDialogPane
- Default font used for all components within the database dialogs.
- format(Locale, String, Object...) -
Method in class org.knime.base.util.NullPrintStream
-
- format(String, Object...) -
Method in class org.knime.base.util.NullPrintStream
-
- formatDouble(double) -
Static method in class org.knime.base.node.util.DoubleFormat
- Formats the double to a string.
- formatElapsedTime(long) -
Static method in class org.knime.core.node.util.StringFormat
- Formats a time difference into a string stating elapsed days, hours etc.
- formatNumber(double) -
Method in class org.knime.base.util.coordinate.DoubleCoordinate
- Formats a number according to the maximum length allowed for a domain
label.
- formatPath(String, int) -
Static method in class org.knime.core.node.util.StringFormat
- Formats paths such as file locations or URLs.
- fraction() -
Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
- Returns the relative number of rows in the output table (in relation to
the number of input rows).
- fraction(double) -
Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
- Sets the relative number of rows in the output table (in relation to the
number of input rows).
- freeUnderlyingDataRows() -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Frees the underlying data rows.
- FrequentItemSet - Class in org.knime.base.node.mine.subgroupminer.freqitemset
- A FrequentItemSet represents items that occur together in a number of
transactions.
- FrequentItemSet(String) -
Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
- Creates an empty frequent itemset with no items, support = 0 and neither
closed nor maximal.
- FrequentItemSet(String, List<Integer>) -
Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
- Creates frequent itemset with the passed items, support = 0 and neither
closed nor maximal.
- FrequentItemSet(String, List<Integer>, double) -
Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
- Creates a fequent itemset with the passed items and the given support.
- FrequentItemSet(String, List<Integer>, double, boolean, boolean) -
Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
- Creates a frequent itemset with the passed items, the given support and
whether it is closed or maximal.
- FrequentItemSet.Type - Enum in org.knime.base.node.mine.subgroupminer.freqitemset
- The type of the frequent itemset.
- FrequentItemSetModel - Class in org.knime.base.node.mine.subgroupminer.freqitemset
-
- FrequentItemSetModel() -
Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
-
- FrequentItemSetRow - Class in org.knime.base.node.mine.subgroupminer.freqitemset
- This class implements one row of a FrequentItemSetTable.
- FrequentItemSetRow(RowKey, List<String>, int, double, boolean, boolean) -
Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
- Creates a FrequentItemSetRow from the passed arguments.
- FrequentItemSetRow(RowKey, List<String>, int, double) -
Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
- Creates a FrequentItemSetRow from the passed arguments.
- FrequentItemSetTable - Class in org.knime.base.node.mine.subgroupminer.freqitemset
- A FrequentItemSetTable adds a sorting functionality to the normal DataTable.
- FrequentItemSetTable(FrequentItemSetRow[], DataTableSpec) -
Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable
- Creates a FrequentItemSetTable out of the passed row array and the given
DataTableSpec.
- FrequentItemSetTable(List<FrequentItemSetRow>, DataTableSpec) -
Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable
- Creates a FrequentItemSetTable out of the passed row list and the given
DataTableSpec.
- FrequentItemSetTable.Sorter - Enum in org.knime.base.node.mine.subgroupminer.freqitemset
- the feature the table should be sorted by.
- from() -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
- Returns the interval's start value.
- from(double) -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
- Sets the interval's start value.
- FULL_PRECISION_RENDERER -
Static variable in class org.knime.core.data.renderer.DoubleValueRenderer
- Singleton for full precision representation.
- FUZZIFIER_KEY -
Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Key to store the fuzzifier in the settings.
- FUZZY_TYPE -
Static variable in class org.knime.base.node.mine.sota.logic.SotaCellFactory
- The type specifying a
SotaFuzzyCell
.
- FuzzyBasisFunctionFactory - Class in org.knime.base.node.mine.bfn.fuzzy
- Basic interface for all basis function algorithms.
- FuzzyBasisFunctionFactory(int, int, DataTableSpec, String[], int) -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionFactory
- Creates a new factory fuzzy basisfunction along with a
Norm
and a
Shrink
function.
- FuzzyBasisFunctionLearnerNodeDialog - Class in org.knime.base.node.mine.bfn.fuzzy
- A dialog for the fuzzy basisfunction learner to set the following properties:
theta minus, theta plus, and a distance measurement.
- FuzzyBasisFunctionLearnerNodeDialog() -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeDialog
- Creates a new dialog pane for fuzzy basis functions in order
to set theta minus, theta plus, and a choice of distance function.
- FuzzyBasisFunctionLearnerNodeFactory - Class in org.knime.base.node.mine.bfn.fuzzy
-
- FuzzyBasisFunctionLearnerNodeFactory() -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
-
- FuzzyBasisFunctionLearnerNodeModel - Class in org.knime.base.node.mine.bfn.fuzzy
- The fuzzy basis function model training
FuzzyBasisFunctionLearnerRow
s. - FuzzyBasisFunctionLearnerNodeModel() -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
- Inits a new model for fuzzy basisfunctions.
- FuzzyBasisFunctionLearnerNodeView - Class in org.knime.base.node.mine.bfn.fuzzy
-
- FuzzyBasisFunctionLearnerNodeView(FuzzyBasisFunctionLearnerNodeModel) -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeView
- Create fuzzy learner node view.
- FuzzyBasisFunctionLearnerRow - Class in org.knime.base.node.mine.bfn.fuzzy
- Extends the general
BasisFunctionLearnerRow
object to act as
rectangular fuzzy prototype. - FuzzyBasisFunctionLearnerRow(RowKey, DataCell, DataRow, int, int, MutableDouble[], MutableDouble[]) -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
- Creates a new learner row for fuzzy rules.
- FuzzyBasisFunctionPortObject - Class in org.knime.base.node.mine.bfn.fuzzy
-
- FuzzyBasisFunctionPortObject() -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject
-
- FuzzyBasisFunctionPortObject(BasisFunctionModelContent) -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject
- Creates a new basis function model object.
- FuzzyBasisFunctionPortObject.FuzzyCreator - Class in org.knime.base.node.mine.bfn.fuzzy
- Used to create PNN predictor rows.
- FuzzyBasisFunctionPortObject.FuzzyCreator() -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject.FuzzyCreator
-
- FuzzyBasisFunctionPredictorNodeFactory - Class in org.knime.base.node.mine.bfn.fuzzy
-
- FuzzyBasisFunctionPredictorNodeFactory() -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
-
- FuzzyBasisFunctionPredictorNodeModel - Class in org.knime.base.node.mine.bfn.fuzzy
- The fuzzy basis function predictor model performing a prediction on the data
from the first input and the fuzzy basisfunction model from the second.
- FuzzyBasisFunctionPredictorNodeModel() -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeModel
-
- FuzzyBasisFunctionPredictorRow - Class in org.knime.base.node.mine.bfn.fuzzy
-
- FuzzyBasisFunctionPredictorRow(RowKey, DataCell, MembershipFunction[], int) -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
- Creates a new predictor as fuzzy rule.
- FuzzyBasisFunctionPredictorRow(ModelContentRO) -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
- Creates a new predictor as fuzzy rule.
- FuzzyClusterNodeDialog - Class in org.knime.base.node.mine.cluster.fuzzycmeans
- Dialog for
FuzzyClusterNodeModel
- allows to adjust number of
clusters and other properties. - FuzzyClusterNodeDialog() -
Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeDialog
- Constructor - set name of fuzzy c-means cluster node.
- FuzzyClusterNodeFactory - Class in org.knime.base.node.mine.cluster.fuzzycmeans
- Create classes for fuzzy c-means Clustering NodeModel, NodeView and
NodeDialogPane.
- FuzzyClusterNodeFactory() -
Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
-
- FuzzyClusterNodeModel - Class in org.knime.base.node.mine.cluster.fuzzycmeans
- Generate a fuzzy c-means clustering using a fixed number of cluster centers.
- FuzzyClusterNodeModel() -
Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Constructor, remember parent and initialize status.
- FuzzyClusterNodeView - Class in org.knime.base.node.mine.cluster.fuzzycmeans
- The FuzzyClusterNodeView provides the user with information about the quality
of the clustering.
- FuzzyClusterNodeView(FuzzyClusterNodeModel) -
Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeView
- Creates a new view.
- FuzzyHierarchyFilterMetaInformation - Class in org.knime.base.node.mine.sota.logic
-
- FuzzyHierarchyFilterMetaInformation() -
Constructor for class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
- Creates new instance of FuzzyHierarchyFilterMetaInformation.
- FuzzyHierarchyFilterRowContainer - Class in org.knime.base.node.mine.sota.logic
-
- FuzzyHierarchyFilterRowContainer(DataArray, int) -
Constructor for class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
- Creates an instance of FuzzyHierarchyFilterRowContainer with given
DataArray and hierarchy level.
- FuzzyIntervalCell - Class in org.knime.core.data.def
- A data cell implementation holding a fuzzy interval as value by storing this
value in four private
double
members, two for the min/max
values of the support, and two for the min/max values of the core of the
fuzzy interval. - FuzzyIntervalCell(double, double, double, double) -
Constructor for class org.knime.core.data.def.FuzzyIntervalCell
- Creates a new fuzzy interval cell based on the min/max of support and of
core.
- FuzzyIntervalValue - Interface in org.knime.core.data
- Interface supporting fuzzy interval cells holding support and core min and
max values.
- FuzzyIntervalValue.FuzzyIntervalUtilityFactory - Class in org.knime.core.data
- Implementations of the meta information of this value class.
- FuzzyIntervalValue.FuzzyIntervalUtilityFactory() -
Constructor for class org.knime.core.data.FuzzyIntervalValue.FuzzyIntervalUtilityFactory
- Only subclasses are allowed to instantiate this class.
- FuzzyIntervalValueComparator - Class in org.knime.core.data
- Comparator returned by the
FuzzyIntervalValue
datacell type. - FuzzyIntervalValueComparator() -
Constructor for class org.knime.core.data.FuzzyIntervalValueComparator
-
- FuzzyNumberCell - Class in org.knime.core.data.def
- A data cell implementation holding a Fuzzy number by storing this value in
three private
double
members, that is one for the core and two
for the min/max of the support. - FuzzyNumberCell(double, double, double) -
Constructor for class org.knime.core.data.def.FuzzyNumberCell
- Creates a new fuzzy number cell based on min, max support, and core.
- FuzzyNumberValue - Interface in org.knime.core.data
- Interface supporting fuzzy numbers defined by min and max support, and core.
- FuzzyNumberValue.FuzzyNumberUtilityFactory - Class in org.knime.core.data
- Implementations of the meta information of this value class.
- FuzzyNumberValue.FuzzyNumberUtilityFactory() -
Constructor for class org.knime.core.data.FuzzyNumberValue.FuzzyNumberUtilityFactory
- Only subclasses are allowed to instantiate this class.
- FuzzyNumberValueComparator - Class in org.knime.core.data
- Comparator returned by the
FuzzyNumberValue
datacell type. - FuzzyNumberValueComparator() -
Constructor for class org.knime.core.data.FuzzyNumberValueComparator
-
G
- GAP -
Static variable in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter
- space between the single scatter matrix elements.
- ge(int, int, DataValueComparator) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new greater than or equal node, that compares the values in two
columns.
- ge(int, Number) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new greater than or equal node, that compares the value in a
column to a fixed number.
- ge(int, String) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new greater than or equal node, that compares the value in a
column to a fixed string.
- GeneralDataValueComparator - Class in org.knime.base.node.preproc.setoperator
- Compares to
DataValue
using the general available
Object.toString()
method. - generateDataTableSpec(DataTableSpec...) -
Static method in class org.knime.base.data.append.row.AppendedRowsTable
- Factory method that determines the final
DataTableSpec
given the
tables.
- generateDistinctColor(int, int) -
Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
- Generates most distinct colors for neighbor indexes.
- generateNewID() -
Static method in class org.knime.core.node.BufferedDataTable
- Returns a table identifier and increments the internal counter.
- generateNewSpec(DataTableSpec, String[]) -
Static method in class org.knime.base.data.normalize.Normalizer
- Creates a new DataTableSpec.
- GeometryUtil - Class in org.knime.base.node.viz.pie.util
- Helper class for geometric calculations.
- get(String) -
Static method in enum org.knime.base.node.mine.decisiontree2.PMMLArrayType
- Returns the corresponding array type for the passed representation.
- get(String) -
Static method in enum org.knime.base.node.mine.decisiontree2.PMMLBooleanOperator
- Returns the corresponding operator for the passed representation.
- get(String) -
Static method in enum org.knime.base.node.mine.decisiontree2.PMMLMissingValueStrategy
- Returns the corresponding missing value strategy to the string
representation.
- get(String) -
Static method in enum org.knime.base.node.mine.decisiontree2.PMMLNoTrueChildStrategy
- Returns the corresponding no true child strategy to the representation.
- get(String) -
Static method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
- Returns the corresponding operator for the passed representation.
- get(String) -
Static method in enum org.knime.base.node.mine.decisiontree2.PMMLPredicate.PMMLPredicates
- Returns the corresponding class for the passed predicate type.
- get(String) -
Static method in enum org.knime.base.node.mine.decisiontree2.PMMLSetOperator
- Returns the corresponding operator for the passed representation.
- get(int, int) -
Method in class org.knime.base.util.HalfDoubleMatrix
- Returns a value in the matrix.
- get(int, int) -
Method in class org.knime.base.util.HalfFloatMatrix
- Returns a value in the matrix.
- get(int, int) -
Method in class org.knime.base.util.HalfIntMatrix
- Returns a value in the matrix.
- get(int) -
Method in class org.knime.core.data.collection.BlobSupportDataCellList
- Returns the element at the specified position of the list.
- get(int) -
Method in class org.knime.core.data.collection.ListCell
- Returns the cell at the specified position in the list.
- get(int) -
Method in interface org.knime.core.data.collection.ListDataValue
- Returns the cell at the specified position in the list.
- get(DataCell) -
Static method in class org.knime.core.data.container.CellClassInfo
- Access method to retrieve the CellClassInfo for a given DataCell.
- get(Class<? extends DataCell>, DataType) -
Static method in class org.knime.core.data.container.CellClassInfo
- Same as
CellClassInfo.get(DataCell)
, only with resolved arguments.
- get() -
Method in class org.knime.core.data.util.SynchronizedIterator.ElementAndIndex
-
- get(long) -
Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
- Returns the value of the specified bit.
- get(long) -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Returns true if the bit at the specified index is set.
- get(long) -
Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
- Returns the value of the specified bit.
- get(long) -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
- Returns true if the bit at the specified index is set.
- get(long) -
Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
- Returns the value of the specified bit.
- get(long) -
Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
- Returns the count stored at the specified position.
- get(int) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Returns the count stored at the specified position.
- get(long) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
- Returns the count stored at the specified position.
- get(long) -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
- Returns the number stored at the specified index.
- get(long) -
Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
- Returns the count stored at the specified position.
- get(String) -
Static method in enum org.knime.core.node.workflow.WorkflowPersistorVersion200.LoadVersion
- Get the load version for the version string or null if unknown.
- get(int) -
Method in class org.knime.core.util.ObjectPool
- Returns an object from the (sub) pool, or
null
if the pool
is empty.
- get() -
Method in class org.knime.core.util.Pointer
- Returns the value of the pointer.
- get1DImagD() -
Method in class org.knime.base.util.math.EigenvalueDecomposition
-
- get1DRealD() -
Method in class org.knime.base.util.math.EigenvalueDecomposition
-
- getAbsAggregationValue() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getAccuracy() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
- getActionCommand() -
Method in enum org.knime.base.node.viz.aggregation.AggregationMethod
- Should return the ButtonGroup wide unique action command.
- getActionCommand() -
Method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
-
- getActionCommand() -
Method in enum org.knime.base.node.viz.aggregation.ValueScale
- Should return the ButtonGroup wide unique action command.
- getActionCommand() -
Method in enum org.knime.base.node.viz.histogram.HistogramLayout
-
- getActionCommand() -
Method in interface org.knime.core.node.util.ButtonGroupEnumInterface
- Should return the ButtonGroup wide unique action command.
- getActivation(double) -
Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
- getActivation(.).
- 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
-
- 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
-
- getAffinityDegree(DataRow, DataRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionAntisymmetricRowOverlap
-
- getAffinityDegree(DataRow, DataRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionRowInclusion
-
- getAffinityDegree(DataRow, DataRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionSymmetricRowOverlap
-
- getAffinityDegree(DataRow, DataRow) -
Method in interface org.knime.base.node.mine.bfn.DegreeOfAffinity
-
- getAggrColName() -
Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
-
- getAggrColumns() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getAggrColumns() -
Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
-
- getAggrColumns() -
Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
-
- getAggrColumns() -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
-
- getAggrColumns() -
Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
-
- getAggregationColSpec() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
- getAggregationColumnCount() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
-
- getAggregationColumnName() -
Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieVizModel
-
- getAggregationColumnName() -
Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
-
- getAggregationColumnName() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getAggregationColumnName() -
Method in class org.knime.base.node.viz.pie.node.PieNodeModel
-
- getAggregationMethod(DataColumnSpec, AggregationMethod, AggregationMethod) -
Static method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- getAggregationMethod() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getAggregationMethod() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getAggregationSum() -
Method in interface org.knime.base.node.viz.aggregation.AggregationModel
-
- getAggregationSum() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- getAggregationSum() -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- getAggregationValue(AggregationMethod) -
Method in interface org.knime.base.node.viz.aggregation.AggregationModel
-
- getAggregationValue(AggregationMethod) -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- getAggregationValue(AggregationMethod) -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- getAggrMethod() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
-
- getAggrMethod() -
Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
-
- getAggrMethod() -
Method in class org.knime.base.node.viz.pie.datamodel.PieHiliteCalculator
-
- getAlgorithmName() -
Method in class org.knime.base.node.mine.regression.PMMLRegressionContentHandler
-
- getAllBendpoints() -
Method in class org.knime.core.node.workflow.ConnectionUIInformation
- Gets all bendpoints.
- getAllBits() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Returns a copy of the internal storage of all bits.
- getAllClassFrequency() -
Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
-
- getAllCols(Class<? extends DataValue>, DataTableSpec) -
Static method in class org.knime.base.node.preproc.domain.DomainNodeModel
- Finds all columns in a spec whose type is compatible to cl.
- getAllComments() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated.
- getAllComments() -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
- getAllCountIndices() -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
- Returns a copy of the internal storage of all values.
- getAllCounts() -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Returns a copy of the internal array of counts.
- getAllCounts() -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
- Returns a copy of the internal storage of all values.
- getAllCountsAsBytes() -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Returns a copy of the internal array of counts.
- getAllCoveredPattern() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Returns a set which contains all input training pattern covered by this
basis function.
- getAllDataRows() -
Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
- Returns all data row (leaf nodes) this sub tree.
- getAllDelimiters() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated.
- getAllDelimiters() -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
- getAllErrorMessages(int) -
Method in class org.knime.base.node.io.filereader.SettingsStatus
- Deprecated. Creates a string containing concatenated error messages, separated by a
new line ('\n') character.
- getAllErrorMessages(int) -
Method in class org.knime.core.util.tokenizer.SettingsStatus
- Creates a string containing concatenated error messages, separated by a
new line ('\n') character.
- getAllJobManagerFactoryIDs() -
Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
- Returns names of all registered
NodeExecutionJobManagerFactory
s.
- 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.AbstractConfigEntry
-
- getAllQuotes() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated.
- getAllQuotes() -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
- getAllWhiteSpaces() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated.
- getAllWhiteSpaces() -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
- getAlpha() -
Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
-
- getAlpha() -
Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
-
- getAlpha() -
Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
-
- getAlphas() -
Method in class org.knime.base.node.mine.svm.Svm
-
- getAncestor() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns the cells ancestor.
- getAnchor() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Returns the basisfunction's anchor vector.
- getAnchor() -
Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
- getAntecedent() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
-
- getAntialiasButton() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
-
- getAntiAliasButton() -
Method in class org.knime.base.node.viz.plotter.props.DefaultTab
-
- getAppendedCell(DataRow) -
Method in interface org.knime.base.data.append.column.AppendedCellFactory
- Get the new cells for a given row.
- getAppendedCell(DataRow) -
Method in class org.knime.base.data.append.column.DefaultAppendedCellFactory
- Get the value to row's key.
- getAppendedCell(DataRow) -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
- Get the new cells for a given row.
- getAppendedColumnClasses() -
Method in class org.knime.base.data.append.column.AppendedColumnTable
- Get the class values of the appended columns.
- getAppendedColumnName() -
Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
-
- getAppendTable() -
Method in class org.knime.core.data.container.RearrangeColumnsTable
- Get reference to the appended table.
- getApplyColumn() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
- getApproximationFor(String, double) -
Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
- Does a prediction when the given variable has the value v and all other
variables have their mean value.
- getAprioriAlgorithm(AprioriAlgorithmFactory.AlgorithmDataStructure, int, int) -
Static method in class org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithmFactory
- Returns an instance of the AprioriAlgorithm interface according to the
passed type.
- getArcBounds(Rectangle2D, Rectangle2D, double, double, double) -
Static method in class org.knime.base.node.viz.pie.util.GeometryUtil
- Returns a rectangle that can be used to create a pie section (taking
into account the amount by which the pie section is 'exploded').
- getArchitecture() -
Method in class org.knime.base.data.neural.MultiLayerPerceptron
-
- getArea() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
- Returns the curve's area.
- getArea() -
Method in class org.knime.base.node.viz.roc.ROCNodeModel.ROCCurve
- Returns the curve's area.
- getArrayType() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
- Returns the data type of the contained array.
- getAssociationRules(double) -
Method in interface org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithm
- Returns the association rules generated from the found frequent itemsets
with the passed minimal confidence.
- getAssociationRules(double) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayApriori
- Returns the association rules generated from the found frequent itemsets
with the passed minimal confidence.
- getAssociationRules(double) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDApriori
- Returns the association rules generated from the found frequent itemsets
with the passed minimal confidence.
- getAssociationRules() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
-
- getAttributeIndex() -
Method in class org.knime.base.node.mine.decisiontree2.learner.Split
- Returns the index of the attribute this split object is responsible for.
- getAttributeModel(String) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
- getAttributeModels() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
- getAttributeName() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- getAttributeName(int) -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns the name of the attribute specified by the given index.
- getAttributesWithMissingVals() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
- getAttributeValue(String, String, boolean) -
Method in class org.knime.core.xml.XMLProperties
- Returns the attribute value for a xml element and attribute name.
- getAttributeValue(Node, String) -
Method in class org.knime.core.xml.XMLProperties
- Returns the attribute value for a xml element and attribute name.
- getAvailableFlowVariables() -
Method in class org.knime.core.node.NodeDialogPane
-
- getAvailableFlowVariables() -
Method in class org.knime.core.node.workflow.FlowObjectStack
- Get all (visible!) variables on the stack in a non-modifiable map.
- getAvailableRenderers(int) -
Method in class org.knime.core.node.tableview.TableContentView
- Get the description of all available renderers in a column.
- getAxes() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
-
- getBackground() -
Static method in class org.knime.core.data.property.ColorAttr
- Returns the preferred background color.
- getBar(Color) -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- getBars() -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- getBarStrokeWidth() -
Static method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
-
- getBaseID() -
Method in class org.knime.core.node.workflow.execresult.WorkflowExecutionResult
-
- getBaseIterator() -
Method in class org.knime.base.data.append.column.AppendedColumnTable
- Get new iterator over the underlying table.
- getBasicComparator() -
Method in class org.knime.base.node.viz.histogram.impl.interactive.RowByColumnComparator
-
- getBasisFunctionIterator() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
-
- getBasisFunctions() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
- Returns the map of basis functions list for each class.
- getBasisFunctions() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionModelContent
-
- getBasisFunctions() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
-
- getBegin() -
Method in class org.knime.base.node.io.filetokenizer.Comment
- Deprecated.
- getBegin() -
Method in class org.knime.core.util.tokenizer.Comment
-
- getBendpoint(int) -
Method in class org.knime.core.node.workflow.ConnectionUIInformation
- Returns a bendpoint.
- getBestClass() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
-
- getBestQualityMeasure() -
Method in class org.knime.base.node.mine.decisiontree2.learner.Split
- Returns the quality index of this split.
- getBestSplitValue() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitContinuous
- Returns the split value which was evaluated as the best according to the
induced partition purity.
- getBetas() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Returns the learned beta values.
- getBetweenClusterVariation() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
- Calculates the Between-Cluster Variation.
- getBetweenClusterVariation() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Calculates the Between-Cluster Variation.
- getBin(int) -
Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
- Return
Bin
for index.
- getBin() -
Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
-
- getBin(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
-
- getBinFile() -
Method in class org.knime.core.data.container.Buffer
-
- getBinName() -
Method in interface org.knime.base.node.preproc.binner.BinnerColumnFactory.Bin
-
- getBinName() -
Method in class org.knime.base.node.preproc.binner.NumericBin
-
- 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.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
-
- 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.
- getBoolean(String) -
Method in class org.knime.core.node.config.Config
- Return boolean for key.
- getBoolean(String, boolean) -
Method in class org.knime.core.node.config.Config
- Return boolean for key or the default value if not available.
- getBoolean() -
Method in class org.knime.core.node.config.ConfigBooleanEntry
-
- getBoolean(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Return boolean for key.
- getBoolean(String, boolean) -
Method in interface org.knime.core.node.config.ConfigRO
- Return boolean for key or the default value if not available.
- getBooleanArray(String) -
Method in class org.knime.core.node.config.Config
- Return a boolean array for key which can be null.
- getBooleanArray(String, boolean...) -
Method in class org.knime.core.node.config.Config
- 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.ConfigRO
- Return a boolean array for key which can be null.
- getBooleanArray(String, boolean...) -
Method in interface org.knime.core.node.config.ConfigRO
- Return a boolean array which can be null for key, or the default value if
not available.
- 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.
- 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.node.preproc.groupby.dialogutil.AggregationMethodTableCellEditor
-
- getBoxes() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
-
- getBreadthFirstListOfNodeAndSuccessors(NodeID, boolean) -
Method in class org.knime.core.node.workflow.Workflow
- Return map of node ids connected to the given node sorted in breadth
first order mapped to a set of portIDs.
- getBreakButton() -
Method in class org.knime.core.node.interrupt.InterruptControlPanel
- Returns the button for the BREAK event.
- getBuffer() -
Method in class org.knime.core.data.container.BlobWrapperDataCell
-
- getBuffer() -
Method in class org.knime.core.data.container.ContainerTable
- Get reference to buffer.
- getBufferedDataTable() -
Method in class org.knime.base.data.sort.SortedTable
-
- getBufferedTable() -
Method in class org.knime.base.node.preproc.groupby.GroupByTable
-
- getBufferedTable() -
Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
-
- getBufferedTable() -
Method in class org.knime.core.data.container.DataContainer
- Returns the table holding the data.
- getBufferedTableId() -
Method in class org.knime.core.node.BufferedDataTable
- Method being used internally, not interesting for the implementor of
a new node model.
- getBufferID() -
Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
-
- getBufferID() -
Method in class org.knime.core.data.container.Buffer
- Get this buffer's ID.
- getBufferID() -
Method in class org.knime.core.data.container.ContainerTable
- Delegates to buffer to get its ID.
- getBufferID() -
Method in class org.knime.core.data.container.CopyOnAccessTask
- Get this buffer's ID.
- getByte(String) -
Method in class org.knime.core.node.config.Config
- Return byte for key.
- getByte(String, byte) -
Method in class org.knime.core.node.config.Config
- Return byte for key.
- getByte() -
Method in class org.knime.core.node.config.ConfigByteEntry
-
- getByte(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Return byte for key.
- getByte(String, byte) -
Method in interface org.knime.core.node.config.ConfigRO
- Return byte for key.
- getByteArray(String, byte...) -
Method in class org.knime.core.node.config.Config
- 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.Config
- Return byte array which can be null for key.
- getByteArray(String, byte...) -
Method in interface org.knime.core.node.config.ConfigRO
- 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.ConfigRO
- Return byte array which can be null for key.
- getByteVectorCopy() -
Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
- Returns a clone of the internal dense byte vector.
- getByteVectorCopy() -
Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
- Returns a clone of the internal sparse byte vector.
- getCacheSize() -
Method in class org.knime.core.node.tableview.TableContentModel
- Get the size of the cache.
- getCalcTypeModel() -
Static method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeDialog
-
- getCalculator() -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
-
- getCalculator() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getCaseSensitive() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
-
- getCaseSensitivity() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
-
- getCause() -
Method in exception org.knime.base.data.append.row.AppendedRowsIterator.RuntimeCanceledExecutionException
- Get reference to causing exception.
- getCause() -
Method in exception org.knime.base.node.preproc.filter.row.RowFilterIterator.RuntimeCanceledExecutionException
- Get reference to causing exception.
- getCause() -
Method in exception org.knime.base.node.preproc.missingval.MissingValueHandlingTableIterator.RuntimeCanceledExecutionException
- Get reference to causing exception.
- getCell(int) -
Method in class org.knime.base.data.append.column.AppendedColumnRow
- Returns the
DataCell
at the provided index within this row.
- getCell(int) -
Method in class org.knime.base.data.append.row.ResortedCellsRow
- Returns the
DataCell
at the provided index within this row.
- getCell(DataRow) -
Method in class org.knime.base.data.bitvector.BitString2BitVectorCellFactory
- Called from getCells.
- getCell(DataRow) -
Method in class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
- Called from getCells.
- getCell(DataRow) -
Method in class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
- Called from getCells.
- getCell(DataRow) -
Method in class org.knime.base.data.bitvector.Numeric2BitVectorMeanCellFactory
- Called from getCells.
- getCell(DataRow) -
Method in class org.knime.base.data.bitvector.Numeric2BitVectorThresholdCellFactory
- Called from getCells.
- getCell(int) -
Method in class org.knime.base.data.filter.column.FilterColumnRow
- Returns the data cell at the given
index
.
- getCell(int) -
Method in class org.knime.base.data.replace.ReplacedColumnsDataRow
- Returns the
DataCell
at the provided index within this row.
- getCell(int) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
- Returns the
DataCell
at the provided index within this row.
- getCell(int) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Returns the
DataCell
at the provided index within this row.
- getCell(int) -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
- Returns the
DataCell
at the provided index within this row.
- getCell() -
Method in class org.knime.base.node.preproc.setoperator.RowKeyCellMap
-
- getCell() -
Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
-
- getCell(int) -
Method in class org.knime.core.data.container.BlobSupportDataRow
- If the cell at index is a blob wrapper cell, it will fetch the content
and return it.
- getCell() -
Method in class org.knime.core.data.container.BlobWrapperDataCell
- Fetches the content of the blob cell.
- getCell(DataRow) -
Method in class org.knime.core.data.container.SingleCellFactory
- Called from getCells.
- getCell(int) -
Method in interface org.knime.core.data.DataRow
- Returns the
DataCell
at the provided index within this row.
- getCell(int) -
Method in class org.knime.core.data.def.DefaultRow
- Returns the
DataCell
at the provided index within this row.
- getCell(int) -
Method in class org.knime.core.data.def.JoinedRow
- Returns the
DataCell
at the provided index within this row.
- getCellClass() -
Method in class org.knime.core.data.container.CellClassInfo
-
- getCells(DataRow) -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
- Get the new cells for a given row.
- getCells(DataRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
- Predicts given row using the underlying basis function model.
- getCells(DataRow) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.ClusterMembershipFactory
- Get the new cells for a given row.
- getCells(DataRow) -
Method in class org.knime.base.node.mine.mds.MDSCellFactory
- Get the new cells for a given row.
- getCells(ArrayList<SotaTreeCell>, SotaTreeCell) -
Static method in class org.knime.base.node.mine.sota.logic.SotaManager
- Collects all cells of the tree recursive.
- getCells(DataRow) -
Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorCellFactory
- Get the new cells for a given row.
- getCells(DataRow) -
Method in class org.knime.base.node.mine.svm.predictor.SVMPredictor
- Get the new cells for a given row.
- getCells(DataRow) -
Method in interface org.knime.base.node.parallel.appender.ExtendedCellFactory
- Get the new cells for a given row.
- getCells(DataRow) -
Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
- Get the new cells for a given row.
- getCells(DataRow) -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterCellFactory
- Get the new cells for a given row.
- getCells(DataRow) -
Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosCellFactory
- Get the new cells for a given row.
- getCells(DataRow) -
Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
- Get the new cells for a given row.
- getCells(DataRow) -
Method in class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
- Get the new cells for a given row.
- getCells(DataRow) -
Method in interface org.knime.core.data.container.CellFactory
- Get the new cells for a given row.
- getCells(DataRow) -
Method in class org.knime.core.data.container.SingleCellFactory
- Get the new cells for a given row.
- getCellSerializer() -
Static method in class org.knime.core.data.collection.ListCell
- Get serializer as required by
DataCell
.
- getCellSerializer() -
Static method in class org.knime.core.data.collection.SetCell
- Get serializer as required by
DataCell
.
- getCellSerializer(Class<T>) -
Static method in class org.knime.core.data.DataType
- Returns a
DataCellSerializer
for the runtime
class of a DataCell
or null
if
the passed class of type DataCell
does not
implement
- getCellSerializer() -
Static method in class org.knime.core.data.date.DateAndTimeCell
-
- getCellSerializer() -
Static method in class org.knime.core.data.def.ComplexNumberCell
- Returns the factory to read/write DataCells of this class from/to a
DataInput/DataOutput.
- getCellSerializer() -
Static method in class org.knime.core.data.def.DoubleCell
- Returns the factory to read/write DataCells of this class from/to
a DataInput/DataOutput.
- getCellSerializer() -
Static method in class org.knime.core.data.def.FuzzyIntervalCell
- Returns the factory to read/write DataCells of this class from/to
a DataInput/DataOutput.
- getCellSerializer() -
Static method in class org.knime.core.data.def.FuzzyNumberCell
- Returns the factory to read/write DataCells of this class from/to a
DataInput/DataOutput.
- getCellSerializer() -
Static method in class org.knime.core.data.def.IntCell
- Returns the factory to read/write DataCells of this class from/to a
DataInput/DataOutput.
- getCellSerializer() -
Static method in class org.knime.core.data.def.IntervalCell
- Returns the factory to read/write DataCells of this class from/to a
DataInput/DataOutput.
- getCellSerializer() -
Static method in class org.knime.core.data.def.LongCell
- Returns the factory to read/write DataCells of this class from/to a
DataInput/DataOutput.
- getCellSerializer() -
Static method in class org.knime.core.data.def.StringCell
- Returns the factory to read/write DataCells of this class from/to a
DataInput/DataOutput.
- getCellSerializer() -
Static method in class org.knime.core.data.def.TimestampCell
- Deprecated. Returns the factory to read/write DataCells of this class from/to
a DataInput/DataOutput.
- getCellSerializer() -
Static method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
- Returns the factory to read/write DataCells of this class from/to a
DataInput/DataOutput.
- getCellSerializer() -
Static method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
- Returns the factory to read/write DataCells of this class from/to a
DataInput/DataOutput.
- getCellSerializer() -
Static method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
- Returns the factory to read/write DataCells of this class from/to a
DataInput/DataOutput.
- getCellSerializer() -
Static method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
- Returns the factory to read/write DataCells of this class from/to a
DataInput/DataOutput.
- 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.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.Config
- Return char for key.
- getChar(String, char) -
Method in class org.knime.core.node.config.Config
- Return char for key or the default value if not available.
- getChar() -
Method in class org.knime.core.node.config.ConfigCharEntry
-
- getChar(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Return char for key.
- getChar(String, char) -
Method in interface org.knime.core.node.config.ConfigRO
- Return char for key or the default value if not available.
- getCharArray(String) -
Method in class org.knime.core.node.config.Config
- Return char array which can be null for key.
- getCharArray(String, char...) -
Method in class org.knime.core.node.config.Config
- 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.ConfigRO
- Return char array which can be null for key.
- getCharArray(String, char...) -
Method in interface org.knime.core.node.config.ConfigRO
- 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.filereader.FileReaderSettings
-
- 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.AbstractConfigEntry
-
- getChildAt(int) -
Method in class org.knime.core.node.config.Config
- 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.core.node.config.AbstractConfigEntry
-
- getChildCount() -
Method in class org.knime.core.node.config.Config
-
- getChildNodeAt(int) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Return DecisionTreeNode at specific branch.
- getChildren() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Returns the children.
- getChildren() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDPrefixTreeNode
- Returns the list of children.
- getChildren() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
-
- getChildren() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
-
- getChildSplitAttribute(ArrayList<TempTreeNodeContainer>) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeHandler
- Returns the name of the split attribute of the children, or an empty
String if the split works on multiple attributes.
- getChildStatus(int) -
Method in interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus
- Query the execution status for a child given its
node id suffix.
- getChildStatus(int) -
Method in class org.knime.core.node.workflow.execresult.SingleNodeContainerExecutionResult
- Query the execution status for a child given its
node id suffix.
- getChildStatus(int) -
Method in class org.knime.core.node.workflow.execresult.WorkflowExecutionResult
- Query the execution status for a child given its
node id suffix.
- getChooseBackgroundButton() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
-
- getChooseBackgroundButton() -
Method in class org.knime.base.node.viz.plotter.props.DefaultTab
-
- getChunkSize() -
Method in class org.knime.base.node.parallel.AbstractParallelNodeModel
- Returns the current chunk size.
- getChunkSize() -
Method in class org.knime.core.node.tableview.TableContentModel
- Get the chunk size.
- getClassColumn() -
Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
-
- getClassColumn() -
Method in class org.knime.base.node.viz.roc.ROCSettings
- Returns the name of the class column.
- getClassColumnDataType() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
- getClassColumnName() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
- getClassCount() -
Method in class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
- Returns the number of distinct values (classes) in the class column
that is used for the stratified sampling.
- getClassCounts(DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
- Determine class counts for a new pattern given as a row of values.
- getClassCounts() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Return class counts, that is how many patterns (also fractions of) for
each class were encountered in this branch during training.
- getClassCounts(DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Determine class counts for a new pattern given as a row of values.
- getClassCounts(DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
- Determine class counts for a new pattern given as a row of values.
- getClassCounts(DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Determine class counts for a new pattern given as a row of values.
- getClassCounts(DataCell, DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Determine class counts for a new pattern given as a row of values.
- getClassCounts(DataCell, DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
- Deprecated. Determine class counts for a new pattern given as a row of values.
- getClassCounts(DataCell, DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
- Deprecated. Determine class counts for a new pattern given as a row of values.
- getClassCounts(DataCell, DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
- Deprecated. Determine class counts for a new pattern given as a row of values.
- getClassCounts(DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
- Determine class counts for a new pattern given as a row of values.
- getClassCounts(DataCell, DataRow, DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
- Determine class counts for a new pattern given as a row of values.
- getClassCounts() -
Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
-
- getClassDistribution() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
-
- getClassFrequencies() -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns the class frequencies as a
LinkedHashMap
mapping class values (DataCell
) to the frequency as doubles.
- getClassFrequencyArray() -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns the class frequency array representing the class distribution of
this table.
- getClassifyColumn() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
-
- getClassLabel() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
-
- getClassLabel() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
-
- getClassMapping() -
Method in class org.knime.base.data.neural.MultiLayerPerceptron
- Allows to get the class mapping from output neurons to class values.
- getClassOutput(double[]) -
Method in class org.knime.base.data.neural.MultiLayerPerceptron
- Finds the winner and returns its class output value.
- getClassPriorProbability(String) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
- getClassProbabilities(String[], DataRow, List<String>, boolean, double) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
- getClassValue() -
Method in class org.knime.base.data.neural.Perceptron
-
- getClassValue() -
Method in class org.knime.base.node.mine.decisiontree2.learner.ClassValueDataRow
- Returns the class value.
- getClassValue() -
Method in class org.knime.base.node.mine.decisiontree2.learner.DataRowWeighted
- Returns the class value.
- getClassValue() -
Method in class org.knime.base.node.mine.svm.util.DoubleVector
-
- getClassValueMapper() -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns the class value mapper of this table.
- getClassValues() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- getClassValues() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
- getClassValues() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
- getClassValues() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
- getClassValues() -
Method in class org.knime.base.node.mine.smote.Smoter
- Get iterator of all classes that occur in the target column.
- getClearHiliteAction() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- This action calls
AbstractPlotter.delegateUnHiLiteAll()
, if it is overridden
take care to not return null
since it might be called also
when the AbstractPlotter.getHiLiteMenu()
returns null.
- getClonedBins() -
Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
-
- getClonedMissingSection() -
Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
-
- getClonedMissingValueBin() -
Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
-
- getClonedSections() -
Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
-
- getClusterCenter(int) -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Return prototype vector of cluster c.
- getClusterCentres() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
- getClusterCentres() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
-
- getClusterCoverage(int) -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Return coverage of a cluster.
- getClusterCoverage() -
Method in class org.knime.base.node.mine.cluster.PMMLClusterHandler
-
- getClusterCoverage() -
Method in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
-
- 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.PMMLRegressionPortObject.NumericPredictor
-
- getColIdx() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
-
- getColIndex(String) -
Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
-
- 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.
- getColName() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
-
- getColName() -
Method in class org.knime.base.node.preproc.groupby.aggregation.ColumnAggregator
-
- getColNames() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
-
- getColor() -
Method in interface org.knime.base.node.viz.aggregation.AggregationModel
-
- getColor() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- getColor() -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- getColor() -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
-
- getColor() -
Method in class org.knime.base.node.viz.histogram.util.ColorColumn
-
- getColor() -
Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
-
- getColor() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
- getColor() -
Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- getColor() -
Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
-
- getColor() -
Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
-
- getColor() -
Method in class org.knime.core.data.property.ColorAttr
- Returns this attribute's color value.
- getColor(boolean, boolean) -
Method in class org.knime.core.data.property.ColorAttr
- Returns the color value for this object under certain constrains.
- getColorAttr(DataCell) -
Method in interface org.knime.core.data.property.ColorHandler.ColorModel
- Returns a
ColorAttr
for the given DataCell
.
- getColorAttr(DataCell) -
Method in class org.knime.core.data.property.ColorHandler
- Returns a
ColorAttr
object as specified by the content
of the given DataCell
.
- getColorAttr(DataCell) -
Method in class org.knime.core.data.property.ColorModelNominal
- Returns a ColorAttr for the given DataCell value, or
ColorAttr.DEFAULT
if not set.
- getColorAttr(DataCell) -
Method in class org.knime.core.data.property.ColorModelRange
- Returns a ColorAttr for the given DataCell value, or
ColorAttr.DEFAULT
if not set.
- getColorAttr(int) -
Method in interface org.knime.core.node.tableview.TableContentInterface
- Get the color of a requested row, The color is shown as icon in front
of the row key.
- getColorAttr(int) -
Method in class org.knime.core.node.tableview.TableContentModel
- Get the color information for a row.
- getColorAttr(int) -
Method in class org.knime.core.node.tableview.TableRowHeaderModel
- Delegating method to
TableContentModel
.
- getColorChooser() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
-
- getColorChooser() -
Method in class org.knime.base.node.viz.plotter.props.DefaultTab
-
- getColorHandler() -
Method in class org.knime.core.data.DataColumnSpec
- Returns the
ColorHandler
defined on this column, if
available.
- getColorLegend() -
Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
-
- getColorMapping() -
Method in class org.knime.base.node.viz.plotter.props.ColorLegendTab
-
- getColorNameColumns() -
Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
-
- getColSeparator() -
Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- getColSetting(int) -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
- The column settings for a column.
- getColSpec() -
Method in class org.knime.base.node.preproc.groupby.aggregation.ColumnAggregator
-
- 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.
- getColumn() -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- getColumn() -
Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
-
- getColumnAggregators() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- getColumnClass(int) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- getColumnClass(int) -
Method in class org.knime.core.node.tableview.TableContentModel
- Returns DataCell.class.
- getColumnClass(int) -
Method in class org.knime.core.node.tableview.TableRowHeaderModel
- Return
DataCell.class
since the key of a
DataRow
is a DataCell
.
- getColumnCount() -
Method in class org.knime.base.node.mine.scorer.accuracy.ConfusionTableModel
- Column and row count are equal as this is a square matrix.
- getColumnCount() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- getColumnCount() -
Method in class org.knime.core.node.tableview.TableContentModel
- Get the column count.
- getColumnCount() -
Method in class org.knime.core.node.tableview.TableRowHeaderModel
- Returns 1.
- getColumnDelimiter() -
Method in class org.knime.base.node.io.filereader.XMLPropsReader
- Returns column delimiter string.
- getColumnDestinations() -
Method in interface org.knime.base.node.parallel.appender.ExtendedCellFactory
- Returns an array of column actions that describe for each column that
is returned by
ExtendedCellFactory.getCells(org.knime.core.data.DataRow)
where is should be inserted into the output table.
- getColumnFilter() -
Method in class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
- Returns the column filter panel so, for example, listeners can be added.
- getColumnHeader() -
Method in class org.knime.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
-
- getColumnIndices() -
Method in class org.knime.base.data.filter.column.FilterColumnTable
-
- getColumnInFactory() -
Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
-
- 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.node.io.filereader.XMLPropsReader
- Returns column name at index.
- getColumnName(int) -
Method in class org.knime.base.node.mine.scorer.accuracy.ConfusionTableModel
- Returns the column names, i.e.
- getColumnName() -
Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalPanel
-
- getColumnName() -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- getColumnName() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated.
- getColumnName(int) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- 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(int) -
Method in class org.knime.core.node.tableview.TableContentModel
- Get the column header for some specific column index.
- getColumnName(int) -
Method in class org.knime.core.node.tableview.TableRowHeaderModel
- Returns "Key" as default row header name.
- getColumnNames() -
Method in class org.knime.base.data.statistics.Statistics2Table
-
- getColumnNames() -
Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
-
- getColumnNames() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Returns the column names.
- getColumnNames() -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
- getColumnNumDeterminingLineNumber() -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- getColumnProperties() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
- getColumns() -
Method in class org.knime.base.node.mine.sota.view.JMultiLineToolTip
- Returns number of columns.
- getColumnSpec() -
Method in class org.knime.base.node.io.filereader.ColProperty
-
- getColumnSpec() -
Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
-
- getColumnSpec(int) -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
-
- getColumnSpec() -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
-
- getColumnSpec(int) -
Method in class org.knime.core.data.DataTableSpec
- Returns column information of the column with the provided index.
- getColumnSpec(String) -
Method in class org.knime.core.data.DataTableSpec
- Returns the
DataColumnSpec
of the column with the provided name.
- getColumnSpecs() -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
- The column specs for the cells that are generated in the getCells()
method.
- getColumnSpecs() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
- The column specs for the cells that are generated in the getCells()
method.
- getColumnSpecs() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.ClusterMembershipFactory
- The column specs for the cells that are generated in the getCells()
method.
- getColumnSpecs() -
Method in class org.knime.base.node.mine.mds.MDSCellFactory
- The column specs for the cells that are generated in the getCells()
method.
- getColumnSpecs(int) -
Static method in class org.knime.base.node.mine.mds.MDSNodeModel
- The
DataColumnSpec
s of the mds data (columns).
- getColumnSpecs(int) -
Static method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
- The
DataColumnSpec
s of the mds data (columns).
- getColumnSpecs() -
Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorCellFactory
- The column specs for the cells that are generated in the getCells()
method.
- getColumnSpecs() -
Method in class org.knime.base.node.mine.svm.predictor.SVMPredictor
- The column specs for the cells that are generated in the getCells()
method.
- getColumnSpecs() -
Method in interface org.knime.base.node.parallel.appender.ExtendedCellFactory
- The column specs for the cells that are generated in the getCells()
method.
- getColumnSpecs() -
Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
- The column specs for the cells that are generated in the getCells()
method.
- getColumnSpecs() -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterCellFactory
- The column specs for the cells that are generated in the getCells()
method.
- getColumnSpecs() -
Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosCellFactory
- The column specs for the cells that are generated in the getCells()
method.
- getColumnSpecs() -
Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
- The column specs for the cells that are generated in the getCells()
method.
- getColumnSpecs() -
Method in class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
-
- getColumnSpecs() -
Method in class org.knime.core.data.container.AbstractCellFactory
- The column specs for the cells that are generated in the getCells()
method.
- getColumnSpecs() -
Method in interface org.knime.core.data.container.CellFactory
- The column specs for the cells that are generated in the getCells()
method.
- getColumnType(int) -
Method in class org.knime.base.node.io.filereader.XMLPropsReader
- Returns column type as
DataType
at index.
- getColumnWidth() -
Method in class org.knime.core.node.tableview.TableView
- Returns the width of the first column or -1 if there are no columns.
- getCombineMultipleDelimiters() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated.
- getCombineMultipleDelimiters() -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
- getComboBox() -
Method in class org.knime.core.node.util.StringHistoryPanel
- Access to combo box component.
- getCommentBegin() -
Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- getCommentEnd() -
Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- getCommonSuperType(DataType, DataType) -
Static method in class org.knime.core.data.DataType
- Returns a type which is compatible to only those values, both given types
are compatible to, i.e.
- getCommonTIDs() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
- Return the transaction ids in which the items in this set appear together
as a bitset where the bit is set if the items are present in this
transaction.
- getComparator() -
Method in class org.knime.base.data.bitvector.BitVectorValue.BitVectorUtilityFactory
- Deprecated. Derived classes should override this and provide a
DataValueComparator
that
compares the respective DataValue
.
- getComparator(DataColumnSpec, DataColumnSpec) -
Method in enum org.knime.base.node.preproc.setoperator.SetOperation
-
- getComparator() -
Method in class org.knime.base.node.preproc.setoperator.SingleColRowComparator
-
- getComparator() -
Method in class org.knime.core.data.ComplexNumberValue.ComplexNumberUtilityFactory
- Derived classes should override this and provide a
DataValueComparator
that
compares the respective DataValue
.
- getComparator() -
Method in class org.knime.core.data.DataType
- A comparator for
DataCell
objects of this
type.
- getComparator() -
Method in class org.knime.core.data.DataValue.UtilityFactory
- Derived classes should override this and provide a
DataValueComparator
that
compares the respective DataValue
.
- getComparator() -
Method in class org.knime.core.data.date.DateAndTimeUtility
- Derived classes should override this and provide a
DataValueComparator
that
compares the respective DataValue
.
- getComparator() -
Method in class org.knime.core.data.DoubleValue.DoubleUtilityFactory
- Derived classes should override this and provide a
DataValueComparator
that
compares the respective DataValue
.
- getComparator() -
Method in class org.knime.core.data.FuzzyIntervalValue.FuzzyIntervalUtilityFactory
- Derived classes should override this and provide a
DataValueComparator
that
compares the respective DataValue
.
- getComparator() -
Method in class org.knime.core.data.FuzzyNumberValue.FuzzyNumberUtilityFactory
- Derived classes should override this and provide a
DataValueComparator
that
compares the respective DataValue
.
- getComparator() -
Method in class org.knime.core.data.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.StringValue.StringUtilityFactory
- Derived classes should override this and provide a
DataValueComparator
that
compares the respective DataValue
.
- getComparator() -
Method in class org.knime.core.data.TimestampValue.TimestampUtilityFactory
- Deprecated. Derived classes should override this and provide a
DataValueComparator
that
compares the respective DataValue
.
- getComparator() -
Method in class org.knime.core.data.vector.bitvector.BitVectorValue.BitVectorUtilityFactory
- Derived classes should override this and provide a
DataValueComparator
that
compares the respective DataValue
.
- getComparator() -
Method in class org.knime.core.data.vector.bytevector.ByteVectorValue.ByteVectorUtilityFactory
- Derived classes should override this and provide a
DataValueComparator
that
compares the respective DataValue
.
- getComparisonMeasure() -
Method in class org.knime.base.node.mine.cluster.PMMLClusterHandler
-
- getComparisonMeasure() -
Method in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
-
- getCompatibleMappingMethods() -
Method in class org.knime.base.util.coordinate.Coordinate
- Returns the mapping methods compatible to this coordinate's data type.
- getCompatibleMethods(DataColumnSpec) -
Static method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- getCompatiblePolicies() -
Method in class org.knime.base.util.coordinate.Coordinate
- Returns the compatible policies for this data value.
- getCompatibleType() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- getCompatibleType() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
- getCompatibleType() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
- getCompatibleType() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
- getCompleteHilitedCells(Set<RowKey>) -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Returns all cells of the confusion matrix (as Points) if the given key
set contains all keys of that cell.
- getComponent() -
Method in class org.knime.core.node.NodeView
- Returns the underlying content pane's panel placed at the center of the
view.
- getComponentPanel() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
-
- getComponentPanel() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent
-
- getCondition() -
Method in class org.knime.base.node.rules.Rule
- Returns the rule's condition (antecedant).
- getConfidence() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
-
- getConfig(String) -
Method in class org.knime.core.node.config.Config
- Retrieves Config by key.
- getConfig(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Returns a
Config
for the given key.
- getConfigEntry() -
Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
-
- getConfigName() -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
- getConfigName() -
Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
-
- getConfigName() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
-
- getConfigName() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModel
-
- getConfigName() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
-
- getConfigName() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
-
- getConfigName() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
-
- getConfigName() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
-
- getConfigName() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
- getConfigName() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
-
- getConfigName() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
-
- getConfigName() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
-
- getConfigName() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
-
- getConfiguration() -
Method in class org.knime.base.data.normalize.AffineTransTable
-
- getConfiguration() -
Method in class org.knime.base.data.normalize.NormalizerPortObject
-
- getConnectionContainers() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getConnectionModel() -
Method in class org.knime.core.node.port.database.DatabasePortObject
-
- getConnectionModel() -
Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
-
- getConnectionsByDest(NodeID) -
Method in class org.knime.core.node.workflow.Workflow
- Return all connections having the same destination.
- getConnectionsBySource(NodeID) -
Method in class org.knime.core.node.workflow.Workflow
- Return all connections having the same destination.
- getConnectionsBySourceValues() -
Method in class org.knime.core.node.workflow.Workflow
-
- getConnectionSet() -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
- getConnectionSet() -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
- getConnectionSet() -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
- getConnectionSet() -
Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
- getConnectionSet() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- getConsequent() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
-
- getContent() -
Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
-
- getContentModel() -
Method in class org.knime.base.node.viz.table.TableNodeModel
- Get reference to the underlying content model.
- getContentModel() -
Method in class org.knime.core.node.tableview.TableContentView
- Returns a reference to the TableContentModel.
- getContentModel() -
Method in class org.knime.core.node.tableview.TableView
- Get reference to underlying
TableContentModel
.
- getContentTable() -
Method in class org.knime.core.node.tableview.TableView
- Get reference to table view that is in the scroll pane's view port.
- getControlPanel() -
Method in class org.knime.core.node.interrupt.InterruptibleNodeView
- This method returns the control panel, which provides control elements
over the underlying model.
- getConvertedData() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
- Please make sure to call init() first in order to guarantee that
the DataTable is converted.
- getConvertedData(DataTable) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
-
- getCoordinate() -
Method in class org.knime.base.node.viz.plotter.Axis
-
- getCoordinate() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
-
- getCoordinates() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
-
- getCopyOfClassFrequencyArray() -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns a copy of the class frequency array representing the class
distribution of this table.
- getCopyPersistor(HashMap<Integer, ContainerTable>, boolean) -
Method in class org.knime.core.node.workflow.NodeContainer
- Get a new persistor that is used to copy this node (copy&paste action).
- getCopyPersistor(HashMap<Integer, ContainerTable>, boolean) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Get a new persistor that is used to copy this node (copy&paste action).
- getCopyPersistor(HashMap<Integer, ContainerTable>, boolean) -
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.DoubleCell
-
- getCore() -
Method in class org.knime.core.data.def.FuzzyNumberCell
-
- getCore() -
Method in class org.knime.core.data.def.IntCell
-
- getCore() -
Method in class org.knime.core.data.def.LongCell
-
- getCore() -
Method in interface org.knime.core.data.FuzzyNumberValue
-
- getCoreDilatationToOtherCore(DataRow, DataRow, DataTableSpec) -
Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
- Computes the core dilatation of a core region to another core region.
- getCorner() -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
-
- getCorrectCount() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Get the correct classification count, i.e.
- getCorrelationDistance(DataRow, SotaTreeCell, double, boolean, boolean) -
Static method in class org.knime.base.node.mine.sota.distances.Distances
- Returns the coefficient of correlation distance between the cells values
and the number cells of the given row with a given offset.
- getCorrelationDistance(DataRow, DataRow, double, boolean, boolean) -
Static method in class org.knime.base.node.mine.sota.distances.Distances
- Returns the coefficient of correlation distance between the rows with a
given offset.
- getCorrelationTable() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
- Getter for correlation table to display.
- getCosinusDistance(DataRow, DataRow, double, boolean) -
Static method in class org.knime.base.node.mine.mds.distances.Distances
- Computes the cosinus distance between the given two rows, with given
offset.
- getCosinusDistance(DataPoint, DataPoint, double) -
Static method in class org.knime.base.node.mine.mds.distances.Distances
- Computes the cosinus distance between the given two
DataPoint
s, 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.
- 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.
- 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
-
- getCurrentLine() -
Method in class org.knime.base.node.util.BufferedFileReader
- Returns the line currently read (if the \n char was already read, it
still returns the current/last line).
- getCurrentLineNumber() -
Method in class org.knime.base.node.util.BufferedFileReader
-
- getCurrentMouseListener() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- getCurrentPolicy() -
Method in class org.knime.base.util.coordinate.Coordinate
- Returns the current tick policy.
- getCurrentThreadsInUse() -
Method in class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
- Returns the number of threads currently in use.
- getCursor() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
-
- getCursor() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
-
- getCursor() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
-
- getCursor() -
Method in class org.knime.base.node.viz.plotter.PlotterMouseListener
-
- getCursor() -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
-
- getCurve(int) -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
- Returns the curve settings for the given index.
- getCurveCount() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
- Returns the number of curves that should be plotted.
- getCurves() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
- Returns a list with all pre-calculated curves that should be shown in the
view.
- getCurves() -
Method in class org.knime.base.node.viz.roc.ROCNodeModel
- Returns a list with all pre-calculated curves that should be shown in the
view.
- getCurves() -
Method in class org.knime.base.node.viz.roc.ROCSettings
- Returns the list of class probability columns that should be shown
in the ROC view.
- getCustomCommentLine() -
Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- getCustomData() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- To get the custom data object.
- getCustomDescription() -
Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
-
- getCustomDescription() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getCustomDescription() -
Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- getCustomDescription() -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- getCustomName() -
Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
-
- getCustomName() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getCustomName() -
Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- getCustomName() -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- getCustomName() -
Method in class org.knime.core.node.workflow.NodeUIInformationEvent
-
- getCycle() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- getD() -
Method in class org.knime.base.util.math.EigenvalueDecomposition
-
- getData() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns the cells data array.
- getData() -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- getData() -
Method in class org.knime.base.util.kdtree.NearestNeighbour
- Returns the data associated with the pattern.
- getData() -
Method in class org.knime.base.util.kdtree.TerminalNode
- Returns the optional data object.
- getDataArray(int) -
Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
- Provides the data that should be visualized.
- getDataArray(int) -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Provides the data that should be visualized.
- getDataArray(int) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Provides the data that should be visualized.
- getDataArray(int) -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Provides the data that should be visualized.
- getDataArray(int) -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
- Provides the data that should be visualized.
- getDataArray(int) -
Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
- Provides the data that should be visualized.
- getDataArray(int) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- Provides the data that should be visualized.
- getDataArray(int) -
Method in interface org.knime.base.node.viz.plotter.DataProvider
- Provides the data that should be visualized.
- getDataArray(int) -
Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
- Provides the data that should be visualized.
- getDataArrayIdx() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- getDataAsString(int) -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns the cells data as String.
- getDataCell(String) -
Method in class org.knime.core.node.config.Config
- Return DataCell for key.
- getDataCell(String, DataCell) -
Method in class org.knime.core.node.config.Config
- Return a DataCell which can be null, or the default value if the key is
not available.
- getDataCell(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Return DataCell for key.
- getDataCell(String, DataCell) -
Method in interface org.knime.core.node.config.ConfigRO
- Return a DataCell which can be null, or the default value if the key is
not available.
- getDataCellArray(String) -
Method in class org.knime.core.node.config.Config
- Return DataCell array.
- getDataCellArray(String, DataCell...) -
Method in class org.knime.core.node.config.Config
- Return DataCell array which can be null for key, or the default array if
the key is not available.
- getDataCellArray(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Return DataCell array.
- getDataCellArray(String, DataCell...) -
Method in interface org.knime.core.node.config.ConfigRO
- Return DataCell array which can be null for key, or the default array if
the key is not available.
- getDataColumnSpec() -
Method in class org.knime.base.util.coordinate.Coordinate
- Returns the underlying
DataColumnSpec
.
- getDataFileLocation() -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- getDataFileURL() -
Method in class org.knime.base.node.io.filereader.XMLPropsReader
- Returns an URL of the input data file initialized with file name,
protocol, host, and port as specified in the xml file.
- getDataFileURLspec() -
Method in class org.knime.base.node.io.filereader.XMLPropsReader
- Returns the locator of the input data file as specified in the XML file.
- getDataIds() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns the cells Ids of according data sets.
- getDataPoints() -
Method in class org.knime.base.node.mine.mds.MDSManager
-
- getDataPoints() -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
-
- getDataProvider() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- getDataRows() -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
-
- getDataRows() -
Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
-
- getDataTable(Map<Integer, BufferedDataTable>, Integer) -
Static method in class org.knime.core.node.BufferedDataTable
- Method that is used internally while the workflow is being loaded.
- getDataTable() -
Method in class org.knime.core.node.tableview.TableContentModel
- Get reference to underlying
DataTable
as it was passed
in the constructor or changed by successive calls of
TableContentModel.setDataTable(DataTable)
.
- getDataTableSpec() -
Method in class org.knime.base.data.append.column.AppendedColumnTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.base.data.append.row.AppendedRowsTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.base.data.filter.column.FilterColumnTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.base.data.filter.row.FilterRowTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.base.data.join.JoinedTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.base.data.nominal.NominalTable
- The table spec which contains at least all possible values for one
particular column.
- getDataTableSpec() -
Method in class org.knime.base.data.normalize.AffineTransTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.base.data.replace.ReplacedColumnsTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.base.data.sort.SortedTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Produces a DataTableSpec for the statistics table which contains the
range values calculated here.
- getDataTableSpec() -
Method in class org.knime.base.node.io.arffreader.ARFFTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.base.node.io.filereader.FileTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
- Get the table spec corresponding the the rows.
- getDataTableSpec() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.base.node.parallel.appender.CombinedTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.base.node.preproc.filter.row.RowFilterTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in interface org.knime.base.node.util.DataArray
- Get the table spec corresponding the the rows.
- getDataTableSpec() -
Method in class org.knime.base.node.util.DefaultDataArray
- Get the table spec corresponding the the rows.
- getDataTableSpec() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
- getDataTableSpec() -
Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
-
- getDataTableSpec() -
Method in class org.knime.core.data.container.ConcatenateTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.core.data.container.ContainerTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.core.data.container.JoinedTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.core.data.container.RearrangeColumnsTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.core.data.container.TableSpecReplacerTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.core.data.container.WrappedTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in interface org.knime.core.data.DataTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.core.data.def.DefaultTable
- Deprecated. Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.core.node.BufferedDataTable
- Returns the
DataTableSpec
object of this table which gives
information about the structure of this data table.
- getDataTableSpec() -
Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
-
- getDataTableSpec() -
Method in class org.knime.core.node.port.database.DatabaseReaderConnection
- Returns a data table spec that reflects the meta data form the database
result set.
- getDataTableSpec() -
Method in class org.knime.core.node.port.pmml.DataDictionaryContentHandler
-
- getDataTableSpec() -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- getDataTableSpec() -
Method in class org.knime.core.node.tableview.TableContentModel
- Get the table spec of the current DataTable.
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
-
- getDataType() -
Method in class org.knime.base.node.preproc.groupby.aggregation.ColumnAggregator
-
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MaxOperator
-
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MeanOperator
-
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MinOperator
-
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.SumOperator
-
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.VarianceOperator
-
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.ConcatenateOperator
-
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.CountOperator
-
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.FirstOperator
-
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.LastOperator
-
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.ListCellOperator
-
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.ModeOperator
-
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.SetCellOperator
-
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueConcatenateOperator
-
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueConcatenateWithCountOperator
-
- getDataType(DataType) -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueCountOperator
-
- getDataType() -
Method in class org.knime.core.data.container.CellClassInfo
- Get the DataType of the underlying cell.
- getDataType(String) -
Method in class org.knime.core.node.config.Config
- Return DataType for key.
- getDataType(String, DataType) -
Method in class org.knime.core.node.config.Config
- Return a DataType elements or null for key, or the default value if not
available.
- getDataType(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Return DataType for key.
- getDataType(String, DataType) -
Method in interface org.knime.core.node.config.ConfigRO
- Return a DataType elements or null for key, or the default value if not
available.
- getDataType(DataColumnSpec) -
Static method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- getDataTypeArray(String) -
Method in class org.knime.core.node.config.Config
- Returns an array of DataType objects which can be null.
- getDataTypeArray(String, DataType...) -
Method in class org.knime.core.node.config.Config
- Returns the array of DataType objects for the given key or if not
available the given array.
- getDataTypeArray(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Returns an array of DataType objects which can be null.
- getDataTypeArray(String, DataType...) -
Method in interface org.knime.core.node.config.ConfigRO
- Returns the array of DataType objects for the given key or if not
available the given array.
- getDate() -
Method in class org.knime.core.data.def.TimestampCell
- Deprecated.
- getDate() -
Method in interface org.knime.core.data.TimestampValue
- Deprecated.
- getDayOfMonth() -
Method in class org.knime.core.data.date.DateAndTimeCell
-
- getDayOfMonth() -
Method in interface org.knime.core.data.date.DateAndTimeValue
-
- getDBName() -
Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- getDBSize() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
-
- getDecimalSeparator() -
Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- getDecimalSeparator() -
Method in class org.knime.base.node.io.filereader.DataCellFactory
- Returns the current decimal separator of floating point numbers.
- getDecimalSeparator() -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- getDecisionTree() -
Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Returns the decision tree model.
- getDecisionTree() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeHandler
-
- getDecisionTree() -
Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
-
- getDefault() -
Static method in enum org.knime.base.node.mine.decisiontree2.PMMLMissingValueStrategy
- Returns the default missing value strategy.
- getDefault() -
Static method in enum org.knime.base.node.mine.decisiontree2.PMMLNoTrueChildStrategy
- Returns the default no true child strategy.
- getDefault() -
Static method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodePlugin
- Returns the shared instance.
- getDefault() -
Static method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
-
- getDefault() -
Static method in enum org.knime.base.node.preproc.setoperator.SetOperation
-
- getDefaultChild() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
-
- getDefaultChild() -
Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
-
- getDefaultChildIndex() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
-
- getDefaultColumns(DataTableSpec) -
Static method in class org.knime.base.node.mine.pca.PCANodeModel
- get column indices for all double compatible columns.
- getDefaultHandler(String) -
Method in class org.knime.core.node.port.pmml.PMMLMasterContentHandler
-
- getDefaultIcon() -
Static method in class org.knime.core.node.NodeFactory
- Returns the default icon for nodes that do not define their own.
- getDefaultJobManagerFactory() -
Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
- There is always at least one job manager factory availably.
- getDefaultKernelType() -
Static method in class org.knime.base.node.mine.svm.kernel.KernelFactory
- Return a default kernel.
- getDefaultLabel() -
Method in class org.knime.base.node.rules.RuleEngineSettings
- Returns the label that should be used if no rule matches.
- getDefaultLayout() -
Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
-
- getDefaultMethod(DataColumnSpec) -
Static method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- 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
-
- getDefaultNominalMethod() -
Static method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- getDefaultNumericMethod() -
Static method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- 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.
- getDegree() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Returns the degree of the regression function.
- getDegree() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
- Returns the maximum degree that polynomial used for regression should
have.
- 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.
- getDelimiter() -
Method in class org.knime.base.node.io.filetokenizer.Delimiter
- Deprecated.
- getDelimiter() -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- getDelimiter() -
Method in class org.knime.core.util.tokenizer.Delimiter
-
- getDelimiterPattern(String) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Returns the Delimiter object stored for the delimiter with the pattern
specified.
- getDelimiterPattern(String) -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- Returns the Delimiter object stored for the delimiter with the pattern
specified.
- getDelta() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
- getDescription() -
Method in class org.knime.base.data.bitvector.BitVectorValuePixelRenderer
- Deprecated. Get a description for this renderer implementation.
- getDescription() -
Method in class org.knime.base.data.bitvector.BitVectorValueStringRenderer
- Deprecated. Get a description for this renderer implementation.
- getDescription() -
Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel.ARFFFileFilter
-
- getDescription() -
Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
-
- getDescription() -
Method in class org.knime.core.data.renderer.BitVectorValuePixelRenderer
- Get a description for this renderer implementation.
- getDescription() -
Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer
- Get a description for this renderer implementation.
- getDescription() -
Method in class org.knime.core.data.renderer.ByteVectorValuePixelRenderer
- Get a description for this renderer implementation.
- getDescription() -
Method in class org.knime.core.data.renderer.ComplexNumberValueRenderer
- Get a description for this renderer implementation.
- getDescription() -
Method in interface org.knime.core.data.renderer.DataValueRenderer
- Get a description for this renderer implementation.
- getDescription() -
Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
- Get a description for this renderer implementation.
- getDescription() -
Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
- Get a description for this renderer implementation.
- getDescription() -
Method in class org.knime.core.data.renderer.DoubleBarRenderer
- Returns "Bars".
- getDescription() -
Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
- Returns "Gray Scale".
- getDescription() -
Method in class org.knime.core.data.renderer.DoubleValueRenderer
- Get a description for this renderer implementation.
- getDescription() -
Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
- Get a description for this renderer implementation.
- getDescription() -
Method in class org.knime.core.data.renderer.SetOfRendererFamilies
- Get a description for this renderer implementation.
- getDescription() -
Method in class org.knime.core.data.renderer.StringValueRenderer
- Get a description for this renderer implementation.
- getDescription() -
Method in interface org.knime.core.node.NodeViewExport.ExportType
- A description for export type, this should be a one-liner such as
"PNG - Portable Network Graphics" or
"SVG - Scalable Vector Graphics".
- getDescription() -
Method in class org.knime.core.node.workflow.NodeUIInformationEvent
-
- getDescription() -
Method in class org.knime.core.util.FileReaderFileFilter
-
- getDescription() -
Method in class org.knime.core.util.SimpleFileFilter
-
- getDesiredValues() -
Method in class org.knime.base.util.coordinate.Coordinate
- Returns the desired values.
- getDesiredValues() -
Method in class org.knime.base.util.coordinate.NumericCoordinate
- Returns the desired values.
- getDesiredValuesSet() -
Method in class org.knime.base.util.coordinate.Coordinate
- Returns the set for the desired values.
- getDest() -
Method in class org.knime.core.node.workflow.ConnectionContainer
-
- getDestPort() -
Method in class org.knime.core.node.workflow.ConnectionContainer
-
- getDestPort() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
-
- getDestSuffix() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
-
- getDetailedMessage() -
Method in exception org.knime.base.node.io.filereader.FileReaderException
-
- getDialogPane() -
Method in class org.knime.core.node.Node
- Get reference to the node dialog instance.
- getDialogPane() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getDialogPane() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getDialogPane() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getDialogPaneWithSettings(PortObjectSpec[], FlowObjectStack, NodeSettingsRO) -
Method in class org.knime.core.node.Node
-
- getDialogPaneWithSettings() -
Method in class org.knime.core.node.workflow.NodeContainer
- Return a NodeDialogPane for a node which can be embedded into
a JFrame oder another GUI element.
- getDialogPaneWithSettings(PortObjectSpec[]) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getDialogPaneWithSettings(PortObjectSpec[]) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getDialogPaneWithSettings(PortObjectSpec[]) -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getDimension() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
- getDimension() -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Return dimension of feature space (and hence also clusters).
- getDimension() -
Method in class org.knime.base.node.mine.mds.MDSManager
-
- getDimension() -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
-
- getDimension() -
Method in class org.knime.base.node.mine.sota.logic.SotaHelper
- Returns the dimension.
- getDimension() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- getDimension() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
- Returns the dimension of the Cells to create.
- getDimensions() -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
- getDimensionsSelected() -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
- 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.
- getDisplayedMnemonicIndex() -
Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
-
- getDisplayedNoOfBins() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getDisplayLabel() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getDisplayName() -
Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
-
- getDisplayName() -
Method in class org.knime.base.util.coordinate.LogarithmicMappingMethod
- Returns the display name of this
MappingMethod
.
- getDisplayName() -
Method in interface org.knime.base.util.coordinate.MappingMethod
- Returns the display name of this
MappingMethod
.
- getDisplayName() -
Method in class org.knime.base.util.coordinate.PolicyStrategy
- Returns the name of this strategy.
- getDisplayName() -
Method in class org.knime.base.util.coordinate.SquareRootMappingMethod
- Returns the display name of this
MappingMethod
.
- getDist() -
Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
- Returns the distance between the two children nodes on the next level.
- getDist() -
Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
- Returns the distance between the two children nodes on the next level.
- getDistance() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
- Returns the choice of distance function.
- getDistance() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
- getDistance() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
-
- getDistance(DataRow, int[]) -
Method in class org.knime.base.node.mine.cluster.assign.Prototype
- Computes the distance between this prototype and a given
DataRow
.
- getDistance(DataRow) -
Method in class org.knime.base.node.mine.cluster.assign.Prototype
- Computes the distance between this prototype and a given
DataRow
.
- getDistance(DataRow, DataRow) -
Method in class org.knime.base.node.mine.mds.distances.CosinusDistanceManager
- Returns the distance between the given
DataRow
s, row1 and
row2.
- getDistance(DataPoint, DataPoint) -
Method in class org.knime.base.node.mine.mds.distances.CosinusDistanceManager
- Returns the distance between the given
DataPoint
s, point1
and point2.
- getDistance(DataRow, DataRow) -
Method in interface org.knime.base.node.mine.mds.distances.DistanceManager
- Returns the distance between the given
DataRow
s, row1 and
row2.
- getDistance(DataPoint, DataPoint) -
Method in interface org.knime.base.node.mine.mds.distances.DistanceManager
- Returns the distance between the given
DataPoint
s, point1
and point2.
- getDistance(DataRow, DataRow) -
Method in class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
- Returns the distance between the given
DataRow
s, row1 and
row2.
- getDistance(DataPoint, DataPoint) -
Method in class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
- Returns the distance between the given
DataPoint
s, point1
and point2.
- getDistance(DataRow, DataRow) -
Method in class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
- Returns the distance between the given
DataRow
s, row1 and
row2.
- getDistance(DataPoint, DataPoint) -
Method in class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
- Returns the distance between the given
DataPoint
s, point1
and point2.
- getDistance(DataRow, SotaTreeCell) -
Method in class org.knime.base.node.mine.sota.distances.CosinusDistanceManager
- Returns the distance between the given cell and row.
- getDistance(DataRow, DataRow) -
Method in class org.knime.base.node.mine.sota.distances.CosinusDistanceManager
- Returns the distance between the given row1 and row2.
- getDistance(DataRow, SotaTreeCell) -
Method in interface org.knime.base.node.mine.sota.distances.DistanceManager
- Returns the distance between the given cell and row.
- getDistance(DataRow, DataRow) -
Method in interface org.knime.base.node.mine.sota.distances.DistanceManager
- Returns the distance between the given row1 and row2.
- getDistance(DataRow, SotaTreeCell) -
Method in class org.knime.base.node.mine.sota.distances.EuclideanDistanceManager
- Returns the distance between the given cell and row.
- getDistance(DataRow, DataRow) -
Method in class org.knime.base.node.mine.sota.distances.EuclideanDistanceManager
- Returns the distance between the given row1 and row2.
- getDistance(DataRow, SotaTreeCell) -
Method in class org.knime.base.node.mine.sota.distances.ManhattanDistanceManager
- Returns the distance between the given cell and row.
- getDistance(DataRow, DataRow) -
Method in class org.knime.base.node.mine.sota.distances.ManhattanDistanceManager
- Returns the distance between the given row1 and row2.
- getDistance() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- getDistance() -
Method in class org.knime.base.node.mine.sota.SotaPortObject
-
- getDistance() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
- getDistance() -
Method in class org.knime.base.util.kdtree.NearestNeighbour
- Returns the distance from the query pattern.
- getDistance(double[]) -
Method in class org.knime.base.util.kdtree.TerminalNode
- Returns the (squared euclidean) distance to a query pattern.
- getDistanceModel() -
Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
-
- getDomain() -
Method in class org.knime.base.util.coordinate.Coordinate
- Returns the domain used in this moment after applying the active mapping
method.
- getDomain() -
Method in class org.knime.core.data.DataColumnSpec
- Returns the domain of this column spec including meta-information such as
bounds, possible values, etc.
- getDomainValueAsString() -
Method in class org.knime.base.util.coordinate.CoordinateMapping
- A coordinate mapping must also return the corresponding domain value as a
string.
- getDomainValues() -
Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
-
- getDomainValues() -
Method in class org.knime.base.node.viz.plotter.box.Box
-
- getDomainValues() -
Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- getDontKnowClassDegree() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
- getDontKnowClassDegree() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
-
- getDontRemoveFlag() -
Method in class org.knime.base.node.io.filetokenizer.Quote
- Deprecated.
- getDontRemoveFlag() -
Method in class org.knime.core.util.tokenizer.Quote
-
- getDotInfoArray() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
-
- 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.Config
- Return double for key.
- getDouble(String, double) -
Method in class org.knime.core.node.config.Config
- Return double for key or the default value if not available.
- getDouble() -
Method in class org.knime.core.node.config.ConfigDoubleEntry
-
- getDouble(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Return double for key.
- getDouble(String, double) -
Method in interface org.knime.core.node.config.ConfigRO
- Return double for key or the default value if not available.
- getDoubleArray(String) -
Method in class org.knime.core.node.config.Config
- Return double array for key or the default value if not available.
- getDoubleArray(String, double...) -
Method in class org.knime.core.node.config.Config
- 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.ConfigRO
- Return double array for key or the default value if not available.
- getDoubleArray(String, double...) -
Method in interface org.knime.core.node.config.ConfigRO
- Return double array which can be null for key, or the default array if
the key is not available.
- getDoubleAsString(double, double) -
Static method in class org.knime.base.node.viz.plotter.LabelPaintUtil
- Rounds the passed double value by the rounding factor and returns a
string representation of it.
- getdoubleMax() -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns the maximum for all columns.
- getdoubleMin() -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns the minimum for all columns.
- getDoubleValue() -
Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
-
- getDoubleValue() -
Method in class org.knime.core.data.def.DoubleCell
-
- getDoubleValue() -
Method in class org.knime.core.data.def.IntCell
-
- getDoubleValue() -
Method in class org.knime.core.data.def.LongCell
-
- getDoubleValue() -
Method in interface org.knime.core.data.DoubleValue
-
- getDoubleValue() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
-
- getDoubleValue() -
Method in class org.knime.core.node.workflow.FlowVariable
-
- getDragStart() -
Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
- For normal behavior, this method should is by the
AbstractPlotter
only.
- getDrawCurvesBox() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
-
- getDrawCurvesBox() -
Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinateAppearanceTab
-
- getDrawingElements() -
Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
-
- getDrawingPane() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- getDrawingPaneDimension() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- getDrawingSpace() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getDrawingSpace() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getDriver() -
Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
-
- getDriverFileForDriverClass(String) -
Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
- Returns the absolute path for the driver class name from which it has
been loaded.
- getDuplicateCounter() -
Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
-
- getDuplicateHash() -
Method in class org.knime.base.data.append.row.AppendedRowsIterator
- Deprecated. Use the key set of
AppendedRowsIterator.getDuplicateNameMap()
instead.
- getDuplicateNameMap() -
Method in class org.knime.base.data.append.row.AppendedRowsIterator
- Get a map of keys in the resulting table to the keys in (any of)
the input tables, typically elements such as below.
- getDuplicatesCounter() -
Method in class org.knime.base.node.preproc.rowkey.RowKeyUtil
-
- getEigenvalues() -
Method in class org.knime.base.node.mine.pca.PCAModelPortObject
-
- getEigenValues() -
Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
-
- getEigenvalues() -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
- getEigenVectors() -
Method in class org.knime.base.node.mine.pca.PCAModelPortObject
-
- getElement(Color) -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- getElementAt(int) -
Method in class org.knime.base.node.mine.mds.DataPoint
- Returns the value of the
DataPoint
at the given index
or dimension respectively.
- getElementNames() -
Method in class org.knime.core.data.DataColumnSpec
- Get names of sub elements such as bit vector positions or elements of
other vector data types.
- getElementRectangle() -
Method in class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
-
- getElements() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- getElementType() -
Method in class org.knime.core.data.collection.BlobSupportDataCellList
-
- getElementType() -
Method in class org.knime.core.data.collection.BlobSupportDataCellSet
-
- getElementType(DataTableSpec, int[]) -
Static method in class org.knime.core.data.collection.CollectionCellFactory
- Determines the super type of the specified columns.
- getElementType(DataType[]) -
Static method in class org.knime.core.data.collection.CollectionCellFactory
- Determines the super type of all types passed.
- getElementType() -
Method in interface org.knime.core.data.collection.CollectionDataValue
- Get the common super type of all elements in this collection.
- getElementType() -
Method in class org.knime.core.data.collection.ListCell
- Get the common super type of all elements in this collection.
- getElementType() -
Method in class org.knime.core.data.collection.SetCell
- Get the common super type of all elements in this collection.
- getEncryptionKey() -
Method in interface org.knime.core.util.EncryptionKeySupplier
- This method must return a key that should be use to encrypt/decrypt KNIME
used passwords, keys, etc.
- getEnd() -
Method in class org.knime.base.node.io.filetokenizer.Comment
- Deprecated.
- getEnd() -
Method in class org.knime.core.util.tokenizer.Comment
-
- getEndIndex() -
Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
-
- getEndX() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns the objects end X coordinate.
- getEndX() -
Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
- Returns the objects end X coordinate.
- getEndY() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns the objects end Y coordinate.
- getEndY() -
Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
- Returns the objects end Y coordinate.
- getEntireClassCount() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Return number of patterns of all classes.
- getEntropy() -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
-
- getEntropy(Map<RowKey, RowKey>, Map<RowKey, Set<RowKey>>) -
Static method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
- Get entropy according to reference clustering, the entropy value is not
normalized, i.e.
- getEntry(String) -
Method in class org.knime.core.node.config.Config
- Returns Config entry for a 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
-
- getErrMsg() -
Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
-
- getErrMsg() -
Method in class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
-
- getError() -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
- getError() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
- getErrorDetail() -
Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
-
- getErrorLine() -
Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
-
- getErrorLineNumber() -
Method in exception org.knime.base.node.io.filereader.FileReaderException
-
- getErrorMessage() -
Method in class org.knime.base.data.normalize.AffineTransTable
-
- getErrorMessage() -
Method in class org.knime.base.data.normalize.Normalizer
-
- getErrorMessage() -
Method in class org.knime.base.node.io.filereader.DataCellFactory
- Get the error message when
DataCellFactory.createDataCellOfType(DataType, String)
returned
null
.
- getErrorMessage(int) -
Method in class org.knime.base.node.io.filereader.SettingsStatus
- Deprecated.
- getErrorMessage(int) -
Method in class org.knime.core.util.tokenizer.SettingsStatus
-
- getErrorMsg() -
Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
-
- getErrorOccurred() -
Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
-
- getErrorRow() -
Method in exception org.knime.base.node.io.filereader.FileReaderException
-
- getErrors() -
Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
-
- getEscape() -
Method in class org.knime.base.node.io.filetokenizer.Quote
- Deprecated.
- getEscape() -
Method in class org.knime.core.util.tokenizer.Quote
-
- 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
DataRow
s
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
DataRow
s
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
DataPoints
s
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
DataRow
s
using the Minkowski distance with power 2.
- getExcludedColumnList() -
Method in class org.knime.core.node.util.ColumnFilterPanel
- Deprecated. Use
ColumnFilterPanel.getExcludedColumnSet()
instead
- getExcludedColumns() -
Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
-
- getExcludedColumnSet() -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Returns all columns from the exclude list.
- getExcludedColumnSet() -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
- Returns all columns from the exclude list.
- getExcludedColumnSet() -
Method in class org.knime.core.node.util.ColumnFilterPanel
- Returns all columns from the exclude list.
- getExcludeList() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
- getExec() -
Method in class org.knime.base.node.mine.sota.logic.SotaHelper
-
- getExecutionDir() -
Method in class org.knime.base.node.util.exttool.CommandExecution
-
- getExecutionJob() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getExecutionJobManager() -
Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
-
- getExecutionJobManager() -
Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- getExecutionJobManager() -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- getExecutionJobSettings() -
Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
-
- getExecutionJobSettings() -
Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- getExecutionJobSettings() -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- getExecutionMonitor() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- getExecutionResultMap() -
Method in class org.knime.core.node.workflow.execresult.WorkflowExecutionResult
-
- 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.PMMLRegressionPortObject.NumericPredictor
-
- getExposeVariableName() -
Method in class org.knime.core.node.config.ConfigEditTreeEvent
-
- getExposeVariableName() -
Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
-
- getExtension() -
Method in enum org.knime.base.node.viz.aggregation.ValueScale
-
- getExternalErrorOutput() -
Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
-
- getExternalOutput() -
Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
-
- getExtremeOutliers() -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
- Extreme outliers are values < q1 - 3 * iqr and > q3 + 3 * iqr.
- getExtremeOutliers() -
Method in interface org.knime.base.node.viz.plotter.box.BoxPlotDataProvider
- Extreme outliers are values < q1 - 3 * iqr and > q3 + 3 * iqr.
- getExtremeOutliers() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- Extreme outliers are values < q1 - 3 * iqr and > q3 + 3 * iqr.
- getFactor() -
Method in class org.knime.core.data.property.SizeModelDouble
-
- getFactory() -
Method in class org.knime.base.data.append.column.AppendedColumnTable
- Get reference to the constructor argument.
- getFactory(DataTableSpec) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
- Create factory to generate BasisFunctions.
- getFactory() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
-
- getFactory(DataTableSpec) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
- Create factory to generate BasisFunctions.
- getFactory(DataTableSpec) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
- Create factory to generate BasisFunctions.
- getFactory() -
Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
-
- getFactory() -
Method in class org.knime.core.node.Node
-
- getFadeAction() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
-
- getFadeAction() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
- The
ScatterPlotter
adds the posssibility to show, fade or
hide unhilited dots and this is the fade unhilited action.
- getFailedExternalErrorOutput() -
Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
-
- getFailedExternalOutput() -
Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
-
- getFalseCount() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Get the misclassification count, i.e.
- getFeatureName(int) -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Return name of column at i'th postion within cluster prototype.
- getFile(String) -
Static method in class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
- Return a file object for the given fileName.
- getFile(String) -
Static method in class org.knime.base.node.preproc.stringreplacer.dict.FilesHistoryPanel
- Return a file object for the given fileName.
- getFile() -
Method in class org.knime.core.internal.ReferencedFile
- Get the
File
representing the full path of this referenced
file element.
- getFile(String) -
Static method in class org.knime.core.node.util.FilesHistoryPanel
- Return a file object for the given fileName.
- getFileHasColumnHeaders() -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- getFileHasRowHeaders() -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- getFileHistory(boolean) -
Static method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
-
- getFileHistory() -
Static method in class org.knime.base.node.io.filereader.FileReaderNodeModel
-
- getFileName() -
Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- getFileName() -
Method in class org.knime.core.data.container.CopyOnAccessTask
- Get name of file to copy from.
- getFileOverwritePolicy() -
Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- getFileReaderSettings() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
-
- getFileSize() -
Method in class org.knime.base.node.util.BufferedFileReader
-
- getFileSuffix() -
Method in interface org.knime.core.node.NodeViewExport.ExportType
- Suffix of the file being written.
- getFilteredError(String, WorkflowPersistor.LoadResultEntry.LoadResultEntryType) -
Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
- Returns error message of this element and all of its children.
- getFilterMissingValues() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated.
- getFinalCell(int) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Returns a basis function cell for the given index.
- getFinalCell(int) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
- Returns a basis function cell for the given index.
- getFinalCell(int) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
- Returns a basis function cell for the given index.
- getFinishButton() -
Method in class org.knime.core.node.interrupt.InterruptControlPanel
- Returns the button for the FINISH event.
- getFirst() -
Method in class org.knime.core.util.Pair
- Returns the first object.
- getFirstChar() -
Method in class org.knime.base.node.io.filetokenizer.Delimiter
- Deprecated.
- getFirstChar() -
Method in class org.knime.core.util.tokenizer.Delimiter
-
- getFirstCharOfBegin() -
Method in class org.knime.base.node.io.filetokenizer.Comment
- Deprecated.
- getFirstCharOfBegin() -
Method in class org.knime.core.util.tokenizer.Comment
-
- getFirstCharOfLeft() -
Method in class org.knime.base.node.io.filetokenizer.Quote
- Deprecated.
- getFirstCharOfLeft() -
Method in class org.knime.core.util.tokenizer.Quote
-
- getFirstCompareColumn() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Returns the first column to compare.
- getFirstLeafDFS() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
- Returns the first leaf according to a depth first traversal.
- getFirstRow() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
-
- getFirstRowNumber() -
Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
-
- getFirstRowNumber() -
Method in interface org.knime.base.node.util.DataArray
-
- getFirstRowNumber() -
Method in class org.knime.base.node.util.DefaultDataArray
-
- getFirstSubnode() -
Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
- Returns the first sub-node of this node.
- getFirstSubnode() -
Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
- Returns the first sub-node of this node.
- getFitToScreenButton() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
-
- getFitToScreenButton() -
Method in class org.knime.base.node.viz.plotter.props.DefaultTab
-
- getFixCell() -
Method in class org.knime.base.node.preproc.missingval.ColSetting
-
- getFixedColumnModel() -
Static method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeDialog
-
- getFixedWidth() -
Method in class org.knime.base.node.mine.sota.view.JMultiLineToolTip
- Returns the fixed width.
- getFloat(String) -
Method in class org.knime.core.node.config.Config
- Return float for key.
- getFloat(String, float) -
Method in class org.knime.core.node.config.Config
- Return float for key or the default value if not available.
- getFloat() -
Method in class org.knime.core.node.config.ConfigFloatEntry
-
- getFloat(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Return float for key.
- getFloat(String, float) -
Method in interface org.knime.core.node.config.ConfigRO
- Return float for key or the default value if not available.
- getFloatArray(String) -
Method in class org.knime.core.node.config.Config
- Return float array for key or the default value if not available.
- getFloatArray(String, float...) -
Method in class org.knime.core.node.config.Config
- 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.ConfigRO
- Return float array for key or the default value if not available.
- getFloatArray(String, float...) -
Method in interface org.knime.core.node.config.ConfigRO
- Return float array which can be null for key, or the default array if
the key is not available.
- getFlowObjects() -
Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
-
- getFlowObjects() -
Method in interface org.knime.core.node.workflow.SingleNodeContainerPersistor
-
- getFlowObjects() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- getFlowObjectsOwnedBy(NodeID) -
Method in class org.knime.core.node.workflow.FlowObjectStack
- Get all objects on the stack that are owned by the node with the given
id.
- getFlowObjectStack() -
Method in class org.knime.core.node.config.ConfigEditJTree
-
- getFlowObjectStack() -
Method in class org.knime.core.node.config.ConfigEditTreeNodePanel
-
- getFlowObjectStack() -
Method in class org.knime.core.node.Node
-
- getFlowObjectStack() -
Method in class org.knime.core.node.NodeModel
-
- getFlowObjectStack() -
Method in class org.knime.core.node.workflow.NodeContainerOutPort
- Returns the
FlowObjectStack
of the underlying node.
- getFlowObjectStack() -
Method in interface org.knime.core.node.workflow.NodeOutPort
- Returns the
FlowObjectStack
of the underlying node.
- getFlowObjectStack() -
Method in class org.knime.core.node.workflow.NodeOutPortWrapper
- Returns the
FlowObjectStack
of the underlying node.
- getFlowObjectStack() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getFlowVariableModel() -
Method in class org.knime.core.node.FlowVariableModelButton
-
- 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
-
- getFrequentItemSets(FrequentItemSet.Type) -
Method in interface org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithm
- Returns the found frequent itemsets according to their type, which can
either be FREE, CLOSED or MAXIMAL.
- getFrequentItemSets(FrequentItemSet.Type) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayApriori
- Returns the found frequent itemsets according to their type, which can
either be FREE, CLOSED or MAXIMAL.
- getFrequentItemSets(FrequentItemSet.Type) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDApriori
- Returns the found frequent itemsets according to their type, which can
either be FREE, CLOSED or MAXIMAL.
- getFromHiLiteHandler() -
Method in class org.knime.core.node.property.hilite.HiLiteManager
- The source hilite handler.
- getFromHiLiteHandler() -
Method in class org.knime.core.node.property.hilite.HiLiteTranslator
- The source hilite handler.
- getFullFailureOutput() -
Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
-
- getFullFailureOutput() -
Method in class org.knime.base.node.util.exttool.ExtToolStderrNodeView
-
- getFullFailureOutput() -
Method in class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
-
- getFullOutput() -
Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
-
- getFullOutput() -
Method in class org.knime.base.node.util.exttool.ExtToolStderrNodeView
-
- getFullOutput() -
Method in class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
-
- 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.
- getGlobalTableRepository() -
Method in class org.knime.core.data.container.DataContainer
- Get the map of buffers that potentially have written blob objects.
- getGlobalTableRepository() -
Method in class org.knime.core.node.BufferedDataContainer
- Returns the table repository from this workflow.
- getGlobalTableRepository() -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
- getGlobalTableRepository() -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
- getGlobalTableRepository() -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
- getGlobalTableRepository() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getGlobalTableRepository() -
Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
- getGlobalTableRepository() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- getGUIMustReportDataLoadErrors() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowLoadResult
-
- getHasWildcards() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
-
- getHead() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BoundaryScheme
- The head of the linked double list.
- getHeaderTable() -
Method in class org.knime.core.node.tableview.TableView
- Get reference to row header table, that is the column displaying the
row keys from the underlying table.
- getHeadNode() -
Method in class org.knime.core.node.workflow.FlowLoopContext
-
- getHeight() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
-
- getHeight() -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
-
- 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
-
- getHiliteAction() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- This action calls
AbstractPlotter.hiLiteSelected()
, if it is overridden take
care to not return null
since it might be called also when
the AbstractPlotter.getHiLiteMenu()
returns null.
- getHiLiteAnnotationsTable() -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
-
- getHiliteCalculator() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getHilited() -
Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
-
- getHilitedKeys() -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- getHilitedKeys() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getHilitedKeys() -
Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
-
- getHilitedKeys() -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
-
- getHiLiteHandler() -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
-
- getHiliteHandler() -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- getHiLiteHandler() -
Method in class org.knime.core.node.tableview.TableContentModel
- Return a reference to the hilite handler currently being used.
- getHiLiteHandler() -
Method in class org.knime.core.node.workflow.NodeContainerOutPort
- Returns the hilite handler for this port as set by the node this port is
output for.
- getHiLiteHandler() -
Method in interface org.knime.core.node.workflow.NodeOutPort
- Returns the hilite handler for this port as set by the node this port is
output for.
- getHiLiteHandler() -
Method in class org.knime.core.node.workflow.NodeOutPortWrapper
- Returns the hilite handler for this port as set by the node this port is
output for.
- getHiLiteMapper() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
-
- getHiliteMapping() -
Method in class org.knime.base.node.preproc.groupby.GroupByTable
- the hilite translation
Map
or null
if
the enableHilte flag in the constructor was set to false
.
- getHiliteMapping() -
Method in class org.knime.base.node.preproc.rowkey.RowKeyUtil
- The hilite translation
Map
or null
if
the enableHilte flag in the constructor was set to false
.
- getHiliteMapping0() -
Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
- The hilite translation
Map
for the first set
or null
if the enableHilte flag in the constructor was
set to false
.
- getHiliteMapping1() -
Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
- The hilite translation
Map
for the second set
or null
if the enableHilte flag in the constructor was
set to false
.
- getHiLiteMenu() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Returns the hilite menu displayed in the
NodeView
's menu bar.
- getHiLiteMenu() -
Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
- Returns the hilite menu displayed in the
NodeView
's menu bar.
- getHiLiteMenu() -
Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
- Dynamically creates a hilite menu with the typical hilite options:
hilite, unhilite and clear hilite.
- getHiliteRectangle() -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
- The proportional hilite rectangle of this bin which
could be displayed if the bars of this bin can't be draw.
- getHiliteRowCount() -
Method in interface org.knime.base.node.viz.aggregation.AggregationModel
- Call the
AggregationModel.supportsHiliting()
method to check if hiliting
is supported.
- getHiliteRowCount() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
- Call the
AggregationModel.supportsHiliting()
method to check if hiliting
is supported.
- getHiliteRowCount() -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
- Call the
AggregationModel.supportsHiliting()
method to check if hiliting
is supported.
- getHiliteShape() -
Method in interface org.knime.base.node.viz.aggregation.AggregationModel
- Call the
AggregationModel.supportsHiliting()
method to check if hiliting
is supported.
- getHiliteShape() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
- Call the
AggregationModel.supportsHiliting()
method to check if hiliting
is supported.
- getHiliteShape() -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
- Call the
AggregationModel.supportsHiliting()
method to check if hiliting
is supported.
- getHiLitKeys() -
Method in class org.knime.core.node.property.hilite.HiLiteHandler
- Returns a copy of all hilit keys.
- getHistogram() -
Method in class org.knime.base.node.mine.decisiontree2.learner.NominalValueHistogram
- Returns the count histogram.
- getHistogramDrawingPane() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- Convenience method to cast the drawing pane.
- getHistogramLayout() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getHistogramLayout() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- getHistogramPropertiesPanel() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
- getHistogramVizModel() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- Returns the
AbstractHistogramVizModel
on which the
visualisation bases on.
- getHistogramVizModel() -
Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
- This method creates a new
AbstractHistogramVizModel
each time
it is called.
- getHistogramVizModel() -
Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
- This method creates a new
AbstractHistogramVizModel
each time
it is called.
- getHistogramVizModel() -
Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
- This method creates a new
AbstractHistogramVizModel
each time
it is called.
- getHistory() -
Method in class org.knime.core.node.util.StringHistory
- Get the history in an array with the most recently added element first.
- getHourOfDay() -
Method in class org.knime.core.data.date.DateAndTimeCell
-
- getHourOfDay() -
Method in interface org.knime.core.data.date.DateAndTimeValue
-
- getHTMLDetailData() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getHTMLDetailData() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getHTMLView(int) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- getHTMLView(int) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
- getHTMLView() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
- getHTMLView(int) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
- getHTMLView(int) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
- getHTMLViewHeadLine() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- getHTMLViewHeadLine() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
- getHTMLViewHeadLine() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
- getHTMLViewHeadLine() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
- getIcon() -
Method in class org.knime.base.data.bitvector.BitVectorValue.BitVectorUtilityFactory
- Deprecated. Get an icon representing this value.
- getIcon() -
Method in enum org.knime.base.node.preproc.setoperator.SetOperation
-
- getIcon() -
Method in class org.knime.core.data.collection.CollectionDataValue.CollectionUtilityFactory
- Get an icon representing this value.
- getIcon() -
Method in class org.knime.core.data.ComplexNumberValue.ComplexNumberUtilityFactory
- Get an icon representing this value.
- getIcon() -
Method in class org.knime.core.data.DataType
- Gets and returns an icon from the
DataValue.UtilityFactory
representing
this type.
- getIcon() -
Method in class org.knime.core.data.DataValue.UtilityFactory
- Get an icon representing this value.
- getIcon() -
Method in class org.knime.core.data.date.DateAndTimeUtility
- Get an icon representing this value.
- getIcon() -
Method in class org.knime.core.data.DoubleValue.DoubleUtilityFactory
- Get an icon representing this value.
- getIcon() -
Method in class org.knime.core.data.FuzzyIntervalValue.FuzzyIntervalUtilityFactory
- Get an icon representing this value.
- getIcon() -
Method in class org.knime.core.data.FuzzyNumberValue.FuzzyNumberUtilityFactory
- Get an icon representing this value.
- getIcon() -
Method in class org.knime.core.data.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.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.node.config.ConfigEditTreeNodePanel
- Get icon to this property (string, double, int, unknown).
- getIcon() -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
-
- getIcon() -
Method in class org.knime.core.node.NodeFactory
- Returns the icon for the node.
- getIcon() -
Method in class org.knime.core.node.util.DefaultStringIconOption
-
- getIcon() -
Method in interface org.knime.core.node.util.StringIconOption
-
- getIcon() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getIcon() -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
-
- getIcon() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getIcon() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getIconHeight() -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
-
- getIconHeight() -
Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
-
- getIconHeight() -
Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
-
- getIconWidth() -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
-
- getIconWidth() -
Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
-
- getIconWidth() -
Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
-
- getId() -
Method in class org.knime.base.node.io.filereader.XMLPropsReader
- Returns the file tables' id.
- getId() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
-
- getId() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
-
- getId() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
-
- getId() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
-
- getID() -
Method in class org.knime.base.node.preproc.sorter.SortItem
- Each SortItem has a unique ID.
- getID() -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- Returns a unique ID of this job manager implementations.
- getID() -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManagerFactory
- Returns a unique ID of this job manager implementations.
- getID() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getID() -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
- Returns a unique ID of this job manager implementations.
- getID() -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManagerFactory
- Returns a unique ID of this job manager implementations.
- getID() -
Method in class org.knime.core.node.workflow.Workflow
-
- getID() -
Method in class org.knime.core.node.workflow.WorkflowEvent
-
- getIDWithoutRoot() -
Method in class org.knime.core.node.workflow.NodeID
-
- getIgnoredCols() -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- getIgnoredFields() -
Method in class org.knime.core.node.port.pmml.MiningSchemaContentHandler
-
- getIgnoredFields() -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- 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
-
- getImaginaryValue() -
Method in interface org.knime.core.data.ComplexNumberValue
-
- getImaginaryValue() -
Method in class org.knime.core.data.def.ComplexNumberCell
-
- getImaginaryValue() -
Method in class org.knime.core.data.def.DoubleCell
-
- getImaginaryValue() -
Method in class org.knime.core.data.def.IntCell
-
- getImaginaryValue() -
Method in class org.knime.core.data.def.LongCell
-
- getInactiveColor() -
Static method in class org.knime.core.data.property.ColorAttr
- Returns the preferred color for inactive points.
- getInclude() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
-
- getInclude() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
-
- getInclude() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
-
- getIncludedColIndices() -
Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
-
- getIncludedColorNameColumns() -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
- Returns all columns from the include list.
- getIncludedColumnList() -
Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel
- Returns all columns from the include list.
- getIncludedColumnList() -
Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
- Returns all columns from the include list.
- getIncludedColumnList() -
Method in class org.knime.core.node.util.ColumnFilterPanel
- Deprecated. Use
ColumnFilterPanel.getIncludedColumnSet()
instead
- getIncludedColumnNames() -
Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
- Returns names of the columns that are included in the
DiscretizationModel
.
- getIncludedColumnSet() -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Returns all columns from the include list.
- getIncludedColumnSet() -
Method in class org.knime.core.node.util.ColumnFilterPanel
- Returns all columns from the include list.
- getIncludeList() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
-
- getIncludes() -
Method in class org.knime.core.data.container.ColumnRearranger
- Access method for the internal data structure.
- getIncomingConnectionFor(NodeID, int) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Returns the incoming connection of the node with the passed node id at
the specified port.
- getIncomingConnectionsFor(NodeID) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Get all incoming connections for a node.
- getInDataContainer() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- getIndex(S) -
Method in class org.knime.base.node.mine.decisiontree2.learner.ValueMapper
- Returns the integer index for the corresponding mapped object.
- getIndex(TreeNode) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Returns the index of node in the receivers children.
- getIndex(TreeNode) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
- Returns the index of node in the receivers children.
- getIndex(TreeNode) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Returns the index of node in the receivers children.
- getIndex() -
Method in class org.knime.base.node.parallel.appender.InsertColumn
- Returns the position at which the columns should be inserted into the
input table.
- getIndex() -
Method in class org.knime.base.node.parallel.appender.ReplaceColumn
- Returns the index of the column in the original table that should be
replaced.
- getIndex() -
Method in class org.knime.core.data.util.SynchronizedIterator.ElementAndIndex
-
- getIndex(TreeNode) -
Method in class org.knime.core.node.config.AbstractConfigEntry
-
- getIndex(TreeNode) -
Method in class org.knime.core.node.config.Config
- Returns the index for a given TreeNode.
- getIndex() -
Method in class org.knime.core.node.workflow.NodeID
-
- getIndexMayBeAdded(S) -
Method in class org.knime.base.node.mine.decisiontree2.learner.ValueMapper
- Returns the integer index for the corresponding mapped object.
- getIndexOfBlobInColumn() -
Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
- Get the index of the blob in the columns (if a column only
contains blobs, this method returns the row index).
- getIndicesInConfiguration() -
Method in class org.knime.base.data.normalize.AffineTransTable
-
- getInfoMessage(int) -
Method in class org.knime.base.node.io.filereader.SettingsStatus
- Deprecated.
- getInfoMessage(int) -
Method in class org.knime.core.util.tokenizer.SettingsStatus
-
- getInfoMsg() -
Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
-
- getInfoMsg() -
Method in class org.knime.base.node.viz.pie.impl.PieDrawingPane
-
- getInfoMsg() -
Method in class org.knime.base.node.viz.pie.impl.PiePlotter
-
- getInformationPreservation(int) -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
- getInHiLiteHandler(int) -
Method in class org.knime.core.node.NodeModel
- Returns the
HiLiteHandler
for the given input index, if the
current in-port hilite handler is null
an
HiLiteHandlerAdapter
is created and returned.
- getInPort(int) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getInPort(int) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Return a port, which for the inputs really only holds the type and some
other static information.
- getInPort(int) -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getInportDescription(int) -
Method in class org.knime.core.node.NodeFactory
- Returns a description for an input port.
- getInportName(int) -
Method in class org.knime.core.node.Node
- Return name of input connector.
- getInportName(int) -
Method in class org.knime.core.node.NodeFactory
- Returns a name for an input port.
- getInPortsBarUIInfo() -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
- Get UI information for workflow input ports.
- getInPortsBarUIInfo() -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
- Get UI information for workflow input ports.
- getInPortsBarUIInfo() -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
- Get UI information for workflow input ports.
- getInPortsBarUIInfo() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Get UI information for workflow input ports.
- getInPortsBarUIInfo() -
Method in interface org.knime.core.node.workflow.WorkflowPersistor
- Get UI information for workflow input ports.
- getInPortsBarUIInfo() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
- Get UI information for workflow input ports.
- getInPortTemplates() -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
- getInPortTemplates() -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
- getInPortTemplates() -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
- getInPortTemplates() -
Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
- getInPortTemplates() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- getInPortType(int) -
Method in class org.knime.core.node.NodeModel
-
- getInput() -
Method in class org.knime.base.data.neural.InputPerceptron
- Returns the current input of the perceptron.
- getInput() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
-
- getInput1() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
-
- getInput1() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
-
- getInput2() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
-
- getInput2() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
-
- getInputColumnNames() -
Method in class org.knime.base.node.mine.pca.PCAModelPortObject
- get names of input columns.
- getInputData(int) -
Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
- Provides access to the input data the node is passed to at the beginning
of the execute method.
- getInputData() -
Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
- Returns the input data that was connected to the node at the beginning of
the execute method as a whole.
- getInputMapping() -
Method in class org.knime.base.data.neural.MultiLayerPerceptron
- Allows to get the input mapping from input neurons to columns.
- getInputType(int) -
Method in class org.knime.core.node.Node
- Return type of input connector.
- getInputVariableName() -
Method in class org.knime.core.node.FlowVariableModel
-
- getInstance() -
Static method in class org.knime.base.node.mine.bfn.Distance
- Returns a new
Distance
object.
- getInstance() -
Static method in class org.knime.base.node.mine.bfn.fuzzy.norm.LukaNorm
- Returns an static instance of this norm.
- getInstance() -
Static method in class org.knime.base.node.mine.bfn.fuzzy.norm.MinMaxNorm
- Returns an static instance of this norm.
- getInstance() -
Static method in class org.knime.base.node.mine.bfn.fuzzy.norm.ProdNorm
- Returns an static instance of this norm.
- getInstance(double) -
Static method in class org.knime.base.node.mine.bfn.fuzzy.norm.YagerNorm
-
- getInstance() -
Static method in class org.knime.base.node.mine.bfn.fuzzy.norm.YagerNorm
-
- getInstance() -
Static method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeAnchorBasedShrink
-
- getInstance() -
Static method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
-
- getInstance() -
Static method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeRuleBasedShrink
-
- getInstance() -
Static method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators
- Returns the only instance of this class.
- getInstance() -
Static method in class org.knime.base.node.preproc.groupby.aggregation.Operators
- Returns the only instance of this class.
- getInstance() -
Static method in class org.knime.base.node.preproc.setoperator.GeneralDataValueComparator
-
- getInstance() -
Static method in class org.knime.base.node.viz.histogram.datamodel.HSBColorComparator
-
- getInstance() -
Static method in class org.knime.base.node.viz.histogram.util.NoDomainColumnFilter
-
- getInstance() -
Static method in class org.knime.base.node.viz.pie.util.PieColumnFilter
-
- getInstance(Color) -
Static method in class org.knime.core.data.property.ColorAttr
- Creates a new color attribute with the given color.
- getInstance() -
Static method in class org.knime.core.internal.CorePlugin
- Returns the singleton instance of this plugin.
- getInstance(String) -
Method in class org.knime.core.node.config.Config
- Creates a new Config of this type.
- getInstance() -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManagerFactory
- Get an instance for use in a node.
- getInstance(String) -
Method in class org.knime.core.node.ModelContent
- Creates a new Config of this type.
- getInstance(String) -
Method in class org.knime.core.node.NodeSettings
- Creates a new Config of this type.
- getInstance(String) -
Static method in class org.knime.core.node.util.StringHistory
- Get a history for an ID.
- getInstance() -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManagerFactory
- Get an instance for use in a node.
- getInstance() -
Static method in class org.knime.core.util.KNIMETimer
- Returns the singleton instance of the global KNIME timer.
- getInt(String) -
Method in class org.knime.core.node.config.Config
- Return int for key.
- getInt(String, int) -
Method in class org.knime.core.node.config.Config
- Return int for key or the default value if not available.
- getInt() -
Method in class org.knime.core.node.config.ConfigIntEntry
-
- getInt(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Return int for key.
- getInt(String, int) -
Method in interface org.knime.core.node.config.ConfigRO
- Return int for key or the default value if not available.
- getIntArray(String) -
Method in class org.knime.core.node.config.Config
- 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.Config
- 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.ConfigRO
- 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.ConfigRO
- Return int array which can be null for key, or the default array if the
key is not available.
- getIntercept() -
Method in class org.knime.base.node.mine.regression.PMMLRegressionPortObject.RegressionTable
-
- getInternalDrawingPane() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
-
- getInternalHeldTables() -
Method in class org.knime.core.node.CopyNodePersistor
-
- getInternalHeldTables() -
Method in class org.knime.core.node.Node
- Get the current set of tables internally held by a NodeModel that
implements
BufferedDataTableHolder
.
- getInternalHeldTables() -
Method in interface org.knime.core.node.NodeContentPersistor
-
- getInternalHeldTables() -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- getInternalHeldTables() -
Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- getInternalHeldTables() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Get the tables that are kept by the underlying node.
- getInternalIterator() -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
- Get RowIterator of underlying table.
- getInternalTables() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
-
- getInternalTables() -
Method in class org.knime.base.node.viz.table.TableNodeModel
-
- getInternalTables() -
Method in interface org.knime.core.node.BufferedDataTableHolder
-
- getInternalUTCCalendarMember() -
Method in class org.knime.core.data.date.DateAndTimeCell
- Convenience method to access member UTC Calendar (for faster
comparisons/equal tests).
- getInterpolationCheckBox() -
Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
-
- getInterpolationCheckBox() -
Method in class org.knime.base.node.viz.plotter.props.InterpolationTab
-
- getIntersection(DataTableSpec...) -
Static method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
- Determines the names of columns that appear in all specs.
- getInterval(int) -
Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalPanel
-
- 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.
- getIntMappingsLeftPartition() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
- Returns an array of integer mappings corresponding to the left partition
nominal values.
- getIntMappingsRightPartition() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
- Returns an array of integer mappings corresponding to the right partition
nominal values.
- getIntValue() -
Method in class org.knime.base.data.bitvector.BitVectorCell
- Deprecated. Returns cardinality of this bit vector.
- getIntValue() -
Method in class org.knime.core.data.def.IntCell
-
- getIntValue() -
Method in interface org.knime.core.data.IntValue
-
- getIntValue() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
-
- getIntValue() -
Method in class org.knime.core.node.workflow.FlowVariable
-
- getInvalidCause() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- getIsRegExpr() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
-
- getItem() -
Method in class org.knime.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.
- getItemSet() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDPrefixTreeNode
-
- getItemSets() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
-
- getItemsets() -
Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
-
- getItemSetTable() -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Returns the frequent itemsets as a table.
- getIterationLabel() -
Method in class org.knime.core.node.interrupt.InterruptControlPanel
- Returns the label responsible for displaying the current iteration.
- getJitterRate() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
-
- getJitterSlider() -
Method in class org.knime.base.node.viz.plotter.props.ScatterPlotterAppearanceTab
-
- getJitterSlider() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties
-
- getJitterSlider() -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixProperties
-
- getJMenuBar() -
Method in class org.knime.core.node.NodeView
- Returns menu bar of the accompanying frame.
- getJobManager() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getJobManager() -
Method in class org.knime.core.node.workflow.NodeContainer.NodeContainerSettings
-
- getJobManagerFactory(String) -
Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
- Returns the job manager factory with the specified id - or null if it
doesn't exists.
- 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.PMMLSVMHandler
-
- getKernel() -
Method in class org.knime.base.node.mine.svm.PMMLSVMPortObject
-
- getKernelNames() -
Static method in class org.knime.base.node.mine.svm.kernel.KernelFactory
- Returns all the kernels known by this factory.
- getKey() -
Method in class org.knime.base.data.append.column.AppendedColumnRow
- Returns the row key.
- getKey() -
Method in class org.knime.base.data.append.row.ResortedCellsRow
- Returns the row key.
- getKey() -
Method in class org.knime.base.data.filter.column.FilterColumnRow
- Returns the row key.
- getKey() -
Method in class org.knime.base.data.replace.ReplacedColumnsDataRow
- Returns the row key.
- getKey() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
- Returns the row key.
- getKey() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Returns the row key.
- getKey() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
- Returns the row key.
- getKey() -
Method in class org.knime.base.node.mine.svm.util.DoubleVector
-
- getKey() -
Method in class org.knime.core.data.container.BlobSupportDataRow
- Returns the row key.
- getKey() -
Method in interface org.knime.core.data.DataRow
- Returns the row key.
- getKey() -
Method in class org.knime.core.data.def.DefaultRow
- Returns the row key.
- getKey() -
Method in class org.knime.core.data.def.JoinedRow
- Returns the key from the left row that was passed in the constructor.
- getKey() -
Method in class org.knime.core.node.config.AbstractConfigEntry
- Returns the key for this entry.
- getKey() -
Method in interface org.knime.core.node.config.ConfigRO
-
- getKey() -
Method in interface org.knime.core.node.config.ConfigWO
-
- 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 exception org.knime.core.util.DuplicateKeyException
- Returns the duplicate key.
- getKeyPath() -
Method in class org.knime.core.node.config.ConfigEditTreeEvent
-
- getKeys(RowKey) -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- 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.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.
- getKeyStroke() -
Method in class org.knime.core.node.tableview.TableView.TableAction
-
- getKNearestNeighbours(double[], int) -
Method in class org.knime.base.util.kdtree.KDTree
- Searches for the
k
nearest neighbours of the
query
pattern.
- getKNIMEHomeDir() -
Static method in class org.knime.core.node.KNIMEConstants
- The directory where knime will put log files and configuration files.
- getKNIMEHomeDirPath() -
Static method in class org.knime.core.internal.KNIMEPath
- Getter for the home dir of KNIME.
- getKNIMETempDir() -
Static method in class org.knime.core.node.KNIMEConstants
- Location for KNIME related temp files such as data container files.
- getLabel() -
Method in class org.knime.base.node.mine.cluster.assign.Prototype
-
- getLabel() -
Method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- getLabel() -
Method in class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
-
- getLabel() -
Method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
-
- getLabel(DataCell) -
Method in class org.knime.base.util.coordinate.LogarithmicMappingMethod
- Maps a value back to the original domain value for tick generation.
- getLabel(DataCell) -
Method in interface org.knime.base.util.coordinate.MappingMethod
- Maps a value back to the original domain value for tick generation.
- getLabel(DataCell) -
Method in class org.knime.base.util.coordinate.SquareRootMappingMethod
- Maps a value back to the original domain value for tick generation.
- getLabel() -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManagerFactory
- Returns a user readable - but still most likely unique - label.
- getLabel() -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManagerFactory
- Returns a user readable - but still most likely unique - label.
- getLabelArea() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- 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.PMMLClusterHandler
-
- getLabels() -
Method in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
-
- getLabels() -
Static method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
-
- getLambda() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
- getLargeDisplayIcon() -
Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
-
- getLastPredicate() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
- Returns the PMMLPredicate that was most recently added.
- getLastQuoteBeginPattern() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated. Returns the left quote of the last token.
- getLastQuoteBeginPattern() -
Method in class org.knime.core.util.tokenizer.Tokenizer
- Returns the left quote of the last token.
- getLastQuoteEndPattern() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated. Returns the right quote of the last token.
- getLastQuoteEndPattern() -
Method in class org.knime.core.util.tokenizer.Tokenizer
- Returns the right quote of the last token.
- getLastRow() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
-
- getLastTableSpec(int) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent
-
- getLastTableSpecs() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent
-
- getLastWarningMessage() -
Method in class org.knime.base.node.io.csvwriter.CSVWriter
- Returns a warning message from the last write action.
- getLayer(int) -
Method in class org.knime.base.data.neural.MultiLayerPerceptron
- Returns layer at a given position.
- getLayers() -
Method in class org.knime.base.data.neural.MultiLayerPerceptron
-
- getLayout() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
-
- getLayout4ID(String) -
Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
-
- getLayout4String(String) -
Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
- Returns the histogram layout for the given name.
- getLeafCount() -
Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
- Returns the number of leaf nodes contained in this node.
- getLeafDataPoint() -
Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
- Returns the DataRow associated with a leaf node.
- getLeafDataPoint() -
Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
- Returns the DataRow associated with a leaf node.
- getLearningCols() -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- getLearningColumns() -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
- getLearningColumns() -
Method in interface org.knime.base.node.mine.regression.linear.view.LinRegDataProvider
-
- getLearningFields() -
Method in class org.knime.core.node.port.pmml.MiningSchemaContentHandler
-
- getLearningFields() -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- getLearningrateAncestor() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- getLearningrateSister() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- getLearningrateWinner() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- getLearnrateModel() -
Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
-
- getLeft() -
Method in class org.knime.base.node.io.filetokenizer.Quote
- Deprecated.
- getLeft() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns the left child Cell of the current Node, or
null
.
- getLeft() -
Method in class org.knime.base.util.kdtree.NonterminalNode
- Returns the left child node.
- getLeft() -
Method in class org.knime.core.util.tokenizer.Quote
-
- getLeftBound() -
Method in class org.knime.base.node.preproc.discretization.caim2.Interval
-
- getLeftBound() -
Method in class org.knime.core.data.def.IntervalCell
-
- getLeftBound() -
Method in interface org.knime.core.data.IntervalValue
-
- getLeftChild() -
Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
-
- getLeftChildIndices() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
- Deprecated.
- getLeftRow() -
Method in class org.knime.core.data.def.JoinedRow
-
- getLeftStartPoint() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
- Returns the left start point of the ruler.
- getLeftTable() -
Method in class org.knime.base.data.join.JoinedTable
- Get reference to underlying left table.
- getLeftValue(boolean) -
Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
-
- getLeftValue() -
Method in class org.knime.base.node.preproc.binner.NumericBin
-
- 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.
- getLevel() -
Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
-
- getLevel() -
Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
-
- getLevel() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns the cells level of hierarchy inside the binary tree.
- getLevel() -
Method in class org.knime.core.node.NodeLogger
- Returns the minimum logging retrieved from the underlying Log4J logger.
- getLevelInHierarchy() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
- getLift() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
-
- getLineComment() -
Method in class org.knime.base.node.io.filereader.XMLPropsReader
- Returns line comment string.
- getLineContinuationCharacter() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Returns a string with one character containing the line continuation
character that is currently set - or null if none is set.
- getLineContinuationCharacter() -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- Returns a string with one character containing the line continuation
character that is currently set - or null if none is set.
- getLineNumber() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated.
- getLineNumber() -
Method in class org.knime.core.util.tokenizer.Tokenizer
-
- getLines() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
-
- getList() -
Method in class org.knime.core.data.collection.ListCell
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationMethodListCellRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.base.node.preproc.joiner.ColumnSpecListRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.base.node.preproc.rename.DataTypeNameRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIconRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.base.node.viz.property.color.ColorManager2IconRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.core.data.property.ShapeSelectionListRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
- Render this object in the list using the current renderer.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.core.data.renderer.SetOfRendererFamilies
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.core.node.FlowVariableModelButton.CustomListCellRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.core.node.util.ConvenientComboBoxRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.core.node.util.DataColumnSpecListCellRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.core.node.util.DataTypeListCellRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.core.node.util.FlowVariableListCellRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.core.node.util.StringIconListCellRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.knime.core.util.FilelistAccessory.FileListRenderer
-
- getLoadedDriver() -
Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
-
- getLoadedNodeFactories() -
Static method in class org.knime.core.node.NodeFactory
- Returns a collection of all loaded node factories.
- getLoadVersion() -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
- 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.WorkflowPersistor
-
- getLoadVersion() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- getLocalRepository() -
Method in class org.knime.core.data.container.Buffer
- Get reference to the local table repository that this buffer was
initially instantiated with.
- getLocalSchemaLocation(String) -
Static method in class org.knime.core.node.port.pmml.PMMLPortObject
- Based on the version number the local schema location is returned.
- getLocalTableRepository() -
Method in class org.knime.core.data.container.DataContainer
- Get the local repository.
- getLocalTableRepository() -
Method in class org.knime.core.node.BufferedDataContainer
- Returns the local repository of tables.
- getLocalTableRepository() -
Method in class org.knime.core.node.ExecutionContext
- Get reference to the local table repository.
- getLocalTableRepositoryFromContext(ExecutionContext) -
Static method in class org.knime.core.node.Node
- Delegate method to allow access to the (package scope) method
ExecutionContext.getLocalTableRepository()
.
- getLogger() -
Method in class org.knime.core.node.AbstractNodeView
- Get reference to logger, never null.
- getLogger(Class<?>) -
Static method in class org.knime.core.node.NodeLogger
- Creates a new
NodeLogger
for the given Class.
- getLogger(String) -
Static method in class org.knime.core.node.NodeLogger
- Creates a new
NodeLogger
for the given name.
- getLogger() -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- getLogger() -
Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
-
- getLogger() -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- getLogger() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- getLogger() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- getLong(String) -
Method in class org.knime.core.node.config.Config
- Return long for key.
- getLong(String, long) -
Method in class org.knime.core.node.config.Config
- Return long value for key or the default if the key is not available.
- getLong() -
Method in class org.knime.core.node.config.ConfigLongEntry
-
- getLong(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Return long for key.
- getLong(String, long) -
Method in interface org.knime.core.node.config.ConfigRO
- Return long value for key or the default if the key is not available.
- getLongArray(String) -
Method in class org.knime.core.node.config.Config
- 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.Config
- 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.ConfigRO
- 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.ConfigRO
- Return long array which can be null for key, or the default array if the
key is not available.
- 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
-
- getLoopEndNode() -
Method in class org.knime.core.node.NodeModel
- Access method for loop start nodes to access their respective
loop end.
- getLoopRole() -
Method in class org.knime.core.node.Node
-
- getLoopRole() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getLoopStartNode() -
Method in class org.knime.core.node.NodeModel
- Access method for loop end nodes to access their respective loop start.
- getLoopStatus() -
Method in class org.knime.core.node.Node
-
- getLoopStatus() -
Method in class org.knime.core.node.NodeModel
-
- 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
-
- getLowerQuartile() -
Method in class org.knime.base.node.viz.plotter.box.Box
-
- getLowerWhisker() -
Method in class org.knime.base.node.viz.plotter.box.Box
-
- getMajorityClass() -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns the mapping value of the majority class.
- getMajorityClass() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Return majority class of this node.
- getMajorityClass() -
Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
-
- getMajorityClass() -
Method in class org.knime.base.node.mine.smote.Smoter
- Get name of the majority class, i.e.
- getMajorityClassAsCell() -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns the majority class value as
DataCell
.
- getMajorityClassCount() -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns the frequency of the majoriy class.
- getMajorVersion() -
Method in class org.knime.base.node.io.database.WrappedDriver
-
- getManhattanDistance(DataRow, DataRow, boolean) -
Static method in class org.knime.base.node.mine.mds.distances.Distances
- Calculates the Manhattan distance between two
DataRow
s
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
DataRow
s
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
DataPoints
s
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
DataRow
s
using the Minkowski distance with power 1.
- getMappedObject(int) -
Method in class org.knime.base.node.mine.decisiontree2.learner.ValueMapper
- Returns the mapped object for the corresponding index.
- getMappedObjectsInMappingOrder() -
Method in class org.knime.base.node.mine.decisiontree2.learner.ValueMapper
- Returns all mapped objects in the order they were inserted.
- getMappedSize(double, double, double, double) -
Method in enum org.knime.core.data.property.SizeModelDouble.Mapping
- Returns the mapped size according to the referring mapping method.
- getMappedValue(DataCell) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
-
- getMappedXValue(DataCell) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- getMappedXValue(DataCell) -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
-
- getMappedYValue(DataCell) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- getMappedYValue(DataCell) -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
-
- getMapper() -
Method in class org.knime.core.node.property.hilite.HiLiteTranslator
-
- getMappingMethod(String) -
Method in class org.knime.base.util.coordinate.Coordinate
- Returns the
MappingMethod
with the given id if available.
- getMappingMethod() -
Method in class org.knime.core.data.property.SizeModelDouble
-
- getMappingValue() -
Method in class org.knime.base.util.coordinate.CoordinateMapping
- Each coordinate mapping must return the mapping value as a double.
- getMargin() -
Method in class org.knime.base.node.mine.svm.Svm
- The margin of a SVM is the minimum distance from all support
vectors to the decision hyperplane.
- getMatch(DataCell) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
- Matching degree of the given class label.
- 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.normalize.AffineTransConfiguration
-
- getMax() -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns the maximum for all columns.
- getMax(int) -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns the maximum for the desired column.
- getMax() -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns the maximum for all columns.
- getMax() -
Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
- getMax(int) -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
- Delegating method to StatisticsTable.
- getMax() -
Method in class org.knime.base.node.viz.plotter.box.Box
-
- getMaxAggregationValue() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getMaxAggregationValue(AggregationMethod, HistogramLayout) -
Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
-
- getMaxAggregationValue(AggregationMethod, HistogramLayout) -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- getMaxAtIndex(int) -
Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
- Returns the max value at given index.
- getMaxBarRowCount() -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- getMaxBinWidth() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getMaxColor() -
Method in class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
-
- getMaxColor() -
Method in class org.knime.core.data.property.ColorModelRange
-
- 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.DoubleCell
-
- getMaxCore() -
Method in class org.knime.core.data.def.FuzzyIntervalCell
-
- getMaxCore() -
Method in class org.knime.core.data.def.FuzzyNumberCell
-
- getMaxCore() -
Method in class org.knime.core.data.def.IntCell
-
- getMaxCore() -
Method in class org.knime.core.data.def.IntervalCell
-
- getMaxCore() -
Method in class org.knime.core.data.def.LongCell
-
- getMaxCore() -
Method in interface org.knime.core.data.FuzzyIntervalValue
-
- getMaxCoreDilatation(FuzzyIntervalValue[]) -
Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
- Approximates dilatation of Core region, by using Pythagoras.
- getMaxCoreDilatation(DataRow, DataTableSpec) -
Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
- Approximates dilatation of Core region, by using Pythagoras.
- getMaxCoreDistanceToCenter(FuzzyIntervalValue) -
Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
- Computes the maximal distance between the center of the core region and
the end of the core region, by deviding difference of MaxCore and MinCore
by 2, and returns it.
- getMaxDistance() -
Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
- Returns the maximum distance from this node to any of the leafs.
- getMaxDistance() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns the maximum distance between the data related to the cell.
- getMaxDistance() -
Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
- Returns the maximum distance from this node to any of the leafs.
- getMaxDistanceNeighbours(double[], double) -
Method in class org.knime.base.util.kdtree.KDTree
- Searches for all neighbours of the
query
pattern that are
not more than maxDist
away from it.
- getMaxDomainValue() -
Method in class org.knime.base.util.coordinate.NumericCoordinate
-
- getMaxHierarchicalLevel() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- getMaxHLevel() -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- getMaximalParameters() -
Static method in class org.knime.base.node.mine.svm.kernel.KernelFactory
- For each kernel, look at the number of parameters it requires, and
return the highest.
- getMaximumNumberOfRowsToRead() -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- getMaximums() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
-
- getMaximumSize(JComponent) -
Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
-
- getMaximumSize(JComponent) -
Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
- Delegates to
MultiLineBasicLabelUI.getPreferredSize(JComponent)
.
- getMaxLevel() -
Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
-
- getMaxNoOfAttrVals() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
- getMaxNoOfBins() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getMaxNrEpochs() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
- getMaxNumberThreads() -
Method in class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
-
- getMaxNumIterations() -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Get maximum number of iterations for batch mode.
- getMaxRange() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
-
- getMaxRowsForView() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
- Returns the maximum number of rows that are shown in the curve view.
- getMaxs() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
-
- getMaxSupport() -
Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
- getMaxSupport() -
Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
-
- getMaxSupport() -
Method in class org.knime.core.data.def.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.node.preproc.groupby.aggregation.AggregationOperator
-
- getMaxValue(int) -
Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
-
- getMaxValue(int) -
Method in interface org.knime.base.node.util.DataArray
-
- getMaxValue(int) -
Method in class org.knime.base.node.util.DefaultDataArray
-
- getMaxValue() -
Method in class org.knime.base.node.viz.plotter.parcoord.NumericParallelAxis
-
- getMaxValue() -
Method in class org.knime.core.data.property.ColorModelRange
-
- getMaxValue() -
Method in class org.knime.core.data.property.SizeModelDouble
-
- getMean(int) -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns the mean for the desired column.
- getMean() -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns the means for all columns.
- getMean(int) -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns the mean for the desired column.
- getMean() -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns the means for all columns.
- getMean(DataRow, boolean) -
Static method in class org.knime.base.node.mine.sota.distances.Distances
- Returns the mean value of the given row.
- getMean(SotaTreeCell) -
Static method in class org.knime.base.node.mine.sota.distances.Distances
- Returns the mean value of the given cell.
- getMean(int) -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
- Delegating method to StatisticsTable.
- getMeanValues() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Returns the mean value of each input column.
- getMeanVector(DataTable, int[], boolean, ExecutionContext) -
Static method in class org.knime.base.node.mine.pca.PCANodeModel
- calculate means of all columns.
- getMedian(int) -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns the median for the desired column.
- getMedian() -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns the median for all columns.
- getMedian() -
Method in class org.knime.base.node.viz.plotter.box.Box
-
- getMemoryPolicy() -
Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
- Returns the memory policy currently stored in this settings object.
- getMemship(int) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
- Returns the membership for one dimension.
- getMemships() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
-
- getMessage() -
Method in class org.knime.core.node.DefaultNodeProgressMonitor
-
- getMessage() -
Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
- The current progress message displayed.
- getMessage() -
Method in interface org.knime.core.node.NodeProgressMonitor
- The current progress message displayed.
- getMessage() -
Method in class org.knime.core.node.workflow.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.WorkflowLoadResult
- Generate a user friendly message about the load procedure.
- getMessageType() -
Method in class org.knime.core.node.workflow.NodeMessage
-
- getMetaPersistor() -
Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
-
- getMetaPersistor() -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
- getMetaPersistor() -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
- getMetaPersistor() -
Method in interface org.knime.core.node.workflow.NodeContainerPersistor
-
- getMetaPersistor() -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
- getMetaPersistor() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- getMetaPersistor() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- getMethod(String) -
Static method in enum org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane.ComparatorMethod
- Returns the comparator method, specified within the
Enum.toString()
.
- getMethod() -
Method in class org.knime.base.node.preproc.groupby.aggregation.ColumnAggregator
-
- getMethod() -
Method in class org.knime.base.node.preproc.missingval.ColSetting
-
- getMethod4Command(String) -
Static method in enum org.knime.base.node.viz.aggregation.AggregationMethod
- Returns the aggregation method for the given name.
- getMethod4Label(String) -
Static method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- getMethod4SettingsModel(SettingsModelString) -
Static method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- getMildOutliers() -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
- Mild outliers are values > q1 - 3 * iqr and < q1 - 1.5 * iqr and
< q3 + 3 * iqr and > q3 + 1.5 * iqr.
- getMildOutliers() -
Method in interface org.knime.base.node.viz.plotter.box.BoxPlotDataProvider
- Mild outliers are values > q1 - 3 * iqr and < q1 - 1.5 * iqr and
< q3 + 3 * iqr and > q3 + 1.5 * iqr.
- getMildOutliers() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- Mild outliers are values > q1 - 3 * iqr and < q1 - 1.5 * iqr and
< q3 + 3 * iqr and > q3 + 1.5 * iqr.
- getMillis() -
Method in class org.knime.core.data.date.DateAndTimeCell
-
- getMillis() -
Method in interface org.knime.core.data.date.DateAndTimeValue
-
- getMin() -
Method in class org.knime.base.data.normalize.AffineTransConfiguration
-
- getMin() -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns the minimum for all columns.
- getMin(int) -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns the minimum for the desired column.
- getMin() -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns the minimum for all columns.
- getMin() -
Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
- getMin(int) -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
- Delegating method to StatisticsTable.
- getMin() -
Method in class org.knime.base.node.viz.plotter.box.Box
-
- getMinAggregationValue() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getMinAggregationValue(AggregationMethod, HistogramLayout) -
Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
-
- getMinAggregationValue(AggregationMethod, HistogramLayout) -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- getMinAtIndex(int) -
Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
- Returns the min value at given index.
- 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
-
- 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.DoubleCell
-
- getMinCore() -
Method in class org.knime.core.data.def.FuzzyIntervalCell
-
- getMinCore() -
Method in class org.knime.core.data.def.FuzzyNumberCell
-
- getMinCore() -
Method in class org.knime.core.data.def.IntCell
-
- getMinCore() -
Method in class org.knime.core.data.def.IntervalCell
-
- getMinCore() -
Method in class org.knime.core.data.def.LongCell
-
- getMinCore() -
Method in interface org.knime.core.data.FuzzyIntervalValue
-
- getMinDistanceThreshold() -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
-
- getMinDomainValue() -
Method in class org.knime.base.util.coordinate.NumericCoordinate
-
- getMinError() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- getMinimums() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
-
- getMinimumSize(JComponent) -
Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
-
- getMinimumSize(JComponent) -
Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
- Delegates to
MultiLineBasicLabelUI.getPreferredSize(JComponent)
.
- getMinkowskiDistance(int, DataPoint, DataPoint) -
Static method in class org.knime.base.node.mine.mds.distances.Distances
- Calculates the Minkowski distance between two
DataPoint
s.
- getMinkowskiDistance(int, DataRow, DataRow, boolean) -
Static method in class org.knime.base.node.mine.mds.distances.Distances
- Calculates the Minkowski distance between two rows.
- getMinkowskiDistance(int, DataRow, DataRow) -
Static method in class org.knime.base.node.mine.mds.distances.Distances
- Calculates the Minkowski distance between two rows no matter if they
contain fuzzy or number values.
- getMinkowskiDistance(int, DataRow, DataRow, boolean) -
Static method in class org.knime.base.node.mine.sota.distances.Distances
- Calculates the Minkowski distance between two rows.
- getMinkowskiDistance(int, DataRow, SotaTreeCell, boolean) -
Static method in class org.knime.base.node.mine.sota.distances.Distances
- Calculates the Minkowski distance between a regular
DataRow
and a SotaTreeCell
.
- getMinorVersion() -
Method in class org.knime.base.node.io.database.WrappedDriver
-
- getMinQuality() -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
- getMinRange() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
-
- getMinResource() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- getMinRowCount() -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- getMins() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
-
- getMinSupport() -
Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
- getMinSupport() -
Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
-
- getMinSupport() -
Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
-
- getMinSupport() -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Returns the minimum support.
- getMinSupport() -
Method in class org.knime.core.data.def.DoubleCell
-
- getMinSupport() -
Method in class org.knime.core.data.def.FuzzyIntervalCell
-
- getMinSupport() -
Method in class org.knime.core.data.def.FuzzyNumberCell
-
- getMinSupport() -
Method in class org.knime.core.data.def.IntCell
-
- getMinSupport() -
Method in class org.knime.core.data.def.IntervalCell
-
- getMinSupport() -
Method in class org.knime.core.data.def.LongCell
-
- getMinSupport() -
Method in interface org.knime.core.data.FuzzyIntervalValue
-
- getMinSupport() -
Method in interface org.knime.core.data.FuzzyNumberValue
-
- getMinute() -
Method in class org.knime.core.data.date.DateAndTimeCell
-
- getMinute() -
Method in interface org.knime.core.data.date.DateAndTimeValue
-
- getMinValue(int) -
Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
-
- getMinValue(int) -
Method in interface org.knime.base.node.util.DataArray
-
- getMinValue(int) -
Method in class org.knime.base.node.util.DefaultDataArray
-
- getMinValue() -
Method in class org.knime.base.node.viz.plotter.parcoord.NumericParallelAxis
-
- getMinValue() -
Method in class org.knime.core.data.property.ColorModelRange
-
- getMinValue() -
Method in class org.knime.core.data.property.SizeModelDouble
-
- getMinVariability() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) -
Method in interface org.knime.base.node.mine.bfn.BasisFunctionLearnerTable.MissingValueReplacementFunction
- This function returns the missing replacement value for a given
value.
- getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) -
Method in class org.knime.base.node.mine.bfn.BestGuessMissingValueReplacementFunction
- This function returns the missing replacement value for a given
value.
- getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) -
Method in class org.knime.base.node.mine.bfn.IncorpMissingValueReplacementFunction
- This function returns the missing replacement value for a given
value.
- getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) -
Method in class org.knime.base.node.mine.bfn.MaximumMissingValueReplacementFunction
- This function returns the missing replacement value for a given
value.
- getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) -
Method in class org.knime.base.node.mine.bfn.MeanMissingValueReplacementFunction
- This function returns the missing replacement value for a given
value.
- getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) -
Method in class org.knime.base.node.mine.bfn.MinimumMissingValueReplacementFunction
- This function returns the missing replacement value for a given
value.
- getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) -
Method in class org.knime.base.node.mine.bfn.OneMissingValueReplacementFunction
- This function returns the missing replacement value for a given
value.
- getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) -
Method in class org.knime.base.node.mine.bfn.ZeroMissingValueReplacementFunction
- This function returns the missing replacement value for a given
value.
- getMissingCell() -
Static method in class org.knime.core.data.DataType
- A cell representing a missing
DataCell
where the value is unknown.
- getMissingCounter() -
Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
-
- getMissingFct() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
- getMissingSection() -
Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
-
- getMissingSection() -
Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieVizModel
-
- getMissingSection() -
Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
-
- getMissingSection() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getMissingValue(int) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
-
- getMissingValue(int) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
-
- getMissingValue(int) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
- Returns the missing double value for the given dimension.
- getMissingValueBin() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getMissingValueCount() -
Method in class org.knime.base.node.mine.decisiontree2.learner.NominalValueHistogram
- Returns the sum of weights of the missing values.
- getMissingValueCounter() -
Method in class org.knime.base.node.preproc.rowkey.RowKeyUtil
-
- getMissingValueHeader(Collection<String>) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- getMissingValueOfColumn(int) -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
- Overriding super method because we store these missing values now in the
column properties.
- getMissingValueOfColumn(int) -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
- Returns the pattern that, if read in for the specified column, will be
considered placeholder for a missing value, and the data table will
contain a missing cell instead of that value then.
- getMissingValuePattern() -
Method in class org.knime.base.node.io.filereader.ColProperty
-
- getMissingValuePattern() -
Method in class org.knime.base.node.io.filereader.DataCellFactory
- Returns the currently set missing value pattern.
- getMissValuePattern() -
Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- getMissValuePatternStrCols() -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
- Returns the pattern that, if read in, will be translated into a missing
value (in string columns only).
- getMLP() -
Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkHandler
-
- getMLP() -
Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkPortObject
-
- getMnemonic() -
Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
-
- getMode() -
Method in class org.knime.base.data.neural.MultiLayerPerceptron
-
- getModel() -
Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
-
- getModel() -
Method in class org.knime.core.node.config.ConfigEditJTree
-
- getModel() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent
-
- getModelContent(String) -
Method in class org.knime.core.node.ModelContent
- Returns a read-only
ModelContentRO
object from this config.
- getModelContent(String) -
Method in interface org.knime.core.node.ModelContentRO
- Returns a read-only
ModelContentRO
object from this config.
- getModelInfo() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
- getModelName() -
Method in class org.knime.base.node.mine.regression.PMMLRegressionContentHandler
- Returns the model's name.
- getModelName() -
Method in class org.knime.base.node.mine.regression.PMMLRegressionPortObject
-
- getModelSettings() -
Method in class org.knime.core.node.Node.SettingsLoaderAndWriter
-
- getModelSettingsFailPolicy() -
Method in class org.knime.core.node.CopyNodePersistor
-
- getModelSettingsFailPolicy() -
Method in interface org.knime.core.node.NodePersistor
-
- getModelSettingsFailPolicy() -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- getModelSettingsFailPolicy() -
Method in class org.knime.core.node.NodePersistorVersion200
-
- getModelSettingsFailPolicy() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- getModelSpec() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
-
- getModelType() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
- getModelType() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
-
- getModelType() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
-
- getModelType() -
Method in class org.knime.core.node.port.pmml.ExtractModelTypeHandler
-
- getModelType() -
Method in class org.knime.core.node.port.pmml.PMMLPortObject
-
- getModelTypeID() -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
- Each settings model provides an ID which will be stored with its values.
- getModelTypeID() -
Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
- Each settings model provides an ID which will be stored with its values.
- getModelTypeID() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
- Each settings model provides an ID which will be stored with its values.
- getModelTypeID() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModel
- Each settings model provides an ID which will be stored with its values.
- getModelTypeID() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
- Each settings model provides an ID which will be stored with its values.
- getModelTypeID() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
- Each settings model provides an ID which will be stored with its values.
- getModelTypeID() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
- Each settings model provides an ID which will be stored with its values.
- getModelTypeID() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
- Each settings model provides an ID which will be stored with its values.
- getModelTypeID() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
- Each settings model provides an ID which will be stored with its values.
- getModelTypeID() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
- Each settings model provides an ID which will be stored with its values.
- getModelTypeID() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
- Each settings model provides an ID which will be stored with its values.
- getModelTypeID() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
- Each settings model provides an ID which will be stored with its values.
- getMonitor() -
Method in class org.knime.core.node.NodeProgressMonitorView
- Reference to the underlying progress monitor.
- getMonth() -
Method in class org.knime.core.data.date.DateAndTimeCell
-
- getMonth() -
Method in interface org.knime.core.data.date.DateAndTimeValue
-
- getMostFrequent(int) -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
- Get the most frequent value in a column.
- getMostFrequentClass() -
Method in class org.knime.base.node.mine.sota.logic.CellClassCounter
-
- getMostLikelyClass(String[], DataRow, double) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
- Returns the name of the class with the highest probability for the
given row.
- getMouseSelectionBox() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
-
- getMouseSelectionBox() -
Method in class org.knime.base.node.viz.plotter.props.DefaultTab
-
- getMultipliers() -
Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
-
- getMVStrategy() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
-
- getMVStrategy() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
-
- getNaiveBayesModel() -
Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
-
- getName() -
Method in class org.knime.base.node.mine.cluster.LinearNorm
-
- getName() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
- Returns the name of the predicate.
- getName() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
- Returns the name of the predicate.
- getName() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
- Returns the name of the predicate.
- getName() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
- Returns the name of the predicate.
- getName() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
- Returns the name of the predicate.
- getName() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
- Returns the name of the predicate.
- getName() -
Method in class org.knime.base.node.mine.regression.PMMLRegressionPortObject.NumericPredictor
-
- getName() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
- Returns the name for this ruler.
- getName() -
Method in class org.knime.base.node.preproc.missingval.ColSetting
-
- getName() -
Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
-
- getName() -
Method in enum org.knime.base.node.preproc.setoperator.SetOperation
-
- getName() -
Method in interface org.knime.base.node.viz.aggregation.AggregationModel
-
- getName() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- getName() -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- getName() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
- Returns the curve's name.
- getName() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
-
- getName() -
Method in class org.knime.base.node.viz.roc.ROCNodeModel.ROCCurve
- Returns the curve's name.
- getName() -
Method in class org.knime.core.data.DataColumnSpec
- Returns the name of this column.
- getName() -
Method in class org.knime.core.data.DataTableSpec
- Returns the name of this
DataTableSpec
.
- getName() -
Method in class org.knime.core.node.Node
- Returns the name for this node.
- getName() -
Method in class org.knime.core.node.workflow.BufferedDataTableView
-
- getName() -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
- getName() -
Method in class org.knime.core.node.workflow.DataColumnPropertiesView
-
- getName() -
Method in class org.knime.core.node.workflow.FlowVariable
-
- getName() -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
- getName() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getName() -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
- getName() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getName() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Get the name of the workflow.
- getName() -
Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
- getName() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- getNameField() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getNameList() -
Static method in enum org.knime.base.node.preproc.setoperator.SetOperation
-
- getNameMapping() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
-
- getNames() -
Method in class org.knime.base.data.normalize.AffineTransConfiguration
-
- getNameWithID() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getNeededDimensionDescription() -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
-
- getNeededDimensions(int) -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
- get number of dimensions to reduce to based on these settings.
- getNegativeInfinity() -
Method in class org.knime.base.util.coordinate.Coordinate
- Returns the value for negative infinity after mapping.
- getNegativeInfinity() -
Method in class org.knime.base.util.coordinate.NumericCoordinate
- Returns the value for negative infinity after mapping.
- getNegativeInfinity() -
Method in class org.knime.base.util.coordinate.PolicyStrategy
- Returns the value for negative infinity.
- getNewColName() -
Method in class org.knime.base.node.rules.RuleEngineSettings
- Returns the name of the new column containing the matching rule's
outcome.
- getNewColumnHeaderRenderer() -
Method in class org.knime.core.node.tableview.TableContentView
- Get the renderer for the column header (never
null
).
- getNewColumnName() -
Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
- The name of the new column, if any.
- getNewLine() -
Method in class org.knime.base.node.util.exttool.ViewUpdateNotice
-
- getNewValue() -
Method in class org.knime.core.node.workflow.WorkflowEvent
-
- getNewValueClassIndex() -
Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
- The index of the type to cast the column to.
- getNextStepButton() -
Method in class org.knime.core.node.interrupt.InterruptControlPanel
- Returns the button for the NEXT STEP event.
- getNextValue() -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
-
- getNode() -
Method in class org.knime.base.node.mine.decisiontree2.learner.PruningResult
- Returns the decision tree of this pruning result.
- getNode() -
Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
-
- getNode() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Get the underlying node.
- getNode() -
Method in interface org.knime.core.node.workflow.SingleNodeContainerPersistor
-
- getNode() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- getNode(NodeID) -
Method in class org.knime.core.node.workflow.Workflow
- Return NodeContainer for a given id.
- getNodeClassWeights() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Combines all class weights from _all_ branches of this node.
- getNodeContainer(WorkflowManager, NodeID) -
Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
-
- getNodeContainer(WorkflowManager, NodeID) -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
- getNodeContainer(WorkflowManager, NodeID) -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
- getNodeContainer(WorkflowManager, NodeID) -
Method in interface org.knime.core.node.workflow.NodeContainerPersistor
-
- getNodeContainer() -
Method in class org.knime.core.node.workflow.NodeExecutionJob
- Access method for the accompanying node container.
- getNodeContainer(WorkflowManager, NodeID) -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
- getNodeContainer(WorkflowManager, NodeID) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- getNodeContainer(NodeID) -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getNodeContainer(WorkflowManager, NodeID) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- getNodeContainerDirectory() -
Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
-
- getNodeContainerDirectory() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getNodeContainerDirectory() -
Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- getNodeContainerDirectory() -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- getNodeContainers() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getNodeDirectory() -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- getNodeElement(String, boolean) -
Method in class org.knime.core.xml.XMLProperties
- Returns a
Node
from the document which can be associated
with the elementName
argument which must be of type
Node#ELEMENT_NODE
.
- getNodeErrorMessages() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getNodeExecutionResult() -
Method in class org.knime.core.node.workflow.execresult.SingleNodeContainerExecutionResult
-
- getNodeIDs() -
Method in class org.knime.core.node.workflow.Workflow
-
- getNodeIDSuffix() -
Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
-
- getNodeIDSuffix() -
Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- getNodeIDSuffix() -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- getNodeInternDirectory() -
Method in class org.knime.core.node.CopyNodePersistor
-
- getNodeInternDirectory() -
Method in interface org.knime.core.node.NodeContentPersistor
-
- getNodeInternDirectory(ReferencedFile) -
Static method in class org.knime.core.node.NodePersistorVersion1xx
-
- getNodeInternDirectory() -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- getNodeInternDirectory() -
Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- getNodeLoaderMap() -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
- getNodeLoaderMap() -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
- getNodeLoaderMap() -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
- getNodeLoaderMap() -
Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
- getNodeLoaderMap() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- getNodeMessage() -
Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
-
- getNodeMessage() -
Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
- Get a node message that was set during execution.
- getNodeMessage() -
Method in class org.knime.core.node.workflow.NodeContainer
- Get the message to be displayed to the user.
- getNodeMessage() -
Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- getNodeMessage() -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- getNodeModel() -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
- Get reference to underlying
NodeModel
, never null.
- getNodeModel() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
- Get reference to underlying
NodeModel
, never null.
- getNodeModel() -
Method in class org.knime.core.node.AbstractNodeView
- Get reference to underlying
NodeModel
, never null.
- getNodeName() -
Method in class org.knime.core.node.NodeFactory
- Returns the name of this node.
- getNodeProgress() -
Method in class org.knime.core.node.workflow.NodeProgressEvent
-
- getNodeReferenceBug2136() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Deprecated. Method will be reduced to package scope
in future version, currently public to enable workaround for bug #2136
(see also bug #2137)
- getNodes(BinaryTree.Traversal) -
Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTree
- Returns the nodes of this tree as a ordered list, where the order
depends on the traversal type defined in the enum
BinaryTree.Traversal
.
- getNodeSettings(String) -
Method in class org.knime.core.node.NodeSettings
- Returns a read-only
NodeSettingsRO
object from this config.
- getNodeSettings(String) -
Method in interface org.knime.core.node.NodeSettingsRO
- Returns a read-only
NodeSettingsRO
object from this config.
- getNodeState() -
Method in class org.knime.core.node.workflow.NodeContainerOutPort
-
- getNodeState() -
Method in interface org.knime.core.node.workflow.NodeOutPort
-
- getNodeState() -
Method in class org.knime.core.node.workflow.NodeOutPortWrapper
-
- getNodeValues() -
Method in class org.knime.core.node.workflow.Workflow
-
- getNodeView(int) -
Method in class org.knime.core.node.workflow.NodeContainer
- Return the view with the specified index provided by the node.
- getNodeView(int) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Return the view with the specified index provided by the node.
- getNodeView(int) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Return the view with the specified index provided by the node.
- getNodeViewName(int) -
Method in class org.knime.core.node.NodeFactory
- Returns the node name as view name, the index is not considered.
- getNodeViewName(int) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getNodeViewName(int) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getNodeViewName(int) -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getNominalAttributeValueMapper(int) -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns the attribute value mapper of this table for the given attribute.
- getNominalColumnNames() -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
- getNominals() -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
- getNominalValueHistogram(int) -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns the value histogram for the given attribute index.
- getNominalValues(int) -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns a map containing DataCell value to number of occurrences.
- getNominalValues() -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns an array (for each column) of mappings containing DataCell value
to number of occurrences.
- getNominalValuesInMappingOrder(int) -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns the nominal values for the given attribute index.
- getNoneNumericalMethodLabels() -
Static method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- getNoneNumericalRowIdxs() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- 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.node.viz.histogram.util.AggregationColumnFilterPanel
-
- getNoOfElements() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- getNoOfElements() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getNoOfHilitedRows() -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
-
- getNoOfMissingVals() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- getNoOfRecs() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
- getNoOfRecs4ClassValue(String) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- getNoOfRecs4ClassValue(String) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
- getNoOfRecs4ClassValue(String) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
- getNoOfRecs4ClassValue(String) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
- getNoOutputText() -
Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
-
- getNoOutputText() -
Method in class org.knime.base.node.util.exttool.ExtToolStderrNodeView
-
- getNoOutputText() -
Method in class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
-
- getNorm() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionFactory
- Returns the upper bound for conflicting instances.
- getNorm() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
-
- getNorm() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
-
- getNormalizeCheckBox() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotterProperties
-
- getNormalizeCheckBox() -
Method in class org.knime.base.node.viz.plotter.props.BoxPlotAppearanceTab
-
- getNrBins() -
Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
-
- getNrClusters() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
- getNrClusters() -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
-
- getNrHiddenLayers() -
Method in class org.knime.base.data.neural.Architecture
-
- getNrHiddenNeurons() -
Method in class org.knime.base.data.neural.Architecture
- Returns the overall number of hidden neurons in the architecture.
- getNrInPorts() -
Method in class org.knime.core.node.Node
-
- getNrInPorts() -
Method in class org.knime.core.node.NodeModel
- Returns the overall number of inputs.
- getNrInPorts() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getNrInPorts() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getNrInPorts() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getNrInputNeurons() -
Method in class org.knime.base.data.neural.Architecture
- Returns the number of input neurons.
- getNrItemsInList() -
Method in class org.knime.core.node.util.ColumnSelectionPanel
-
- getNrLayers() -
Method in class org.knime.base.data.neural.MultiLayerPerceptron
-
- getNrMemships() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
- Return number of memberships which is equivalent to the number of
numeric input dimensions.
- getNrNodes() -
Method in class org.knime.core.node.workflow.Workflow
-
- getNrNodeViews() -
Method in class org.knime.base.collection.list.create.CollectionCreateNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.database.DBQueryNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.database.DBReaderNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.database.DBWriterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.io.table.write.WriteTableNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.meta.looper.LoopEndNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.knn.KnnNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.mds.MDSNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.pca.PCANodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.binner.BinnerNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
-
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.joiner.NewJoinerNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.pivot.PivotNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.split.SplitNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.rules.RuleEngineNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.util.cache.CacheNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.util.sampledata.SampleDataNodeFactory
- This node has no view.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.roc.ROCNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
- This node has one view.
- getNrNodeViews() -
Method in class org.knime.base.node.viz.table.TableNodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.core.node.NodeFactory
- Returns the number of possible views or 0 if no view is available.
- getNrNodeViews() -
Method in class org.knime.core.node.workflow.NodeContainer
- Returns the number of views provided by the node implementation.
- getNrNodeViews() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Returns the number of views provided by the node implementation.
- getNrNodeViews() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Returns the number of views provided by the node implementation.
- getNrOfClusters() -
Method in class org.knime.base.node.mine.cluster.PMMLClusterHandler
-
- getNrOfClusters() -
Method in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
-
- getNrOfItems() -
Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
-
- getNrOfItemsets() -
Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
-
- 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
-
- getNrOfTransactions() -
Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
-
- getNrOutPorts() -
Method in class org.knime.core.node.Node
-
- getNrOutPorts() -
Method in class org.knime.core.node.NodeModel
- Returns the overall number of outputs.
- getNrOutPorts() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getNrOutPorts() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getNrOutPorts() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getNrOutputNeurons() -
Method in class org.knime.base.data.neural.Architecture
- Returns the number of output neurons.
- getNrReference() -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
-
- getNrRows() -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Computes the number of rows of the data table.
- getNrRows() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
- getNrRows() -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
- getNrRows() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Get the number of rows in the input table.
- getNrRowsInReference() -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
- Tries to retrieve the number of rows in the underlying table.
- getNrRowsSkipped() -
Method in class org.knime.base.data.append.row.AppendedRowsIterator
- Get the number of rows that have been skipped due to duplicate row
keys.
- getNrRowsSkipped() -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
- getNrUsedColumns() -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
-
- getNrUsedFeatures() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
-
- getNrUsedFeatures() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
-
- getNrUsedFeatures() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
-
- getNrViews() -
Method in class org.knime.core.node.Node
-
- getNrViews() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getNrWorkflowIncomingPorts() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getNrWorkflowOutgoingPorts() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getNTCStrategy() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
-
- getNTCStrategy() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
-
- getNumAllCoveredPattern() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
- Returns the number of covered input pattern.
- getNumAttributes() -
Method in class org.knime.base.node.mine.decisiontree2.learner.ClassValueDataRow
- Returns the number of attribute values, excluding the class value.
- getNumAttributes() -
Method in class org.knime.base.node.mine.decisiontree2.learner.DataRowWeighted
- Returns the number of attribute values, excluding the class value.
- getNumAttributes() -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns the number of attributes (excluding the class attribute).
- getNumBasisFunctions() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
- Returns the overall number of Basisfunction in this model.
- getNumBasisFunctions(DataCell) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
- Returns the number of basis functions for the given class.
- getNumberDataRows() -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns the size of this table.
- getNumberMissingValues() -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns an array of the number of missing values for each dimension.
- getNumberMissingValues(int) -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns the number of missing values for the given column index.
- getNumberMissingValues() -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns an array of the number of missing values for each dimension.
- getNumberMissingValues(int) -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns the number of missing values for the given column index.
- getNumberNodes() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
- Returns the number decision tree nodes.
- getNumberOfBytesRead() -
Method in class org.knime.base.node.util.BufferedFileReader
-
- getNumberOfColumns() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
- getNumberOfCombinations() -
Method in class org.knime.base.util.math.Combinations
- Returns the number of possible combinations for n and
k specified in the constructor.
- getNumberOfCombinations(int, int) -
Static method in class org.knime.base.util.math.Combinations
- Returns the number of possible combinations when selecting k
elements from a set of n elements (without repetition).
- getNumberOfCombinationsBig(int, int) -
Static method in class org.knime.base.util.math.Combinations
- Returns the number of possible combinations when selecting k
elements from a set of n elements (without repetition).
- getNumberOfFuzzyCells(DataRow, DataTableSpec) -
Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
- Counts the number of FuzzyIntervalValues of given row and returns it.
- getNumberOfIterations() -
Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
- Returns the number of processed iterations so far.
- getNumberOfJobManagersFactories() -
Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
- Returns the number of job manager factories registered through the
extension point.
- getNumberOfNotSetBits() -
Method in class org.knime.base.data.bitvector.BitString2BitVectorCellFactory
-
- getNumberOfNotSetBits() -
Method in class org.knime.base.data.bitvector.BitVectorCellFactory
-
- getNumberOfNotSetBits() -
Method in class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
-
- getNumberOfNotSetBits() -
Method in class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
-
- getNumberOfNotSetBits() -
Method in class org.knime.base.data.bitvector.Numeric2BitVectorMeanCellFactory
-
- getNumberOfNotSetBits() -
Method in class org.knime.base.data.bitvector.Numeric2BitVectorThresholdCellFactory
-
- getNumberOfProcessedRows() -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
-
- getNumberOfSetBits() -
Method in class org.knime.base.data.bitvector.BitString2BitVectorCellFactory
-
- getNumberOfSetBits() -
Method in class org.knime.base.data.bitvector.BitVectorCellFactory
-
- getNumberOfSetBits() -
Method in class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
-
- getNumberOfSetBits() -
Method in class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
-
- getNumberOfSetBits() -
Method in class org.knime.base.data.bitvector.Numeric2BitVectorMeanCellFactory
-
- getNumberOfSetBits() -
Method in class org.knime.base.data.bitvector.Numeric2BitVectorThresholdCellFactory
-
- getNumberParameters() -
Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
- 2 parameters (kappa and delta).
- getNumberParameters() -
Method in interface org.knime.base.node.mine.svm.kernel.Kernel
- Kernel parameters are constants which modify the
way the kernel works.
- getNumberParameters() -
Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
- 2 parameters (bias and power).
- getNumberParameters() -
Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
- just 1 parameter (sigma).
- getNumberPartitions() -
Method in class org.knime.base.node.mine.decisiontree2.learner.Split
- Return the number of partitions resulting from this split.
- getNumberPartitions() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitContinuous
- The number of partitions of a numeric split is always 2.
- getNumberPartitions() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
- The number of partitions of a binary nominal split is 2.
- getNumberPartitions() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalNormal
- The number of partitions of a normal nominal split corresponds to the
number of different nominal values of the attribute.
- getNumberValues() -
Method in class org.knime.base.node.mine.svm.util.DoubleVector
-
- getNumberValueStr() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
-
- getNumberValueStr() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
-
- getNumberValueStr() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
-
- getNumberValueStr() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelNumber
-
- getNumBits() -
Method in class org.knime.base.data.bitvector.BitVectorCell
- Deprecated.
- getNumBits() -
Method in interface org.knime.base.data.bitvector.BitVectorValue
- Deprecated.
- getNumBoundaries() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BoundaryScheme
- The number of boundaries.
- getNumCells() -
Method in class org.knime.base.data.append.column.AppendedColumnRow
- Returns the length of this row, that is the number of columns of the
DataTable (not including the row key).
- getNumCells() -
Method in class org.knime.base.data.append.row.ResortedCellsRow
- Returns the length of this row, that is the number of columns of the
DataTable (not including the row key).
- getNumCells() -
Method in class org.knime.base.data.filter.column.FilterColumnRow
- Returns the length of this row, that is the number of columns of the
DataTable (not including the row key).
- getNumCells() -
Method in class org.knime.base.data.replace.ReplacedColumnsDataRow
- Returns the length of this row, that is the number of columns of the
DataTable (not including the row key).
- getNumCells() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
- Returns the length of this row, that is the number of columns of the
DataTable (not including the row key).
- getNumCells() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Returns the length of this row, that is the number of columns of the
DataTable (not including the row key).
- getNumCells() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
- Returns the length of this row, that is the number of columns of the
DataTable (not including the row key).
- getNumCells() -
Method in class org.knime.core.data.container.BlobSupportDataRow
- Returns the length of this row, that is the number of columns of the
DataTable (not including the row key).
- getNumCells() -
Method in interface org.knime.core.data.DataRow
- Returns the length of this row, that is the number of columns of the
DataTable (not including the row key).
- getNumCells() -
Method in class org.knime.core.data.def.DefaultRow
- Returns the length of this row, that is the number of columns of the
DataTable (not including the row key).
- getNumCells() -
Method in class org.knime.core.data.def.JoinedRow
- Returns the length of this row, that is the number of columns of the
DataTable (not including the row key).
- getNumClasses() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
-
- getNumClassValues() -
Method in class org.knime.base.node.mine.decisiontree2.learner.NominalValueHistogram
- Returns the number of class values of the second dimension of the
histogram.
- getNumClusters() -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Get number of clusters.
- getNumColSpec() -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
-
- getNumColumns() -
Method in class org.knime.base.node.io.filereader.XMLPropsReader
- Returns number of columns as read from the xml file.
- getNumColumns() -
Method in class org.knime.core.data.DataTableSpec
- Returns the number of columns.
- getNumCorrectCoveredPattern() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
- Returns the number of correctly covered data pattern.
- getNumericalMethodLabels() -
Static method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- getNumericalRowIdxs() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- getNumericValue(DataCell) -
Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
- Checks if the given
DataCell
is a numeric cell and returns
the numeric value.
- getNumIntervals() -
Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalPanel
-
- getNumIntervals() -
Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
-
- getNumMappings() -
Method in class org.knime.base.node.mine.decisiontree2.learner.ValueMapper
- Returns the number of mappings.
- getNumMissingValues() -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
- getNumNominalValues(int) -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns the number of nominal values for the given attribute.
- getNumOfAllMessages() -
Method in class org.knime.base.node.io.filereader.SettingsStatus
- Deprecated.
- getNumOfAllMessages() -
Method in class org.knime.core.util.tokenizer.SettingsStatus
-
- getNumOfCols() -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- getNumOfColsGuessed() -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
-
- getNumOfErrors() -
Method in class org.knime.base.node.io.filereader.SettingsStatus
- Deprecated.
- getNumOfErrors() -
Method in class org.knime.core.util.tokenizer.SettingsStatus
-
- getNumOfInfos() -
Method in class org.knime.base.node.io.filereader.SettingsStatus
- Deprecated.
- getNumOfInfos() -
Method in class org.knime.core.util.tokenizer.SettingsStatus
-
- getNumOfWarnings() -
Method in class org.knime.base.node.io.filereader.SettingsStatus
- Deprecated.
- getNumOfWarnings() -
Method in class org.knime.core.util.tokenizer.SettingsStatus
-
- getNumWrongCoveredPattern() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
- Returns the number of wrong covered data pattern.
- getOffset() -
Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
-
- getOldValue() -
Method in class org.knime.core.node.workflow.WorkflowEvent
-
- getOperation4Name(String) -
Static method in enum org.knime.base.node.preproc.setoperator.SetOperation
-
- getOperator() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- getOperator(DataColumnSpec, int) -
Method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- getOperator(int) -
Method in class org.knime.base.node.preproc.groupby.aggregation.ColumnAggregator
-
- getOption4ID(String) -
Static method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
-
- getOriginalData() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
- Returns the original DataTableSpec.
- getOriginalIndex() -
Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
-
- getOriginalSpec() -
Method in class org.knime.core.data.container.ColumnRearranger
- Access method for the internal data structure.
- getOutcome() -
Method in class org.knime.base.node.rules.Rule
- Returns the rule's outcome (consequent).
- getOutDataMemoryPolicy() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Get the policy for the data outports, that is, keep the output in main
memory or write it to disc.
- getOutgoingConnectionsFor(NodeID, int) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Returns the set of outgoing connections for the node with the passed id
at the specified port.
- getOutgoingConnectionsFor(NodeID) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Get all outgoing connections for a node.
- 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.preproc.append.row.AppendedRowsNodeModel
- 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.NewJoinerNodeModel
- Returns the
HiLiteHandler
for the given output index.
- getOutHiLiteHandler(int) -
Method in class org.knime.base.node.preproc.pivot.PivotNodeModel
- Returns the
HiLiteHandler
for the given output index.
- getOutHiLiteHandler(int) -
Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
- Returns the
HiLiteHandler
for the given output index.
- getOutHiLiteHandler(int) -
Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
- Returns the
HiLiteHandler
for the given output index.
- getOutHiLiteHandler(int) -
Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
- Returns the
HiLiteHandler
for the given output index.
- getOutHiLiteHandler(int) -
Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeModel
- Returns the
HiLiteHandler
for the given output index.
- getOutHiLiteHandler(int) -
Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
- Returns the
HiLiteHandler
for the given output index.
- getOutHiLiteHandler(int) -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
- Returns the
HiLiteHandler
for the given output index.
- getOutHiLiteHandler(int) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- Returns the
HiLiteHandler
for the given output index.
- getOutHiLiteHandler(int) -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
- Returns the
HiLiteHandler
for the given output index.
- getOutHiLiteHandler(int) -
Method in class org.knime.core.node.NodeModel
- Returns the
HiLiteHandler
for the given output index.
- getOutPort(int) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getOutPort(int) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Returns the output port for the given
portID
.
- getOutPort(int) -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getOutportDescription(int) -
Method in class org.knime.core.node.NodeFactory
- Returns a description 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.NodeFactory
- Returns a name for an output port.
- getOutPortsBarUIInfo() -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
- Get UI information for workflow output ports.
- getOutPortsBarUIInfo() -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
- Get UI information for workflow output ports.
- getOutPortsBarUIInfo() -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
- Get UI information for workflow output ports.
- getOutPortsBarUIInfo() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Get UI information for workflow output ports.
- getOutPortsBarUIInfo() -
Method in interface org.knime.core.node.workflow.WorkflowPersistor
- Get UI information for workflow output ports.
- getOutPortsBarUIInfo() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
- Get UI information for workflow output ports.
- getOutPortTemplates() -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
- getOutPortTemplates() -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
- getOutPortTemplates() -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
- getOutPortTemplates() -
Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
- getOutPortTemplates() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- getOutPortType(int) -
Method in class org.knime.core.node.NodeModel
-
- getOutput(ExecutionContext) -
Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
- Is called at the end of the execute method when it is finished and the
data should be available.
- getOutputDimModel() -
Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
-
- getOutputHiLiteHandler(int) -
Method in class org.knime.core.node.Node
-
- getOutputObject(int) -
Method in class org.knime.core.node.Node
-
- getOutputObjectSummary(int) -
Method in class org.knime.core.node.Node
-
- getOutputSpec(int) -
Method in class org.knime.core.node.Node
-
- getOutputType(int) -
Method in class org.knime.core.node.Node
- Return type of output connector.
- getOutputVariableName() -
Method in class org.knime.core.node.FlowVariableModel
-
- getOutSpec(DataTableSpec, String, ColorHandler) -
Static method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
- Appends the given
ColorHandler
to the given
DataTableSpec
for the given column.
- getOverallColorCount() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
- getOwnClassCount() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Return number of patterns of correct class (= majority class in a
non-risk decision tree).
- getOwnClassFrequency() -
Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
-
- getOwner() -
Method in class org.knime.core.node.BufferedDataTable
-
- getOwner() -
Method in class org.knime.core.node.workflow.FlowObject
-
- getOwnIndex() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
- getOwnIndex() -
Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
-
- getPanel() -
Method in class org.knime.core.node.NodeDialogPane
-
- 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.
- 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.
- getParams() -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Get all parameters to the currently learned model.
- getParams() -
Method in interface org.knime.base.node.mine.regression.linear.view.LinRegDataProvider
- Get the parameters for the regression line.
- getParent() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
- getParent() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
- Retuns a link to the parent node.
- getParent() -
Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
-
- getParent() -
Method in class org.knime.core.internal.ReferencedFile
- Get the parent of this element or null if the file's parent is not
represented as a
ReferencedFile
object.
- getParent() -
Method in class org.knime.core.node.config.AbstractConfigEntry
-
- getParent() -
Method in class org.knime.core.node.FlowVariableModel
-
- getParent() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getParentIndex() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
- Returns the parent index, the prefix.
- getPartitionCoefficient() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
- The partition coefficient is 1 for non-fuzzy cluster partition.
- getPartitionCoefficient() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Calculates the partition coefficient.
- getPartitionEntropy() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
- Partition entropy (should be maximized).
- getPartitionEntropy() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Calculates the partition entropy.
- getPartitionForRow(DataRowWeighted) -
Method in class org.knime.base.node.mine.decisiontree2.learner.Split
- Returns the partition the given row belongs to according to this split.
- getPartitionForRow(DataRowWeighted) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitContinuous
- Returns the partition the given row belongs to according to this split.
- getPartitionForRow(DataRowWeighted) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
- Returns the partition the given row belongs to according to this split.
- getPartitionForRow(DataRowWeighted) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalNormal
- Returns the partition the given row belongs to according to this split.
- getPartitionTables() -
Method in class org.knime.base.node.mine.decisiontree2.learner.Partitioner
- Return the partition tables.
- getPartitionWeights() -
Method in class org.knime.base.node.mine.decisiontree2.learner.Split
- Returns the partition weights.
- getPartitionWeights() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitContinuous
- Returns the partition weights.
- getPartitionWeights() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
- Returns the partition weights.
- getPartitionWeights() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalNormal
- Returns the partition weights.
- getPattern() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
-
- getPattern() -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- getPattern() -
Method in class org.knime.base.util.kdtree.TerminalNode
- Returns the pattern stored in the terminal node.
- getPatternsInClusters() -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
-
- getPatternsInReference() -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
-
- getPerceptron(int) -
Method in class org.knime.base.data.neural.Layer
- Returns perceptron at a given position.
- getPerceptrons() -
Method in class org.knime.base.data.neural.Layer
- Returns all perceptrons in the layer.
- getPieArea() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getPieCenter() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getPieColName() -
Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
-
- getPieColumnName() -
Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieVizModel
-
- getPieColumnName() -
Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
-
- getPieColumnName() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getPieColumnName() -
Method in class org.knime.base.node.viz.pie.node.PieNodeModel
-
- getPieDrawingPane() -
Method in class org.knime.base.node.viz.pie.impl.PiePlotter
- Convenient method to cast the drawing pane.
- getPieSize() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getPlotter(FixedPieVizModel, HiLiteHandler) -
Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeView
-
- getPlotter(InteractivePieVizModel, HiLiteHandler) -
Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeView
-
- getPlotter(D, HiLiteHandler) -
Method in class org.knime.base.node.viz.pie.node.PieNodeView
-
- getPMMLContentHandler(String) -
Method in class org.knime.core.node.port.pmml.PMMLPortObject
-
- getPoint() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
- Returns the mapped point, where to draw this
DendrogramPoint
.
- getPoints() -
Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
-
- getPoints() -
Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- getPolicy4Label(String) -
Static method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
-
- getPolicyLabels() -
Static method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
-
- getPolicyStategy(String) -
Method in class org.knime.base.util.coordinate.Coordinate
- Returns the strategy for the given policy.
- getPopUpMenu(int) -
Method in class org.knime.core.node.tableview.TableContentView
- Create a custom popup menu when the mouse was clicked in a column header.
- getPortIndex() -
Method in interface org.knime.core.node.workflow.NodePort
-
- getPortIndex() -
Method in class org.knime.core.node.workflow.NodePortAdaptor
-
- getPortIndex() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowPortTemplate
-
- getPortName() -
Method in interface org.knime.core.node.workflow.NodePort
-
- getPortName() -
Method in class org.knime.core.node.workflow.NodePortAdaptor
-
- getPortName() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowPortTemplate
-
- getPortObject() -
Method in class org.knime.base.node.io.pmml.read.PMMLImport
-
- getPortObject(int) -
Method in class org.knime.core.node.CopyNodePersistor
-
- getPortObject(int) -
Method in interface org.knime.core.node.NodeContentPersistor
-
- getPortObject(int) -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- getPortObject(int) -
Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- getPortObject() -
Method in class org.knime.core.node.workflow.NodeContainerOutPort
- Returns the DataTable for this port, as set by the node this port is
output for.
- getPortObject() -
Method in interface org.knime.core.node.workflow.NodeOutPort
- Returns the DataTable for this port, as set by the node this port is
output for.
- getPortObject() -
Method in class org.knime.core.node.workflow.NodeOutPortWrapper
- Returns the DataTable for this port, as set by the node this port is
output for.
- getPortObject() -
Method in class org.knime.core.node.workflow.WorkflowOutPort
- Returns the DataTable for this port, as set by the node this port is
output for.
- getPortObjectClass() -
Method in class org.knime.core.node.port.PortType
-
- getPortObjects() -
Method in class org.knime.core.node.workflow.NodeExecutionJob
- Access method for the input port objects.
- getPortObjectSerializer() -
Static method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
- Returns a serializer object for this model.
- getPortObjectSerializer() -
Static method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
- Serializer required by the
PortObject
interface.
- getPortObjectSerializer() -
Static method in class org.knime.core.node.BufferedDataTable
- Throws
IllegalStateException
as this method is not
supposed to be called; refer to the API of PortObject
for details
on this method.
- getPortObjectSerializer() -
Static method in class org.knime.core.node.port.AbstractPortObject
- Abstract serializer method as required by interface
PortObject
.
- getPortObjectSerializer() -
Static method in class org.knime.core.node.port.AbstractSimplePortObject
- Abstract serializer method as required by interface
PortObject
.
- getPortObjectSerializer() -
Static method in class org.knime.core.node.port.database.DatabasePortObject
- Serializer used to save
DatabasePortObject
.
- getPortObjectSerializer() -
Static method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
-
- getPortObjectSerializer() -
Static method in class org.knime.core.node.port.pmml.PMMLPortObject
- Static serializer as demanded from
PortObject
framework.
- getPortObjectSerializer(Class<T>) -
Static method in class org.knime.core.node.port.PortUtil
- Get the globally used serializer for
PortObject
objects
represented by the class argument.
- getPortObjectSpec() -
Method in class org.knime.base.node.io.pmml.read.PMMLImport
-
- getPortObjectSpec(int) -
Method in class org.knime.core.node.CopyNodePersistor
-
- getPortObjectSpec(int) -
Method in interface org.knime.core.node.NodeContentPersistor
-
- getPortObjectSpec(int) -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- getPortObjectSpec(int) -
Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- getPortObjectSpec() -
Method in class org.knime.core.node.workflow.NodeContainerOutPort
- Returns the
DataTableSpec
or null if not available.
- getPortObjectSpec() -
Method in interface org.knime.core.node.workflow.NodeOutPort
- Returns the
DataTableSpec
or null if not available.
- getPortObjectSpec() -
Method in class org.knime.core.node.workflow.NodeOutPortWrapper
- Returns the
DataTableSpec
or null if not available.
- getPortObjectSpecClass() -
Method in class org.knime.core.node.port.PortType
-
- getPortObjectSpecClass(Class<? extends PortObject>) -
Static method in class org.knime.core.node.port.PortType
-
- getPortObjectSpecSerializer() -
Static method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
- Returns a serializer object for this model's spec (which is the model
itself).
- getPortObjectSpecSerializer() -
Static method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
- Method required by the interface
PortObjectSpec
.
- getPortObjectSpecSerializer() -
Static method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
- Serializer required by the
PortObjectSpec
interface.
- getPortObjectSpecSerializer() -
Static method in class org.knime.core.data.DataTableSpec
- Method required by the interface
PortObjectSpec
.
- getPortObjectSpecSerializer() -
Static method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
- Abstract serializer method as required by interface
PortObjectSpec
.
- getPortObjectSpecSerializer() -
Static method in class org.knime.core.node.port.database.DatabasePortObjectSpec
- Serializer used to save
DatabasePortObjectSpec
.
- getPortObjectSpecSerializer() -
Static method in class org.knime.core.node.port.flowvariable.FlowVariablePortObjectSpec
-
- getPortObjectSpecSerializer() -
Static method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- getPortObjectSpecSerializer(Class<T>) -
Static method in class org.knime.core.node.port.PortUtil
- Get the globally used serializer for
PortObjectSpec
objects
represented by the class argument.
- getPortObjectSpecZipInputStream(InputStream) -
Static method in class org.knime.core.node.port.PortUtil
-
- getPortObjectSpecZipOutputStream(OutputStream) -
Static method in class org.knime.core.node.port.PortUtil
-
- getPortObjectSummary(int) -
Method in class org.knime.core.node.CopyNodePersistor
-
- getPortObjectSummary(int) -
Method in interface org.knime.core.node.NodeContentPersistor
-
- getPortObjectSummary(int) -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- getPortObjectSummary(int) -
Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- getPortObjectZipInputStream(InputStream) -
Static method in class org.knime.core.node.port.PortUtil
-
- getPortObjectZipOutputStream(OutputStream) -
Static method in class org.knime.core.node.port.PortUtil
-
- getPortSummary() -
Method in class org.knime.core.node.workflow.NodeContainerOutPort
- Get summary of the underlying port object as provided by
PortObject.getSummary()
.
- getPortSummary() -
Method in interface org.knime.core.node.workflow.NodeOutPort
- Get summary of the underlying port object as provided by
PortObject.getSummary()
.
- getPortSummary() -
Method in class org.knime.core.node.workflow.NodeOutPortWrapper
- Get summary of the underlying port object as provided by
PortObject.getSummary()
.
- getPortType() -
Method in interface org.knime.core.node.workflow.NodePort
-
- getPortType() -
Method in class org.knime.core.node.workflow.NodePortAdaptor
-
- getPortType() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowPortTemplate
-
- getPortView() -
Method in class org.knime.core.node.workflow.NodeContainerOutPort
- Returns the port view for this output port which can be null.
- getPosition() -
Method in class org.knime.base.node.mine.pca.EigenValue
-
- getPositive() -
Method in class org.knime.base.node.mine.svm.Svm
-
- getPositiveClass() -
Method in class org.knime.base.node.viz.roc.ROCSettings
- Returns the value from the class column that represents the "positive"
class.
- getPositiveInfinity() -
Method in class org.knime.base.util.coordinate.Coordinate
- Returns the value for positive infinity after mapping.
- getPositiveInfinity() -
Method in class org.knime.base.util.coordinate.NumericCoordinate
- Returns the value for positive infinity after mapping.
- getPositiveInfinity() -
Method in class org.knime.base.util.coordinate.PolicyStrategy
- Returns the value for positive infinity.
- getPossibleValueClasses() -
Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
- Result may be
null
when the first constructor was used
(based on a column name only).
- getPossibleValues() -
Method in class org.knime.base.node.viz.plotter.parcoord.NominalParallelAxis
-
- getPossibleValuesOfSelectedColumn() -
Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
- For the selected column (from the combobox) it get the possible values,
and returns a vector with the string representations for them.
- getPredClass() -
Method in enum org.knime.base.node.mine.decisiontree2.PMMLPredicate.PMMLPredicates
- Returns the predicate class.
- getPredecessor(int) -
Method in class org.knime.base.data.neural.SigmoidPerceptron
- Returns the predecessor at a given position.
- getPredecessors() -
Method in class org.knime.base.data.neural.SigmoidPerceptron
- Returns the predecessors.
- getPredicate() -
Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
-
- getPredicateForConfig(Config) -
Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
- Returns the correct PMMLPredicate for a config object.
- getPredicateForType(String) -
Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
- Returns the correct PMMLPredicate for its string representation.
- getPredicates() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
- Returns all contained predicates.
- 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.
- getPreferredSize() -
Method in class org.knime.base.data.bitvector.BitVectorValueStringRenderer
- Deprecated. Get the dimension which the renderer component will preferably occupy.
- getPreferredSize(JComponent) -
Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
-
- getPreferredSize() -
Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer
- Get the dimension which the renderer component will preferably occupy.
- getPreferredSize() -
Method in interface org.knime.core.data.renderer.DataValueRenderer
- Get the dimension which the renderer component will preferably occupy.
- getPreferredSize() -
Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
- Get the dimension which the renderer component will preferably occupy.
- getPreferredSize(JComponent) -
Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
-
- getPreferredSize() -
Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
- Get the dimension which the renderer component will preferably occupy.
- getPreferredSize() -
Method in class org.knime.core.data.renderer.SetOfRendererFamilies
- Get the dimension which the renderer component will preferably occupy.
- getPreferredSize() -
Method in class org.knime.core.node.config.ConfigEditTreeRenderer
-
- getPreferredValueClass() -
Static method in class org.knime.base.data.bitvector.BitVectorCell
- Deprecated. Preferred value class of a BitVectorCell is BitVectorValue.
- getPreferredValueClass() -
Method in class org.knime.core.data.DataType
- Returns the preferred value class of the current
DataType
or null
if not available.
- getPreferredValueClass() -
Static method in class org.knime.core.data.date.DateAndTimeCell
- Static method indicating preferred value class as required by
DataCell API.
- getPreferredValueClass() -
Static method in class org.knime.core.data.def.ComplexNumberCell
- Returns the preferred value class of this cell implementation.
- getPreferredValueClass() -
Static method in class org.knime.core.data.def.DoubleCell
- Returns the preferred value class of this cell implementation.
- getPreferredValueClass() -
Static method in class org.knime.core.data.def.FuzzyIntervalCell
- Returns the preferred value class of this cell implementation.
- getPreferredValueClass() -
Static method in class org.knime.core.data.def.FuzzyNumberCell
- Returns the preferred value class of this cell implementation.
- getPreferredValueClass() -
Static method in class org.knime.core.data.def.IntCell
- Returns the preferred value class of this cell implementation.
- getPreferredValueClass() -
Static method in class org.knime.core.data.def.IntervalCell
- Returns the preferred value class of this cell implementation.
- getPreferredValueClass() -
Static method in class org.knime.core.data.def.LongCell
- Returns the preferred value class of this cell implementation.
- getPreferredValueClass() -
Static method in class org.knime.core.data.def.StringCell
- Returns the preferred value class of this cell implementation.
- getPreferredValueClass() -
Static method in class org.knime.core.data.def.TimestampCell
- Deprecated. Returns the preferred value class of this cell implementation.
- getPreferredValueClass() -
Static method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
- Returns the preferred value class of this cell implementation.
- getPreferredValueClass() -
Static method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
- Returns the preferred value class of this cell implementation.
- getPreferredValueClass() -
Static method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
- Returns the preferred value class of this cell implementation.
- getPreferredValueClass() -
Static method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
- Returns the preferred value class of this cell implementation.
- getPrefix() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Returns the prefix of this node representing the condition.
- getPrefix() -
Method in class org.knime.core.node.workflow.NodeID
-
- getPreserveSettings() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
- Checks the flag that indicates if settings will be reset at location
change.
- getPreviousIndex() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- getPreviousSpec() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- getPreviousValue() -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
-
- getProbability(String, DataCell, double) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- getProbabilityInternal(String, DataCell, double) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
- This should also handle missing values.
- getProbabilityInternal(String, DataCell, double) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
- This should also handle missing values.
- getProbabilityInternal(String, DataCell, double) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
- This should also handle missing values.
- getProbabilityInternal(String, DataCell, double) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
- This should also handle missing values.
- getProgress() -
Method in class org.knime.core.node.DefaultNodeProgressMonitor
-
- getProgress() -
Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
- Get the subprogress, the value scaled to [0, 1].
- getProgress() -
Method in interface org.knime.core.node.NodeProgressMonitor
- The current progress value or
null
if no progress available.
- getProgress() -
Method in class org.knime.core.node.workflow.NodeProgress
- Current progress value or null.
- getProgressMonitor() -
Method in class org.knime.core.node.ExecutionMonitor
-
- getProgressMonitor() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getProjectOnly() -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
-
- getProjectOnlyModel() -
Static method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeDialog
-
- getProperties() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- getProperties() -
Method in class org.knime.core.data.DataColumnSpec
- Returns the properties assigned to this column spec.
- getPropertiesPanel() -
Method in class org.knime.base.node.viz.pie.impl.PiePlotter
-
- getProperty(String, String) -
Method in class org.knime.core.data.DataColumnProperties
- Get the property assigned to
key
or - if this property
does not exist - the defaultValue
.
- getProperty(String) -
Method in class org.knime.core.data.DataColumnProperties
- Get the property value for the given
key
or
null
if key
does not exist.
- getPropertyChangeSupport() -
Method in class org.knime.core.node.tableview.TableContentModel
- Get reference to
PropertyChangeSupport
to allow subclasses
to fire customized events.
- getPropertyInfo(String, Properties) -
Method in class org.knime.base.node.io.database.WrappedDriver
-
- getPrototypes() -
Method in class org.knime.base.node.mine.cluster.PMMLClusterHandler
-
- getPrototypes() -
Method in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
-
- getQuality() -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
-
- getQuality(Map<RowKey, RowKey>, Map<RowKey, Set<RowKey>>) -
Static method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
- Get quality measure of current cluster result (in 0-1).
- getQualityMeasureName() -
Method in class org.knime.base.node.mine.decisiontree2.learner.Split
-
- getQualityValue() -
Method in class org.knime.base.node.mine.decisiontree2.learner.PruningResult
- Returns the quality value for this node.
- getQuery() -
Method in class org.knime.base.node.io.database.DBReaderNodeModel
-
- getQuery() -
Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
-
- getQueryConnection() -
Method in class org.knime.core.node.port.database.DatabaseReaderConnection
-
- getQueueSize() -
Method in class org.knime.core.util.ThreadPool
- Returns the size of the future queue (needed by the unit test).
- 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.
- getRawCell(int) -
Method in class org.knime.core.data.container.BlobSupportDataRow
- Returns the cell at given index.
- getReadBytes() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated. Returns the number of bytes returned so far.
- getReadBytes() -
Method in class org.knime.core.util.tokenizer.Tokenizer
- Returns the number of bytes returned so far.
- getReadPossibleValuesFromFile() -
Method in class org.knime.base.node.io.filereader.ColProperty
-
- getReadVersion() -
Method in class org.knime.core.data.container.Buffer
- Get underlying stream version.
- getRealD() -
Method in class org.knime.base.util.math.EigenvalueDecomposition
-
- getRealValue() -
Method in interface org.knime.core.data.ComplexNumberValue
-
- getRealValue() -
Method in class org.knime.core.data.def.ComplexNumberCell
-
- getRealValue() -
Method in class org.knime.core.data.def.DoubleCell
-
- getRealValue() -
Method in class org.knime.core.data.def.IntCell
-
- getRealValue() -
Method in class org.knime.core.data.def.LongCell
-
- getReducedSet(double) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
- Get set of column names that would be in the output table if a given
correlation threshold is applied.
- getReducedTickPositions(int) -
Method in class org.knime.base.util.coordinate.NominalCoordinate
-
- getReferenceTables() -
Method in class org.knime.core.data.container.ConcatenateTable
- Reference to the underlying tables, if any.
- getReferenceTables() -
Method in class org.knime.core.data.container.ContainerTable
- Returns an empty array.
- getReferenceTables() -
Method in class org.knime.core.data.container.JoinedTable
- Reference to the underlying tables, if any.
- getReferenceTables() -
Method in class org.knime.core.data.container.RearrangeColumnsTable
- Get handle to the reference table in an array of length 1.
- getReferenceTables() -
Method in class org.knime.core.data.container.TableSpecReplacerTable
- Get handle to reference table in an array of length 1.
- getReferenceTables() -
Method in class org.knime.core.data.container.WrappedTable
- Reference to the underlying tables, if any.
- getReferenceTables() -
Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
- Reference to the underlying tables, if any.
- getRegExpr() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated.
- getRegExpr() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
-
- getRegressionTable() -
Method in class org.knime.base.node.mine.regression.PMMLRegressionContentHandler
-
- getRegressionTable() -
Method in class org.knime.base.node.mine.regression.PMMLRegressionPortObject
-
- getRelativeSize() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
- getRemovedRowsDueToMissingClassValue() -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTableCreator
- Returns the number of rows removed during table creation due to missing
class values.
- getRenderer(DataColumnSpec) -
Method in class org.knime.core.data.DataType
- Returns a family of all renderers that are available for this
DataType
.
- getRendererComponent(Object) -
Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
- Get a component that visualizes a given object.
- getRendererComponent(Object) -
Method in interface org.knime.core.data.renderer.DataValueRenderer
- Get a component that visualizes a given object.
- getRendererComponent(Object) -
Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
- Get a component that visualizes a given object.
- getRendererComponent(Object) -
Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
- Get a component that visualizes a given object.
- getRendererComponent(Object) -
Method in class org.knime.core.data.renderer.SetOfRendererFamilies
- Get a component that visualizes a given object.
- getRendererDescriptions() -
Method in interface org.knime.core.data.renderer.DataValueRendererFamily
- Get a "unique" description for all renderer that are available in this
family.
- getRendererDescriptions() -
Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
- Get a "unique" description for all renderer that are available in this
family.
- getRendererDescriptions() -
Method in class org.knime.core.data.renderer.SetOfRendererFamilies
- Get a "unique" description for all renderer that are available in this
family.
- getRendererFamily(DataColumnSpec) -
Method in class org.knime.base.data.bitvector.BitVectorValue.BitVectorUtilityFactory
- Deprecated. Returns a family of all renderers this type natively supports.
- getRendererFamily(DataColumnSpec) -
Method in class org.knime.core.data.collection.CollectionDataValue.CollectionUtilityFactory
- Returns a family of all renderers this type natively supports.
- getRendererFamily(DataColumnSpec) -
Method in class org.knime.core.data.DataValue.UtilityFactory
- Returns a family of all renderers this type natively supports.
- getRendererFamily(DataColumnSpec) -
Method in class org.knime.core.data.date.DateAndTimeUtility
- Returns a family of all renderers this type natively supports.
- getRendererFamily(DataColumnSpec) -
Method in class org.knime.core.data.DoubleValue.DoubleUtilityFactory
- Returns a family of all renderers this type natively supports.
- getRendererFamily(DataColumnSpec) -
Method in class org.knime.core.data.IntValue.IntUtilityFactory
- Returns a family of all renderers this type natively supports.
- getRendererFamily(DataColumnSpec) -
Method in class org.knime.core.data.LongValue.LongUtilityFactory
- Returns a family of all renderers this type natively supports.
- getRendererFamily(DataColumnSpec) -
Method in class org.knime.core.data.StringValue.StringUtilityFactory
- Returns a family of all renderers this type natively supports.
- getRendererFamily(DataColumnSpec) -
Method in class org.knime.core.data.vector.bitvector.BitVectorValue.BitVectorUtilityFactory
- Returns a family of all renderers this type natively supports.
- getRendererFamily(DataColumnSpec) -
Method in class org.knime.core.data.vector.bytevector.ByteVectorValue.ByteVectorUtilityFactory
- Returns a family of all renderers this type natively supports.
- getRendererFamily(DataColumnSpec) -
Method in class org.knime.core.node.tableview.TableContentView
- Method being invoked when the table is (re-)constructed to get
the available renderer for a column.
- 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.
- getResource() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns the cells resource value.
- getResult() -
Method in class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
-
- getResultColumnsSpec() -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MaxOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MeanOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MinOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.StdDeviationOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.SumOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.VarianceOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.ConcatenateOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.CountOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.FirstOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.LastOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.ListCellOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.ModeOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.SetCellOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueConcatenateOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueConcatenateWithCountOperator
-
- getResultInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueCountOperator
-
- getRight() -
Method in class org.knime.base.node.io.filetokenizer.Quote
- Deprecated.
- getRight() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns the cells (Nodes) right child Cell.
- getRight() -
Method in class org.knime.base.util.kdtree.NonterminalNode
- Returns the right child node.
- getRight() -
Method in class org.knime.core.util.tokenizer.Quote
-
- getRightBound() -
Method in class org.knime.base.node.preproc.discretization.caim2.Interval
-
- getRightBound() -
Method in class org.knime.core.data.def.IntervalCell
-
- getRightBound() -
Method in interface org.knime.core.data.IntervalValue
-
- getRightChild() -
Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
-
- getRightChildIndices() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
- Deprecated.
- getRightRow() -
Method in class org.knime.core.data.def.JoinedRow
-
- getRightTable() -
Method in class org.knime.base.data.join.JoinedTable
- Get reference to underlying right table.
- getRightValue(boolean) -
Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
-
- getRightValue() -
Method in class org.knime.base.node.preproc.binner.NumericBin
-
- getRocCurve() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Returns a bit set with data for the ROC curve.
- 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
-
- getRow(int) -
Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
- Returns the row from the container with index
idx
.
- getRow(int) -
Method in interface org.knime.base.node.util.DataArray
- Returns the row from the container with index
idx
.
- getRow(int) -
Method in class org.knime.base.node.util.DefaultDataArray
- Returns the row from the container with index
idx
.
- getRow(int) -
Method in class org.knime.core.node.tableview.TableContentModel
- Gets a row with a specified index.
- getRowColor(DataRow) -
Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
-
- getRowColor(DataRow) -
Method in class org.knime.core.data.DataTableSpec
- Returns the color that an object should have when displaying information
concerning this row (for instance in a scatterplot).
- getRowColors() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getRowColors() -
Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
-
- getRowColors() -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
-
- getRowContainer() -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Get the row container for the rows to paint in the view.
- getRowContainer() -
Method in interface org.knime.base.node.mine.regression.linear.view.LinRegDataProvider
- Get the row container for the rows to paint in the view.
- getRowContainer() -
Method in class org.knime.base.node.mine.sota.logic.SotaHelper
- Returns the DataArray with the training data.
- getRowCount() -
Method in class org.knime.base.data.sort.SortedTable
-
- 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.groupby.dialogutil.AggregationColumnTableModel
-
- getRowCount() -
Method in interface org.knime.base.node.viz.aggregation.AggregationModel
-
- getRowCount() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- getRowCount() -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- getRowCount() -
Method in class org.knime.base.util.HalfDoubleMatrix
- Returns the number of rows the half matrix has.
- getRowCount() -
Method in class org.knime.base.util.HalfFloatMatrix
- Returns the number of rows the half matrix has.
- getRowCount() -
Method in class org.knime.base.util.HalfIntMatrix
- Returns the number of rows the half matrix has.
- getRowCount() -
Method in class org.knime.core.data.container.ConcatenateTable
- Row count of the table.
- getRowCount() -
Method in class org.knime.core.data.container.ContainerTable
- Row count of the table.
- getRowCount() -
Method in class org.knime.core.data.container.JoinedTable
- Row count of the table.
- getRowCount() -
Method in class org.knime.core.data.container.RearrangeColumnsTable
- Row count of the table.
- getRowCount() -
Method in class org.knime.core.data.container.TableSpecReplacerTable
- Row count of the table.
- getRowCount() -
Method in class org.knime.core.data.container.WrappedTable
- Row count of the table.
- getRowCount() -
Method in class org.knime.core.data.def.DefaultTable
- Deprecated. Get the number of rows in this table.
- getRowCount() -
Method in class org.knime.core.node.BufferedDataTable
- Get the row count of the this table.
- getRowCount() -
Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
- Row count of the table.
- getRowCount() -
Method in interface org.knime.core.node.tableview.TableContentInterface
- Get the number of rows that are in the table.
- getRowCount() -
Method in class org.knime.core.node.tableview.TableContentModel
- Get the number of rows in this model.
- getRowCount() -
Method in class org.knime.core.node.tableview.TableRowHeaderModel
- Returns row count as in
TableContentModel
.
- getRowDelimiter() -
Method in class org.knime.base.node.io.filereader.XMLPropsReader
- Returns row delimiter string.
- getRowHeaderPrefix() -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- getRowHeight() -
Method in class org.knime.base.node.viz.table.TableNodeView
- Get row height from table.
- getRowHeight() -
Method in class org.knime.core.node.tableview.TableView
- Get row height from table.
- getRowID() -
Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
-
- 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
-
- getRowKey() -
Method in class org.knime.base.node.preproc.setoperator.RowKeyCellMap
-
- getRowKey() -
Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- getRowKey(String) -
Method in class org.knime.core.node.config.Config
- Return
RowKey
for key.
- getRowKey(String, RowKey) -
Method in class org.knime.core.node.config.Config
- Return a
RowKey
which can be null, or the default value if
the key is not available.
- getRowKey(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Return
RowKey
for key.
- getRowKey(String, RowKey) -
Method in interface org.knime.core.node.config.ConfigRO
- Return a
RowKey
which can be null, or the default value if
the key is not available.
- getRowKey(int) -
Method in interface org.knime.core.node.tableview.TableContentInterface
- Get the row key for a given row index.
- getRowKey(int) -
Method in class org.knime.core.node.tableview.TableContentModel
- Get the row key for a given row index.
- getRowKeyArray(String) -
Method in class org.knime.core.node.config.Config
- Return
RowKey
array for the given key.
- getRowKeyArray(String, RowKey...) -
Method in class org.knime.core.node.config.Config
- Return a
RowKey
array which can be null, or the default
value if the key is not available.
- getRowKeyArray(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Return
RowKey
array for the given key.
- getRowKeyArray(String, RowKey...) -
Method in interface org.knime.core.node.config.ConfigRO
- Return a
RowKey
array which can be null, or the default
value if the key is not available.
- getRowKeys() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
- Please make sure to call init() first in order to guarantee that
the DataTable is converted.
- getRowKeys() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
- getRowKeysAsString() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns the RowKeys as a string separated with ",".
- getRowPrefix() -
Method in class org.knime.base.node.io.filereader.XMLPropsReader
- Returns the prefix for row keys.
- getRows() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
- getRowShape(DataRow) -
Method in class org.knime.core.data.DataTableSpec
- Return the shape that an object should have when displaying information
concerning this row (for instance in a scatterplot).
- getRowsInList() -
Method in class org.knime.core.data.def.DefaultTable
- Deprecated. Get a reference to underlying data container.
- getRowSize(DataRow) -
Method in class org.knime.core.data.DataTableSpec
- Deprecated. use row size factor instead
- getRowSizeFactor(DataRow) -
Method in class org.knime.core.data.DataTableSpec
- Return the size (as a scaling factor) that an object should have when
displaying information concerning this row (for instance in a
scatterplot).
- getRowsModel() -
Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
-
- getRules() -
Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
-
- 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.
- getSamplingRowFilter(BufferedDataTable, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
- Method to be used in the execute method to determine the row filter for
the sampling.
- getSaveVersion() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- getScale4Command(String) -
Static method in enum org.knime.base.node.viz.aggregation.ValueScale
- Returns the scale for the given action command.
- getScales() -
Method in class org.knime.base.data.normalize.AffineTransConfiguration
-
- getSchemes() -
Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
- Returns
DiscretizationScheme
s of the columns that are included
in the DiscretizationModel
.
- getScorerCount() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
- getScoreTable() -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
-
- getScoreTableSpec() -
Static method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
-
- getScreenYCoordinate(double) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- getSearchColumn() -
Method in class org.knime.core.node.tableview.FindPositionAll
-
- getSearchColumn() -
Method in class org.knime.core.node.tableview.FindPositionRowKey
-
- getSearchRow() -
Method in class org.knime.core.node.tableview.FindPositionRowKey
-
- 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.
- getSecondCompareColumn() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Returns the second column to compare.
- getSecondSubnode() -
Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
- Returns the second sub-node of this node.
- getSecondSubnode() -
Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
- Returns the second sub-node of this node.
- getSections() -
Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieVizModel
-
- getSections() -
Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
-
- getSections() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getSections2Draw() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
- Returns the sections to draw depending on the showMissing and
emptySection flags.
- getSeedModel() -
Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
-
- getSelected() -
Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
-
- getSelected() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
- Returns the name of the currently selected item.
- getSelectedAggrColumn() -
Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
-
- getSelectedAggrColumns() -
Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
-
- getSelectedAggrMethod() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- getSelectedAsSpec() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
- Returns the
DataColumnSpec
of the currently selected item.
- getSelectedBars() -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- getSelectedBins() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getSelectedColumn() -
Method in class org.knime.base.node.preproc.sorter.SortItem
- The column that is selected in the JComboBox.
- getSelectedColumn() -
Method in class org.knime.core.node.util.ColumnSelectionComboxBox
- Gets the selected column.
- getSelectedColumn() -
Method in class org.knime.core.node.util.ColumnSelectionPanel
- Gets the selected column.
- getSelectedColumnAsSpec() -
Method in class org.knime.core.node.util.ColumnSelectionPanel
- Gets the selected column as DataColumnSpec.
- getSelectedColumns() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
- Returns an (unmodifieable) set of the select column names.
- getSelectedColumns() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
-
- getSelectedColumns() -
Method in class org.knime.core.node.util.ColumnSelectionList
- Returns a collection with the names of all currently selected columns.
- getSelectedDots() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
-
- getSelectedElement(Point) -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getSelectedElement(Point) -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getSelectedElements() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- getSelectedElements() -
Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
-
- getSelectedFile() -
Method in class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
- Get currently selected file.
- getSelectedFile() -
Method in class org.knime.base.node.preproc.stringreplacer.dict.FilesHistoryPanel
- Get currently selected file.
- getSelectedFile() -
Method in class org.knime.core.node.util.FilesHistoryPanel
- Get currently selected file.
- getSelectedIndex() -
Method in class org.knime.core.node.util.ColumnSelectionPanel
-
- getSelectedKeys() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getSelectedKeys() -
Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
-
- getSelectedKeys() -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
-
- getSelectedKeys() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getSelectedMethod() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationMethodComboBox
-
- getSelectedPieColumn() -
Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
-
- getSelectedSections() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getSelectedSet(Point[]) -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Determines the row keys (as DataCells) which belong to the given cell of
the confusion matrix.
- getSelectedString() -
Method in class org.knime.core.node.util.StringHistoryPanel
- Get currently selected entry.
- getSelectedSubElement(Point) -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
- Returns the sub element of this element that contains the given point
or
null
if none contains the point.
- getSelectedXColumn() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineScatterPlotter
-
- getSelectedXColumn() -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
-
- getSelectedXColumn() -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
-
- getSelectedXColumnIndex() -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
- Returns the selected column index or 0 by default, that is if no
DataTableSpec
is set and no column was
selected before.
- getSelectedXColumnName() -
Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
-
- getSelectedXColumnSpec() -
Method in class org.knime.base.node.viz.histogram.node.HistogramNodeDialogPane
-
- getSelectedYColumn() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineScatterPlotter
-
- getSelectedYColumn() -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
-
- getSelectedYColumn() -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
-
- getSelectedYColumnIndex() -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
- Returns the selected column index or 0 by default, that is if no
DataTableSpec
is set and no column was
selected before.
- getSelectionOption() -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
-
- getSelectionRectangle() -
Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
- For normal behavior, this method should is by the
AbstractPlotter
only.
- getSeparatorReplacement() -
Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- getSerializer(Class<T>, Class<V>, String, boolean) -
Static method in class org.knime.core.internal.SerializerMethodLoader
- Invokes a static method named
methodName
on class
encapsulatingClass
, which is supposed to have no arguments
and whose return type is V<T>
.
- getSet() -
Method in class org.knime.core.data.collection.SetCell
-
- getSetLength() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
- Returns the number of items in the represented frequent itemset.
- getSetOperator() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
-
- getSettings() -
Method in class org.knime.base.node.io.csvwriter.CSVWriter
-
- getSettings() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated.
- getSettings() -
Method in class org.knime.base.node.preproc.missingval.MissingValuePanel
- Get the settings currently entered in the dialog.
- getSettings() -
Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
- Returns the settings of this object.
- getSettings() -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
-
- getSettings() -
Method in class org.knime.core.node.CopyNodePersistor
-
- getSettings() -
Method in interface org.knime.core.node.NodePersistor
-
- getSettings() -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- getSettings() -
Method in class org.knime.core.util.tokenizer.Tokenizer
-
- getSettingsPanelComponent(NodeContainer.NodeContainerSettings.SplitType) -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- Creates a new instance of a panel that holds components to display the
job manager's settings and to allow the user to enter new values.
- getSettingsPanelComponent(NodeContainer.NodeContainerSettings.SplitType) -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
- Creates a new instance of a panel that holds components to display the
job manager's settings and to allow the user to enter new values.
- getShape() -
Method in interface org.knime.base.node.viz.aggregation.AggregationModel
-
- getShape() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- getShape() -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- getShape() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
- getShape() -
Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- getShape() -
Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
-
- getShape(String) -
Static method in class org.knime.core.data.property.ShapeFactory
-
- getShape(DataCell) -
Method in class org.knime.core.data.property.ShapeHandler
- Returns a
Shape
of the given DataCell
.
- getShape(DataCell) -
Method in interface org.knime.core.data.property.ShapeHandler.ShapeModel
- Returns a
Shape
object for a given
DataCell
.
- getShape(DataCell) -
Method in class org.knime.core.data.property.ShapeModelNominal
- Returns a Shape for the given DataCell value, or
ShapeFactory.DEFAULT
if not set.
- getShapeHandler() -
Method in class org.knime.core.data.DataColumnSpec
- Returns the
ShapeHandler
defined on this column, if
available.
- getShapes() -
Static method in class org.knime.core.data.property.ShapeFactory
-
- getShort(String) -
Method in class org.knime.core.node.config.Config
- Return short for key.
- getShort(String, short) -
Method in class org.knime.core.node.config.Config
- Return short value for key or the default if the key is not available.
- getShort(String) -
Method in interface org.knime.core.node.config.ConfigRO
- Return short for key.
- getShort(String, short) -
Method in interface org.knime.core.node.config.ConfigRO
- Return short value for key or the default if the key is not available.
- getShort() -
Method in class org.knime.core.node.config.ConfigShortEntry
-
- getShortArray(String) -
Method in class org.knime.core.node.config.Config
- 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.Config
- 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.ConfigRO
- 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.ConfigRO
- Return short array which can be null for key, or the default array if the
key is not available.
- getShortLabel() -
Method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- getShortLabel() -
Method in class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
-
- getShowAllAction() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
-
- getShowAllAction() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
- The
ScatterPlotter
adds the posssibility to show, fade or
hide unhilited dots and this is the show all action.
- getShowDotsBox() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotterProperties
-
- getShowDotsBox() -
Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
-
- getShowDotsBox() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
-
- getShowDotsBox() -
Method in class org.knime.base.node.viz.plotter.props.LinePlotterAppearanceTab
-
- getShowDotsBox() -
Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinateAppearanceTab
-
- getShowHideCheckbox() -
Method in class org.knime.base.node.mine.cluster.hierarchical.DistancePlotProperties
-
- getShowHideMenu() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
-
- getShowHideMenu() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
- The
ScatterPlotter
adds the posssibility to show, fade or
hide unhilited dots and this is the complete menu to hide, fade.
- getShowMissingValsButton() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
-
- getShowMissingValsButton() -
Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinatesMissingValueTab
-
- getShrink() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionFactory
- Returns the lower bound for non-conflicting instances.
- getShrink() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
-
- getShrink() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
-
- getShrinkValue(DataRow) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Called if a new row has to be adjusted.
- getShrinkValue(DataRow) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
- Called if a new
BasisFunctionLearnerRow
has to be adjusted.
- getShrinkValue(DataRow) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
- Called if a new
BasisFunctionLearnerRow
has to be adjusted.
- getSimulatedHiliteHandlerPortIndex(int) -
Method in class org.knime.core.node.NodeModel
- Returns the argument.
- getSimulatedInPort() -
Method in class org.knime.core.node.workflow.WorkflowOutPort
- Return a NodeInPort for the WFM's output ports so that the Outport
of a node within the WFM can connect to it as an "input".
- getSingleNodeContainerPersistor() -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- getSingleNodeContainerSettings() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getSister() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
-
- getSize() -
Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
-
- getSize() -
Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- getSize() -
Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
-
- getSize(DataCell) -
Method in class org.knime.core.data.property.SizeHandler
- Deprecated. use
SizeHandler.getSizeFactor(DataCell)
instead
- getSize(DataCell) -
Method in interface org.knime.core.data.property.SizeHandler.SizeModel
- Deprecated. use
SizeHandler.SizeModel.getSizeFactor(DataCell)
instead.
- getSize(DataCell) -
Method in class org.knime.core.data.property.SizeModelDouble
- Deprecated. use
SizeModelDouble.getSizeFactor(DataCell)
instead.
- getSizeFactor(DataCell) -
Method in class org.knime.core.data.property.SizeHandler
- Returns the size as a scaling factor (in [1, )).
- getSizeFactor(DataCell) -
Method in interface org.knime.core.data.property.SizeHandler.SizeModel
-
- getSizeFactor(DataCell) -
Method in class org.knime.core.data.property.SizeModelDouble
- Computes the size based on the actual value of the provided cell, the
interval, the scaling factor and the mapping method.
- getSizeHandler() -
Method in class org.knime.core.data.DataColumnSpec
- Returns the
SizeHandler
defined on this column, if
available.
- getSkippedAttributes() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
- getSkippedAttributesString(int) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
- getSkippedColumns() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
- getSkippedGroupsByColName() -
Method in class org.knime.base.node.preproc.groupby.GroupByTable
- Returns a
Map
with all skipped groups.
- getSkippedGroupsMessage(int, int) -
Method in class org.knime.base.node.preproc.groupby.GroupByTable
-
- getSkipRowButton() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
-
- getSkipRowButton() -
Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinatesMissingValueTab
-
- getSkipThisColumn() -
Method in class org.knime.base.node.io.filereader.ColProperty
-
- getSkipValueButton() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
-
- getSkipValueButton() -
Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinatesMissingValueTab
-
- getSmallDisplayIcon() -
Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
-
- getSmilesType() -
Method in class org.knime.base.node.io.filereader.SmilesTypeHelper
- Returns the Smiles type.
- getSmotedTable() -
Method in class org.knime.base.node.mine.smote.Smoter
- Get final output table, including original input table and smoted table.
- getSNCSettings() -
Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
-
- getSNCSettings() -
Method in interface org.knime.core.node.workflow.SingleNodeContainerPersistor
-
- getSNCSettings() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- getSortColumn() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
-
- getSortedClassValues() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
- getSortedEigenVectors(double[][], double[], int) -
Static method in class org.knime.base.node.mine.pca.EigenValue
- Constructs a matrix consisting of the first
number
eigenvectors of m
, where first refers to the corresponding
eigenvalues sorted by absolute value.
Take care that the matrix is symmetric!
- getSortOrder() -
Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel
- Returns the sortOrder array.
- getSortOrder() -
Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
- Returns the sortOrder array.
- getSortOrder() -
Method in class org.knime.base.node.preproc.sorter.SortItem
- The Sortorder of this SortItem.
- getSota() -
Method in class org.knime.base.node.mine.sota.SotaPortObject
-
- getSotaManager() -
Method in class org.knime.base.node.mine.sota.SotaNodeModel
-
- getSotaRoot() -
Method in class org.knime.base.node.mine.sota.SotaPortObject
-
- getSource() -
Method in class org.knime.core.node.workflow.ConnectionContainer
-
- getSource() -
Method in class org.knime.core.node.workflow.ConnectionUIInformationEvent
-
- getSource() -
Method in class org.knime.core.node.workflow.JobManagerChangedEvent
-
- 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.NodeStateEvent
-
- getSource() -
Method in class org.knime.core.node.workflow.NodeUIInformationEvent
-
- getSourcePort() -
Method in class org.knime.core.node.workflow.ConnectionContainer
-
- getSourcePort() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
-
- getSourceSuffix() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
-
- getSpec() -
Method in class org.knime.base.data.normalize.NormalizerPortObject
- Get specification to this port object.
- getSpec() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
- Get specification to this port object.
- getSpec() -
Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
- Get specification to this port object.
- getSpec() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionModelContent
-
- getSpec() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
- Get specification to this port object.
- getSpec() -
Method in class org.knime.base.node.mine.pca.PCAModelPortObject
- Get specification to this port object.
- getSpec() -
Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
-
- getSpec() -
Method in interface org.knime.base.node.mine.regression.RegressionPortObject
- Spec to this regression model.
- 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.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.core.node.BufferedDataTable
- Get specification to this port object.
- getSpec() -
Method in class org.knime.core.node.port.database.DatabasePortObject
- Get specification to this port object.
- getSpec() -
Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
- Get specification to this port object.
- getSpec() -
Method in class org.knime.core.node.port.pmml.PMMLPortObject
- Get specification to this port object.
- getSpec() -
Method in interface org.knime.core.node.port.PortObject
- Get specification to this port object.
- getSpec() -
Method in class org.knime.core.node.port.viewproperty.ViewPropertyPortObject
- Get specification to this port object.
- getSplit() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitFinder
- Returns the split evaluated as the best for the given data.
- getSplitAttr() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Return name of attribute this node splits on.
- getSplitAttribute() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
- Returns the name of the field the predicate operates on, an empty String
if it works on multiple attributes, or null if not applicable.
- getSplitAttribute() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
- Returns the name of the field the predicate operates on, an empty String
if it works on multiple attributes, or null if not applicable.
- getSplitAttribute() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
- Returns the name of the field the predicate operates on, an empty String
if it works on multiple attributes, or null if not applicable.
- getSplitAttribute() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
- Returns the name of the field the predicate operates on, an empty String
if it works on multiple attributes, or null if not applicable.
- getSplitAttribute() -
Method in class org.knime.base.util.kdtree.NonterminalNode
- Returns the attribute index that is used for the split.
- getSplitAttributeIndex() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitFinder
- Returns the attribute list that determines the split.
- getSplitAttributeName() -
Method in class org.knime.base.node.mine.decisiontree2.learner.Split
- Returns the name of this split's attribute.
- getSplitPred() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
- Returns the split predicate array of this node.
- getSplitType() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getSplitValue() -
Method in class org.knime.base.util.kdtree.NonterminalNode
- Returns the split value.
- getSplitValues() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominal
- Returns the possible values of this splits attribute.
- getSplitValues() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
- Deprecated. Returns the values array of this nodes split attribute.
- getSquaredError() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Returns the total squared error.
- getSquaredEuclideanDistance(DataRow, int[]) -
Method in class org.knime.base.node.mine.cluster.assign.Prototype
- Computes the distance between this prototype and a given
DataRow
.
- getStandardDeviation(int) -
Method in class org.knime.base.data.statistics.Statistics2Table
- Calculates the standard deviation for the desired column.
- getStandardDeviation() -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns the standard deviation for all columns.
- getStandardDeviation(int) -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Calculates the standard deviation for the desired column.
- getStandardDeviation() -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns the standard deviation for all columns.
- getStandardDeviation(DataRow, boolean) -
Static method in class org.knime.base.node.mine.sota.distances.Distances
- Returns the standard deviation of the given row.
- getStandardDeviation(SotaTreeCell) -
Static method in class org.knime.base.node.mine.sota.distances.Distances
- Returns the standard deviation of the given cell.
- getStartsWith() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
-
- getStartX() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns the objects start X coordinate.
- getStartX() -
Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
- Returns the objects start X coordinate.
- getStartY() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns the objects start Y coordinate.
- getStartY() -
Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
- Returns the objects start Y coordinate.
- getState() -
Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
-
- getState() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getState() -
Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- getState() -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- getState() -
Method in class org.knime.core.node.workflow.NodeStateEvent
-
- getStatistics() -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
-
- getStatistics() -
Method in interface org.knime.base.node.viz.plotter.box.BoxPlotDataProvider
-
- getStatistics() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
-
- getStatsTable() -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
- getStatus(DataTableSpec) -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- getStatus() -
Method in class org.knime.core.node.MiscSettingsTab
- Get the memory policy for the currently selected radio button.
- getStatusOfSettings() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
- Method to check consistency and completeness of the current settings.
- getStatusOfSettings(boolean, DataTableSpec) -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
- Method to check consistency and completeness of the current settings.
- getStatusOfSettings(boolean, DataTableSpec) -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
- Method to check consistency and completeness of the current settings.
- getStatusOfSettings() -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
- Method to check consistency and completeness of the current settings.
- getStatusOfSettings(boolean) -
Method in class org.knime.base.node.io.filereader.FileTable
- Method to check consistency and completeness of the current settings.
- getStatusOfSettings() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Method to check consistency and completeness of the current settings.
- getStatusOfSettings() -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- Method to check consistency and completeness of the current settings.
- getStdDev() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
-
- getStdErr() -
Method in class org.knime.base.node.util.exttool.CommandExecution
-
- getStdOutput() -
Method in class org.knime.base.node.util.exttool.CommandExecution
-
- getString() -
Method in class org.knime.core.data.RowKey
-
- getString(String) -
Method in class org.knime.core.node.config.Config
- Return String for key.
- getString(String, String) -
Method in class org.knime.core.node.config.Config
- 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.ConfigRO
- Return String for key.
- getString(String, String) -
Method in interface org.knime.core.node.config.ConfigRO
- Return String object which can be null, or the default array if the key
is not available.
- getString() -
Method in class org.knime.core.node.config.ConfigStringEntry
-
- getStringArray(String) -
Method in class org.knime.core.node.config.Config
- Return String array which can be null for key.
- getStringArray(String, String...) -
Method in class org.knime.core.node.config.Config
- 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.ConfigRO
- Return String array which can be null for key.
- getStringArray(String, String...) -
Method in interface org.knime.core.node.config.ConfigRO
- Return String array which can be null for key, or the default array if
the key is not available.
- getStringArrayValue() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
-
- getStringDomainValue() -
Method in class org.knime.base.util.coordinate.CoordinateMapping
-
- getStringForDateField(int) -
Static method in class org.knime.core.data.date.DateAndTimeRenderUtil
-
- getStringRepresentationFor(DateAndTimeValue) -
Method in class org.knime.core.data.date.DateAndTimeValueRenderer
-
- getStringSummary() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
- getStringSummary() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
-
- getStringSummary() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
- Deprecated.
- getStringSummary() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
- Deprecated.
- getStringSummary() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
- Deprecated.
- getStringSummary() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
-
- getStringValue() -
Method in class org.knime.core.data.date.DateAndTimeCell
-
- getStringValue() -
Method in class org.knime.core.data.def.StringCell
-
- getStringValue() -
Method in interface org.knime.core.data.StringValue
-
- getStringValue() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
-
- getStringValue() -
Method in class org.knime.core.node.workflow.FlowVariable
-
- getStringValues() -
Static method in enum org.knime.core.data.property.SizeModelDouble.Mapping
-
- getStroke() -
Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
-
- getSum(int) -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns the sum for the desired column.
- getSum() -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns the sum values for all columns.
- getSum(int) -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns the sum for the desired column.
- getSum() -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns the sum values for all columns.
- getSummary() -
Method in class org.knime.base.data.normalize.AffineTransConfiguration
-
- getSummary() -
Method in class org.knime.base.data.normalize.NormalizerPortObject
- Get a short summary of this
PortObject
.
- getSummary() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
- Get a short summary of this
PortObject
.
- getSummary() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
- getSummary() -
Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
- Get a short summary of this
PortObject
.
- getSummary() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
- Get a short summary of this
PortObject
.
- getSummary() -
Method in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
- Get a short summary of this
PortObject
.
- getSummary() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreePortObject
- Get a short summary of this
PortObject
.
- getSummary() -
Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkPortObject
- 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.regression.PMMLRegressionPortObject
- 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.mine.subgroupminer.PMMLAssociationRulePortObject
- Get a short summary of this
PortObject
.
- getSummary() -
Method in class org.knime.base.node.mine.svm.PMMLSVMPortObject
- Get a short summary of this
PortObject
.
- 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 class org.knime.core.node.BufferedDataTable
- Get a short summary of this
PortObject
.
- getSummary() -
Method in class org.knime.core.node.port.database.DatabasePortObject
- Get a short summary of this
PortObject
.
- getSummary() -
Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
- Get a short summary of this
PortObject
.
- getSummary() -
Method in class org.knime.core.node.port.pmml.PMMLPortObject
- Get a short summary of this
PortObject
.
- getSummary() -
Method in interface org.knime.core.node.port.PortObject
- Get a short summary of this
PortObject
.
- getSummary() -
Method in class org.knime.core.node.port.viewproperty.ViewPropertyPortObject
- Get a short summary of this
PortObject
.
- getSumOfCounter() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
- Returns the sum of that counter for a pruning heuristic.
- getSumOfWeights() -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Returns the sum of the weights of all rows.
- getSupport() -
Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
- getSupport() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
- The support of this item, which is the number of transaction it is
present in.
- getSupport() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
- Returns the support of this set, which is equal to the number of
transactions the items in this set appear together in.
- getSupport() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
-
- getSupport() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
-
- getSupport() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
- Returns the support of the represented frequent itemset.
- 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
-
- 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.PMMLSVMHandler
-
- getSvms() -
Method in class org.knime.base.node.mine.svm.PMMLSVMPortObject
-
- getSymbol() -
Method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
- Returns the symbol for the operator.
- getTab(String) -
Method in class org.knime.core.node.NodeDialogPane
- Returns the component of the tab with the specified title.
- getTabIndex(String) -
Method in class org.knime.core.node.NodeDialogPane
- Returns the current index of the specified tab.
- getTable() -
Method in class org.knime.base.node.mine.decisiontree2.learner.Split
- Returns the
InMemoryTable
.
- 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.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationMethodTableCellEditor
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationMethodTableCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.DataColumnSpecTableCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
- Render this object in a table using the current renderer.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.knime.core.data.renderer.SetOfRendererFamilies
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.knime.core.node.tableview.ColumnHeaderRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.knime.core.node.tableview.DataCellHeaderRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.knime.core.node.util.FlowVariableTableCellRenderer
-
- getTableContentFilter() -
Method in class org.knime.core.node.tableview.TableContentModel
-
- getTableName() -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- getTableName() -
Method in class org.knime.core.node.tableview.TableContentModel
- Get the name of the current data table (if any) or
null
.
- getTableRepository() -
Method in class org.knime.core.data.container.CopyOnAccessTask
- Get table repository in workflow for blob (de)serialization.
- getTableSpec(DataTableSpec, DataColumnSpec...) -
Static method in class org.knime.base.data.append.column.AppendedColumnTable
- Get table spec that is generated when the table is extended by the
columns.
- getTableSpec() -
Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
-
- getTableSpec() -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
-
- getTableSpec() -
Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
-
- getTableSpec() -
Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
-
- getTableSpec() -
Method in class org.knime.core.data.container.Buffer
- Get the table spec that was set in the constructor.
- getTableSpec() -
Method in class org.knime.core.data.container.DataContainer
- Get the currently set DataTableSpec.
- getTableView() -
Method in class org.knime.core.node.tableview.TableViewFrame
- Get reference to underlying
TableView
.
- getTabName() -
Method in class org.knime.core.node.MiscSettingsTab
-
- getTabName() -
Method in class org.knime.core.node.workflow.NodeExecutorJobManagerDialogTab
- Returns a name of this tab.
- getTailNode() -
Method in class org.knime.core.node.workflow.FlowLoopContext
-
- getTargetCols() -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- getTargetColumn() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Returns the target column's name.
- getTargetColumn() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
- Returns the name of the target column that holds the dependent variable.
- getTargetColumnName() -
Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
- Get the name of the response column, i.e.
- getTargetColumns() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
- getTargetField() -
Method in class org.knime.base.node.mine.regression.PMMLRegressionContentHandler
- Get the response column name as said in the spec or "Response" if none
is set.
- getTargetFields() -
Method in class org.knime.core.node.port.pmml.MiningSchemaContentHandler
-
- getTargetFields() -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- getTargetValues() -
Method in class org.knime.base.node.mine.svm.PMMLSVMHandler
-
- getTargetVariableName() -
Method in class org.knime.base.node.mine.regression.PMMLRegressionPortObject
-
- getTestedPatterns() -
Method in class org.knime.base.util.kdtree.KDTree
- Returns the number of tested patterns during the last call to
KDTree.getKNearestNeighbours(double[], int)
.
- getText() -
Method in enum org.knime.base.node.preproc.setoperator.SetOperation
-
- getText() -
Method in enum org.knime.base.node.viz.aggregation.AggregationMethod
-
- getText() -
Method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
-
- getText() -
Method in enum org.knime.base.node.viz.aggregation.ValueScale
-
- getText() -
Method in enum org.knime.base.node.viz.histogram.HistogramLayout
-
- getText() -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
-
- getText() -
Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
-
- getText() -
Method in interface org.knime.core.node.util.ButtonGroupEnumInterface
-
- getText() -
Method in class org.knime.core.node.util.ConvenientComboBoxRenderer
- Does the clipping automatically, clips off characters from the middle
of the string.
- getText() -
Method in class org.knime.core.node.util.DefaultStringIconOption
-
- getText() -
Method in interface org.knime.core.node.util.StringIconOption
-
- getThetaMinus() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
- Returns the upper bound for conflicting instances.
- getThetaMinus() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
-
- getThetaMinus() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
-
- getThetaPlus() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
- Returns the lower bound for non-conflicting instances.
- getThetaPlus() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
-
- getThetaPlus() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
-
- getThicknessSpinner() -
Method in class org.knime.base.node.mine.cluster.hierarchical.DistancePlotProperties
-
- getThicknessSpinner() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotterProperties
-
- getThicknessSpinner() -
Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
-
- getThicknessSpinner() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
-
- getThicknessSpinner() -
Method in class org.knime.base.node.viz.plotter.props.LinePlotterAppearanceTab
-
- getThicknessSpinner() -
Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinateAppearanceTab
-
- getThousandsSeparator() -
Method in class org.knime.base.node.io.filereader.DataCellFactory
- Returns the character currently accepted as thousands separator.
- getThousandsSeparator() -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- getThreshold() -
Method in class org.knime.base.data.neural.Perceptron
- Returns the threshold.
- getThreshold() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
- Deprecated. Returns the split threshold of this continuous split.
- getThreshold() -
Method in class org.knime.base.node.mine.svm.Svm
-
- getTickOffset() -
Method in class org.knime.base.node.viz.plotter.Axis
-
- getTickPositions(double, double, double, double) -
Method in class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
- Calculates the mappings of the ticks according to the policy.
- getTickPositions(int, int, int, int) -
Method in class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
- Calculates the mappings of the ticks according to the policy.
- getTickPositions(double, boolean) -
Method in class org.knime.base.util.coordinate.Coordinate
- Deprecated. Use
Coordinate.getTickPositions(double)
instead.
- getTickPositions(double) -
Method in class org.knime.base.util.coordinate.Coordinate
- Returns an array with the position of all ticks and their corresponding
domain values given an absolute length.
- getTickPositions(double, double, double, double) -
Method in class org.knime.base.util.coordinate.PercentagePolicyStrategy
- Calculates the mappings of the ticks according to the policy.
- getTickPositions(int, int, int, int) -
Method in class org.knime.base.util.coordinate.PercentagePolicyStrategy
- Calculates the mappings of the ticks according to the policy.
- getTickPositions(double, double, double, double) -
Method in class org.knime.base.util.coordinate.PolicyStrategy
- Calculates the mappings of the ticks according to the policy.
- getTickPositions(double, double, double, double, double, double) -
Method in class org.knime.base.util.coordinate.PolicyStrategy
- Calculates the mappings of the ticks according to the policy.
- getTickPositions(int, int, int, int, double, double) -
Method in class org.knime.base.util.coordinate.PolicyStrategy
- Calculates the mappings of the ticks according to the policy.
- getTickPositions(int, int, int, int) -
Method in class org.knime.base.util.coordinate.PolicyStrategy
- Calculates the mappings of the ticks according to the policy.
- getTickPositionsInternal(double) -
Method in class org.knime.base.util.coordinate.DoubleCoordinate
- Returns an array with the positions of all ticks and their corresponding
domain values given an absolute length.
- getTickPositionsInternal(double) -
Method in class org.knime.base.util.coordinate.IntegerCoordinate
- Returns an array with the positions of all ticks and their corresponding
domain values given an absolute length.
- getTickPositionsInternal(double) -
Method in class org.knime.base.util.coordinate.NumericCoordinate
- Returns an array with the positions of all ticks and their corresponding
domain values given an absolute length.
- getTickPositionsWithLabels(double) -
Method in class org.knime.base.util.coordinate.Coordinate
- Returns an array with the position of all ticks and their corresponding
domain values given an absolute length.
- getTickPositionsWithLabels(double) -
Method in class org.knime.base.util.coordinate.NominalCoordinate
- Returns an array with the position of all ticks and their corresponding
nominal domain values given an absolute length.
- getTickPositionsWithLabels(double) -
Method in class org.knime.base.util.coordinate.NumericCoordinate
- Returns an array with the positions of all ticks and their corresponding
domain values given an absolute length.
- getTIDs() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
- Returns the list of tids as a integer list.
- getTIDs() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.TIDFrequentItemSet
- Returns the transaction ids.
- getToHiLiteHandlers() -
Method in class org.knime.core.node.property.hilite.HiLiteManager
- An unmodifiable set of target hilite handlers.
- getToHiLiteHandlers() -
Method in class org.knime.core.node.property.hilite.HiLiteTranslator
- An unmodifiable set of target hilite handlers.
- getToolTip() -
Method in enum org.knime.base.node.viz.aggregation.AggregationMethod
-
- getToolTip() -
Method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
-
- getToolTip() -
Method in enum org.knime.base.node.viz.aggregation.ValueScale
-
- getToolTip() -
Method in enum org.knime.base.node.viz.histogram.HistogramLayout
-
- getToolTip(int) -
Method in class org.knime.base.node.viz.plotter.box.Box
- Returns the domain values as a string for all values near y.
- getToolTip() -
Method in interface org.knime.core.node.util.ButtonGroupEnumInterface
-
- getToolTipText(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() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationMethodTableCellRenderer
-
- getToolTipText(MouseEvent) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationMethodTableCellRenderer
-
- 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
-
- getTotalChange() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
- getTotalNrOf0s() -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
-
- getTotalNrOf1s() -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
-
- 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.
- getTranslations() -
Method in class org.knime.base.data.normalize.AffineTransConfiguration
-
- getTree() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreePortObject
-
- 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
-
- getTreeNode() -
Method in class org.knime.core.node.port.pmml.XMLTreeCreator
-
- getTrueHiliteHandlerPortIndex(int) -
Method in class org.knime.core.node.NodeModel
- Returns the argument.
- getType() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- getType() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
- getType() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
- getType() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
- getType() -
Method in class org.knime.base.node.mine.mds.distances.CosinusDistanceManager
-
- getType() -
Method in interface org.knime.base.node.mine.mds.distances.DistanceManager
-
- getType() -
Method in class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
-
- getType() -
Method in class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
-
- getType() -
Method in interface org.knime.base.node.mine.sota.logic.SotaCell
-
- getType() -
Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
-
- getType() -
Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
-
- getType() -
Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
-
- getType() -
Method in interface org.knime.base.node.mine.svm.kernel.Kernel
-
- getType(Kernel) -
Static method in class org.knime.base.node.mine.svm.kernel.KernelFactory
- Given a pointer to a kernel, get its type.
- getType() -
Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
-
- getType() -
Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
-
- getType(String) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Returns the data type for the given cell retrieving it from the initial
DataTableSpec
.
- getType() -
Method in class org.knime.base.node.preproc.missingval.ColSetting
-
- getType(String) -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
- Returns the data type for the given cell retrieving it from the initial
DataTableSpec
.
- getType() -
Method in class org.knime.core.data.DataCell
- Returns this cell's
DataType
.
- getType() -
Method in class org.knime.core.data.DataColumnSpec
- Returns the column type which is a subclass of
DataType
.
- getType(Class<? extends DataCell>) -
Static method in class org.knime.core.data.DataType
- Returns the runtime
DataType
for a
DataCell
implementation.
- getType(Class<? extends DataCell>, DataType) -
Static method in class org.knime.core.data.DataType
- Implementation of
DataType.getType(Class)
dedicated for special cell
classes that represent collections of DataCell
.
- getType() -
Method in class org.knime.core.node.config.AbstractConfigEntry
-
- getType() -
Method in class org.knime.core.node.FlowVariableModel
-
- getType() -
Method in class org.knime.core.node.Node
- Returns the type for this node.
- getType() -
Method in class org.knime.core.node.NodeFactory
- Returns the type of the node.
- getType(String) -
Method in class org.knime.core.node.util.ColumnFilterPanel
- Returns the data type for the given cell retrieving it from the initial
DataTableSpec
.
- getType() -
Method in class org.knime.core.node.workflow.ConnectionContainer
-
- getType() -
Method in class org.knime.core.node.workflow.FlowVariable
-
- getType() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getType() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getType() -
Method in class org.knime.core.node.workflow.WorkflowEvent
-
- getType() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getType() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
-
- getType() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
-
- getTypeForChar(byte) -
Method in class org.knime.core.data.container.Buffer
- Perform lookup for the DataCell class info given the argument byte.
- getTypeOfColumn(int) -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
- Return the type of a column previously added.
- getTypeRendererMap() -
Method in class org.knime.core.node.tableview.TableContentView
- Creates a new map containing DataType<->available renderer
identifiers.
- getUIInfo() -
Method in class org.knime.core.node.workflow.ConnectionContainer
-
- getUIInfo() -
Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
-
- getUIInfo() -
Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- getUIInfo() -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- getUiInfo() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
-
- getUIInformation() -
Method in class org.knime.core.node.workflow.ConnectionUIInformationEvent
-
- getUIInformation() -
Method in class org.knime.core.node.workflow.NodeContainer
- Returns the UI information.
- getUIInformation() -
Method in class org.knime.core.node.workflow.NodeUIInformationEvent
-
- getUnderlyingPort() -
Method in class org.knime.core.node.workflow.NodeOutPortWrapper
-
- getUnderlyingPort() -
Method in class org.knime.core.node.workflow.WorkflowInPort
-
- getUnderlyingStream() -
Method in class org.knime.core.data.util.NonClosableInputStream
- Get reference to underlying stream.
- getUnderlyingStream() -
Method in class org.knime.core.data.util.NonClosableOutputStream
- Get reference to underlying stream.
- getUnderlyingTable() -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Getter for the underlying table.
- getUnderlyingTable() -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
- Get reference to underlying table.
- getUnhiliteAction() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- This action calls
AbstractPlotter.unHiLiteSelected()
, if it is overridden take
care to not return null
since it might be called also when
the AbstractPlotter.getHiLiteMenu()
returns null.
- getUniqueColumnName(DataTableSpec, String) -
Static method in class org.knime.core.data.DataTableSpec
- Returns a column name, which is not contained in specified
DataTableSpec
.
- 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.
- 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
-
- getUpperQuartile() -
Method in class org.knime.base.node.viz.plotter.box.Box
-
- getUpperWhisker() -
Method in class org.knime.base.node.viz.plotter.box.Box
-
- 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.
- getUsedColumns() -
Method in class org.knime.base.node.mine.cluster.PMMLClusterHandler
-
- getUsedColumns() -
Method in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
-
- getUseMaxRowsModel() -
Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
-
- getUserObject() -
Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
-
- getUserSettings() -
Method in class org.knime.base.node.io.filereader.ColProperty
-
- getUseVariable() -
Method in class org.knime.core.node.config.ConfigEditTreeEvent
-
- getUseVariableName() -
Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
-
- getUTCCalendar() -
Static method in class org.knime.core.data.date.DateAndTimeCell
-
- getUTCCalendarClone() -
Method in class org.knime.core.data.date.DateAndTimeCell
-
- getUTCCalendarClone() -
Method in interface org.knime.core.data.date.DateAndTimeValue
-
- getUTCTimeInMillis() -
Method in class org.knime.core.data.date.DateAndTimeCell
-
- getUTCTimeInMillis() -
Method in interface org.knime.core.data.date.DateAndTimeValue
-
- getUtilityFor(Class<? extends DataValue>) -
Static method in class org.knime.core.data.DataType
- Determines the
UtilityFactory
for a given
DataValue
implementation.
- getV() -
Method in class org.knime.base.util.math.EigenvalueDecomposition
-
- getValidExtensions() -
Method in class org.knime.core.util.SimpleFileFilter
-
- getValue() -
Method in class org.knime.base.node.mine.decisiontree2.learner.AtomicDouble
- Returns the value.
- getValue(int) -
Method in class org.knime.base.node.mine.decisiontree2.learner.ClassValueDataRow
- Returns the attribute value for the given index.
- getValue(int) -
Method in class org.knime.base.node.mine.decisiontree2.learner.DataRowWeighted
- Returns the attribute value for the given index.
- getValue() -
Method in class org.knime.base.node.mine.pca.EigenValue
-
- getValue() -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
-
- getValue() -
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.
- 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.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- getValueAt(int, int) -
Method in class org.knime.core.node.tableview.TableContentModel
- Get the DataCell at a specific location.
- getValueAt(int, int) -
Method in class org.knime.core.node.tableview.TableRowHeaderModel
- Returns the key of the row with index
rowIndex
.
- getValueClasses() -
Method in class org.knime.core.data.DataType
- Returns a copy of all
DataValue
s to which
this DataType
is compatible to.
- 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
-
- getValues() -
Method in class org.knime.base.node.mine.cluster.assign.Prototype
-
- getValues() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
- Returns the array values.
- getValues() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
-
- getValues(int) -
Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
- Returns a set of all different values seen in the specified column.
- getValues(int) -
Method in interface org.knime.base.node.util.DataArray
- Returns a set of all different values seen in the specified column.
- getValues(int) -
Method in class org.knime.base.node.util.DefaultDataArray
- Returns a set of all different values seen in the specified column.
- getValues() -
Method in class org.knime.base.util.coordinate.CoordinateMapping
- Returns the values if set.
- getValues() -
Method in class org.knime.base.util.coordinate.NominalCoordinateMapping
- Returns the values if set.
- getValues() -
Method in class org.knime.base.util.coordinate.PolicyStrategy
- Returns the values.
- getValues() -
Method in class org.knime.core.data.DataColumnDomain
- Returns all possible values in this column.
- getValueScale() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- getValueScale() -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- getVariableName() -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
-
- getVariables() -
Method in class org.knime.base.node.mine.regression.PMMLRegressionPortObject.RegressionTable
-
- getVariablesOfInterest() -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
-
- getVariablesOfInterest() -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
-
- getVariablesSettings() -
Method in class org.knime.core.node.Node.SettingsLoaderAndWriter
-
- getVariance(int) -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns the variance for the desired column.
- getVariance() -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns the variance for all columns.
- getVariance(int) -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns the variance for the desired column.
- getVariance() -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns the variance for all columns.
- getVariance() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Returns the within-cluster variance.
- getVariance() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
-
- getVector() -
Method in class org.knime.base.node.mine.pca.EigenValue
-
- 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.port.pmml.PMMLMasterContentHandler
-
- getVersionString() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- getVersionString() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- getVersionString() -
Method in enum org.knime.core.node.workflow.WorkflowPersistorVersion200.LoadVersion
-
- getView(NodeContainer) -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- Return a new instance of a node view for the job of the provided node.
- getView(int, String) -
Method in class org.knime.core.node.Node
- Return a new instance of the node's view (without opening it).
- getView(int) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getView(NodeContainer) -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
- Return a new instance of a node view for the job of the provided node.
- getViewDescription(int) -
Method in class org.knime.core.node.NodeFactory
- Returns a description for a view.
- getViewExportMap() -
Static method in class org.knime.core.node.NodeViewExport
- Get a read only map containing pairs of export type identifier (as
string) and the export type.
- getViewHiliteHandler() -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
- Get the hilite handler that the view talks to.
- getViewName() -
Method in class org.knime.core.node.AbstractNodeView
-
- getViewName(NodeContainer) -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- Creates a title for the corresponding view.
- getViewName(int) -
Method in class org.knime.core.node.Node
- Returns the name for this node's view at the given index.
- getViewName(int) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getViewName(NodeContainer) -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
- Creates a title for the corresponding view.
- getViews() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in class org.knime.base.node.mine.pca.PCAModelPortObject
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in class org.knime.core.data.DataTableSpec
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in class org.knime.core.node.BufferedDataTable
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in class org.knime.core.node.NodeModel
-
- getViews() -
Method in class org.knime.core.node.port.AbstractSimplePortObject
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in class org.knime.core.node.port.database.DatabasePortObject
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObjectSpec
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in class org.knime.core.node.port.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 interface org.knime.core.node.port.PortObject
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in interface org.knime.core.node.port.PortObjectSpec
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in class org.knime.core.node.port.viewproperty.ColorHandlerPortObject
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in class org.knime.core.node.port.viewproperty.ShapeHandlerPortObject
- The returned views are displayed in the out port view of the referring
node.
- getViews() -
Method in class org.knime.core.node.port.viewproperty.SizeHandlerPortObject
- The returned views are displayed in the out port view of the referring
node.
- getViewTitle() -
Method in class org.knime.core.node.NodeView
-
- getVizModel() -
Method in class org.knime.base.node.viz.pie.impl.PiePlotter
-
- getVizModel() -
Method in class org.knime.base.node.viz.pie.node.PieNodeModel
-
- getVizModelInternal() -
Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
-
- getVizModelInternal() -
Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
-
- getVizModelInternal() -
Method in class org.knime.base.node.viz.pie.node.PieNodeModel
-
- getWaitingLoops() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- getWarning() -
Method in class org.knime.base.data.statistics.Statistics2Table
- Returns warning message if number of possible values exceeds predefined
maximum.
- getWarningMessage(int) -
Method in class org.knime.base.node.io.filereader.SettingsStatus
- Deprecated.
- getWarningMessage() -
Method in class org.knime.core.node.CopyNodePersistor
-
- getWarningMessage() -
Method in interface org.knime.core.node.NodeContentPersistor
-
- getWarningMessage() -
Method in class org.knime.core.node.NodeModel
- Get the most recently set warning message.
- getWarningMessage() -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- getWarningMessage() -
Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- getWarningMessage(int) -
Method in class org.knime.core.util.tokenizer.SettingsStatus
-
- getWarningMessageFromModel() -
Method in class org.knime.core.node.Node
- Getter for the currently set node warning message in the corresponding
NodeModel.
- getWeight(int) -
Method in class org.knime.base.data.neural.Perceptron
- Get weight at given position.
- getWeight() -
Method in class org.knime.base.node.mine.decisiontree2.learner.DataRowWeighted
- Return the weight of this data row.
- 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
-
- 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
-
- 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).
- getWinner(LinkedHashMap<DataCell, Double>) -
Static method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Find the winning data cell.
- getWithBlobSupport(int) -
Method in class org.knime.core.data.collection.BlobSupportDataCellList
- Returns the element at the specified position of the list.
- getWithinClusterVariations() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
- Calculates the Within-Cluster Variation for each cluster.
- getWithinClusterVariations() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Calculates the Within-Cluster Variation for each cluster.
- getWorkflow() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getWorkflowDir() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- getWorkflowIncomingPort(int) -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getWorkflowManager() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowLoadResult
-
- getWorkflowManagerPersistor() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- getWorkflowOutgoingPort(int) -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- getWorkflowVariables() -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
- Get the workflow variables associated with this meta node/workflow.
- getWorkflowVariables() -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
- Get the workflow variables associated with this meta node/workflow.
- getWorkflowVariables() -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
- Get the workflow variables associated with this meta node/workflow.
- getWorkflowVariables() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Get read-only access on the current workflow variables.
- getWorkflowVariables() -
Method in interface org.knime.core.node.workflow.WorkflowPersistor
- Get the workflow variables associated with this meta node/workflow.
- getWorkflowVariables() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
- Get the workflow variables associated with this meta node/workflow.
- getWorkspaceDirPath() -
Static method in class org.knime.core.internal.KNIMEPath
- Getter for the workspace directory.
- getWorstValue() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGainRatio
- Returns the worst value for this quality measure.
- getWorstValue() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGini
- Returns the worst value for this quality measure.
- getWorstValue() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityMeasure
- Returns the worst value for this quality measure.
- getX() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
- Returns the curve's x-values.
- getX() -
Method in class org.knime.base.node.viz.plotter.basic.DataCellPoint
-
- getX() -
Method in class org.knime.base.node.viz.plotter.box.Box
-
- getX() -
Method in class org.knime.base.node.viz.roc.ROCNodeModel.ROCCurve
- Returns the curve's x-values.
- getXAxis() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
-
- getXAxisCaption() -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- getXAxisCaptionCell() -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- getXColIdx() -
Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
-
- getXColName() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
-
- getXColSpec() -
Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
-
- getXColumnName() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getXColumnName() -
Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
-
- getXColumnName() -
Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
-
- getXColumnName() -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
-
- getXColumnSpec() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- getXColumnSpec() -
Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
-
- getXColumnSpec() -
Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
-
- getXColumnSpec() -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
-
- getXCoord() -
Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
-
- getXCoordinate() -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
-
- getXDomainValue() -
Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
-
- getXieBeniIndex() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
- The Xie-Beni index, also called the compactness and separation
validity function, is an index that involves the membership values
and the dataset.
- getXieBeniIndex() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Calculates the Xie Beni Index.
- getXMaxValue() -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
-
- getXMinValue() -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
-
- getXMLDescription() -
Method in class org.knime.core.node.Node
- The XML description can be used with the
NodeFactoryHTMLCreator
in order to get a converted HTML
description of it, which fits the overall KNIME HTML style.
- getXMLDescription() -
Method in class org.knime.core.node.NodeFactory
- The XML description can be used with the
NodeFactoryHTMLCreator
in order to get a converted HTML
description of it, which fits the overall KNIME HTML style.
- getXMLDescription() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- getXMLFileURL() -
Method in class org.knime.base.node.io.filereader.XMLPropsReader
- Get the URL of the XML file this spec was build from.
- getXPosition() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
-
- getY() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
- Returns the curve's y-values.
- getY() -
Method in class org.knime.base.node.viz.plotter.basic.DataCellPoint
-
- getY() -
Method in class org.knime.base.node.viz.roc.ROCNodeModel.ROCCurve
- Returns the curve's y-values.
- 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.
- GLOBAL_CONST_ID -
Static variable in class org.knime.core.node.workflow.FlowVariable
- reserved prefix for global flow variables.
- GLOBAL_THREAD_POOL -
Static variable in class org.knime.core.node.KNIMEConstants
- The global thread pool from which all threads should be taken.
- GlobalClassCreator - Class in org.knime.core.eclipseUtil
- Eclipse workaround to create new Classes through one, global gateway.
- 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
-
- gotoCell(int, int) -
Method in class org.knime.core.node.tableview.TableView
- Scrolls to the given coordinate cell.
- groupByColsChanged() -
Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
- Synchronizes the available aggregation column list and the
selected group columns.
- 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 NewGroupByNodeDialogPane.
- 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 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 outport.
- GroupByTable - Class in org.knime.base.node.preproc.groupby
- A data table that groups a given input table by the given columns
and calculates the aggregation values of the remaining rows.
- GroupByTable(ExecutionContext, BufferedDataTable, List<String>, ColumnAggregator[], int, boolean, boolean, ColumnNamePolicy) -
Constructor for class org.knime.base.node.preproc.groupby.GroupByTable
- Constructor for class GroupByTable.
- GroupByTable(ExecutionContext, BufferedDataTable, List<String>, ColumnAggregator[], int, boolean, boolean, ColumnNamePolicy, boolean) -
Constructor for class org.knime.base.node.preproc.groupby.GroupByTable
- Constructor for class GroupByTable.
- gt(int, int, DataValueComparator) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new greater than node, that compares the values in two columns.
- gt(int, Number) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new greater than node, that compares the value in a column to a
fixed number.
- gt(int, String) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new greater than node, that compares the value in a column to a
fixed string.
- guessNominalClassColumn(DataTableSpec, boolean) -
Static method in class org.knime.core.data.DataTableSpec
- Guesses the column in the argument spec that likely contains the class
attribute.
- GUIUtils - Class in org.knime.base.node.viz.aggregation.util
- This class provides different methods which are used in multiple aggregation
implementations mainly in the GUI creation.
H
- HalfDoubleMatrix - Class in org.knime.base.util
- This stores half a matrix of doubles efficiently in just one array.
- HalfDoubleMatrix(int, boolean) -
Constructor for class org.knime.base.util.HalfDoubleMatrix
- Creates a new half-matrix of doubles.
- HalfDoubleMatrix(ConfigRO) -
Constructor for class org.knime.base.util.HalfDoubleMatrix
- Loads a half int matrix from the given node settings object.
- HalfFloatMatrix - Class in org.knime.base.util
- This stores half a matrix of floats efficiently in just one array.
- HalfFloatMatrix(int, boolean) -
Constructor for class org.knime.base.util.HalfFloatMatrix
- Creates a new half-matrix of floats.
- HalfFloatMatrix(ConfigRO) -
Constructor for class org.knime.base.util.HalfFloatMatrix
- Loads a half int matrix from the given node settings object.
- HalfIntMatrix - Class in org.knime.base.util
- This stores half a matrix of ints efficiently in just one array.
- HalfIntMatrix(int, boolean) -
Constructor for class org.knime.base.util.HalfIntMatrix
- Creates a new half-matrix of ints.
- HalfIntMatrix(ConfigRO) -
Constructor for class org.knime.base.util.HalfIntMatrix
- Loads a half int matrix from the given node settings object.
- HANDLE_MISSING_VALS -
Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
- The name of the settings tag which holds the boolean if the user
wants to replace missing values.
- hasAbsoluteCoordinates() -
Method in class org.knime.core.node.workflow.NodeUIInformation
-
- hasBeenConfigured() -
Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
- Deprecated. use
AbstractSamplingNodeModel.checkSettings(DataTableSpec)
instead because
this also checks for the class column if stratified sampling
has been selected
- hasBounds() -
Method in class org.knime.core.data.DataColumnDomain
- Returns
true
if both, lower and upper bound, are defined.
- hasClassColumn() -
Method in class org.knime.base.node.mine.sota.SotaPortObjectSpec
-
- hasConfiguration() -
Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
- Implementation of
ConfigEditTreeModel.hasConfiguration()
.
- hasConfiguration() -
Method in class org.knime.core.node.config.ConfigEditTreeModel
-
- hasContent() -
Method in class org.knime.core.node.CopyNodePersistor
-
- hasContent() -
Method in class org.knime.core.node.Node
- Delegate method to node model.
- hasContent() -
Method in interface org.knime.core.node.NodeContentPersistor
-
- hasContent() -
Method in class org.knime.core.node.NodeModel
-
- hasContent() -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- hasContent() -
Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- hasData() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
-
- hasData() -
Method in class org.knime.base.node.viz.table.TableNodeView
- Checks if there is data to display.
- hasData() -
Method in class org.knime.core.node.tableview.TableContentModel
- Is there valid data to show?
- hasData() -
Method in class org.knime.core.node.tableview.TableContentView
- This table "hasData" when there is valid input, i.e.
- hasData() -
Method in class org.knime.core.node.tableview.TableView
- This table "has data" when there is valid input, i.e.
- hasData() -
Method in class org.knime.core.node.tableview.TableViewFrame
- Delegating method to internal table view.
- hasDate() -
Method in class org.knime.core.data.date.DateAndTimeCell
-
- hasDate() -
Method in interface org.knime.core.data.date.DateAndTimeValue
-
- hasDialog() -
Method in class org.knime.base.collection.list.create.CollectionCreateNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.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.csvwriter.CSVWriterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.database.DBQueryNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.database.DBReaderNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.database.DBWriterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
-
- hasDialog() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.io.table.write.WriteTableNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.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.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.LoopEndNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
-
- hasDialog() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
-
- hasDialog() -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeFactory
-
- hasDialog() -
Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.knn.KnnNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.mds.MDSNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.pca.PCANodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.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.binner.BinnerNodeFactory
-
- 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.cellsplit.CellSplitterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
-
- hasDialog() -
Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.joiner.NewJoinerNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.pivot.PivotNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.split.SplitNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.rules.RuleEngineNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.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.sampledata.SampleDataNodeFactory
- No Dialog available.
- hasDialog() -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.roc.ROCNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
- No dialog for this node.
- hasDialog() -
Method in class org.knime.base.node.viz.table.TableNodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.core.node.Node
- Returns true if this node can show a dialog.
- hasDialog() -
Method in class org.knime.core.node.NodeFactory
- Returns
true
if this node provides a dialog to adjust
node specific settings.
- hasDialog() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- hasDialog() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- hasDialog() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- hasErrors() -
Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
-
- hasErrors() -
Method in class org.knime.base.node.preproc.filter.row.RowIDRowFilterPanel
-
- hasErrors() -
Method in class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
-
- hasErrors() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
-
- hasEscapeChar() -
Method in class org.knime.base.node.io.filetokenizer.Quote
- Deprecated.
- hasEscapeChar() -
Method in class org.knime.core.util.tokenizer.Quote
-
- hashCode() -
Method in class org.knime.base.data.bitvector.BitVectorCell
- Deprecated. This method must be implemented in order to ensure that two equal
DataCell
objects return the same hash code.
- hashCode() -
Method in class org.knime.base.node.io.database.WrappedDriver
-
- hashCode() -
Method in class org.knime.base.node.io.filetokenizer.Delimiter
- Deprecated.
- hashCode() -
Method in class org.knime.base.node.io.filetokenizer.Quote
- Deprecated.
- hashCode() -
Method in class org.knime.base.node.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.subgroupminer.apriori.TIDItem
-
- hashCode() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
-
- hashCode() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
-
- hashCode() -
Method in class org.knime.base.node.viz.histogram.util.ColorColumn
-
- hashCode() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
- hashCode() -
Method in class org.knime.core.data.collection.BlobSupportDataCellList
-
- hashCode() -
Method in class org.knime.core.data.collection.BlobSupportDataCellSet
-
- hashCode() -
Method in class org.knime.core.data.collection.ListCell
- This method must be implemented in order to ensure that two equal
DataCell
objects return the same hash code.
- hashCode() -
Method in class org.knime.core.data.collection.SetCell
- This method must be implemented in order to ensure that two equal
DataCell
objects return the same hash code.
- hashCode() -
Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
-
- hashCode() -
Method in class org.knime.core.data.container.BlobWrapperDataCell
- This method must be implemented in order to ensure that two equal
DataCell
objects return the same hash code.
- hashCode() -
Method in class org.knime.core.data.container.CellClassInfo
-
- hashCode() -
Method in class org.knime.core.data.container.LongUTFDataInputStream
-
- hashCode() -
Method in class org.knime.core.data.DataCell
- This method must be implemented in order to ensure that two equal
DataCell
objects return the same hash code.
- hashCode() -
Method in class org.knime.core.data.DataColumnDomain
- Returns the hash code of this domain, based on the hash codes of the
lower, upper bound, and each possible value - if available.
- hashCode() -
Method in class org.knime.core.data.DataColumnProperties
- Hash code based on underlying
Properties
class.
- hashCode() -
Method in class org.knime.core.data.DataColumnSpec
- The hash code is computed based on the hash code of column name and type.
- hashCode() -
Method in class org.knime.core.data.DataTableSpec
-
- hashCode() -
Method in class org.knime.core.data.DataType
- The hash code is based on the preferred value flag and the hash codes of
all
DataValue
classes.
- hashCode() -
Method in class org.knime.core.data.date.DateAndTimeCell
- This method must be implemented in order to ensure that two equal
DataCell
objects return the same hash code.
- hashCode() -
Method in class org.knime.core.data.def.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.property.ColorAttr
- Hash code of the underlying color value.
- hashCode() -
Method in class org.knime.core.data.property.ColorHandler
-
- hashCode() -
Method in class org.knime.core.data.property.ColorModelNominal
-
- hashCode() -
Method in class org.knime.core.data.property.ColorModelRange
-
- hashCode() -
Method in class org.knime.core.data.property.ShapeHandler
-
- hashCode() -
Method in class org.knime.core.data.property.ShapeModelNominal
-
- hashCode() -
Method in class org.knime.core.data.property.SizeHandler
-
- hashCode() -
Method in class org.knime.core.data.property.SizeModelDouble
-
- hashCode() -
Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
-
- hashCode() -
Method in class org.knime.core.data.RowKey
-
- hashCode() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
-
- hashCode() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
- This method must be implemented in order to ensure that two equal
DataCell
objects return the same hash code.
- hashCode() -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
-
- hashCode() -
Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
- This method must be implemented in order to ensure that two equal
DataCell
objects return the same hash code.
- hashCode() -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
-
- hashCode() -
Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
- This method must be implemented in order to ensure that two equal
DataCell
objects return the same hash code.
- hashCode() -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
-
- hashCode() -
Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
- This method must be implemented in order to ensure that two equal
DataCell
objects return the same hash code.
- hashCode() -
Method in class org.knime.core.internal.ReferencedFile
-
- hashCode() -
Method in class org.knime.core.node.config.AbstractConfigEntry
-
- hashCode() -
Method in class org.knime.core.node.port.AbstractSimplePortObject
- Method computes the hash code as defined by the underlying
ModelContent
object that first need to be saved by calling
AbstractSimplePortObject.save(ModelContentWO, ExecutionMonitor)
.
- hashCode() -
Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
-
- hashCode() -
Method in class org.knime.core.node.port.database.DatabasePortObject
-
- hashCode() -
Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
-
- hashCode() -
Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
-
- hashCode() -
Method in class org.knime.core.node.port.PortType
-
- hashCode() -
Method in class org.knime.core.node.util.DefaultStringIconOption
-
- hashCode() -
Method in class org.knime.core.node.workflow.ConnectionContainer
-
- hashCode() -
Method in class org.knime.core.node.workflow.FlowVariable
-
- hashCode() -
Method in class org.knime.core.node.workflow.NodeID
-
- 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.WorkflowPersistor.ConnectionContainerTemplate
-
- hashCode() -
Method in class org.knime.core.util.MutableDouble
-
- hashCode() -
Method in class org.knime.core.util.MutableInteger
-
- hashCode() -
Method in class org.knime.core.util.Pair
-
- hashCode() -
Method in class org.knime.core.util.tokenizer.Delimiter
-
- hashCode() -
Method in class org.knime.core.util.tokenizer.Quote
-
- hasHiLiteHandler() -
Method in class org.knime.base.node.viz.table.TableNodeView
- Checks is property handler is set.
- hasHiLiteHandler() -
Method in class org.knime.core.node.tableview.TableContentModel
- Is there a HiLiteHandler connected?
- hasHiLiteHandler() -
Method in class org.knime.core.node.tableview.TableContentView
- Is there a HiLiteHandler connected?
- hasHiLiteHandler() -
Method in class org.knime.core.node.tableview.TableView
- Checks if a property handler is registered.
- hasHiLiteHandler() -
Method in class org.knime.core.node.tableview.TableViewFrame
- Delegating method to internal table view.
- hasIdenticalValue(AbstractConfigEntry) -
Method in class org.knime.core.node.config.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.Config
-
- hasIdenticalValue(AbstractConfigEntry) -
Method in class org.knime.core.node.config.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.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.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.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.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.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.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.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.ConfigStringEntry
- Derived classes must compare their value with the value in the passed
argument (on equality).
- 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.NodeProgress
- If the progress message has changed (more correctly is not
null
).
- hasMillis() -
Method in class org.knime.core.data.date.DateAndTimeCell
-
- hasMillis() -
Method in interface org.knime.core.data.date.DateAndTimeValue
-
- hasMissingCells(DataRow) -
Static method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
- Checks if given row contains missing cells and returns
true
,
otherwise false
.
- hasMissingSection() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
-
- hasMissingValues(DataRow) -
Static method in class org.knime.base.node.mine.sota.logic.SotaUtil
- Returns
true
if there are missing values in given row and
false
if not.
- hasModel() -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
-
- hasMoreZipEntries() -
Method in class org.knime.base.node.util.BufferedFileReader
-
- hasNamespace() -
Method in class org.knime.core.node.port.pmml.ExtractModelTypeHandler
-
- hasNext() -
Method in class org.knime.base.data.append.column.AppendedColumnRowIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.base.data.append.row.AppendedRowsIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.base.data.filter.column.CloseableFilterColumnRowIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.base.data.filter.column.FilterColumnRowIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.base.data.filter.row.FilterRowIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.base.data.join.InMemoryIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.base.data.join.JoinedTableRowIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.base.data.normalize.AffineTransRowIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.base.data.replace.ReplacedColumnsRowIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.base.node.io.arffreader.ARFFRowIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.base.node.io.filereader.FileReaderPreviewRowIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.base.node.io.filereader.FileRowIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionIterator
- Checks if the iterator already reached the end of the iteration.
- hasNext() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRowIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.base.node.preproc.filter.row.RowFilterIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTableIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
-
- hasNext() -
Method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.core.data.container.JoinTableIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.core.data.def.DefaultCellIterator
-
- hasNext() -
Method in class org.knime.core.data.def.DefaultRowIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNext() -
Method in class org.knime.core.data.RowIterator
- Returns
true
if there are more rows and false
otherwise.
- hasNumColSpec() -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
-
- hasPrefix(NodeID) -
Method in class org.knime.core.node.workflow.NodeID
- Checks for matching prefix (this node prefix can be longer, though).
- hasProgress() -
Method in class org.knime.core.node.workflow.NodeProgress
- If the progress value has changed (more correctly is not
null
).
- hasSamePrefix(NodeID) -
Method in class org.knime.core.node.workflow.NodeID
- Checks for exact matching prefixes.
- hasThousandsSeparator() -
Method in class org.knime.base.node.io.filereader.DataCellFactory
- Returns true, if grouping of thousands in floating point numbers is
currently supported.
- hasTime() -
Method in class org.knime.core.data.date.DateAndTimeCell
-
- hasTime() -
Method in interface org.knime.core.data.date.DateAndTimeValue
-
- hasUpperBound() -
Method in class org.knime.core.data.DataColumnDomain
- Returns
true
, if an upper bound is defined.
- hasValues() -
Method in class org.knime.core.data.DataColumnDomain
- Returns
true
if the values are not null
.
- hasView() -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- Returns true if this job manager provides a view.
- hasView() -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
- Returns true if this job manager provides a view.
- hasWarningEntries() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
-
- hasWarningMessage() -
Method in class org.knime.base.node.io.csvwriter.CSVWriter
-
- Hex2BitVectorCellFactory - Class in org.knime.base.data.bitvector
- Factory class to transform a
StringValue
cell
into a DenseBitVectorCell
. - Hex2BitVectorCellFactory(DataColumnSpec, int) -
Constructor for class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
- Create new cell factory that provides one column given by newColSpec.
- HEX_RENDERER -
Static variable in class org.knime.core.data.renderer.BitVectorValueStringRenderer
- Singleton for a hex string renderer of bit vector values.
- HiddenLayer - Class in org.knime.base.data.neural
- This class represents a hidden layer in a MultiLayerPerceptron.
- HiddenLayer(Layer, int) -
Constructor for class org.knime.base.data.neural.HiddenLayer
- Constructs a layer with given predecessor layer and given number of
hidden neurons.
- HiddenLayer(Layer, Perceptron[]) -
Constructor for class org.knime.base.data.neural.HiddenLayer
- Constructs a hidden layer with the given predecessor layer and the given
neurons.
- HIDDENLAYER_KEY -
Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
- Key to store the number of hidden layer.
- HIDE_UNHILITED -
Static variable in class org.knime.base.node.viz.plotter.AbstractPlotter
- Constant for "show hilited only" menu entry.
- hideColumns(DataColumnSpec...) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Removes the given columns form either include or exclude list and
notifies all listeners.
- hideColumns(DataColumnSpec...) -
Method in class org.knime.core.node.util.ColumnFilterPanel
- Removes the given columns form either include or exclude list and
notifies all listeners.
- HierarchicalClusterNodeDialog - Class in org.knime.base.node.mine.cluster.hierarchical
- A dialog to get the number of output clusters,
the distance function and the linkage type for cluster.
- HierarchicalClusterNodeDialog() -
Constructor for class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
- Creates a new
NodeDialogPane
for hierarchical clustering
in order to set the parameters.
- HierarchicalClusterNodeFactory - Class in org.knime.base.node.mine.cluster.hierarchical
- The Factory for the hierarchical clustering node.
- HierarchicalClusterNodeFactory() -
Constructor for class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
-
- HierarchicalClusterNodeModel - Class in org.knime.base.node.mine.cluster.hierarchical
- Implements a Hierarchical Clustering.
- HierarchicalClusterNodeModel() -
Constructor for class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
- Creates a new hierarchical clustering model.
- HierarchicalClusterNodeModel.Linkage - Enum in org.knime.base.node.mine.cluster.hierarchical
- Different types of determination of the distance between two clusters.
- HierarchicalClusterNodeView - Class in org.knime.base.node.mine.cluster.hierarchical
- This view displays the scoring results.
- HierarchicalClusterNodeView(NodeModel, DendrogramPlotter) -
Constructor for class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeView
- creates a new ScorerNodeView with scroll bars.
- 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.scorer.accuracy.AccuracyScorerNodeView
- Invoked when some item(s) were hilit.
- hilite(Set<Hiliteable>) -
Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
- Hilites the given objects.
- hilite(Hiliteable) -
Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
- Hilites the given object.
- hiLite(KeyEvent) -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
- Invoked when some item(s) were hilit.
- hiLite(KeyEvent) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
-
- hiLite(KeyEvent) -
Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
- Invoked when some item(s) were hilit.
- hiLite(KeyEvent) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- Invoked when some item(s) were hilit.
- hiLite(KeyEvent) -
Method in class org.knime.base.node.viz.pie.impl.PiePlotter
- Invoked when some item(s) were hilit.
- hiLite(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Invoked when some item(s) were hilit.
- hiLite(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
- Invoked when some item(s) were hilit.
- hiLite(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
- Invoked when some item(s) were hilit.
- hiLite(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
- Invoked when some item(s) were hilit.
- hiLite(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
- Invoked when some item(s) were hilit.
- hiLite(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
- Invoked when some item(s) were hilit.
- HILITE -
Static variable in class org.knime.core.data.property.ColorAttr
- The color for hilite as
new Color(255, 181, 0)
.
- HILITE -
Static variable in class org.knime.core.node.property.hilite.HiLiteHandler
- Constant for the Menu entry 'HiLite'.
- hiLite(KeyEvent) -
Method in interface org.knime.core.node.property.hilite.HiLiteListener
- Invoked when some item(s) were hilit.
- hiLite(KeyEvent) -
Method in class org.knime.core.node.tableview.TableContentModel
- Invoked when some item(s) were hilit.
- HILITE_MAPPING_FILE_NAME -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
- File name for hilite mapping.
- HILITE_RECT_WIDTH_FACTOR -
Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
- The width of the hilite rectangle in percent of the surrounding
rectangle.
- HILITE_SELECTED -
Static variable in class org.knime.core.node.property.hilite.HiLiteHandler
- Constant for the menu entry 'HiLite Selected'.
- Hiliteable - Interface in org.knime.base.node.mine.sota.view.interaction
-
- HiLiteCollectorNodeFactory - Class in org.knime.base.node.preproc.filter.hilite.collector
-
- HiLiteCollectorNodeFactory() -
Constructor for class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeFactory
-
- HiLiteCollectorNodeModel - Class in org.knime.base.node.preproc.filter.hilite.collector
-
- HiLiteCollectorNodeModel() -
Constructor for class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
- Create new hilite collector model with one data in- and one data
out-port.
- HiLiteCollectorNodeView - Class in org.knime.base.node.preproc.filter.hilite.collector
-
- HiLiteCollectorNodeView(HiLiteCollectorNodeModel) -
Constructor for class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeView
- Creates a new view on a hilite collector model.
- HiliteFilterNodeFactory - Class in org.knime.base.node.preproc.filter.hilite
-
- HiliteFilterNodeFactory() -
Constructor for class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
-
- HiliteFilterNodeModel - Class in org.knime.base.node.preproc.filter.hilite
-
- HiliteFilterNodeModel() -
Constructor for class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
- Creates an instance of HiliteFilterNodeModel.
- HiLiteHandler - Class in org.knime.core.node.property.hilite
HiLiteHandler
implementation which receives hilite change
requests, answers, queries, and notifies registered listeners.- HiLiteHandler() -
Constructor for class org.knime.core.node.property.hilite.HiLiteHandler
- Creates a new default hilite handler with an empty set of registered
listeners and an empty set of hilit items.
- hiliteHdl -
Variable in class org.knime.core.node.Node.Output
-
- HiLiteListener - Interface in org.knime.core.node.property.hilite
- The event listener interface has to be implemented by classes that are
interested in receiving hilite events.
- HiliteManager - Interface in org.knime.base.node.mine.sota.view.interaction
-
- HiLiteManager - Class in org.knime.core.node.property.hilite
- A manager for hilite events between one source (from)
HiLiteHandler
and a number of target handlers (to). - HiLiteManager() -
Constructor for class org.knime.core.node.property.hilite.HiLiteManager
- Creates a new manager.
- HiLiteMapper - Interface in org.knime.core.node.property.hilite
- This mapper has to be implemented by all classes that are interested in
mapping hilite events between
RowKey
s. - hiLiteSelected() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
-
- hiLiteSelected() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- Is called from the menu entry hilite selected.
- hiLiteSelected() -
Method in class org.knime.base.node.viz.pie.impl.PiePlotter
- Is called from the menu entry hilite selected.
- hiLiteSelected() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Is called from the menu entry hilite selected.
- hiLiteSelected() -
Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
- Is called from the menu entry hilite selected.
- hiLiteSelected() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
- Is called from the menu entry hilite selected.
- hiLiteSelected() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
- Is called from the menu entry hilite selected.
- hiLiteSelected() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
- Is called from the menu entry hilite selected.
- hiLiteSelected() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
- Is called from the menu entry hilite selected.
- hiliteSelected() -
Method in class org.knime.base.node.viz.table.TableNodeView
- Hilites selected rows in the hilite handler.
- hiliteSelected() -
Method in class org.knime.core.node.tableview.TableContentView
- Requests to the
HiLiteHandler
that all rows that are
currently selected are added to the set of hilited patterns.
- hiliteSelected() -
Method in class org.knime.core.node.tableview.TableView
- Sends a request to the content table to hilite all currently selected
rows.
- HiliteShapeCalculator<S extends Shape,H extends Shape> - Interface in org.knime.base.node.viz.aggregation
- Hilite shape calculator interface which is used in the aggregation value
classes to calculate the hilite shape.
- HiLiteTranslator - Class in org.knime.core.node.property.hilite
- A translator for hilite events between one source (from)
HiLiteHandler
and a number of target handlers (to). - HiLiteTranslator() -
Constructor for class org.knime.core.node.property.hilite.HiLiteTranslator
- Creates a translator with an empty mapping and a default hilite
handler.
- HiLiteTranslator(HiLiteHandler) -
Constructor for class org.knime.core.node.property.hilite.HiLiteTranslator
- Creates a new translator.
- HiLiteTranslator(HiLiteMapper) -
Constructor for class org.knime.core.node.property.hilite.HiLiteTranslator
- Creates a new translator.
- HiLiteTranslator(HiLiteHandler, HiLiteMapper) -
Constructor for class org.knime.core.node.property.hilite.HiLiteTranslator
- Creates a new translator.
- hiliting(boolean) -
Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
-
- hiliting() -
Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
-
- HistogramDrawingPane - Class in org.knime.base.node.viz.histogram.impl
- The view class of a Histogram visualisation.
- HistogramDrawingPane(AbstractHistogramProperties) -
Constructor for class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
- Constructor for class HistogramDrawingPane.
- HistogramLayout - Enum in org.knime.base.node.viz.histogram
- Enumerates all possible layouts of the Histogram visualisation.
- HistogramNodeDialogPane - Class in org.knime.base.node.viz.histogram.node
- The dialog of the
HistogramNodeModel
where the user can
define the x column and the number of rows. - HistogramNodeDialogPane() -
Constructor for class org.knime.base.node.viz.histogram.node.HistogramNodeDialogPane
- Constructor for class HistogramNodeDialogPane.
- HistogramNodeFactory - Class in org.knime.base.node.viz.histogram.node
- Factory class of the interactive histogram.
- HistogramNodeFactory() -
Constructor for class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
-
- HistogramNodeModel - Class in org.knime.base.node.viz.histogram.node
- The NodeModel class of the interactive histogram plotter.
- HistogramNodeModel() -
Constructor for class org.knime.base.node.viz.histogram.node.HistogramNodeModel
-
- HistogramNodeView - Class in org.knime.base.node.viz.histogram.node
- The node view which contains the histogram plotter panel.
- HistogramNodeView(HistogramNodeModel) -
Constructor for class org.knime.base.node.viz.histogram.node.HistogramNodeView
- Creates a new view instance for the histogram node.
- hitThreshold() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
- Returns the threshold above and including which a data point is
considered a hit.
- hitThreshold(double) -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
- Sets the threshold above and including which a data point is considered a
hit.
- HORIZONTAL -
Static variable in class org.knime.base.node.viz.plotter.Axis
- Constant for the horizontal enumeration value.
- HORIZONTAL_LINE -
Static variable in class org.knime.core.data.property.ShapeFactory
- Name of and key for the horizontal line.
- HSBColorComparator - Class in org.knime.base.node.viz.histogram.datamodel
- Comparator comparing two
Color
objects using the HSB color
space. - HTML_VALUE_FORMATER -
Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
- The
NumberFormater
to use in the html views.
- HyperTangentKernel - Class in org.knime.base.node.mine.svm.kernel
- Hypertangent kernel.
- HyperTangentKernel() -
Constructor for class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
-
- hypotenuse(double, double) -
Static method in class org.knime.base.util.math.MathUtils
- Calculates sqrt(x^2 + y^2) reducing the risk of over- or underflow.
I
- ID -
Static variable in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
- Id of this handler.
- ID -
Static variable in class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
- ID for a ascending tick policy.
- ID -
Static variable in class org.knime.base.util.coordinate.DescendingNumericTickPolicyStrategy
- ID of a descending policy.
- ID -
Static variable in class org.knime.base.util.coordinate.PercentagePolicyStrategy
- ID for a percentage tick policy.
- ID -
Static variable in class org.knime.core.node.port.pmml.DataDictionaryContentHandler
- ID to identify registered handler.
- ID -
Static variable in class org.knime.core.node.port.pmml.ExtractModelTypeHandler
- Public ID .
- ID -
Static variable in class org.knime.core.node.port.pmml.MiningSchemaContentHandler
- ID of this handler.
- ID_BASE_10 -
Static variable in class org.knime.base.util.coordinate.LogarithmicMappingMethod
- Identifier for a logarithmic mapping method with base 10 ( log ).
- ID_BASE_2 -
Static variable in class org.knime.base.util.coordinate.LogarithmicMappingMethod
- Identifier for a logarithmic mapping method with base 2 ( ld ).
- ID_BASE_E -
Static variable in class org.knime.base.util.coordinate.LogarithmicMappingMethod
- Identifier for a logarithmic mapping method with base e ( ln ).
- ID_SQRT -
Static variable in class org.knime.base.util.coordinate.SquareRootMappingMethod
- ID for a square root mapping method.
- IdString2BitVectorCellFactory - Class in org.knime.base.data.bitvector
-
- IdString2BitVectorCellFactory(DataColumnSpec, int) -
Constructor for class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
- Create new cell factory that provides one column given by newColSpec.
- ignorableWhitespace(char[], int, int) -
Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
- ignoreDelimsAtEORUserSet() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
- ignoreDelimsAtEORUserValue() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
- IgnoreDelimsPanel - Class in org.knime.base.node.io.filereader
- Dialog panel for the expert dialog of the filereader.
- IgnoreDelimsPanel(FileReaderNodeSettings) -
Constructor for class org.knime.base.node.io.filereader.IgnoreDelimsPanel
- Constructs the panels and loads it with the settings from the passed
object.
- ignoreEmptyTokensAtEndOfRow() -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- IGNOREMV_KEY -
Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
- Key to store whether missing values should be ignoted.
- ignoreWSChanged() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
- The item changed listener to the 'ignore whitespaces' check box.
- ignoreWSChanged() -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
- The item changed listener to the 'ignore whitespaces' check box.
- IllegalFlowObjectStackException - Exception in org.knime.core.node.workflow
- Runtime exception that is thrown when two or more branches of a workflow are
merged and they contain non-compatible
FlowObjectStack
. - IllegalFlowObjectStackException(String) -
Constructor for exception org.knime.core.node.workflow.IllegalFlowObjectStackException
-
- IN -
Static variable in class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
- Values on the border are included.
- in(int, List<String>) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Returns a new in node that checks if the the value in the column is equal
to at least one string value from the list.
- IN_DATA_INDEX -
Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
- The index of the data table containing the input data.
- INACTIVE -
Static variable in class org.knime.core.data.property.ColorAttr
- The color for inactive points, "grayed out", as
Color.LIGHT_GRAY
.
- INACTIVE_SELECTED -
Static variable in class org.knime.core.data.property.ColorAttr
- The color for inactive points, "grayed out", but selected as
Color.GRAY
.
- inc() -
Method in class org.knime.core.util.MutableDouble
- Increments this double by one.
- inc() -
Method in class org.knime.core.util.MutableInteger
- Increments this integer by one.
- INCLUDE -
Static variable in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeDialogPane
- Include columns.
- INCLUDE -
Static variable in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
- Include rows.
- include(File) -
Method in interface org.knime.core.util.FileUtil.ZipFileFilter
- Called with each file in the to-be-zipped directory.
- INCLUDE_METHOD -
Static variable in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- Config key for the method to determine whether the value of a column is
selected or not.
- includeColumn(DataColumnSpec) -
Method in class org.knime.base.node.viz.histogram.util.NoDomainColumnFilter
- Checks if the column with the given
DataColumnSpec
should
be included or not.
- includeColumn(DataColumnSpec) -
Method in class org.knime.base.node.viz.pie.util.PieColumnFilter
- Checks if the column with the given
DataColumnSpec
should
be included or not.
- includeColumn(DataColumnSpec) -
Method in interface org.knime.core.node.util.ColumnFilter
- Checks if the column with the given
DataColumnSpec
should
be included or not.
- includeColumn(DataColumnSpec) -
Method in class org.knime.core.node.util.ColumnFilterPanel.ValueClassFilter
- Checks if the given column type is included in the list of allowed
types.
- includeColumn(DataColumnSpec) -
Method in class org.knime.core.node.util.CombinedColumnFilter
- Checks if the column with the given
DataColumnSpec
should
be included or not.
- includeColumn(DataColumnSpec) -
Method in class org.knime.core.node.util.DataValueColumnFilter
- Checks if the column with the given
DataColumnSpec
should
be included or not.
- INCLUDED_COLUMNS -
Static variable in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Settings key for the excluded columns.
- INCLUDED_COLUMNS -
Static variable in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
- Settings key for the excluded columns.
- INCLUDED_COLUMNS -
Static variable in class org.knime.core.node.util.ColumnFilterPanel
- Settings key for the excluded columns.
- includedColumns(BWElimModel) -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
- Returns a list with the columns that should be included in the output
table.
- includedColumns() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
- Returns a list with all currently included columns.
- IncludeFromNowOn - Exception in org.knime.base.node.preproc.filter.row.rowfilter
- An exception thrown by a row filter to indicate that the current and all
following rows from now on are to be included into the result table.
- IncludeFromNowOn() -
Constructor for exception org.knime.base.node.preproc.filter.row.rowfilter.IncludeFromNowOn
- Creates a new Exception with no message.
- IncludeFromNowOn(String) -
Constructor for exception org.knime.base.node.preproc.filter.row.rowfilter.IncludeFromNowOn
- Creates a new exception object with a message.
- includeInToken() -
Method in class org.knime.base.node.io.filetokenizer.Comment
- Deprecated.
- includeInToken() -
Method in class org.knime.base.node.io.filetokenizer.Delimiter
- Deprecated.
- includeInToken() -
Method in class org.knime.core.util.tokenizer.Comment
-
- includeInToken() -
Method in class org.knime.core.util.tokenizer.Delimiter
-
- INCLUDELIST_KEY -
Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Key to store the excluded column list in the settings.
- INCLUDELIST_KEY -
Static variable in class org.knime.base.node.preproc.sorter.SorterNodeModel
- The key for the IncludeList in the NodeSettings.
- includeLowerBound(SettingsModelString) -
Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
-
- includeMatchingLines() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated.
- includes(IntervalValue) -
Method in class org.knime.core.data.def.IntervalCell
- Determines if the given
IntervalValue
is contained in this
interval.
- includes(IntervalValue) -
Method in interface org.knime.core.data.IntervalValue
- Determines if the given
IntervalValue
is contained in this
interval.
- includeTargetColumn() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
- Returns if the target column should be included in the output table.
- includeTargetColumn(boolean) -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
- sets if the target column should be included in the output table.
- includeUpperBound(SettingsModelString) -
Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
-
- IncorpMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
- Makes use the missing value by using it inside the model.
- IncorpMissingValueReplacementFunction() -
Constructor for class org.knime.base.node.mine.bfn.IncorpMissingValueReplacementFunction
-
- increment(double, int, double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.NominalValueHistogram
- Increments the histogram count at the given position for the given
weight.
- increment(int) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
- Increments the counter for the item with id = pos.
- incrementAndGet(double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.AtomicDouble
- Decrements this double by the given decrement.
- incrementNrOfRows() -
Method in class org.knime.base.data.bitvector.BitVectorCellFactory
- Increments the number of processed rows.
- incrementNumThreads() -
Method in class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
- Increments the current number of threads in use by 1.
- incrementSize() -
Method in class org.knime.core.data.container.Buffer
- Increments the row counter by one, used in addRow.
- INDATAPORT -
Static variable in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
- Index of input data port.
- index -
Variable in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
-
- indexOf(String) -
Method in class org.knime.core.data.container.ColumnRearranger
- Get the current index of the column with name
colName
.
- info(Object) -
Method in class org.knime.core.node.NodeLogger
- Write info message into this logger.
- info(Object, Throwable) -
Method in class org.knime.core.node.NodeLogger
- Write info message and throwable into this logger.
- INFO_OUTPORT -
Static variable in class org.knime.base.node.mine.pca.PCANodeModel
- Index of decomposition output port.
- init(int, int, DataTable) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
- Inits the cluster centers and the weight matrix.
- init(DataTable) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
- An easier initialization, the rowcount and dimension are determined by
iterating over the table.
- init(int, int, DataTable) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
- Inits the cluster centers and the weight matrix.
- init(RowKey[], double[][]) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
- Inits the cluster centers and the weight matrix.
- init(long) -
Method in class org.knime.base.node.mine.mds.MDSManager
- Initializes the lower dimensional data points randomly.
- init(long) -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- Initializes the lower dimensional data points randomly.
- init() -
Method in class org.knime.base.node.preproc.pivot.PivotAggregationMethod
- Inits the array used for aggregation.
- init(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
- Do here the initialisation of the model.
- INIT_HEIGHT -
Static variable in class org.knime.core.node.workflow.OutPortView
- Initial frame height.
- INIT_WIDTH -
Static variable in class org.knime.core.node.workflow.OutPortView
- Initial frame width.
- initCellFactory(int) -
Static method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
- Initialises the SotaTreeCellFactory instance.
- initCellFactory() -
Static method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
- Initialises the SotaTreeCellFactory instance.
- initDefaults(DataTableSpec) -
Method in class org.knime.base.collection.list.split.CollectionSplitSettings
- Do auto-configuration.
- INITIAL_DELAY -
Static variable in class org.knime.core.node.interrupt.InterruptibleNodeModel
- A constant to define the initial delay, so the algorithm and the slider
have the same initial values.
- INITIAL_MAX_ITERATIONS -
Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Constant for the initial number of iterations used in the dialog.
- INITIAL_NR_CLUSTERS -
Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Constant for the initial number of clusters used in the dialog.
- initialize(DataTableSpec, List<ColumnAggregator>) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
- Initializes the panel.
- initialize(List<ColumnAggregator>) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
- Initializes the column aggregator table with the given
ColumnAggregator
s.
- initializeDimension() -
Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyHelper
- Returns the number of a specific type of DataCells in a RowContainers
row.
- initializeDimension() -
Method in class org.knime.base.node.mine.sota.logic.SotaHelper
- Returns the number of a specific type of DataCells in a RowContainers
row.
- initializeDimension() -
Method in class org.knime.base.node.mine.sota.logic.SotaNumberHelper
- Returns the number of a specific type of DataCells in a RowContainers
row.
- initializeTree() -
Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyHelper
- Initializes the Sota tree with specific SotaCells like SotaFuzzyCell or
SotaDoubleCell.
- initializeTree() -
Method in class org.knime.base.node.mine.sota.logic.SotaHelper
- Initializes the Sota tree with specific SotaCells like SotaFuzzyCell or
SotaDoubleCell.
- initializeTree(DataTable, DataArray, ExecutionMonitor, int) -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
- Initializes the tree by creating the root node and two children cells of
the root node.
- initializeTree() -
Method in class org.knime.base.node.mine.sota.logic.SotaNumberHelper
- Initializes the Sota tree with specific SotaCells like SotaFuzzyCell or
SotaDoubleCell.
- initQualityMeasure(double[], double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGainRatio
- Calculates the entropy of the distribution before a split.
- initQualityMeasure(double[], double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGini
- Some quality measures, like the information gain, calculate a quality of
a previous distribution compared to a new one.
- initQualityMeasure(double[], double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityMeasure
- Some quality measures, like the information gain, calculate a quality of
a previous distribution compared to a new one.
- InjectVariablesDBNodeFactory - Class in org.knime.base.node.flowvariable.injectvariables
-
- InjectVariablesDBNodeFactory() -
Constructor for class org.knime.base.node.flowvariable.injectvariables.InjectVariablesDBNodeFactory
- Creates factory for
DatabasePortObject
type ports.
- InjectVariablesNodeFactory - Class in org.knime.base.node.flowvariable.injectvariables
-
- InjectVariablesNodeFactory() -
Constructor for class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
- Creates factory for
BufferedDataTable
type ports.
- InjectVariablesNodeFactory(PortType) -
Constructor for class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
- Create factory, that instantiates nodes, whose first input and the
only output port are typed to the argument.
- InjectVariablesNodeModel - Class in org.knime.base.node.flowvariable.injectvariables
-
- InjectVariablesNodeModel(PortType) -
Constructor for class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
- Two inputs, one output.
- InMemoryIterator - Class in org.knime.base.data.join
- This iterator joins two tables (given by a
JoinedTable
) in memory and is therfore
magnituded faster than the standard joiner. - InMemoryIterator(JoinedTable) -
Constructor for class org.knime.base.data.join.InMemoryIterator
- Creates a new iterator for an in memory join of two tables.
- InMemoryTable - Class in org.knime.base.node.mine.decisiontree2.learner
- Implements a table that holds
DataRowWeighted
s in memory. - InMemoryTable(ValueMapper<DataCell>[], ValueMapper<DataCell>, ValueMapper<String>, double) -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Creates an empty table that keeps all rows in memory.
- InMemoryTable(InMemoryTable) -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Creates an empty table from a given template table.
- InMemoryTableCreator - Class in org.knime.base.node.mine.decisiontree2.learner
- Creates an in memory representation of the given
BufferedDataTable
. - InMemoryTableCreator(BufferedDataTable, int, double) -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.InMemoryTableCreator
- Creates a creator from the given table and the specified class index.
- INMODELPORT -
Static variable in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
- Index of input model (=decision tree) port.
- INPORT -
Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- The input port used here.
- INPORT -
Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
- Inport of the NodeModel for the examples.
- INPORT -
Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- The input port 0.
- INPORT -
Static variable in class org.knime.base.node.mine.sota.SotaNodeModel
- The input port used here.
- INPORT -
Static variable in class org.knime.base.node.preproc.binner.BinnerNodeModel
- Keeps index of the input port which is 0.
- INPORT -
Static variable in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
- The input port used here.
- INPORT -
Static variable in class org.knime.base.node.preproc.sorter.SorterNodeModel
- The input port used here.
- INPORT -
Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
- Keeps port number for the single input port.
- INPORT -
Static variable in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
- Keeps port number for the single input port.
- INPORT -
Static variable in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
- Keeps port number for the single input port.
- INPORT -
Static variable in class org.knime.base.node.viz.table.TableNodeModel
- Index of the input port (only one anyway).
- INPORT_CLUSTERING -
Static variable in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
- Inport port of the clustering to judge.
- INPORT_REFERENCE -
Static variable in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
- Inport port of the reference clustering.
- INPUT_COLUMNS -
Static variable in class org.knime.base.node.mine.pca.PCANodeModel
-
- INPUT_KEY -
Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
- Key to store the input value of a neuron in the ModelContent.
- inputColumns() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
- Returns a list with all input columns.
- InputLayer - Class in org.knime.base.data.neural
- A special layer holding the input perceptrons.
- InputLayer(Perceptron[]) -
Constructor for class org.knime.base.data.neural.InputLayer
- Constructs an input layer with given input perceptrons.
- InputLayer(int) -
Constructor for class org.knime.base.data.neural.InputLayer
- Constructs an input layer with given number of input neurons, input set
to zero.
- InputPerceptron - Class in org.knime.base.data.neural
- Class representing an input perceptron.
- InputPerceptron(double) -
Constructor for class org.knime.base.data.neural.InputPerceptron
- Constructs a perceptron with given input.
- InputPerceptron() -
Constructor for class org.knime.base.data.neural.InputPerceptron
- Constructs a perceptron with input 0.
- insert(DenseByteVectorCell) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
- Inserts the bytes at the lower positions of the current vector.
- insert(SparseByteVectorCell) -
Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
- Inserts the bytes at the lower positions of the current vector.
- insertAt(int, CellFactory) -
Method in class org.knime.core.data.container.ColumnRearranger
- Inserts the columns provided by
fac
at a given position.
- insertBound(double) -
Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
- Inserts a new bound into an interval.
- InsertColumn - Class in org.knime.base.node.parallel.appender
-
- InsertColumn(int) -
Constructor for class org.knime.base.node.parallel.appender.InsertColumn
- Creates a column destination that inserts a column.
- insertIndexInterval(int, int, boolean) -
Method in class org.knime.core.util.NoSelectionListSelectionModel
-
- InsertWorkflowPersistor - Class in org.knime.core.node.workflow
- Persistor that is used when a workflow (a project) is loaded.
- InsertWorkflowPersistor(WorkflowPersistor) -
Constructor for class org.knime.core.node.workflow.InsertWorkflowPersistor
-
- installUI(JComponent) -
Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
-
- INSTANCE -
Static variable in class org.knime.base.node.io.filereader.SmilesTypeHelper
- The one and only instance of this class.
- INSTANCE -
Static variable in class org.knime.base.util.NullPrintStream
- The singleton instance of this NullPrintStream.
- INSTANCE -
Static variable in class org.knime.base.util.NullWriter
- Deprecated. Do not use this public instance because Writers are
internally synchronized on themselves.
- INSTANCE -
Static variable in class org.knime.core.data.renderer.ByteVectorValuePixelRenderer
- Singleton instance to be used.
- INSTANCE -
Static variable in class org.knime.core.data.renderer.ByteVectorValueStringRenderer
- Singleton instance to be used.
- INSTANCE -
Static variable in class org.knime.core.data.renderer.IntValueRenderer
- Instance to be used.
- INSTANCE -
Static variable in class org.knime.core.data.renderer.LongValueRenderer
- Instance to be used.
- INSTANCE -
Static variable in class org.knime.core.data.renderer.StringValueRenderer
- Singleton to be used.
- INSTANCE -
Static variable in class org.knime.core.data.util.ObjectToDataCellConverter
- Deprecated. Singleton to be used for default handling.
- INSTANCE -
Static variable in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
-
- INSTANCE -
Static variable in class org.knime.core.node.exec.ThreadNodeExecutionJobManagerFactory
-
- INSTANCE -
Static variable in class org.knime.core.node.port.flowvariable.FlowVariablePortObjectSpec
-
- instantiateAndLoad(ModelContentRO, PortObjectSpec) -
Static method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
- Creates a new linear regression model that is read from the given model
content object.
- IntCell - Class in org.knime.core.data.def
- A data cell implementation holding an integer value by storing this value in
a private
int
member. - IntCell(int) -
Constructor for class org.knime.core.data.def.IntCell
- Creates new cell for a generic int value.
- IntegerCoordinate - Class in org.knime.base.util.coordinate
-
- IntegerCoordinate(DataColumnSpec) -
Constructor for class org.knime.base.util.coordinate.IntegerCoordinate
- Constructor for class IntegerCoordinate.
- IntegerCoordinateFactory - Class in org.knime.base.util.coordinate
-
- IntegerCoordinateFactory() -
Constructor for class org.knime.base.util.coordinate.IntegerCoordinateFactory
-
- IntegerCoordinateMapping - Class in org.knime.base.util.coordinate
- Holds the original value according to the domain and its mapping.
- IntegerCoordinateMapping(String, int, double) -
Constructor for class org.knime.base.util.coordinate.IntegerCoordinateMapping
- Constructs a coordinate mapping.
- integerLoop() -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
- Returns if the loop should iterate over integer and not doubles.
- integerLoop(boolean) -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
- Sets if the loop should iterate over integer and not doubles.
- InteractiveBarDataModel - Class in org.knime.base.node.viz.histogram.datamodel
- This class extends the
BarDataModel
to support hiliting. - InteractiveBarDataModel(String, Color) -
Constructor for class org.knime.base.node.viz.histogram.datamodel.InteractiveBarDataModel
- Constructor for class BarDataModel.
- InteractiveBarElementDataModel - Class in org.knime.base.node.viz.histogram.datamodel
- This class extends the
BarElementDataModel
to support hiliting. - InteractiveBarElementDataModel(Color) -
Constructor for class org.knime.base.node.viz.histogram.datamodel.InteractiveBarElementDataModel
- Constructor for class BarElementDataModel.
- InteractiveBinDataModel - Class in org.knime.base.node.viz.histogram.datamodel
- This class extends the
BinDataModel
to support hiliting. - InteractiveBinDataModel(String, double, double) -
Constructor for class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
- Constructor for class BinDataModel.
- InteractiveHistogramDataModel - Class in org.knime.base.node.viz.histogram.datamodel
- This data model holds all information (DataRows, DataTableSpec) to provide
the flexibility.
- InteractiveHistogramDataModel(DataArray, List<Color>) -
Constructor for class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
- Constructor for class InteractiveHistogramDataModel.
- InteractiveHistogramPlotter - Class in org.knime.base.node.viz.histogram.impl.interactive
- This class is the controller between the data model of the
InteractiveHistogramVizModel
class and the view
HistogramDrawingPane
. - InteractiveHistogramPlotter(InteractiveHistogramProperties, HiLiteHandler) -
Constructor for class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramPlotter
- Creates a new PlotterScrolling pane and associates it with the passed
view control panel.
- InteractiveHistogramProperties - Class in org.knime.base.node.viz.histogram.impl.interactive
- The properties panel of the Histogram plotter which allows the user to change
the look and behaviour of the histogram plotter.
- InteractiveHistogramProperties(DataTableSpec, AbstractHistogramVizModel) -
Constructor for class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
- Constructor for class FixedColumnHistogramProperties.
- InteractiveHistogramVizModel - Class in org.knime.base.node.viz.histogram.datamodel
- Extends the
AbstractHistogramVizModel
to allow hiliting and
column changing. - InteractiveHistogramVizModel(List<Color>, AggregationMethod, HistogramLayout, DataTableSpec, List<DataRow>, DataColumnSpec, Collection<ColorColumn>, int) -
Constructor for class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
- Constructor for class InteractiveHistogramVizModel.
- InteractiveIntervalBinCreator - Class in org.knime.base.node.viz.histogram.util
- This is the
IntervalBinCreator
implementation that created the
InteractiveBinDataModel
s for the interactive histogram. - InteractiveIntervalBinCreator() -
Constructor for class org.knime.base.node.viz.histogram.util.InteractiveIntervalBinCreator
- Constructor for class InteractiveIntervalBinCreator.
- InteractivePieDataModel - Class in org.knime.base.node.viz.pie.datamodel.interactive
- This is the interactive implementation of the
PieDataModel
which
allows hiliting and column changing. - InteractivePieDataModel(ExecutionMonitor, DataTable, int, boolean) -
Constructor for class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
- Constructor for class InteractivePieDataModel.
- InteractivePieNodeFactory - Class in org.knime.base.node.viz.pie.node.interactive
- Factory class of the interactive pie chart implementation.
- InteractivePieNodeFactory() -
Constructor for class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeFactory
-
- InteractivePieNodeModel - Class in org.knime.base.node.viz.pie.node.interactive
- The interactive implementation of the
PieNodeModel
class. - InteractivePieNodeModel() -
Constructor for class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
- The constructor.
- InteractivePieNodeView - Class in org.knime.base.node.viz.pie.node.interactive
- The interactive implementation of the
PieNodeView
. - InteractivePieNodeView(InteractivePieNodeModel) -
Constructor for class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeView
- Constructor for class InteractivePieNodeView.
- InteractivePiePlotter - Class in org.knime.base.node.viz.pie.impl.interactive
- The interactive implementation of the pie plotter which allows the user
to change the pie and aggregation column in the view and supports hiliting.
- InteractivePiePlotter(InteractivePieProperties, HiLiteHandler) -
Constructor for class org.knime.base.node.viz.pie.impl.interactive.InteractivePiePlotter
- Constructor for class InteractivePiePlotter.
- InteractivePieProperties - Class in org.knime.base.node.viz.pie.impl.interactive
- The interactive implementation of the
PieProperties
panel which
allows the changing of the pie and aggregation column. - InteractivePieProperties(InteractivePieVizModel) -
Constructor for class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
- Constructor for class FixedPieProperties.
- InteractivePieVizModel - Class in org.knime.base.node.viz.pie.datamodel.interactive
- This is the interactive implementation of the
PieVizModel
. - InteractivePieVizModel(InteractivePieDataModel, String, String) -
Constructor for class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
- Constructor for class InteractivePieVizModel.
- INTERN_FILE_DIR -
Static variable in interface org.knime.core.node.NodePersistor
- Directory name to save and load node internals.
- INTERNAL_MODEL -
Static variable in class org.knime.base.node.mine.sota.SotaNodeModel
- The configuration key for the internal model of SOTA.
- INTERNAL_TABLE_FOLDER_PREFIX -
Static variable in class org.knime.core.node.NodePersistorVersion200
- Prefix of associated port folders.
- internalLoadSettingsFrom(NodeSettingsRO, PortObjectSpec[], FlowObjectStack) -
Method in class org.knime.core.node.NodeDialogPane
- Method being called from the node when the dialog shall load the
settings from a NodeSettingsRO object.
- internalSaveSettingsTo(NodeSettingsWO) -
Method in class org.knime.core.node.NodeDialogPane
- Called from the node when the current settings shall be writing to
a NodeSettings object.
- interpolate(Point, Point, List<DotInfo>) -
Method in class org.knime.base.node.viz.plotter.line.LinePlotter
- The nr of intermediate points and the last row index is used to determine
the x value (only the y value is interpolated).
- interpolatePosition(double, double, double, double) -
Method in class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
- Interpolates the correct mapping for a given value.
- interpolatePosition(double, double, double, double) -
Method in class org.knime.base.util.coordinate.DescendingNumericTickPolicyStrategy
- Interpolates the correct mapping for a given value.
- InterpolationTab - Class in org.knime.base.node.viz.plotter.props
- Provides a checkbox if the missing values should be interpolated or not.
- InterpolationTab() -
Constructor for class org.knime.base.node.viz.plotter.props.InterpolationTab
- Creates a box with a checkbox (interpolate missing values).
- InterruptControlPanel - Class in org.knime.core.node.interrupt
- A simple control panel holding the control elements necessary to control the
InterruptibleNodeModel, that is a "Run"-, "Break"- and "Finish"-Button and a
slider to adjust the delay.
- InterruptControlPanel() -
Constructor for class org.knime.core.node.interrupt.InterruptControlPanel
- Constructs the InterruptControlPanel with the buttons: "Run", "Break" and
"Finish" and the slider to adjust the delay.
- InterruptedExecutionException - Exception in org.knime.base.node.io.filereader
- Exception thrown by the FileAnalyzer, if the program (the node dialog)
interrupted the analysis.
- InterruptedExecutionException() -
Constructor for exception org.knime.base.node.io.filereader.InterruptedExecutionException
- Creates a new exception with no detail message.
- InterruptedExecutionException(String) -
Constructor for exception org.knime.base.node.io.filereader.InterruptedExecutionException
- Creates a new exception with a detail message.
- InterruptibleNodeModel - Class in org.knime.core.node.interrupt
- This class provides a generic implementation of a node that can be stopped
and resumed during execution.
- InterruptibleNodeModel(int, int) -
Constructor for class org.knime.core.node.interrupt.InterruptibleNodeModel
- Constructs a NodeModel with the desired in- and out-ports, setting the
state to paused, that is waiting for an initial event to start executing.
- InterruptibleNodeView - Class in org.knime.core.node.interrupt
- This class provides a generic view for the InterruptibleNodeModel and all
deriving classes, which basically consists in a control panel, with some
control elements such as a "Run"-, a "Break"- and a "Finish"-Button and a
slider to adjust the delay.
- InterruptibleNodeView(InterruptibleNodeModel) -
Constructor for class org.knime.core.node.interrupt.InterruptibleNodeView
- Constructs an instance of the InterruptibleNodeView with the underlying
InterruptibleNodeModel and a title.
- InterruptibleNodeView(InterruptibleNodeModel, JPanel) -
Constructor for class org.knime.core.node.interrupt.InterruptibleNodeView
- Creates an instance of the interruptible node view with the control
elements and a specific additional panel.
- intersects(DenseBitVector) -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Returns true, if this and the argument vector have at least one bit set
at the same position.
- intersects(SparseBitVector) -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
- Returns true, if this and the argument vector have at least one bit set
at the same position.
- Interval - Class in org.knime.base.node.preproc.discretization.caim2
- Represents a double interval.
- Interval(double, double, boolean, boolean) -
Constructor for class org.knime.base.node.preproc.discretization.caim2.Interval
- Creates an interval from its boundaries and whether the boundaries belong
to the interval or not.
- Interval(Config) -
Constructor for class org.knime.base.node.preproc.discretization.caim2.Interval
- Creates an interval from its boundaries and whether the boundaries belong
to the interval or not.
- INTERVAL_DIGITS -
Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
- Defines the number of decimal places which are used by default in the
binning method.
- INTERVAL_DIGITS -
Static variable in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- Number of digits used in an interval.
- IntervalBinCreator<E extends BinDataModel> - Class in org.knime.base.node.viz.histogram.util
- This class is a helper class of the
BinningUtil
class to create the
different BinDataModel
s for fixed and interactive histogram. - IntervalBinCreator() -
Constructor for class org.knime.base.node.viz.histogram.util.IntervalBinCreator
-
- IntervalCell - Class in org.knime.core.data.def
- A
DataCell
implementation holding a numeric interval as value
by storing left and right bound. - IntervalCell(double, double, boolean, boolean) -
Constructor for class org.knime.core.data.def.IntervalCell
- Creates a new interval cell based on the minimum and maximum value.
- IntervalCell(double, double) -
Constructor for class org.knime.core.data.def.IntervalCell
- Creates a new interval cell based on the minimum and maximum value,
while both bounds are included.
- IntervalValue - Interface in org.knime.core.data
- Interface supporting interval cells holding minimum and maximum boundaries.
- IntervalValue.IntervalUtilityFactory - Class in org.knime.core.data
- Implementations of the meta information of this value class.
- IntervalValue.IntervalUtilityFactory() -
Constructor for class org.knime.core.data.IntervalValue.IntervalUtilityFactory
- Only subclasses are allowed to instantiate this class.
- IntervalValueComparator - Class in org.knime.core.data
- Comparator returned by the
IntervalValue
datacell type. - IntervalValueComparator() -
Constructor for class org.knime.core.data.IntervalValueComparator
-
- IntValue - Interface in org.knime.core.data
- Interface supporting generic int values.
- intValue() -
Method in class org.knime.core.util.MutableDouble
-
- intValue() -
Method in class org.knime.core.util.MutableInteger
-
- IntValue.IntUtilityFactory - Class in org.knime.core.data
- Implementations of the meta information of this value class.
- IntValue.IntUtilityFactory() -
Constructor for class org.knime.core.data.IntValue.IntUtilityFactory
- Only subclasses are allowed to instantiate this class.
- IntValueComparator - Class in org.knime.core.data
- Comparator returned by the
IntValue
interface. - IntValueComparator() -
Constructor for class org.knime.core.data.IntValueComparator
-
- IntValueRenderer - Class in org.knime.core.data.renderer
-
- invalidate() -
Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
- Overridden for performance reasons.
- InvalidSettingsException - Exception in org.knime.core.node
- This exception is thrown during load and save settings within the dialog's
pane and model to indicate that the parameters set are not valid and can't be
applied.
- InvalidSettingsException(String) -
Constructor for exception org.knime.core.node.InvalidSettingsException
- Constructs an
InvalidSettingsException
with the specified
detail message.
- InvalidSettingsException(Throwable) -
Constructor for exception org.knime.core.node.InvalidSettingsException
- Constructs an
InvalidSettingsException
with the specified
cause.
- InvalidSettingsException(String, Throwable) -
Constructor for exception org.knime.core.node.InvalidSettingsException
- Constructs an
InvalidSettingsException
with the specified
detail message and a cause.
- inverse(double[][]) -
Static method in class org.knime.base.util.math.MathUtils
- Calculates the inverse matrix of a given matrix.
- invert() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Creates and returns a new bit vector whose bits are inverted compared to
this vector.
- InvocationTargetRuntimeException - Exception in org.knime.core.node.util
- Thrown by the methods in the
ViewUtils
class that execute code in the
Event Dispatch Thread, if the executed code throws an exception. - InvocationTargetRuntimeException(String, Throwable) -
Constructor for exception org.knime.core.node.util.InvocationTargetRuntimeException
- Creates a new exception, wrapping the cause in a runtime exception.
- invokeAndWaitInEDT(Runnable) -
Static method in class org.knime.core.node.util.ViewUtils
- Executes the specified runnable in the Swing Event Dispatch Thread.
- invokeCloseView(AbstractNodeView<?>) -
Static method in class org.knime.core.node.Node
- Widens scope of
AbstractNodeView.closeView()
method so it
can be called from UI framework components.
- invokeEnsureOpen(BufferedDataTable) -
Static method in class org.knime.core.node.Node
- Exposes
BufferedDataTable.ensureOpen()
as public method.
- invokeOpenView(AbstractNodeView<?>, String) -
Static method in class org.knime.core.node.Node
- Widens scope of
AbstractNodeView.openView(String)
method so it
can be called from UI framework components.
- invokeResetOnPortSuccessors(int) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Reset those nodes which are connected to a specific workflow
incoming port.
- IS_APPENDED -
Static variable in class org.knime.base.node.preproc.binner.BinnerNodeModel
- Key if new column is appended.
- IS_NOMINAL -
Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
- Type of color setting.
- isAppendedColumn() -
Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
-
- isAppendedColumn() -
Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalPanel
-
- isASuperTypeOf(DataType) -
Method in class org.knime.core.data.DataType
- Returns
true
if this type
is a supertype of the
passed type, that is, the argument is compatible to all DataValue
classes of this type (and may be more).
- isBetter(double, double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGainRatio
- A gain ratio index is better if it is larger than the other one.
- isBetter(double, double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGini
- A gini index is better if it is larger than the other one.
- isBetter(double, double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityMeasure
- Determines if the first passed quality is better compared to the second
quality.
- isBetterOrEqual(double, double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGainRatio
- A gain ratio index is better if it is larger or equal than the other one.
- isBetterOrEqual(double, double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGini
- A GINI index is better if it is larger than the other one.
- isBetterOrEqual(double, double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityMeasure
- Determines if the first passed quality is better or equal compared to the
second quality.
- isBinFileGZipped() -
Method in class org.knime.core.data.container.Buffer
-
- isBinNominal() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- isCalcError() -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
-
- isCalculateDelta() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
- isCanceled() -
Method in class org.knime.core.node.DefaultNodeProgressMonitor
-
- isCanceled() -
Method in class org.knime.core.node.ExecutionMonitor
-
- isCanonEQ() -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- isCaseInsensitive() -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- isCell() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns
true
if the cell is a Cell, false
if it is a Node.
- isCellEditable(int, int) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- isCellEditable(EventObject) -
Method in class org.knime.core.node.config.ConfigEditTreeEditor
-
- isClosed() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
-
- isClosed() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
- Returns whether the represented itemset is closed or not.
- isClosed() -
Method in class org.knime.core.data.container.DataContainer
- Returns
true
if table has been closed and
getTable()
will return a DataTable
object.
- isCollectionType() -
Method in class org.knime.core.data.DataType
- Does this type represent a collection.
- isColumnHeaderResizingAllowed() -
Method in class org.knime.core.node.tableview.TableView
- Whether or not the resizing of the column header height is allowed.
- isColumnHeaderSpecified() -
Method in class org.knime.base.node.io.filereader.XMLPropsReader
- Returns
true
if column header is specified in the data
file and must be read from data input file, otherwise false
.
- isComments() -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- isCommentUserSet() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
- isCompatible(DataColumnSpec) -
Method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- isCompatible(Class<? extends DataValue>) -
Method in class org.knime.core.data.DataType
- Checks if the given
DataValue.class
is compatible to this
type.
- isCompatibleWithDomain(DataColumnDomain) -
Method in class org.knime.base.util.coordinate.LogarithmicMappingMethod
- Checks compatibility with a domain.
- isCompatibleWithDomain(DataColumnDomain) -
Method in interface org.knime.base.util.coordinate.MappingMethod
- Checks compatibility with a domain.
- isCompatibleWithDomain(DataColumnDomain) -
Method in class org.knime.base.util.coordinate.SquareRootMappingMethod
- Checks compatibility with a domain.
- isConfigured() -
Method in class org.knime.core.node.CopyNodePersistor
-
- isConfigured() -
Method in interface org.knime.core.node.NodePersistor
-
- isConfigured() -
Method in class org.knime.core.node.NodePersistorVersion1xx
- Is configured according to the settings object.
- isContainedIn(Rectangle) -
Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
- Returns true if any point of this line is contained in the rectangle.
- isContainedIn(Rectangle) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
-
- isContainerTable(DataTable) -
Static method in class org.knime.core.data.container.DataContainer
- Returns
true
if the given argument table has been created
by the DataContainer, false
otherwise.
- isDataAvailable() -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Returns
true
if model is avaiable, i.e.
- isDebugEnabled() -
Method in class org.knime.core.node.NodeLogger
- Checks if debug logging level is enabled.
- isDefault() -
Method in enum org.knime.base.node.viz.aggregation.AggregationMethod
-
- isDefault() -
Method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
-
- isDefault() -
Method in enum org.knime.base.node.viz.aggregation.ValueScale
-
- isDefault() -
Method in enum org.knime.base.node.viz.histogram.HistogramLayout
-
- isDefault() -
Method in interface org.knime.core.node.util.ButtonGroupEnumInterface
-
- isDeletable() -
Method in class org.knime.core.node.workflow.ConnectionContainer
-
- isDeletable() -
Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
-
- isDeletable() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- isDeletable() -
Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- isDeletable() -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- isDeletable() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
-
- isDelimiterUserSet() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
- isDetermineMostSpecificDataType() -
Method in class org.knime.base.collection.list.split.CollectionSplitSettings
-
- isDirty() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- isDirtyAfterLoad() -
Method in class org.knime.core.node.CopyNodePersistor
- Whether this node should be marked as dirty after load.
- isDirtyAfterLoad() -
Method in interface org.knime.core.node.NodePersistor
- Whether this node should be marked as dirty after load.
- isDirtyAfterLoad() -
Method in class org.knime.core.node.NodePersistorVersion1xx
- Whether this node should be marked as dirty after load.
- isDirtyAfterLoad() -
Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
-
- isDirtyAfterLoad() -
Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
-
- isDirtyAfterLoad() -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
- isDirtyAfterLoad() -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
- isDirtyAfterLoad() -
Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- isDirtyAfterLoad() -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- isDirtyAfterLoad() -
Method in interface org.knime.core.node.workflow.NodeContainerPersistor
-
- isDirtyAfterLoad() -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
- isDirtyAfterLoad() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- isDirtyAfterLoad() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- isDotAll() -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- isDrawHierarchicalFuzzyData() -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- isDrawHierarchicalSeparators() -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- isDReal() -
Method in class org.knime.base.util.math.EigenvalueDecomposition
-
- isEmpty(String) -
Static method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
-
- isEmpty() -
Method in interface org.knime.base.node.viz.aggregation.AggregationModel
-
- isEmpty() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- isEmpty() -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- isEmpty() -
Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
- Returns true, if all bits in the vector are cleared.
- isEmpty() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Returns true if no bits are set in this bit vector.
- isEmpty() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
- Returns true, if all bits in the vector are cleared.
- isEmpty() -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
- Returns true if no bits are set in this bit vector.
- isEmpty() -
Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
- Returns true, if all bits in the vector are cleared.
- isEmpty() -
Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
- Checks all counts and returns true if they are all zero.
- isEmpty() -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Checks all counts and returns true if they are all zero.
- isEmpty() -
Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
- Checks all counts and returns true if they are all zero.
- isEmpty() -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
- Checks all counts and returns true if they are all zero.
- isEmpty() -
Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
- Checks all counts and returns true if they are all zero.
- isEmpty() -
Method in class org.knime.core.node.property.hilite.KeyEvent
-
- isEmpty() -
Method in class org.knime.core.node.workflow.FlowObjectStack
-
- isEnabled() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
-
- isEnabled() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModel
-
- isEnabledFor(NodeLogger.LEVEL) -
Method in class org.knime.core.node.NodeLogger
- Returns
true
if the underlying Log4J logger is enabled for
the given level
.
- isExecuted() -
Method in class org.knime.core.node.CopyNodePersistor
-
- isExecuted() -
Method in interface org.knime.core.node.NodePersistor
-
- isExecuted() -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- isFileHasColumnHeadersUserSet() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
- isFileHasRowHeadersUserSet() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
- isFilled() -
Method in class org.knime.base.node.viz.plotter.basic.Basic2DDrawingElement
- Returns whether the shape should be filled (true) or not (false).
- isFilledProperly() -
Method in class org.knime.core.node.workflow.NodeUIInformation
- Returns if the loaded UI information is complete.
- isFinished() -
Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
- Indicates whether the state of the algorithm is finished or not.
- isForceCopyOfBlobs() -
Method in class org.knime.core.data.container.DataContainer
- Get the property, which has possibly been set by
DataContainer.setForceCopyOfBlobs(boolean)
.
- isFuzzyIntervalType(DataType) -
Static method in class org.knime.base.node.mine.sota.logic.SotaUtil
- Returns
true
if given DataType is a FuzzyIntervalType,
otherwise false
.
- isGlobalConstant() -
Method in class org.knime.core.node.workflow.FlowVariable
-
- isGuessNumOfCols() -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- isHideMode() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
-
- isHierarchicalFuzzyData() -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- isHiLit() -
Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
-
- isHiLit(RowKey...) -
Method in class org.knime.core.node.property.hilite.HiLiteHandler
- Returns
true
if the specified row IDs are hilit.
- isHiLit(int) -
Method in interface org.knime.core.node.tableview.TableContentInterface
- Is the Row
row
hilited? The row with the index will
be cached (if it hasn't been in there) and the hilite status of the
row is returned.
- isHiLit(int) -
Method in class org.knime.core.node.tableview.TableContentModel
- Is the Row
row
hilited? The row with the index will
be cached (if it hasn't been in there) and the hilite status of the
row is returned.
- isHiLit(int) -
Method in class org.knime.core.node.tableview.TableRowHeaderModel
- Delegating method to
TableContentModel
.
- isHilite() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
- isHilite() -
Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- isHilited() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns
true
if object is hilited, false
if
not.
- isHilited() -
Method in interface org.knime.base.node.mine.sota.view.interaction.Hiliteable
- Returns
true
if object is hilited, false
if
not.
- isHilited(Hiliteable) -
Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
- Returns true if the given object is hilited.
- isHilited() -
Method in interface org.knime.base.node.viz.aggregation.AggregationModel
-
- isHilited() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- isHilited() -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- isIdentical(AbstractConfigEntry) -
Method in class org.knime.core.node.config.AbstractConfigEntry
- Checks the identity of two config entries.
- isIDOnly() -
Method in class org.knime.core.node.tableview.FindPositionAll
- If to look for IDs only.
- isIDOnly() -
Method in class org.knime.core.node.tableview.FindPositionRowKey
- If to look for IDs only.
- isIgnoreEmptyLinesUserSet() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
- isIn(DataRow) -
Method in class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
- Checks if the given row lies within the define interval borders.
- isIn(DataRow) -
Method in interface org.knime.base.data.filter.row.FilterRowGenerator
-
- isIncludeAll() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
-
- isIncludeLeft() -
Method in class org.knime.base.node.preproc.discretization.caim2.Interval
-
- isIncludeRight() -
Method in class org.knime.base.node.preproc.discretization.caim2.Interval
-
- isInfoEnabled() -
Method in class org.knime.core.node.NodeLogger
- Checks if info logging level is enabled.
- isInterruptible() -
Method in class org.knime.core.node.Node
-
- isIntType(DataType) -
Static method in class org.knime.base.node.mine.sota.logic.SotaUtil
- Returns
true
if given DataType is a IntType, otherwise
false
.
- isKeepAllSelected() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
- Returns the status of the keep-all columns selection box.
- isKeepAllSelected() -
Method in class org.knime.core.node.util.ColumnFilterPanel
- If the keep all box is visible and is selected.
- isLeaf() -
Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
- Returns if this node is a leaf.
- isLeaf() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
- isLeaf() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
-
- isLeaf() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
-
- isLeaf() -
Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
-
- isLeaf() -
Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
- Returns if this node is a leaf.
- isLeaf() -
Method in class org.knime.core.node.config.AbstractConfigEntry
-
- isLeaf() -
Method in class org.knime.core.node.config.Config
-
- isLeavingWorkflow() -
Method in enum org.knime.core.node.workflow.ConnectionContainer.ConnectionType
-
- isLeftOpen() -
Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
-
- isLeftOpen() -
Method in class org.knime.base.node.preproc.binner.NumericBin
-
- isLiteral() -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- isLocalWFM() -
Method in class org.knime.core.node.workflow.NodeContainer
- Is this node a to be locally executed workflow.
- isLocalWFM() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Is this node a to be locally executed workflow.
- isLocalWFM() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Is this node a to be locally executed workflow.
- isMappingAllowed() -
Method in class org.knime.base.util.coordinate.PercentagePolicyStrategy
- Returns whether mapping and relabeling by
MappingMethod
s should
be allowed for the ticks of this PolicyStrategy
.
- isMappingAllowed() -
Method in class org.knime.base.util.coordinate.PolicyStrategy
- Returns whether mapping and relabeling by
MappingMethod
s should
be allowed for the ticks of this PolicyStrategy
.
- isMaxClassCoverage() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
- isMaxDomainValueSet() -
Method in class org.knime.base.util.coordinate.DoubleCoordinate
-
- isMaxDomainValueSet() -
Method in class org.knime.base.util.coordinate.IntegerCoordinate
-
- isMaxDomainValueSet() -
Method in class org.knime.base.util.coordinate.NumericCoordinate
-
- isMaximal() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
-
- isMaximal() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
-
- isMetaConfig() -
Method in class org.knime.base.node.preproc.missingval.ColSetting
- Is this config a meta-config?
- isMinDomainValueSet() -
Method in class org.knime.base.util.coordinate.DoubleCoordinate
-
- isMinDomainValueSet() -
Method in class org.knime.base.util.coordinate.IntegerCoordinate
-
- isMinDomainValueSet() -
Method in class org.knime.base.util.coordinate.NumericCoordinate
-
- isMissing() -
Method in class org.knime.core.data.DataCell
- Returns
true
if this represents missing cell,
false
otherwise.
- isMissingIntern() -
Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
- isMissingInternal() -
Method in class org.knime.core.data.DataCell
- Internal implementation of
DataCell.isMissing()
.
- isModelSupported(File) -
Static method in class org.knime.base.node.io.pmml.read.PMMLImport
-
- isMouseDown() -
Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
-
- isMultiLine() -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- isNewColumn() -
Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
-
- isNoise() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
- isNominal(int) -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Whether the attribute at the given index position is nominal or not.
- isNominal() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
-
- isNominal() -
Method in class org.knime.base.util.coordinate.Coordinate
- Whether this coordinate is a nominal one.
- isNominal() -
Method in class org.knime.base.util.coordinate.NominalCoordinate
- Whether this coordinate is a nominal one.
- isNominal() -
Method in class org.knime.base.util.coordinate.NumericCoordinate
- Whether this coordinate is a nominal one.
- isNotShrunk() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
-
- isNumberType(DataType) -
Static method in class org.knime.base.node.mine.sota.logic.SotaUtil
- Returns
true
if given DataType is a DoubleType or an
IntType, otherwise false
.
- isNumerical() -
Method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- isNumerical() -
Method in class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
-
- isNumerical(int) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- isNumericalXColumn() -
Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramDialogPane
- Checks if the current selected x column is numerical.
- ISO8061 -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- Renders the datetime as yyyy-MM-ddTHH:mm:ss.SSS.
- ISO8601_DATE_FORMAT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- yyyy-MM-dd.
- ISO8601_DATE_TIME_FORMAT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- yyyy-MM-dd'T'HH:mm:ss.
- ISO8601_DATE_TIME_MILLIS_FORMAT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- yyyy-MM-dd'T'HH:mm:ss.SSS.
- ISO8601_TIME_FORMAT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- HH:mm:ss.
- ISO8601_TIME_MILLIS_FORMAT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- yyyy-MM-dd'T'HH:mm:ss.SSS.
- isOpaque() -
Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
- Overridden for performance reasons.
- isOpen() -
Method in class org.knime.core.data.container.DataContainer
- Returns
true
if the container has been initialized with
DataTableSpec
and is ready to accept rows.
- isOpen() -
Method in class org.knime.core.node.NodeView
-
- isPaintCrossForMissing() -
Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
- If a cross is painted for missing values.
- isPaused() -
Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
- Indicates whether the execution of the algorithm is paused or not.
- isPresentable() -
Method in interface org.knime.base.node.viz.aggregation.AggregationModel
-
- isPresentable() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- isPresentable() -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- isPresentable() -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- isPrintedErrorOnMissing() -
Method in class org.knime.base.data.join.JoinedTable
- Requested by iterated.
- isPrintedErrorOnSorting() -
Method in class org.knime.base.data.join.JoinedTable
- Requested by iterated.
- isPureEnough() -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Determines if the data distribution (class value distribution) is pure
enough.
- isPureEnough() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
- Get the marker field for the purity.
- isQuoteUserSet() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
- isReConnecting() -
Method in class org.knime.core.node.exec.LocalNodeExecutionJob
- Whether this job has been disconnected (from a cluster execution, e.g.)
and is now resuming the execution.
- isReConnecting() -
Method in class org.knime.core.node.workflow.NodeExecutionJob
- Whether this job has been disconnected (from a cluster execution, e.g.)
and is now resuming the execution.
- isRemoveQuotes() -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- isReplaceInputColumn() -
Method in class org.knime.base.collection.list.split.CollectionSplitSettings
-
- isRequired() -
Method in class org.knime.core.node.util.ColumnSelectionPanel
- Indicates whether in the current configuration at least one compatible
type is required or not.
- isResetable() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- isResetable() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- check if node can be safely reset.
- isResetable() -
Method in class org.knime.core.node.workflow.WorkflowManager
- check if node can be safely reset.
- isRightOpen() -
Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
-
- isRightOpen() -
Method in class org.knime.base.node.preproc.binner.NumericBin
-
- isRowCountFinal() -
Method in class org.knime.core.node.tableview.TableContentModel
- Returns
true
if the iterator has traversed the whole
DataTable
at least once.
- isRowCountFinal() -
Method in class org.knime.core.node.tableview.TableContentView
- Is the row count returned by
JTable.getRowCount()
final?
- isRowCountFinal() -
Method in class org.knime.core.node.tableview.TableRowHeaderModel
- Return
false
if the underlying table is an instance
of TableContentModel
and its row count is not final (indicating
that the table has not been traversed to the very end).
- isRowDelimiter(String) -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- isRowHeaderSpecified() -
Method in class org.knime.base.node.io.filereader.XMLPropsReader
- Returns
true
if row header is specified in the data file
and must be read from data input file, otherwise false
.
- isSavedForDisconnect() -
Method in class org.knime.core.node.workflow.NodeExecutionJob
-
- isScatterPlotterDrawingPane() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
-
- isScatterPlotterProperties() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
-
- isSelected() -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Returns
true
if object is selected, false
if not.
- isSelected() -
Method in interface org.knime.base.node.mine.sota.view.interaction.Selectable
- Returns
true
if object is selected, false
if not.
- isSelected(Selectable) -
Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
- Returns true if the given object is selected.
- isSelected() -
Method in interface org.knime.base.node.viz.aggregation.AggregationModel
-
- isSelected() -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- isSelected() -
Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
-
- isSelected() -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- isSelected() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
- isSelected() -
Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- isSelected() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
-
- isSelected() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
-
- isShowBarOutline() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- isShowBarOutline() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- isShowBinOutline() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- isShowBinOutline() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- isShowColorInfo() -
Method in class org.knime.base.node.viz.table.TableNodeView
- Is the color info shown.
- isShowColorInfo() -
Method in class org.knime.core.node.tableview.TableRowHeaderView
- Is the color info shown?
- isShowColorInfo() -
Method in class org.knime.core.node.tableview.TableView
- Is color icon shown?
- isShowElementOutline() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- isShowElementOutline() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- isShowEmptyBins() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- isShowEmptyBins() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- isShowGrid() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- isShowGridLines() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- isShowIcon() -
Method in class org.knime.core.node.tableview.ColumnHeaderRenderer
-
- isShowIcon() -
Method in class org.knime.core.node.tableview.DataCellHeaderRenderer
- Is the icon with the color info shown?
- isShowIconInColumnHeader() -
Method in class org.knime.core.node.tableview.TableContentView
- Get the status if the icon in the column header is shown.
- isShowIconInColumnHeader() -
Method in class org.knime.core.node.tableview.TableView
- Get the status if the icon in the column header is shown.
- isShowLabelVertical() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- isShowLabelVertical() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- isShowMissingValBin() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- isShowMissingValBin() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- isShrinkAfterCommit() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
-
- isSkipped() -
Method in class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
-
- isSmilesAvailable() -
Method in class org.knime.base.node.io.filereader.SmilesTypeHelper
- Returns if SmilesCells are available.
- isSortDescending() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
-
- isStringType(DataType) -
Static method in class org.knime.base.node.mine.sota.logic.SotaUtil
- Returns
true
if given DataType is a StringTyoe, otherwise
false
.
- isSubsetOf(FrequentItemSet) -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
- Returns
true
, if this itemset is a subset of the passed
one, that is, if the passed one contains all items of this set.
- isSuccess() -
Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
- Whether the execution was successful.
- isSuccess() -
Method in interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus
- Whether the execution was successful.
- isSuperSetOf(TIDItemSet) -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
-
- isSuperTypeOf(PortType) -
Method in class org.knime.core.node.port.PortType
- Determines if the argument type is a sub type of this type.
- isSuppLeftMax() -
Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
- isSuppRightMax() -
Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
- isThreadAvailable() -
Method in class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
- Method invoked to manage available thread capacity.
- isThreadAvailableBlocking() -
Method in class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
- Method invoked to manage available thread capacity.
- isTrained() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- isUniCodeCase() -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- isUnixLines() -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- isUseCompression() -
Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
-
- isUseEmptyString() -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- isUseHierarchicalFuzzyData() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- isUserSelectionAllowed() -
Method in class org.knime.core.node.util.ColumnSelectionList
- Returns if the user can change the list selection or not.
- isUsesLimit() -
Method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
-
- isUsesLimit() -
Method in class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
-
- isUseVariability() -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- isValidSplit() -
Method in class org.knime.base.node.mine.decisiontree2.learner.Split
- Whether this split is a valid split.
- isVariableReplacementEnabled() -
Method in class org.knime.core.node.FlowVariableModel
-
- isWhiteSpace(char) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated.
- isWhiteSpace(char) -
Method in class org.knime.core.util.tokenizer.Tokenizer
-
- isWhiteSpaceUserSet() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
- isZippedSource() -
Method in class org.knime.base.node.util.BufferedFileReader
-
- isZooming() -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- itemStateChanged(ItemEvent) -
Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeDialog
-
- itemStateChanged(ItemEvent) -
Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeDialog
-
- itemStateChanged(ItemEvent) -
Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
- This dialog implements the
ItemListener
for the file selection
combo box.
- itemStateChanged(ItemEvent) -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
- This dialog implements the
ItemListener
for the file selection
combo box.
- itemStateChanged(ItemEvent) -
Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
-
If the nominal column selection changes, include and exclude lists are
cleared and all possible values of that column are put into the exclude
list.
- itemStateChanged(ItemEvent) -
Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
- The item change listener for the regular expression box.
- itemStateChanged(ItemEvent) -
Method in class org.knime.base.node.viz.property.color.ColorManager2NodeDialogPane
-
- itemStateChanged(ItemEvent) -
Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeDialogPane
-
- iterator() -
Method in class org.knime.base.data.append.column.AppendedColumnRow
-
- iterator() -
Method in class org.knime.base.data.append.column.AppendedColumnTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.data.append.row.AppendedRowsTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator(ExecutionMonitor, int) -
Method in class org.knime.base.data.append.row.AppendedRowsTable
- Get an iterator whose
RowIterator.next()
method may throw an
exception if the execution is canceled.
- iterator() -
Method in class org.knime.base.data.append.row.ResortedCellsRow
-
- iterator() -
Method in class org.knime.base.data.filter.column.FilterColumnRow
-
- iterator() -
Method in class org.knime.base.data.filter.column.FilterColumnTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.data.filter.row.FilterRowTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.data.join.JoinedTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.data.nominal.NominalTable
-
- iterator() -
Method in class org.knime.base.data.normalize.AffineTransTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.data.replace.ReplacedColumnsDataRow
-
- iterator() -
Method in class org.knime.base.data.replace.ReplacedColumnsTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.data.sort.SortedTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.data.statistics.StatisticsTable
- Deprecated. Returns the row iterator of the original data table.
- iterator() -
Method in class org.knime.base.node.io.arffreader.ARFFTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.node.io.filereader.FileTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
-
- iterator() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
-
- iterator() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
-
- iterator() -
Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
-
- iterator() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
-
- iterator() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.node.parallel.appender.CombinedTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.node.preproc.filter.row.RowFilterTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in interface org.knime.base.node.util.DataArray
-
- iterator() -
Method in class org.knime.base.node.util.DefaultDataArray
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
-
- iterator() -
Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
-
- iterator() -
Method in class org.knime.base.util.kdtree.TerminalBucket
-
- iterator() -
Method in class org.knime.core.data.collection.BlobSupportDataCellList
-
- iterator() -
Method in class org.knime.core.data.collection.BlobSupportDataCellSet
-
- iterator() -
Method in interface org.knime.core.data.collection.CollectionDataValue
-
- iterator() -
Method in class org.knime.core.data.collection.ListCell
-
- iterator() -
Method in class org.knime.core.data.collection.SetCell
-
- iterator() -
Method in class org.knime.core.data.container.BlobSupportDataRow
-
- iterator() -
Method in class org.knime.core.data.container.Buffer
- Get a new
RowIterator
, traversing all rows that have been
added.
- iterator() -
Method in class org.knime.core.data.container.ConcatenateTable
- Overridden to narrow return type to closeable iterator.
- iterator() -
Method in class org.knime.core.data.container.ContainerTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.core.data.container.JoinedTable
- Overridden to narrow return type to closeable iterator.
- iterator() -
Method in class org.knime.core.data.container.RearrangeColumnsTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.core.data.container.TableSpecReplacerTable
- Overridden to narrow return type to closeable iterator.
- iterator() -
Method in class org.knime.core.data.container.WrappedTable
- Overridden to narrow return type to closeable iterator.
- iterator() -
Method in interface org.knime.core.data.DataTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.core.data.DataTableSpec
- Returns an iterator for the contained
DataColumnSpec
elements.
- iterator() -
Method in class org.knime.core.data.def.DefaultRow
-
- iterator() -
Method in class org.knime.core.data.def.DefaultTable
- Deprecated. Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in class org.knime.core.data.def.JoinedRow
-
- iterator() -
Method in class org.knime.core.data.property.ColorModelNominal
- Returns an iterator over the keys.
- iterator() -
Method in class org.knime.core.data.property.ShapeModelNominal
- Returns an iterator over the keys.
- iterator() -
Method in class org.knime.core.node.BufferedDataTable
- Returns a row iterator which returns each row one-by-one from the table.
- iterator() -
Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
- Overridden to narrow return type to closeable iterator.
- iterator() -
Method in class org.knime.core.node.config.Config
-
- iterator() -
Method in interface org.knime.core.node.config.ConfigRO
-
- iterator() -
Method in class org.knime.core.node.workflow.FlowObjectStack
- Get iterator on elements, top of stack first.
- iteratorEndedEarly() -
Method in class org.knime.base.node.io.filereader.FileRowIterator
- The settings allow for specifying a maximum number of rows.
J
- JDBC_ODBC_DRIVER -
Static variable in class org.knime.core.node.port.database.DatabaseDriverLoader
- Name of the standard JDBC-ODBC database driver,
sun.jdbc.odbc.JdbcOdbcDriver object.
- jdbcCompliant() -
Method in class org.knime.base.node.io.database.WrappedDriver
-
- jitterDots(DotInfo[], int, int) -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
- Jitters the dots according to the kind of axis and there values.
- JMultiLineToolTip - Class in org.knime.base.node.mine.sota.view
-
- JMultiLineToolTip() -
Constructor for class org.knime.base.node.mine.sota.view.JMultiLineToolTip
- Creates new instance of JMultiLineToolTip.
- jobManagerChanged(JobManagerChangedEvent) -
Method in interface org.knime.core.node.workflow.JobManagerChangedListener
- Gets informed whenever the
NodeExecutionJobManager
has
changed.
- JobManagerChangedEvent - Class in org.knime.core.node.workflow
-
- JobManagerChangedEvent(NodeID) -
Constructor for class org.knime.core.node.workflow.JobManagerChangedEvent
-
- JobManagerChangedListener - Interface in org.knime.core.node.workflow
-
- JoinedRow - Class in org.knime.core.data.def
- Row that concatenates two given rows.
- JoinedRow(DataRow, DataRow) -
Constructor for class org.knime.core.data.def.JoinedRow
- Creates a new row based on two given rows.
- JoinedTable - Class in org.knime.base.data.join
- Creates new table by appending all columns from right table to the
left table.
- JoinedTable(DataTable, DataTable) -
Constructor for class org.knime.base.data.join.JoinedTable
- Creates new table with the left part defined by
left
and
the appended right part given by right
.
- JoinedTable(DataTable, DataTable, String, String, boolean) -
Constructor for class org.knime.base.data.join.JoinedTable
- Creates a new table with the left part defined by
left
and
the appended right part given by right
.
- JoinedTable - Class in org.knime.core.data.container
- Class that realizes a join table of two
BufferedDataTable
arguments. - JoinedTableRowIterator - Class in org.knime.base.data.join
- What is worth to notice about the order: Ideally, the order in both tables is
the same.
- JoinedTableRowIterator(JoinedTable) -
Constructor for class org.knime.base.data.join.JoinedTableRowIterator
- Creates new Iterator based on
table
.
- joinMode() -
Method in class org.knime.base.node.preproc.joiner.NewJoinerSettings
- Returns the mode how the two tables should be joined.
- joinMode(NewJoinerSettings.JoinMode) -
Method in class org.knime.base.node.preproc.joiner.NewJoinerSettings
- Sets the mode how the two tables should be joined.
- JoinTableIterator - Class in org.knime.core.data.container
- Internal iterator class that concatenates two rows.
- JoinTableIterator(CloseableRowIterator, CloseableRowIterator, int[], boolean[]) -
Constructor for class org.knime.core.data.container.JoinTableIterator
- Creates new iterator based on two iterators.
K
- k() -
Method in class org.knime.base.node.mine.knn.KnnSettings
- Returns the number of neighbours to consider.
- k(int) -
Method in class org.knime.base.node.mine.knn.KnnSettings
- Sets the number of neighbours to consider.
- KDTree<T> - Class in org.knime.base.util.kdtree
- This class is an implementation of a k-d tree as described in
Friedman,
Jerome H; Bentley, Jon Louis; Finkel, Raphael Ari: An Algorithm for
Finding Best Matches in Logarithmic Expected Time; ACM Transactions on
Mathematical Software; 1997, 3(3), pages 209-226
For creating a k-d tree use the KDTreeBuilder
. - KDTree(int, Node, int) -
Constructor for class org.knime.base.util.kdtree.KDTree
- Creates a new optimized k-d tree.
- KDTreeBuilder<T> - Class in org.knime.base.util.kdtree
- This class is some kind of factory for the
KDTree
. - KDTreeBuilder(int) -
Constructor for class org.knime.base.util.kdtree.KDTreeBuilder
- Creates a new k-d tree builder.
- KEEP_COLS -
Static variable in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- The name of the settings tag which holds
true
if the user
wants have the selected condensing columns removed as
boolean
.
- keepOnly(int...) -
Method in class org.knime.core.data.container.ColumnRearranger
- Removes all columns from the current settings, whose index is not
contained in the argument
colIndices
.
- keepOnly(String...) -
Method in class org.knime.core.data.container.ColumnRearranger
- Removes all columns from the current settings, whose column name is not
contained in the argument
colNames
.
- Kernel - Interface in org.knime.base.node.mine.svm.kernel
- The kernel interface to be used by any class that wants to implement
a kernel.
- KernelFactory - Class in org.knime.base.node.mine.svm.kernel
- This class is responsible for managing all the kernels that are known
to the SVM.
- KernelFactory.KernelType - Enum in org.knime.base.node.mine.svm.kernel
- The different kernel types.
- KernelPanel - Class in org.knime.base.node.mine.svm.learner
- Panel for kernel parameter values.
- KernelPanel() -
Constructor for class org.knime.base.node.mine.svm.learner.KernelPanel
- Constructor.
- KEY -
Static variable in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
- the excluded settings.
- KEY_BENDPOINTS -
Static variable in class org.knime.core.node.workflow.ConnectionUIInformation
- The key under which the bounds are registered.
- KEY_BINARY_NOMINAL_SPLIT_MODE -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Key to store whether to use the binary nominal split mode.
- KEY_CATEG_COUNT -
Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
- Keys under which to save the parameters.
- KEY_CLASSCOL -
Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
- Key to save the DataTableSpec .
- KEY_CLASSIFYCOLUMN -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Key to store the classification column in the settings.
- KEY_CONNECTIONS -
Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
- Key for connections.
- KEY_CUSTOM_DESCRIPTION -
Static variable in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
- Key for this node's custom description.
- KEY_CUSTOM_NAME -
Static variable in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
- Key for this node's user name.
- KEY_FACTORY_NAME -
Static variable in interface org.knime.core.node.workflow.SingleNodeContainerPersistor
- Key for the factory class name, used to load nodes.
- KEY_ID -
Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
- Key for this node's internal ID.
- KEY_MAX_NUM_NOMINAL_VALUES -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Key to store the max number of nominal values for which to compute all
subsets.
- KEY_MEMORY_OPTION -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Key to store the memory option (memory build or on disk).
- KEY_MIN_NUMBER_RECORDS_PER_NODE -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Key to store the minimum number of records per node.
- KEY_NODES -
Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
- Key for nodes.
- KEY_NUM_PROCESSORS -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Key to store the number of processors to use.
- KEY_NUMBER_VIEW_RECORDS -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Key to store the number of records stored for the view.
- KEY_PRUNING_CONFIDENCE_THRESHOLD -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Key to store the confidence threshold for tree pruning in the settings.
- KEY_PRUNING_METHOD -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Key to store the confidence threshold for tree pruning in the settings.
- KEY_SPEC -
Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
- key to save the DataTableSpec .
- KEY_SPLIT_AVERAGE -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Key to store the split average in the settings.
- KEY_SPLIT_QUALITY_MEASURE -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Key to store the split quality measure in the settings.
- KEY_UI_INFORMATION -
Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
-
- KEY_VERSION -
Static variable in class org.knime.core.node.workflow.ConnectionUIInformation
- The key under which the type is registered.
- KeyEvent - Class in org.knime.core.node.property.hilite
- Event object that is fired when registered listener need to update its
properties.
- KeyEvent(Object) -
Constructor for class org.knime.core.node.property.hilite.KeyEvent
- Creates an empty key event with the given source.
- KeyEvent(Object, RowKey...) -
Constructor for class org.knime.core.node.property.hilite.KeyEvent
- Creates a new event with the underlying source and one data cell.
- KeyEvent(Object, Set<RowKey>) -
Constructor for class org.knime.core.node.property.hilite.KeyEvent
- Creates a new event with the underlying source and a set of row keys.
- keys() -
Method in class org.knime.core.node.property.hilite.KeyEvent
- Returns the set of
RowKey
row keys on which the event
initially occurred.
- keySet() -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Returns an unmodifiable set of key (source) for hiliting.
- keySet() -
Method in class org.knime.core.node.config.Config
- Returns an unmodifiable Set of keys in this Config.
- keySet() -
Method in interface org.knime.core.node.config.ConfigRO
- Returns an unmodifiable Set of keys in this Config.
- keySet() -
Method in class org.knime.core.node.property.hilite.DefaultHiLiteMapper
- Returns an unmodifiable set of key (source) for hiliting.
- keySet() -
Method in interface org.knime.core.node.property.hilite.HiLiteMapper
- Returns an unmodifiable set of key (source) for hiliting.
- keySuffix() -
Method in class org.knime.base.node.preproc.joiner.NewJoinerSettings
- Returns the suffix that is appended to row keys from the first
table if multiple rows from the second table match.
- keySuffix(String) -
Method in class org.knime.base.node.preproc.joiner.NewJoinerSettings
- Sets the suffix that is appended to row keys from the first
table if multiple rows from the second table match.
- keyTyped(KeyEvent) -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
-
- KNIME16X16 -
Static variable in class org.knime.core.node.KNIMEConstants
- Icon 16 times 16 pixel.
- KNIME_DATABASE_FETCHSIZE -
Static variable in class org.knime.core.node.KNIMEConstants
- Java property used to adjust the fetch size for retrieving data from
a database.
- KNIME_DATABASE_LOGIN_TIMEOUT -
Static variable in class org.knime.core.node.KNIMEConstants
- Java property used to set the timeout in seconds trying to establish a
connection to a database.
- KNIME_HOME_PROPERTYNAME -
Static variable in class org.knime.core.node.KNIMEConstants
- The name of the system property whose value is - if set - used as knime
home directory.
- KNIMEConstants - Class in org.knime.core.node
- Class that hold static values about the KNIME platform.
- KnimeEncryption - Class in org.knime.core.util
- This class handles the encryption and decryption with the static stored key.
- KNIMEJob - Interface in org.knime.core.node.util
- This interface describes a generic job that can be submitted via
ExecutionContext.submitJob(PortObject[], NodeSettingsRO, Class,
org.knime.core.node.ExecutionMonitor)
. - KNIMEPath - Class in org.knime.core.internal
- Container for a field, which holds the home directory of KNIME.
- KNIMEStreamConstants - Interface in org.knime.core.data.container
- Defines some constants commonly used when writing
Buffer
files. - KNIMETimer - Class in org.knime.core.util
- This final singleton class is a global timer available for all classes inside
KNIME.
- KnnNodeDialogPane - Class in org.knime.base.node.mine.knn
- This class represens the dialog for the kNN node.
- KnnNodeDialogPane() -
Constructor for class org.knime.base.node.mine.knn.KnnNodeDialogPane
- Creates a new dialog pane for the kNN node.
- KnnNodeFactory - Class in org.knime.base.node.mine.knn
- This factory creates all necessary object for the kNN node.
- KnnNodeFactory() -
Constructor for class org.knime.base.node.mine.knn.KnnNodeFactory
-
- KnnNodeModel - Class in org.knime.base.node.mine.knn
- This is the model for the k Nearest Neighbor node.
- KnnNodeModel() -
Constructor for class org.knime.base.node.mine.knn.KnnNodeModel
- Creates a new model for the kNN node.
- KnnSettings - Class in org.knime.base.node.mine.knn
- This class stores the settings for the kNN node.
- KnnSettings() -
Constructor for class org.knime.base.node.mine.knn.KnnSettings
-
L
- LABEL_AREA_MARGIN -
Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
- The margin of the label area in percent of the drawing space size.
- LabelDisplayPolicy - Enum in org.knime.base.node.viz.aggregation.util
- Enumerates all possible label display options and provides some utility
functions.
- LabelPaintUtil - Class in org.knime.base.node.viz.plotter
- Util class providing methods for drawing labels, which can be rotated if the
available space is to small.
- LabelPaintUtil.Position - Enum in org.knime.base.node.viz.plotter
- Possible positions of the label.
- LAMBDAVALUE_KEY -
Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Key to store the lambda value in the config.
- lastTokenWasDelimiter() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated.
- lastTokenWasDelimiter() -
Method in class org.knime.core.util.tokenizer.Tokenizer
-
- lastTokenWasQuoted() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated. Call this to distinguish between missing and empty tokens.
- lastTokenWasQuoted() -
Method in class org.knime.core.util.tokenizer.Tokenizer
- Call this to distinguish between missing and empty tokens.
- Layer - Class in org.knime.base.data.neural
- An abstract class defining a layer in a Neural Network.
- Layer(Perceptron[]) -
Constructor for class org.knime.base.data.neural.Layer
- Constructs a layer with given perceptrons.
- Layer() -
Constructor for class org.knime.base.data.neural.Layer
- Used to construct an empty layer which cannot be used unless perceptrons
are set.
- layoutContainer(Container) -
Method in class org.knime.base.node.viz.plotter.Plotter2DScrollPaneLayout
- Overwrites the method of the parent class to arrange the header at the
bottom of the view.
- LayoutHelper - Class in org.knime.core.node.interrupt
- A helper class for the use of the GridBagLayout.
- le(int, int, DataValueComparator) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new less than or equal node, that compares the values in two
columns.
- le(int, Number) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new less than or equal node, that compares the value in a
column to a fixed number.
- le(int, String) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new less than or equal node, that compares the value in a
column to a fixed string.
- leafs() -
Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
- Returns an Iterable over all leaf nodes contained in this node.
- leaveOneOut() -
Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
- Returns if leave-one-out cross validation should be performed.
- leaveOneOut(boolean) -
Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
- Sets if leave-one-out cross validation should be performed.
- LEFT -
Static variable in class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
- Use interval on the left of the border.
- LEFT -
Static variable in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
- Left/open or right/closed interval bracket.
- LEFT_PARTITION -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
- index for left partition of a binary nominal split.
- leftBoundIncluded() -
Method in class org.knime.core.data.def.IntervalCell
-
- leftBoundIncluded() -
Method in interface org.knime.core.data.IntervalValue
-
- leftCoreLoss(double, MembershipFunction) -
Method in interface org.knime.base.node.mine.bfn.fuzzy.shrink.Shrink
- leftCoreLoss(.).
- leftCoreLoss(double, MembershipFunction) -
Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeAnchorBasedShrink
- leftCoreLoss(.).
- leftCoreLoss(double, MembershipFunction) -
Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
- leftCoreLoss(.).
- leftCoreLoss(double, MembershipFunction) -
Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeRuleBasedShrink
-
- leftSuppLoss(double, MembershipFunction) -
Method in interface org.knime.base.node.mine.bfn.fuzzy.shrink.Shrink
- leftSuppLoss(.).
- leftSuppLoss(double, MembershipFunction) -
Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeAnchorBasedShrink
-
- leftSuppLoss(double, MembershipFunction) -
Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
- leftSuppLoss(.).
- leftSuppLoss(double, MembershipFunction) -
Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeRuleBasedShrink
-
- length() -
Method in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
-
- length() -
Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
- Returns the length of the bit vector.
- length() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Returns the number of bits stored in this vector.
- length() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
- Returns the length of the bit vector.
- length() -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
- Returns the number of bits stored in this vector.
- length() -
Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
- Returns the length of the bit vector.
- length() -
Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
- Returns the length of the byte vector.
- length() -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Returns the length of the vector.
- length() -
Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
- Returns the length of the byte vector.
- length() -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
- Returns the number of numbers stored in this vector.
- length() -
Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
- Returns the length of the byte vector.
- LF_STR -
Static variable in class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated. String containing only the LF char.
- LF_STR -
Static variable in class org.knime.core.util.tokenizer.Tokenizer
- String containing only the LF char.
- LiftChartNodeDialog - Class in org.knime.base.node.viz.liftchart
- Class for an configuration dialog for the lift chart node.
- LiftChartNodeDialog() -
Constructor for class org.knime.base.node.viz.liftchart.LiftChartNodeDialog
- Creates a new lift chart configuration dialog.
- LiftChartNodeFactory - Class in org.knime.base.node.viz.liftchart
- The factory for a lift chart node.
- LiftChartNodeFactory() -
Constructor for class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
-
- LiftChartNodeModel - Class in org.knime.base.node.viz.liftchart
- The node model of a lift chart.
- LiftChartNodeModel() -
Constructor for class org.knime.base.node.viz.liftchart.LiftChartNodeModel
- Creates a new lift chart node model.
- LiftChartNodeView - Class in org.knime.base.node.viz.liftchart
-
- LiftChartNodeView(LiftChartNodeModel) -
Constructor for class org.knime.base.node.viz.liftchart.LiftChartNodeView
-
- like(int, String) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Returns a new like not that tries to match a fixed wildcard expression to
the value in a column.
- like(String, int) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Returns a new like not that tries to match a wildcard expression in a
column to a fixed string value.
- like(int, int) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Returns a new like not that tries to match a fixed wildcard expression to
the value in a column.
- 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.
- LinearNorm - Class in org.knime.base.node.mine.cluster
-
- LinearNorm(String) -
Constructor for class org.knime.base.node.mine.cluster.LinearNorm
-
- LinearRegressionContent - Class in org.knime.base.node.mine.regression.linear
- Utility class that carries out the loading and saving of linear regression
models.
- LinearRegressionContent() -
Constructor for class org.knime.base.node.mine.regression.linear.LinearRegressionContent
- Public no arg constructor as required by super class.
- LinearRegressionContent(DataTableSpec, double, double[], double[]) -
Constructor for class org.knime.base.node.mine.regression.linear.LinearRegressionContent
- Create new object with the given parameters.
- LinearSamplingRowFilter - Class in org.knime.base.node.preproc.sample
- This row filter always includes at least the first and the last row.
- LinearSamplingRowFilter(int, int) -
Constructor for class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
- Creates a new row filter that selects a certain absolute number of rows.
- LinearSamplingRowFilter(int, double) -
Constructor for class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
- Creates a new row filter that selects a certain fraction of rows.
- LineInfo - Class in org.knime.base.node.viz.plotter.parcoord
- Represents a line (one row) in the parallel coordinates plot.
- LineInfo(List<Point>, List<DataCell>, boolean, boolean, ColorAttr, double, RowKey) -
Constructor for class org.knime.base.node.viz.plotter.parcoord.LineInfo
- Creates a line.
- LinePlotter - Class in org.knime.base.node.viz.plotter.line
- Plots the values of all selected numeric columns as lines in a plot, where
the x axis are the rows and the y axis are the values from the minimum of the
values in all columns to the maximum of the values of all selected columns.
- LinePlotter(AbstractDrawingPane, AbstractPlotterProperties) -
Constructor for class org.knime.base.node.viz.plotter.line.LinePlotter
- The construction kit constructor.
- LinePlotter() -
Constructor for class org.knime.base.node.viz.plotter.line.LinePlotter
- Default constructor.
- LinePlotterAppearanceTab - Class in org.knime.base.node.viz.plotter.props
- Provides three checkboxes, one to show or hide the dots, one for the line
thickness and one for the dot size.
- LinePlotterAppearanceTab() -
Constructor for class org.knime.base.node.viz.plotter.props.LinePlotterAppearanceTab
- Creates the tab with a show/hide dots checkbox, a dot size spinner
and a line thickness spinner.
- LinePlotterDrawingPane - Class in org.knime.base.node.viz.plotter.line
- Connects the dots in the passed
DotInfoArray
with lines. - LinePlotterDrawingPane() -
Constructor for class org.knime.base.node.viz.plotter.line.LinePlotterDrawingPane
-
- LinePlotterNodeFactory - Class in org.knime.base.node.viz.plotter.line
-
- LinePlotterNodeFactory() -
Constructor for class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
-
- LinePlotterProperties - Class in org.knime.base.node.viz.plotter.line
- One tab for the color legend with the possibility to change the color for
each column, one tab to set whether missing values should be interpolated
or not and one tab to adjust dot size and line thickness and to select
whether to show or hide the dots.
- LinePlotterProperties() -
Constructor for class org.knime.base.node.viz.plotter.line.LinePlotterProperties
-
- LINKAGETYPE_KEY -
Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
- Key to store the linkage type in the settings.
- LinkedDouble - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
- A single linked list with a double value.
- LinkedDouble(double) -
Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
- Creates a new linked double list element.
- LinRegDataProvider - Interface in org.knime.base.node.mine.regression.linear.view
- An interface that both the learner node model and the predictor node model
implement.
- LinRegLearnerNodeDialogPane - Class in org.knime.base.node.mine.regression.linear.learn
- Dialog for the linear regression learner.
- LinRegLearnerNodeDialogPane() -
Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeDialogPane
- Create new dialog for linear regression model.
- LinRegLearnerNodeFactory - Class in org.knime.base.node.mine.regression.linear.learn
- Factory class for linear regression learner node.
- LinRegLearnerNodeFactory() -
Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
-
- LinRegLearnerNodeModel - Class in org.knime.base.node.mine.regression.linear.learn
- NodeModel to the linear regression learner node.
- LinRegLearnerNodeModel() -
Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Inits a new node model, it will have 1 data input and 1 model output.
- LinRegLearnerNodeView - Class in org.knime.base.node.mine.regression.linear.learn
- View on the linear regression learner node.
- LinRegLearnerNodeView(LinRegLearnerNodeModel) -
Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeView
- Constructs new view, inits members.
- LinRegLineDrawingPane - Class in org.knime.base.node.mine.regression.linear.view
- DrawingPane that also draws the regression line.
- LinRegLineDrawingPane() -
Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLineDrawingPane
-
- LinRegLineNodeView - Class in org.knime.base.node.mine.regression.linear.view
- 2D plot showing the linear regression line.
- LinRegLineNodeView(NodeModel) -
Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLineNodeView
- Create new view with a scatter plot an the regression line.
- LinRegLinePlotter - Class in org.knime.base.node.mine.regression.linear.view
- A scatter plot with a regression line.
- LinRegLinePlotter(ScatterPlotterDrawingPane, LinRegLinePlotterProperties) -
Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotter
-
- LinRegLinePlotterProperties - Class in org.knime.base.node.mine.regression.linear.view
- Properties for the
LinRegLinePlotter
which ensures
that the y axis is fixed to the target column and the x column selection box
only contains the columns used for the model calculation. - LinRegLinePlotterProperties() -
Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotterProperties
- Creates the same properties as the
ScatterPlotterProperties
but
with different functionality.
- LinRegPredictorNodeFactory - Class in org.knime.base.node.mine.regression.linear.predict
- Factory for linear regression predictor node.
- LinRegPredictorNodeFactory() -
Constructor for class org.knime.base.node.mine.regression.linear.predict.LinRegPredictorNodeFactory
-
- ListCell - Class in org.knime.core.data.collection
- Default implementation of a
CollectionDataValue
, whereby the
underlying data structure is a list. - ListCell(BlobSupportDataCellList) -
Constructor for class org.knime.core.data.collection.ListCell
- Rather use one of the factory methods.
- ListDataValue - Interface in org.knime.core.data.collection
- Provides additionally access by index to the collection elements.
- load(Config) -
Static method in class org.knime.base.data.bitvector.BitVectorCell
- Deprecated. Loads a new cell using the properties from the given config.
- load(ModelContentRO) -
Static method in class org.knime.base.data.normalize.AffineTransConfiguration
- Restores content.
- load(DataTable, ModelContentRO) -
Static method in class org.knime.base.data.normalize.AffineTransTable
- Reads the meta information from the settings object and constructs
a AffineTransTable based on this information and the given DataTable.
- load(ModelContentRO, PortObjectSpec, ExecutionMonitor) -
Method in class org.knime.base.data.normalize.NormalizerPortObject
- Loads the content into the freshly instantiated object.
- load(NodeSettingsRO) -
Static method in class org.knime.base.data.statistics.Statistics2Table
- Load a new statistic table by the given settings object.
- load(ConfigRO) -
Static method in class org.knime.base.data.util.DataCellStringMapper
- Reads a
DataCellStringMapper
from given ConfigRO
.
- load(ModelContentRO, PortObjectSpec, ExecutionMonitor) -
Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
- Loads the content into the freshly instantiated object.
- load(ModelContentRO) -
Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
- Loads the content into the freshly instantiated object.
- load(ModelContentRO, PortObjectSpec, ExecutionMonitor) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
- Loads the content into the freshly instantiated object.
- load(ModelContentRO, PortObjectSpec, ExecutionMonitor) -
Method in class org.knime.base.node.mine.pca.PCAModelPortObject
- Loads the content into the freshly instantiated object.
- load(ModelContentRO, PortObjectSpec) -
Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
- Loads a linear regression model from the given model content object.
- load(File, ExecutionMonitor) -
Static method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
- Factory method to restore this object given a directory in which the
content is saved.
- load(ModelContentRO, PortObjectSpec, ExecutionMonitor) -
Method in class org.knime.base.node.mine.sota.SotaPortObject
- Loads the content into the freshly instantiated object.
- load(ModelContentRO) -
Method in class org.knime.base.node.mine.sota.SotaPortObjectSpec
- Loads the content into the freshly instantiated object.
- load(ConfigRO) -
Static method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
- Factory method to load from config.
- load(ModelContentRO, PortObjectSpec, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
- Loads the content into the freshly instantiated object.
- load(NodeSettingsRO, DataTableSpec, Map<Integer, BufferedDataTable>) -
Static method in class org.knime.core.data.container.ConcatenateTable
- Restore table form node settings object.
- load(NodeSettingsRO, DataTableSpec, Map<Integer, BufferedDataTable>) -
Static method in class org.knime.core.data.container.JoinedTable
- Method being called when the workflow is restored and the table shall
recreated.
- load(NodeSettingsRO, DataTableSpec, Map<Integer, BufferedDataTable>) -
Static method in class org.knime.core.data.container.TableSpecReplacerTable
- Restores table from a file that has been written using KNIME 1.2.0
or later.
- load(NodeSettingsRO, Map<Integer, BufferedDataTable>) -
Static method in class org.knime.core.data.container.WrappedTable
- Restore table, reverse operation to
save
.
- load(ConfigRO) -
Static method in class org.knime.core.data.DataColumnDomain
- Reads lower and upper bounds as well as the possible values - if
available - from
ConfigRO
.
- load(ConfigRO) -
Static method in class org.knime.core.data.DataColumnProperties
- Reads all properties (key-value pairs) from the given
ConfigRO
and returns a new DataColumnProperties
object.
- load(ConfigRO) -
Static method in class org.knime.core.data.DataColumnSpec
- Reads name, type, domain, and properties from the given
ConfigRO
and - if available - size, shape, and color
handler.
- load(ConfigRO) -
Static method in class org.knime.core.data.DataTableSpec
- Reads all
DataColumnSpec
objects from the given ConfigRO
and returns a new DataTableSpec
object containing them.
- load(ConfigRO) -
Static method in class org.knime.core.data.DataType
- Loads a
DataType
from a given
ConfigRO
.
- load(ConfigRO) -
Static method in class org.knime.core.data.date.DateAndTimeCell
- Load a data cell that was previously written with the
DateAndTimeCell.save(ConfigWO)
method.
- load(ConfigRO) -
Static method in class org.knime.core.data.property.ColorHandler
- Reads the color model settings from the given
Config
, inits
a new ColorModel
, and returns a new
ColorHandler
.
- load(ConfigRO) -
Static method in class org.knime.core.data.property.ColorModelNominal
- Read color settings from given
Config
and returns a new
ColorModelNominal
object.
- load(ConfigRO) -
Static method in class org.knime.core.data.property.ColorModelRange
- Load color settings from Config including lower and upper bound, and min
and max colors.
- load(ConfigRO) -
Static method in class org.knime.core.data.property.ShapeHandler
- Reads
ShapeModel
from the given Config
and
returns a new ShapeHandler
.
- load(ConfigRO) -
Static method in class org.knime.core.data.property.ShapeModelNominal
- Reads Shape settings from given
Config
and returns a new
ShapeModelNominal
object.
- load(ConfigRO) -
Static method in class org.knime.core.data.property.SizeHandler
- Reads size settings from the given
Config
and returns a new
SizeHandler
.
- load(ConfigRO) -
Static method in class org.knime.core.data.property.SizeModelDouble
- Reads the size settings and return a new
SizeModelDouble
.
- load(InputStream) -
Method in class org.knime.core.node.config.Config
- Read config entries from an XML file into this object.
- load(Config, InputStream) -
Static method in class org.knime.core.node.config.XMLConfig
- Reads from the given input stream into the given config object.
- load(NodeSettingsRO) -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- Restores the properties of the specific job manager.
- load(InputStream, ExecutionMonitor) -
Method in class org.knime.core.node.ModelContent
- Load this object from a directory.
- load(NodePersistor, ExecutionMonitor, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.Node
- Load settings and data + internals from a loader instance.
- load(NodeSettingsRO) -
Static method in class org.knime.core.node.Node.SettingsLoaderAndWriter
-
- load(Node, ReferencedFile, ExecutionMonitor, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.NodePersistorVersion1xx
- Loads content into node instance.
- load(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) -
Method in class org.knime.core.node.port.AbstractPortObject
- Loads the content into the freshly instantiated object.
- load(ModelContentRO, PortObjectSpec, ExecutionMonitor) -
Method in class org.knime.core.node.port.AbstractSimplePortObject
- Loads the content into the freshly instantiated object.
- load(ModelContentRO) -
Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
- Loads the content into the freshly instantiated object.
- load(NodeSettingsRO) -
Static method in class org.knime.core.node.port.PortType
-
- load(ModelContentRO, PortObjectSpec, ExecutionMonitor) -
Method in class org.knime.core.node.port.viewproperty.ViewPropertyPortObject
- Loads the content into the freshly instantiated object.
- load(ConfigRO) -
Static method in class org.knime.core.node.property.hilite.DefaultHiLiteMapper
- Restores the mapper from the config object that has been written using
the save method.
- load(NodeSettingsRO) -
Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
- Restores a job manager given the parameters contained in the argument
settings.
- load(NodeExecutionJobManager, NodeSettingsRO) -
Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
- Updates the settings of the passed job manager - if the settings specify
the same type of job manager - or creates and returns a new instance of
that new type of job manager.
- load(NodeSettingsRO) -
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.FlowVariable
- Read a flow variable from a settings object.
- load(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainer.NodeContainerSettings
- Restores all settings (currently only job manager and its
settings) from argument.
- load(NodeSettingsRO, NodeSettingsRO, WorkflowPersistor.LoadResult) -
Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
- Load content, gets both the current settings (first argument) and
the "parent settings", which are only used in 1.3.x flows and will be
ignored in any version after that.
- load(NodeSettingsRO, NodeSettingsRO, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
- Load content, gets both the current settings (first argument) and
the "parent settings", which are only used in 1.3.x flows and will be
ignored in any version after that.
- load(NodeSettingsRO) -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
- Restores the properties of the specific job manager.
- load(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeUIInformation
- Reads the information from the NodeSettings object.
- load(NodeSettingsRO) -
Method in interface org.knime.core.node.workflow.UIInformation
- Reads the information from the NodeSettings object.
- load(File, ExecutionMonitor, boolean) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Loads the workflow contained in the directory as node into this
workflow instance.
- load11x(File, NodeSettingsRO, Map<Integer, BufferedDataTable>) -
Static method in class org.knime.core.data.container.TableSpecReplacerTable
- Restores table from a file that has been written using KNIME 1.1.x
or before.
- loadAdditionalSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.base.node.io.database.DBQueryNodeDialogPane
- This method can be overridden to load additional settings.
- loadAdditionalSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.base.node.mine.pca.PCAApplyNodeDialog
- This method can be overridden to load additional settings.
- loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.pivot.PivotNodeDialogPane
- Override hook to load additional settings when all input ports are
data ports.
- loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeDialog
- Override hook to load additional settings when all input ports are
data ports.
- loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.viz.liftchart.LiftChartNodeDialog
- Override hook to load additional settings when all input ports are
data ports.
- loadAdditionalSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
- This method can be overridden to load additional settings.
- loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
- Override hook to load additional settings when all input ports are
data ports.
- loadColumnAggregators(NodeSettingsRO) -
Static method in class org.knime.base.node.preproc.groupby.aggregation.ColumnAggregator
- Creates a
List
with all ColumnAggregator
s that were
stored in the settings.
- loadConnection(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
-
- loadConnection(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadConnectionDestID(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadConnectionDestID(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadConnectionDestPort(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadConnectionDestPort(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- 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.
- loadCustomDescription(NodeSettingsRO, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
- Read the custom description.
- loadCustomDescription(NodeSettingsRO, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
- Read the custom description.
- loadCustomName(NodeSettingsRO, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
- Read the custom name.
- loadCustomName(NodeSettingsRO, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
- Read the custom name.
- loadDataAndInternals(NodeContentPersistor, ExecutionMonitor, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.Node
- Loads data from an argument persistor.
- loadDriver(File) -
Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
- Loads
Driver
from the given file.
- loadElements(ConfigRO, ExecutionMonitor) -
Method in class org.knime.base.node.viz.aggregation.AggregationValModel
-
- loadElements(ConfigRO, ExecutionMonitor) -
Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
-
- loadElements(ConfigRO, ExecutionMonitor) -
Method in class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel
-
- loadExecutionResult(NodeContainerExecutionResult, ExecutionMonitor, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.NodeContainer
- Load information from execution result.
- loadExecutionResult(NodeContainerExecutionResult, ExecutionMonitor, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Load information from execution result.
- loadExecutionResult(NodeContainerExecutionResult, ExecutionMonitor, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Load information from execution result.
- loadFlowObjects(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- loadFlowObjects(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
-
- loadFrom(ModelContentRO) -
Static method in class org.knime.base.node.mine.cluster.assign.Prototype
-
- loadFrom(PMMLPortObjectSpec, InputStream, String) -
Method in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
-
- loadFrom(PMMLPortObjectSpec, InputStream, String) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreePortObject
-
- loadFrom(PMMLPortObjectSpec, InputStream, String) -
Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkPortObject
-
- loadFrom(PMMLPortObjectSpec, InputStream, String) -
Method in class org.knime.base.node.mine.regression.PMMLRegressionPortObject
-
- 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.base.node.mine.subgroupminer.PMMLAssociationRulePortObject
-
- loadFrom(PMMLPortObjectSpec, InputStream, String) -
Method in class org.knime.base.node.mine.svm.PMMLSVMPortObject
-
- loadFrom(PMMLPortObjectSpec, InputStream, String) -
Method in class org.knime.core.node.port.pmml.PMMLPortObject
-
- loadFrom(PortObjectSpecZipInputStream) -
Static method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- loadFromFile(Config, ExecutionMonitor) -
Static method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
-
- loadFromFile(Config, ExecutionMonitor) -
Static method in class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
-
- loadFromFile(ConfigRO, ExecutionMonitor) -
Static method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- loadFromFile(File, ExecutionMonitor) -
Static method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
-
- loadFromFile(File, ExecutionMonitor) -
Static method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
-
- loadFromFile(Config, ExecutionMonitor) -
Static method in class org.knime.base.node.viz.histogram.util.ColorColumn
-
- loadFromFile(File, ExecutionMonitor) -
Static method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
-
- loadFromFile(File, ExecutionMonitor) -
Static method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
-
- loadFromFile(Config, ExecutionMonitor) -
Static method in class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel
-
- loadFromFile(Config, ExecutionMonitor) -
Static method in class org.knime.base.node.viz.pie.datamodel.PieSubSectionDataModel
-
- loadFromFile(ReferencedFile, NodeSettingsRO, ExecutionMonitor, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>) -
Static method in class org.knime.core.node.BufferedDataTable
- Factory method to restore a table that has been written using
the save method.
- loadFromModelContent(ModelContentRO) -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
-
- loadFromModelContent(ModelContentRO) -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
-
- 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.
- loadFromReconnectSettings(NodeSettingsRO, PortObject[], NodeContainer) -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- Read the information previously stored in the settings object and restore
an executing job.
- loadFromReconnectSettings(NodeSettingsRO, PortObject[], NodeContainer) -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
- Read the information previously stored in the settings object and restore
an executing job.
- loadFromXML(NodeSettingsRO, DataArray) -
Static method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
- Loads a cluster node from the settings.
- loadFromXML(Config, InputStream) -
Static method in class org.knime.core.node.config.Config
- Reads Config from XML into a new Config object.
- loadFromXML(InputStream) -
Static method in class org.knime.core.node.ModelContent
- Reads
ModelContent
settings from the given XML stream
and returns a new ModelContent
object.
- loadFromXML(InputStream) -
Static method in class org.knime.core.node.NodeSettings
- Reads
NodeSettings
object from a given XML input stream and
writes them into the given NodeSettings
object.
- loadHasContent(NodeSettingsRO) -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- loadHasContent(NodeSettingsRO) -
Method in class org.knime.core.node.NodePersistorVersion200
-
- loadHistogramInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
- Called from the
AbstractHistogramNodeModel.loadInternals(File, ExecutionMonitor)
method
to let the histogram implementation load own internal data.
- loadHistogramInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
- Called from the
AbstractHistogramNodeModel.loadInternals(File, ExecutionMonitor)
method
to let the histogram implementation load own internal data.
- loadHistogramInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
- Called from the
AbstractHistogramNodeModel.loadInternals(File, ExecutionMonitor)
method
to let the histogram implementation load own internal data.
- loadIcon(Class<?>, String) -
Static method in class org.knime.core.data.DataValue.UtilityFactory
- Convenience method to allow subclasses to load their icon.
- loadIfMustWarnOnDataLoadError(File) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadIfMustWarnOnDataLoadError(File) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadIndividualColSettings(NodeSettingsRO) -
Static method in class org.knime.base.node.preproc.missingval.ColSetting
- Helper that load individual settings from a config object, used in
NodeModel.
- loadIndividualColSettings(NodeSettingsRO, DataTableSpec) -
Static method in class org.knime.base.node.preproc.missingval.ColSetting
- Helper that individual settings from a config object, used in NodeDialog.
- LoadingPanel - Class in org.knime.core.node.workflow
-
- LoadingPanel() -
Constructor for class org.knime.core.node.workflow.LoadingPanel
- Displays "loading port content".
- loadInPortsBarUIInfo(UIInformation, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadInPortsBarUIInfo(UIInformation, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadInPortsBarUIInfoClassName(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadInPortsBarUIInfoClassName(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadInPortsSetting(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
-
- loadInPortsSetting(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadInPortsSetting(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadInPortsSettingsEnum(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
-
- loadInPortsSettingsEnum(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadInPortsSettingsEnum(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadInPortTemplate(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
-
- loadInPortTemplate(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadInPortTemplate(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadInternalHeldTables(Node, ExecutionMonitor, NodeSettingsRO, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>) -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- loadInternalHeldTables(Node, ExecutionMonitor, NodeSettingsRO, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>) -
Method in class org.knime.core.node.NodePersistorVersion200
-
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.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.csvwriter.CSVWriterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.io.database.DBConnectionNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.io.database.DBNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.io.database.DBReaderNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.io.database.DBWriterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.io.def.DefaultTableNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.io.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.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.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.LoopEndNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
- Load internals.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.knn.KnnNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.mds.MDSNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.pca.PCANodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.smote.SmoteNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.sota.SotaNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.binner.BinnerNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.domain.DomainNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.joiner.NewJoinerNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.pivot.PivotNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.rename.RenameNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.split.SplitNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.rules.RuleEngineNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.util.cache.CacheNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.pie.node.PieNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
- Loads the converted
DataArray
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.roc.ROCNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.table.TableNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(ReferencedFile) -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- Restore the internals from a directory.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.core.node.Node
-
- loadInternals(File, ExecutionMonitor) -
Method in class org.knime.core.node.NodeModel
- Load internals into the derived
NodeModel
.
- loadInternals(ReferencedFile) -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
- Restore the internals from a directory.
- loadInto(Node) -
Method in class org.knime.core.node.CopyNodePersistor
- Apply the settings to the new node.
- loadIsConfigured(NodeSettingsRO) -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- loadIsConfigured(NodeSettingsRO) -
Method in class org.knime.core.node.NodePersistorVersion200
-
- loadIsDeletable(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- loadIsDeletable(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
-
- loadIsExecuted(NodeSettingsRO) -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- loadIsExecuted(NodeSettingsRO) -
Method in class org.knime.core.node.NodePersistorVersion200
-
- loadIsMetaNode(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadIsMetaNode(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadJobManagerInternalsDirectory(ReferencedFile, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
- Load the directory name that is used to persist internals of the
associated job manager.
- loadJobManagerInternalsDirectory(ReferencedFile, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
- Load the directory name that is used to persist internals of the
associated job manager.
- loadMetaColSettings(NodeSettingsRO) -
Static method in class org.knime.base.node.preproc.missingval.ColSetting
- Helper that load meta settings from a config object, used in NodeModel.
- loadMetaColSettings(NodeSettingsRO, DataTableSpec) -
Static method in class org.knime.base.node.preproc.missingval.ColSetting
- Helper that loads meta settings from a config object, used in NodeDialog.
- loadModel(Config) -
Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
-
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) -
Method in interface org.knime.core.node.workflow.NodeContainerPersistor
-
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadNodeExecutionJobManager(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
- Load the execution manager responsible for this node.
- loadNodeExecutionJobManager(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
- Load the execution manager responsible for this node.
- loadNodeExecutionJobSettings(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
- Load the settings representing the pending execution of this node.
- loadNodeExecutionJobSettings(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
- Load the settings representing the pending execution of this node.
- loadNodeFactory(String) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- loadNodeFactoryClassName(NodeSettingsRO, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- loadNodeFactoryClassName(NodeSettingsRO, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
-
- loadNodeFile(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- loadNodeFile(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
-
- loadNodeFile(NodeSettingsRO, ReferencedFile) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadNodeIDSuffix(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadNodeInternalsFromPredParams(ModelContentRO) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Load internal node settings from a model content object.
- loadNodeInternalsFromPredParams(ModelContentRO) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
- Load internal node settings from a model content object.
- loadNodeInternalsFromPredParams(ModelContentRO) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Load internal node settings from a model content object.
- loadNodeInternDirectory(NodeSettingsRO, ReferencedFile) -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- loadNodeMessage(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- loadNodeMessage(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
-
- loadNodeSettings(NodeID, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Load Settings into specified node.
- loadNodeSplitInternalsFromPredParams(ModelContentRO) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Load internal SplitNode settings from a ModelContent object.
- loadNodeSplitInternalsFromPredParams(ModelContentRO) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
- Deprecated. Load internal SplitNode settings from a ModelContent object.
- loadNodeSplitInternalsFromPredParams(ModelContentRO) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
- Deprecated. Load internal SplitNode settings from a ModelContent object.
- loadNodeSplitInternalsFromPredParams(ModelContentRO) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
- Deprecated. Load internal SplitNode settings from a ModelContent object.
- loadNodeSplitInternalsFromPredParams(ModelContentRO) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
- Load internal SplitNode settings from a ModelContent object.
- loadOutPortsBarUIInfo(UIInformation, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadOutPortsBarUIInfo(UIInformation, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadOutPortsBarUIInfoClassName(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadOutPortsBarUIInfoClassName(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadOutPortsSetting(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
-
- loadOutPortsSetting(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadOutPortsSetting(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadOutPortsSettingsEnum(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
-
- loadOutPortsSettingsEnum(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadOutPortsSettingsEnum(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadOutPortTemplate(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
-
- loadOutPortTemplate(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadOutPortTemplate(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadPieInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
- Loads the implementation internals.
- loadPieInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
- Loads the implementation internals.
- loadPieInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.pie.node.PieNodeModel
- Loads the implementation internals.
- loadPort(Node, ReferencedFile, NodeSettingsRO, ExecutionMonitor, int, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>) -
Method in class org.knime.core.node.NodePersistorVersion200
-
- loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSerializer
- Load a portObject from an input stream.
- loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) -
Method in class org.knime.core.node.port.PortObject.PortObjectSerializer
- Load a portObject from an input stream.
- loadPortObjectSpec(PortObjectSpecZipInputStream) -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecSerializer
- Load a specification from an input stream.
- loadPortObjectSpec(PortObjectSpecZipInputStream) -
Method in class org.knime.core.node.port.PortObjectSpec.PortObjectSpecSerializer
- Load a specification from an input stream.
- loadPorts(Node, ExecutionMonitor, NodeSettingsRO, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>) -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- loadPorts(Node, ExecutionMonitor, NodeSettingsRO, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>) -
Method in class org.knime.core.node.NodePersistorVersion200
-
- loadPredictorParams(ModelContentRO) -
Static method in class org.knime.base.data.neural.MultiLayerPerceptron
-
- loadProject(File, ExecutionMonitor) -
Static method in class org.knime.core.node.workflow.WorkflowManager
-
- 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.condition.LoopEndConditionSettings
- Loads the settings from the node settings object.
- loadSettings(NodeSettingsRO) -
Method in class org.knime.base.node.meta.looper.LoopEndNodeSettings
- Loads the settings from the node settings object.
- loadSettings(NodeSettingsRO) -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
- Loads the settings from the node settings object.
- loadSettings(NodeSettingsRO) -
Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
- Loads the settings from the given node settings object.
- loadSettings(NodeSettingsRO) -
Method in class org.knime.base.node.mine.knn.KnnSettings
- Loads the settings from the given node settings object.
- loadSettings(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.joiner.NewJoinerSettings
- Loads the settings from the node settings object.
- loadSettings(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.missingval.ColSetting
- Loads settings from a NodeSettings object, used in
NodeModel
.
- loadSettings(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
- Loads the settings from the node settings object.
- loadSettings(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
- Loads the settings from the node settings object.
- loadSettings(NodeSettingsRO) -
Method in class org.knime.base.node.rules.RuleEngineSettings
- Loads the settings from the settings object.
- loadSettings(NodeSettingsRO) -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
- Load settings from given NodeSettings.
- loadSettings(NodeSettingsRO) -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
- Loads the settings from the given node settings object.
- loadSettings(NodeSettingsRO, String) -
Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
- Reads the color settings for the given column.
- loadSettings(NodeSettingsRO, String) -
Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
- Reads color settings.
- loadSettings(NodeSettingsRO) -
Method in class org.knime.base.node.viz.roc.ROCSettings
- Loads the settings from the given node settings object.
- loadSettings(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- loadSettings(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeExecutionJobManagerPanel
- Load the values from the specified settings object into the components.
- loadSettings(NodeContainer.NodeContainerSettings, PortObjectSpec[]) -
Method in class org.knime.core.node.workflow.NodeExecutorJobManagerDialogTab
- Takes over the settings from the argument and displays them in the panel.
- loadSettings(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
-
- loadSettings(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- loadSettingsForConnections(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
-
- loadSettingsForConnections(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadSettingsForDialog(NodeSettingsRO) -
Method in class org.knime.base.node.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.condition.LoopEndConditionSettings
- Loads the settings from the node settings object.
- loadSettingsForDialog(NodeSettingsRO) -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
- Loads the settings from the node settings object.
- loadSettingsForDialog(NodeSettingsRO) -
Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
- Loads the settings from the given node settings object.
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
- Read the value(s) of this settings model from configuration object.
- loadSettingsForDialog(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.joiner.NewJoinerSettings
- Loads the settings from the node settings object using default values if
some settings are missing.
- loadSettingsForDialog(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
- Loads the settings from the node settings object.
- loadSettingsForDialog(NodeSettingsRO) -
Method in class org.knime.base.node.rules.RuleEngineSettings
- Loads the settings from the settings object for use in the dialog, i.e.
- loadSettingsForDialog(NodeSettingsRO) -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
- Loads the settings from the given node settings object.
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
- Read the value(s) of this settings model from configuration object.
- loadSettingsForDialog(NodeSettingsRO) -
Method in class org.knime.base.node.viz.roc.ROCSettings
- Loads the settings from the given node settings object.
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
- Read the value(s) of this settings model from configuration object.
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModel
- Read the value(s) of this settings model from configuration object.
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
- Read the value(s) of this settings model from configuration object.
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
- Read the value(s) of this settings model from configuration object.
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
- Read the value(s) of this settings model from configuration object.
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
- Read the value(s) of this settings model from configuration object.
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
- Read the value(s) of this settings model from configuration object.
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
- Read the value(s) of this settings model from configuration object.
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
- Read the value(s) of this settings model from configuration object.
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
- Read the value(s) of this settings model from configuration object.
- loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
- Read the value(s) of this settings model from configuration object.
- loadSettingsForModel(NodeSettingsRO) -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
- Read value(s) of this settings model from the configuration object.
- loadSettingsForModel(NodeSettingsRO) -
Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
- Read value(s) of this settings model from the configuration object.
- loadSettingsForModel(NodeSettingsRO) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
- Read value(s) of this settings model from the configuration object.
- loadSettingsForModel(NodeSettingsRO) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModel
- Read value(s) of this settings model from the configuration object.
- loadSettingsForModel(NodeSettingsRO) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
- Read value(s) of this settings model from the configuration object.
- loadSettingsForModel(NodeSettingsRO) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
- Read value(s) of this settings model from the configuration object.
- loadSettingsForModel(NodeSettingsRO) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
- Read value(s) of this settings model from the configuration object.
- loadSettingsForModel(NodeSettingsRO) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
- Read value(s) of this settings model from the configuration object.
- loadSettingsForModel(NodeSettingsRO) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
- Read value(s) of this settings model from the configuration object.
- loadSettingsForModel(NodeSettingsRO) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
- Read value(s) of this settings model from the configuration object.
- loadSettingsForModel(NodeSettingsRO) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
- Read value(s) of this settings model from the configuration object.
- loadSettingsForModel(NodeSettingsRO) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
- Read value(s) of this settings model from the configuration object.
- loadSettingsForModel(NodeSettingsRO) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
- Read value(s) of this settings model from the configuration object.
- loadSettingsForNodes(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.collection.list.split.CollectionSplitNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendToTableNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
- Loads settings.
- loadSettingsFrom(NodeSettingsRO, Map<String, FlowVariable>) -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
- Load settings.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
- Loads settings.
- loadSettingsFrom(NodeSettingsRO, Map<String, FlowVariable>) -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
- Load settings.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.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.csvwriter.CSVWriterNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
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.DBDialogPane
- Load settings.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.base.node.io.database.DBReaderDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.io.database.DBSQLTypesPanel
- Reads settings and inits the panel with column name to SQL-type
mapping read from spec and settings object.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.io.database.DBWriterDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, 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, 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.LoopEndNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.meta.looper.LoopStartCountNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.meta.looper.LoopStartCountSettings
- Loads the settings from the node settings object.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.meta.xvalidation.XValidateDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
- Loads the settings from the node settings object.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPanel
- Loads given settings.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeDialog
- Loads the settings from the model, Number of Clusters and
maximum number of Iterations.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.mine.knn.KnnNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
- Loads the settings from the node settings object.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
- Fills the two combo boxes with all column names retrieved from the input
table spec.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.mine.smote.SmoteNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.mine.sota.SotaHierarchicalFuzzySettings
- Method loadSettingsFrom.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.mine.sota.SotaNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.mine.sota.SotaSettingsPanel
- Method loadSettingsFrom.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeDialog
- 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, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane
-
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.domain.DomainNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeDialog
- Calls the update method of the underlying filter panel using the input
data table spec from this
FilterColumnNodeModel
.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
- Load your internal settings from the configuration object.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
- Load your internal settings from the configuration object.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated. A comparator MUST be set if a range is specified in the config object!!
Load your internal settings from the configuration object.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
- Load your internal settings from the configuration object.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
- Load your internal settings from the configuration object.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
- Load your internal settings from the configuration object.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
- Load your internal settings from the configuration object.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
- Load your internal settings from the configuration object.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
- Load your internal settings from the configuration object.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
- Load your internal settings from the configuration object.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
- Load your internal settings from the configuration object.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
- Load your internal settings from the configuration object.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
- Load your internal settings from the configuration object.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
-
- 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.NewJoinerNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.base.node.preproc.normalize.NormalizerNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.partition.PartitionNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
- Loads settings from a settings object.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.rename.RenameNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
-
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
- Load your internal settings from the configuration object.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.sample.RandomFractionRowFilter
- Throws exception, not supported.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.sample.RandomNumberRowFilter
- Throws exception, not supported.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.sample.SamplingNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec) -
Method in class org.knime.base.node.preproc.sample.SamplingNodeDialogPanel
- Method that is called from the dialog to load settings.
- loadSettingsFrom(NodeSettingsRO, boolean) -
Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
- Loads the setting from the given object.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
- Load your internal settings from the configuration object.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.sorter.SorterNodeDialog
- Calls the update method of the underlying update method of the
SorterNodeDialogPanel
using the input data table spec from this
SorterNodeModel
.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.split.SplitNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.rules.RuleEngineNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.util.sampledata.SampleDataNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.viz.property.color.ColorManager2NodeDialogPane
- Updates this dialog by refreshing all components in the color tab.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeDialogPane
- Updates this dialog by refreshing all components in the shape settings
tab.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.base.node.viz.roc.ROCNodeDialog
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
- Load settings for all registered components.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent
- Read value(s) of this dialog component from the configuration object.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModel
- Read value(s) of this component model from configuration object.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.EmptyNodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.core.node.Node
- Loads the settings (but not the data) from the given settings object.
- loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) -
Method in class org.knime.core.node.NodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.core.node.NodeDialogPane
- Invoked before the dialog window is opened.
- loadSettingsFrom(InputStream) -
Method in class org.knime.core.node.NodeDialogPane
- Loads settings from an input stream (in xml format).
- loadSettingsFrom(NodeSettingsRO) -
Method in class org.knime.core.node.NodeModel
- Validates the specified settings in the model and then loads them into
it.
- loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) -
Method in class org.knime.core.node.util.FileSelectionPanel
- Method loadSettingsFrom.
- loadSettingsFromFilter(RowFilter) -
Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
- Adjusts the settings/values of its components to reflect the
settings/properties of the filter passed in.
- loadSettingsFromFilter(RowFilter) -
Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
- Adjusts the settings/values of its components to reflect the
settings/properties of the filter passed in.
- loadSettingsFromFilter(RowFilter) -
Method in class org.knime.base.node.preproc.filter.row.RowIDRowFilterPanel
- Adjusts the settings/values of its components to reflect the
settings/properties of the filter passed in.
- loadSettingsFromFilter(RowFilter) -
Method in class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
- Adjusts the settings/values of its components to reflect the
settings/properties of the filter passed in.
- loadSettingsInDialog(NodeSettingsRO, DataTableSpec) -
Method in class org.knime.base.collection.list.split.CollectionSplitSettings
- Load settings, used in dialog.
- loadSettingsInDialog(NodeSettingsRO, DataTableSpec) -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
- Load model for dialog.
- 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.preproc.regexsplit.RegexSplitSettings
- Load method for NodeModel.
- loadSNCSettings(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Loads the SingleNodeContainer settings from the argument.
- loadSNCSettings(NodeSettingsRO, NodePersistorVersion1xx) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- loadSNCSettings(NodeSettingsRO, NodePersistorVersion1xx) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
-
- loadSpec(ReferencedFile) -
Static method in class org.knime.core.node.BufferedDataTable
- Utility method used in the node's load method.
- loadState(NodeSettingsRO, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
- Load the state of the node.
- loadState(NodeSettingsRO, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
- Load the state of the node.
- loadUIInfoClassName(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadUIInfoClassName(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadUIInfoInstance(String) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
- Creates the
UIInformaion
from given settings, describing
whatever additional information was stored (graphical layout?).
- loadUIInfoSettings(UIInformation, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadUIInfoSettings(UIInformation, NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadValidatedConnection(ConfigRO) -
Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
- Load validated settings.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.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.csvwriter.CSVWriterNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.io.database.DBColumnFilterNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.io.database.DBConnectionNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.io.database.DBNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.io.database.DBQueryNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.io.database.DBReaderNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.io.database.DBRowFilterNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.io.database.DBWriterNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.io.def.DefaultTableNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
- Reads in all user settings of the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
- Reads in all user settings of the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.io.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.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.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.LoopEndNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Loads the number of clusters and the maximum number of iterations from
the settings.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Method is called when the
NodeModel
has to set its
configuration using the given one.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Loads the class column and the classification value in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.knn.KnnNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.mds.MDSNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.pca.PCANodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.smote.SmoteNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.sota.SotaNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.binner.BinnerNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
-
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
- Loads the class column and the classification value in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.domain.DomainNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
- Reads the filtered columns.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.joiner.NewJoinerNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.pivot.PivotNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.rename.RenameNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
- Load the settings (includelist and sort order) in the SorterNodeModel.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.split.SplitNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.rules.RuleEngineNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.util.cache.CacheNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.pie.node.PieNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
- Loads the maximum number of rows.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
- Load color settings.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.roc.ROCNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.base.node.viz.table.TableNodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.core.node.NodeModel
- Sets new settings from the passed object in the model.
- loadValidatedSettingsFrom(NodeSettingsRO) -
Method in class org.knime.core.node.NoSettingsNodeModel
- Sets new settings from the passed object in the model.
- 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.
- loadVersion(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadWarningMessage(NodeSettingsRO) -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- loadWarningMessage(NodeSettingsRO) -
Method in class org.knime.core.node.NodePersistorVersion200
-
- loadWorkflowName(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
-
- loadWorkflowName(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- loadWorkflowName(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- loadWorkflowVariables(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
- Load workflow variables (not available in 1.3.x flows).
- loadWorkflowVariables(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
- Load workflow variables (not available in 1.3.x flows).
- 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
-
- lock() -
Method in class org.knime.core.internal.ReferencedFile
- Locks this file location.
- lock() -
Method in class org.knime.core.util.FileLocker
- Tries to auquire the lock on the given
File
.
- LOG_FILE -
Static variable in class org.knime.core.node.NodeLogger
- The default log file name, knime.log.
- LogarithmicMappingMethod - Class in org.knime.base.util.coordinate
- A logarithmic mapping method.
- LogarithmicMappingMethod() -
Constructor for class org.knime.base.util.coordinate.LogarithmicMappingMethod
- Creates a logarithmic mapping method.
- LogarithmicMappingMethod(double) -
Constructor for class org.knime.base.util.coordinate.LogarithmicMappingMethod
- Creates a logarithmic mapping method with the given base.
- LogfileAppender - Class in org.knime.core.util
- This is a special appender for KNIME that writes into the
knime.log
file, which is typically located in the current
workspace. - LogfileAppender() -
Constructor for class org.knime.core.util.LogfileAppender
- Creates a new LogfileAppender.
- LOGGER -
Variable in class org.knime.base.node.io.database.DBNodeModel
- The logger instance used for this and all derived classes.
- 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.
- LoggingErrorHandler - Class in org.knime.base.node.io.pmml.read
- Error handler that throws an exception if an error occurs.
- LoggingErrorHandler() -
Constructor for class org.knime.base.node.io.pmml.read.LoggingErrorHandler
-
- LongCell - Class in org.knime.core.data.def
-
- LongCell(long) -
Constructor for class org.knime.core.data.def.LongCell
- Creates new cell for a generic long value.
- LongUTFDataInputStream - Class in org.knime.core.data.container
- Input Stream that's used to read from stream written by
LongUTFDataOuputStream
. - LongUTFDataInputStream(DataInputStream) -
Constructor for class org.knime.core.data.container.LongUTFDataInputStream
- Constructor that wraps a given input stream.
- LongUTFDataOutputStream - Class in org.knime.core.data.container
- Wrapper class of a DataOutputStream that also allows to write UTF strings
longer than 65535.
- LongUTFDataOutputStream(DataOutputStream) -
Constructor for class org.knime.core.data.container.LongUTFDataOutputStream
- Wraps the DataOutputStream argument and delegates all method calls
(except the writeUTF method) to it.
- LongValue - Interface in org.knime.core.data
- Interface supporting generic long values.
- longValue() -
Method in class org.knime.core.util.MutableDouble
-
- longValue() -
Method in class org.knime.core.util.MutableInteger
-
- LongValue.LongUtilityFactory - Class in org.knime.core.data
- Implementations of the meta information of this value class.
- LongValue.LongUtilityFactory() -
Constructor for class org.knime.core.data.LongValue.LongUtilityFactory
- Only subclasses are allowed to instantiate this class.
- LongValueComparator - Class in org.knime.core.data
- Comparator returned by the
LongValue
interface. - LongValueComparator() -
Constructor for class org.knime.core.data.LongValueComparator
-
- LongValueRenderer - Class in org.knime.core.data.renderer
- Renderer for long values that simply prints the value.
- 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.
- LoopEndNode - Interface in org.knime.core.node.workflow
-
- LoopEndNodeDialog - Class in org.knime.base.node.meta.looper
- This is the dialog for the loop end node.
- LoopEndNodeDialog() -
Constructor for class org.knime.base.node.meta.looper.LoopEndNodeDialog
- Creates a new dialog.
- LoopEndNodeFactory - Class in org.knime.base.node.meta.looper
- This factory create all necessary classes for the for-loop head node.
- LoopEndNodeFactory() -
Constructor for class org.knime.base.node.meta.looper.LoopEndNodeFactory
-
- LoopEndNodeModel - Class in org.knime.base.node.meta.looper
- This model is the tail node of a for loop.
- LoopEndNodeModel() -
Constructor for class org.knime.base.node.meta.looper.LoopEndNodeModel
- Creates a new model.
- LoopEndNodeSettings - Class in org.knime.base.node.meta.looper
- This class holds the settings for the generic loop end node.
- LoopEndNodeSettings() -
Constructor for class org.knime.base.node.meta.looper.LoopEndNodeSettings
-
- 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.
- LoopStartCountNodeDialog - Class in org.knime.base.node.meta.looper
- This class is the dialog for the looper node.
- LoopStartCountNodeDialog() -
Constructor for class org.knime.base.node.meta.looper.LoopStartCountNodeDialog
- Creates a new dialog for the looper node.
- LoopStartCountNodeFactory - Class in org.knime.base.node.meta.looper
- This factory create all necessary classes for the for-loop head node.
- LoopStartCountNodeFactory() -
Constructor for class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
-
- LoopStartCountNodeModel - Class in org.knime.base.node.meta.looper
- This model is the head node of a for loop.
- LoopStartCountNodeModel() -
Constructor for class org.knime.base.node.meta.looper.LoopStartCountNodeModel
- Creates a new model with one input and one output port.
- LoopStartCountSettings - Class in org.knime.base.node.meta.looper
- Settings for the looper node.
- LoopStartCountSettings() -
Constructor for class org.knime.base.node.meta.looper.LoopStartCountSettings
-
- LoopStartGenericNodeFactory - Class in org.knime.base.node.meta.looper.condition
- This factory creates all necessary classes for the condition loop head node.
- LoopStartGenericNodeFactory() -
Constructor for class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
-
- LoopStartGenericNodeModel - Class in org.knime.base.node.meta.looper.condition
- This class is the model for the condition loop head node.
- LoopStartGenericNodeModel() -
Constructor for class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
- Creates a new model.
- LoopStartIntervalNodeDialog - Class in org.knime.base.node.meta.looper
- This is the dialog for the interval looper node.
- LoopStartIntervalNodeDialog() -
Constructor for class org.knime.base.node.meta.looper.LoopStartIntervalNodeDialog
- Creates a new dialog for the looper node.
- LoopStartIntervalNodeFactory - Class in org.knime.base.node.meta.looper
- This is the factory for the interval loop node.
- LoopStartIntervalNodeFactory() -
Constructor for class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
-
- LoopStartIntervalNodeModel - Class in org.knime.base.node.meta.looper
- This is the model for the interval loop start node.
- LoopStartIntervalNodeModel() -
Constructor for class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
- Creates a new model with one input and one output port.
- LoopStartIntervalSettings - Class in org.knime.base.node.meta.looper
- This class holds the settings for the loop interval start node.
- LoopStartIntervalSettings() -
Constructor for class org.knime.base.node.meta.looper.LoopStartIntervalSettings
-
- LoopStartNode - Interface in org.knime.core.node.workflow
-
- LoopStartNodeTerminator - Interface in org.knime.core.node.workflow
- Interface for the start node of a loop which provides information
about the termination of the loop.
- LoopStartVariableNodeFactory - Class in org.knime.base.node.flowvariable.variableloophead
-
- LoopStartVariableNodeFactory() -
Constructor for class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
- Create factory, that instantiates nodes.
- LoopStartVariableNodeModel - Class in org.knime.base.node.flowvariable.variableloophead
- Start of loop: pushes variables in input datatable columns
onto stack, taking the values from one row per iteration.
- LoopStartVariableNodeModel() -
Constructor for class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeModel
- One input, one output.
- LOWER_QUARTILE -
Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- Constant for the lower quartile position in the statistics array.
- LOWER_WHISKER -
Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- Constant for the lower whisker position in the statistics array.
- LowVarFilterNodeDialogPane - Class in org.knime.base.node.preproc.lowvarfilter
- Dialog for low variance filter node.
- LowVarFilterNodeDialogPane() -
Constructor for class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeDialogPane
- Inits GUI.
- LowVarFilterNodeFactory - Class in org.knime.base.node.preproc.lowvarfilter
- Factory for low variance node.
- LowVarFilterNodeFactory() -
Constructor for class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeFactory
-
- LowVarFilterNodeModel - Class in org.knime.base.node.preproc.lowvarfilter
- NodeModel for low variance filter node.
- LowVarFilterNodeModel() -
Constructor for class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
- One input, one output.
- LR_ANCESTOR -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Default value of the ancestor learningrate.
- LR_ANCESTOR_MAX -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Maximal value of the ancestor learningrate.
- LR_ANCESTOR_MIN -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Minimal value of the ancestor learningrate.
- LR_SISTER -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Default value of the sister learningrate.
- LR_SISTER_MAX -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Maximal value of the ancestor learningrate.
- LR_SISTER_MIN -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Minimal value of the ancestor learningrate.
- LR_WINNER -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Default value of the Winner learningrate.
- LR_WINNER_MAX -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Maximal value of the Winner learningrate.
- LR_WINNER_MIN -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Minimal value of the Winner learningrate.
- lt(int, int, DataValueComparator) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new less than node, that compares the values in two columns.
- lt(int, Number) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new less than node, that compares the value in a column to a
fixed number.
- lt(int, String) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new less than node, that compares the value in a column to a
fixed string.
- LukaNorm - Class in org.knime.base.node.mine.bfn.fuzzy.norm
- LUKASIEWICZ norm.
M
- m_dimension -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- The dimension of the target space.
- m_distMan -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- The distance manager to use.
- m_epochs -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- The number of epochs to train.
- m_euclideanDistMan -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- The Euclidean distance manager used in the target space.
- m_exec -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- The execution context to show progress information an enable cancel.
- m_finalLearningRate -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- The final learning rate.
- m_fixedDataPoints -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- The input data table storing the fixed data points.
- m_fixedPoints -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- A hashtable holding row keys of fixed points and related points of
the target space.
- m_inData -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- The input data table.
- m_initialLearningrate -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- The initial learning rate.
- m_isInit -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- Flag, indicating if data points in target space have been initialized
(if
true
) or not (if false
).
- m_learningrate -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- The learning rate.
- m_minDistThreshold -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- Threshold of minimum distance.
- m_next -
Variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
- The next double element in this list.
- m_nodeMutex -
Variable in class org.knime.core.node.workflow.NodeContainer
- semaphore to make sure never try to work on inconsistent internal node
states.
- m_nodes -
Variable in class org.knime.core.node.workflow.Workflow
- mapping from NodeID to Nodes.
- m_points -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- A hashtable holding keys of input rows and related points of the target
space.
- m_previous -
Variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
- The previous double element in this list.
- m_projectOnly -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- Flag, indicating if data points have to be projected only according to
the fixed points (if
true
) or adjusted according to the
other (not fixed) points as well (if false
).
- m_splitQualityMeasure -
Variable in class org.knime.base.node.mine.decisiontree2.learner.Split
- The quality measure to be used for the best split point calculation.
- m_unmodifiablePoints -
Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- The set of unmodifyable data points.
- m_value -
Variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
- The double value of this list element.
- m_values -
Variable in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
-
- m_workers -
Variable in class org.knime.base.node.parallel.AbstractParallelNodeModel
- The execution service that is used.
- m_xSelector -
Variable in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
- The x column selection box.
- m_ySelector -
Variable in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
- The y column selection box.
- main(String[]) -
Static method in class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
- The main.
- main(String[]) -
Static method in class org.knime.base.node.mine.decisiontree2.learner.SplitNominalBinary
- Main.
- main(String[]) -
Static method in class org.knime.base.node.rules.Rule
- Zum Testen...
- main(String[]) -
Static method in class org.knime.core.node.config.ConfigEditJTree
- Public testing method that displays a simple tree with no flow
variable stack, though.
- main(String[]) -
Static method in class org.knime.core.node.port.database.DatabaseDriverLoaderTest
-
- main(String[]) -
Static method in class org.knime.core.node.tableview.TableViewFrame
- Main method for testing purposes.
- main(String[]) -
Static method in class org.knime.core.node.workflow.BatchExecutor
- Main method.
- mainExecute() -
Method in class org.knime.core.node.exec.LocalNodeExecutionJob
- Called when the main execution takes place.
- mainExecute() -
Method in class org.knime.core.node.workflow.NodeExecutionJob
- Called when the main execution takes place.
- mainRun(String[]) -
Static method in class org.knime.core.node.workflow.BatchExecutor
- Called from
BatchExecutor.main(String[])
method.
- MAJOR -
Static variable in class org.knime.core.node.KNIMEConstants
- KNIME's major release number.
- MAKE_AGGREGATION -
Static variable in class org.knime.base.node.preproc.pivot.PivotNodeDialogPane
- Defines the labels for the radio buttons, count occurrences and
enable aggregation.
- makegbc(int, int, int, int) -
Static method in class org.knime.core.node.interrupt.LayoutHelper
- Creates an instance of GridBagConstraints with the following implicit
properties: weightx and weighty = 1.
- makeRoomForKids(int) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
- Reserve space for specific number of kids.
- MANHATTAN_DIST -
Static variable in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
- Flag for korrelation distance.
- MANHATTAN_DIST -
Static variable in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
- Flag for korrelation distance.
- ManhattanDist - Class in org.knime.base.node.mine.cluster.hierarchical.distfunctions
- Calculates the distance for two data rows based on the manhatten distance.
- ManhattanDist() -
Constructor for class org.knime.base.node.mine.cluster.hierarchical.distfunctions.ManhattanDist
- Creates a Manhatten distance object from an Minkowski distance
which means the power is one.
- ManhattanDistanceManager - Class in org.knime.base.node.mine.mds.distances
-
- ManhattanDistanceManager(boolean) -
Constructor for class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
- Creates instance of
ManhattanDistanceManager
, which
computes Manhattan distances between DataRow
s and
SotaTreeCell
s.
- ManhattanDistanceManager() -
Constructor for class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
- Creates instance of
ManhattanDistanceManager
, which
computes the manhattan distances between rows and cells.
- ManhattanDistanceManager - Class in org.knime.base.node.mine.sota.distances
-
- ManhattanDistanceManager(boolean) -
Constructor for class org.knime.base.node.mine.sota.distances.ManhattanDistanceManager
- Creates instance of
ManhattanDistanceManager
, which
computes manhattan distances between DataRow
s and
SotaTreeCell
s.
- MANHATTEN_DISTANCE -
Static variable in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.ManhattanDist
- An instance of this distance function.
- Many2OneColNodeDialog - Class in org.knime.base.node.preproc.columnTrans
NodeDialog
for the "Many2One" Node.- Many2OneColNodeDialog() -
Constructor for class org.knime.base.node.preproc.columnTrans.Many2OneColNodeDialog
- Adds textfield for new column name,
column filter for columns to condense,
include method (max or min value in row, or 0,1, or regexp pattern),
textfield for regexp pattern (if selected),
boolean keep columns,
boolean allow multiple columns match in one row.
- Many2OneColNodeFactory - Class in org.knime.base.node.preproc.columnTrans
NodeFactory
for the "BayesianPredictor" Node.- Many2OneColNodeFactory() -
Constructor for class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
-
- Many2OneColNodeModel - Class in org.knime.base.node.preproc.columnTrans
-
- Many2OneColNodeModel() -
Constructor for class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- Constructor for class Many2OneColNodeModel.
- Many2OneColNodeModel.IncludeMethod - Enum in org.knime.base.node.preproc.columnTrans
- Possible methods to let a column match.
- MappingMethod - Interface in org.knime.base.util.coordinate
- Interface for a mapping method which is executed before calculating ticks and
mapping.
- mark(int) -
Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
-
- mark(int) -
Method in class org.knime.base.node.util.BufferedFileReader
-
- mark(int) -
Method in class org.knime.core.data.container.DCObjectInputStream
-
- mark(int) -
Method in class org.knime.core.data.container.LongUTFDataInputStream
-
- mark(int) -
Method in class org.knime.core.data.util.NonClosableInputStream
-
- mark() -
Method in class org.knime.core.node.tableview.FindPositionAll
- Set a mark (memorize last search hit location).
- mark() -
Method in class org.knime.core.node.tableview.FindPositionRowKey
- Set a mark (memorize last search hit location).
- markForExecution(boolean) -
Method in class org.knime.core.node.workflow.NodeContainer
- Enable (or disable) queuing of underlying node for execution.
- markForExecution(boolean) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Enable (or disable) queuing of underlying node for execution.
- markForExecution(boolean) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Enable (or disable) queuing of underlying node for execution.
- markSupported() -
Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
-
- markSupported() -
Method in class org.knime.base.node.util.BufferedFileReader
-
- markSupported() -
Method in class org.knime.core.data.container.DCObjectInputStream
-
- markSupported() -
Method in class org.knime.core.data.container.LongUTFDataInputStream
-
- markSupported() -
Method in class org.knime.core.data.util.NonClosableInputStream
-
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated. Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingValueRowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.sample.RandomFractionRowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.sample.RandomNumberRowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow, int) -
Method in class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
- Return
true
if the specified row matches the criteria set
in the filter.
- matches(DataRow) -
Method in class org.knime.base.node.rules.Rule
- Returns if this rules matches the given row.
- matches(boolean) -
Method in enum org.knime.core.node.tableview.TableContentModel.TableContentFilter
-
- MathUtils - Class in org.knime.base.util.math
- Implements basic mathematical functions.
- MATRIX_OUTPORT -
Static variable in class org.knime.base.node.mine.pca.PCANodeModel
- Index of covariance matrix output port.
- MAX -
Static variable in class org.knime.base.node.preproc.pivot.PivotAggregationMethod
- Method returns the maximum value over all values.
- MAX -
Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- Constant for the maximum position in the statistics array.
- max(DenseByteVector) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Returns a new vector with the maximum of the counts at each position.
- max(ByteVectorValue, ByteVectorValue) -
Static method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
- Creates a dense byte vector cell containing the result of the max
operation on the passed operands (that is each position holds the maximum
of the values of the operands).
- max(SparseByteVector) -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
- Returns a new vector with the maximum of the counts at each position.
- max(ByteVectorValue, ByteVectorValue) -
Static method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
- Creates a sparse byte vector cell containing the result of the max
operation on the passed operands (that is each position holds the maximum
of the values of the operands).
- MAX_CELLS_IN_MEMORY -
Static variable in class org.knime.core.data.container.DataContainer
- Number of cells that are cached without being written to the
temp file (see Buffer implementation); It defaults to the
value defined by
DataContainer.DEF_MAX_CELLS_IN_MEMORY
but can be changed
using the java property DataContainer.PROPERTY_CELLS_IN_MEMORY
.
- MAX_CHAR -
Static variable in class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated. The maximum ASCII code for the first character of patterns (like
delimiter, comment, and quote patterns.
- MAX_CHAR -
Static variable in class org.knime.core.util.tokenizer.Tokenizer
- The maximum ASCII code for the first character of patterns (like
delimiter, comment, and quote patterns.
- MAX_CHUNK_SIZE -
Static variable in class org.knime.core.util.DuplicateChecker
- The default chunk size.
- MAX_CLASS_COVERAGE -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
- NodeSettings key for max_class_coverage.
- MAX_COLOR -
Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
- The maximum column value for range color settings.
- MAX_EPOCHS -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
- Config key for maximum number of epochs.
- MAX_EPOCHS -
Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
- The maximum value of the epochs.
- MAX_FLAG -
Static variable in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
- Maximum flag max.
- MAX_LEARNINGRATE -
Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
- The maximum value of the learning rate.
- MAX_LOG_SIZE_DEFAULT -
Static variable in class org.knime.core.util.LogfileAppender
- Maximum size of log file before it is split (in bytes).
- MAX_NO_OF_SECTIONS -
Static variable in class org.knime.base.node.viz.pie.util.PieColumnFilter
- Maximum number of supported sections.
- MAX_NO_ROWS -
Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
- The maximum number of rows to use.
- MAX_NUM_PROCESSORS -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The default number of records stored for the view.
- MAX_OUTLINES_STORED -
Static variable in class org.knime.base.node.util.exttool.CommandExecution
- the maximum number of lines stored for stdout and stderr output of the
external tool.
- MAX_OUTPUTDIMS -
Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
- The maximum value of the output dimension.
- MAX_SEED -
Static variable in class org.knime.base.node.mine.mds.MDSManager
- The maximum random seed.
- MAX_SEED -
Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- The maximum random seed.
- MAX_SIZE_ENV_VARIABLE -
Static variable in class org.knime.core.util.LogfileAppender
- Name of the environment variable, which allows one to change the default
log file size.
- MAX_STREAMS -
Static variable in class org.knime.core.util.DuplicateChecker
- The default number of streams open during merging.
- MAXCOVERED -
Static variable in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
- XML tag name in configuration file for max num of covered pattern.
- MAXIMUM_EXPLODE_SIZE -
Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
- The maximum size of the explode margin in percent.
- MAXIMUM_PIE_SIZE -
Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
- The minimum size of the pie drawing space in percent.
- MaximumMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
- Maximum replacement.
- MaximumMissingValueReplacementFunction() -
Constructor for class org.knime.base.node.mine.bfn.MaximumMissingValueReplacementFunction
-
- MAXITER_KEY -
Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
- Key to store the number of maximum iterations.
- MAXITERATIONS_KEY -
Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Key to store the number of maximal iterations in the settings.
- MAXNRITERATIONS -
Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
- The maximum number of possible iterations.
- mdlPruning(DecisionTree) -
Static method in class org.knime.base.node.mine.decisiontree2.learner.Pruner
- Prunes a
DecisionTree
according to the minimum description lenght
(MDL) principle.
- MDSCellFactory - Class in org.knime.base.node.mine.mds
- A
CellFactory
adding the MDS values as cells to the corresponding
rows. - MDSCellFactory(Hashtable<RowKey, DataPoint>, int) -
Constructor for class org.knime.base.node.mine.mds.MDSCellFactory
- Creates a new instance of
MDSCellFactory
with given
Hashtable
containing the MDS points to add and the related
row keys.
- MDSConfigKeys - Class in org.knime.base.node.mine.mds
- Contains the configuration keys of the MDS settings.
- MDSConfigKeys() -
Constructor for class org.knime.base.node.mine.mds.MDSConfigKeys
-
- MDSManager - Class in org.knime.base.node.mine.mds
- The
MDSManager
handling the MDS algorithmic. - MDSManager(int, String, boolean, BufferedDataTable, ExecutionContext) -
Constructor for class org.knime.base.node.mine.mds.MDSManager
- Creates a new instance of
MDSManager
with the given
dimension, distance metric, fuzzy flag and in data to use.
- MDSNodeDialog - Class in org.knime.base.node.mine.mds
- The dialog of the MDS node.
- MDSNodeDialog() -
Constructor for class org.knime.base.node.mine.mds.MDSNodeDialog
- Creates a new instance of
MDSNodeDialog
.
- MDSNodeDialog.CheckBoxChangeListener - Class in org.knime.base.node.mine.mds
-
- MDSNodeDialog.CheckBoxChangeListener() -
Constructor for class org.knime.base.node.mine.mds.MDSNodeDialog.CheckBoxChangeListener
-
- MDSNodeFactory - Class in org.knime.base.node.mine.mds
- Creates the
MDSNodeModel
and the MDSNodeDialog
instances. - MDSNodeFactory() -
Constructor for class org.knime.base.node.mine.mds.MDSNodeFactory
-
- MDSNodeModel - Class in org.knime.base.node.mine.mds
-
- MDSNodeModel() -
Constructor for class org.knime.base.node.mine.mds.MDSNodeModel
- Creates a new instance of
MDSNodeModel
.
- MDSNodeModel.CheckBoxChangeListener - Class in org.knime.base.node.mine.mds
-
- MDSNodeModel.CheckBoxChangeListener() -
Constructor for class org.knime.base.node.mine.mds.MDSNodeModel.CheckBoxChangeListener
-
- MDSProjectionConfigKeys - Class in org.knime.base.node.mine.mds.mdsprojection
- Contains the additional configuration keys of the MDS projection settings.
- MDSProjectionConfigKeys() -
Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionConfigKeys
-
- MDSProjectionManager - Class in org.knime.base.node.mine.mds.mdsprojection
- The
MDSProjectionManager
handling the MDS algorithmic. - MDSProjectionManager(int, String, boolean, BufferedDataTable, BufferedDataTable, int[], ExecutionContext) -
Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- Creates a new instance of
MDSProjectionManager
with the
given dimension, distance metric, fuzzy flag, in data and fixed data to
use.
- MDSProjectionNodeDialog - Class in org.knime.base.node.mine.mds.mdsprojection
- The dialog of the MDS projection node.
- MDSProjectionNodeDialog() -
Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeDialog
- Creates a new instance of
MDSNodeDialog
.
- MDSProjectionNodeDialog.CheckBoxChangeListener - Class in org.knime.base.node.mine.mds.mdsprojection
-
- MDSProjectionNodeDialog.CheckBoxChangeListener() -
Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeDialog.CheckBoxChangeListener
-
- MDSProjectionNodeFactory - Class in org.knime.base.node.mine.mds.mdsprojection
- The node factory of the mds projection node.
- MDSProjectionNodeFactory() -
Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
-
- MDSProjectionNodeModel - Class in org.knime.base.node.mine.mds.mdsprojection
-
- MDSProjectionNodeModel() -
Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
- Creates a new instance of
MDSNodeModel
.
- MDSProjectionNodeModel.CheckBoxChangeListener - Class in org.knime.base.node.mine.mds.mdsprojection
-
- MDSProjectionNodeModel.CheckBoxChangeListener() -
Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel.CheckBoxChangeListener
-
- MEAN -
Static variable in class org.knime.base.node.preproc.pivot.PivotAggregationMethod
- Method computes the mean over all values.
- mean(double[][]) -
Static method in class org.knime.base.util.math.StatisticUtils
- Calculates the mean for each column of the given input matrix.
- MeanMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
- Mean replacement.
- MeanMissingValueReplacementFunction() -
Constructor for class org.knime.base.node.mine.bfn.MeanMissingValueReplacementFunction
-
- measureQuality(double, double[], double[][], double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGainRatio
- Calculates the gain ratio split index.
- measureQuality(double, double[], double[][], double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGini
- Calculates the gini split index.
- measureQuality(double, double[], double[][], double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityMeasure
- Calculates the quality for a given split.
- MEASURES_KEY -
Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Key to store whether cluster quality measures should be calculated.
- MEDIAN -
Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- Constant for the median position in the statistics array.
- MembershipFunction - Class in org.knime.base.node.mine.bfn.fuzzy.membership
- Trapezoid membership function with four values for support and core left and
right values whereby the support region can be defined infinity.
- MembershipFunction(ModelContentRO) -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
- Creates a new membership function based on the given model content.
- MembershipFunction(DoubleValue, MutableDouble, MutableDouble) -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
- Creates a new trapezoid membership function with its given anchor and two
values used to assign the min and max border.
- MEMORY_KEY -
Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Key to store whether the clustering should be performed in memory
in the PredParams.
- merge(DataColumnSpec) -
Method in class org.knime.core.data.DataColumnSpecCreator
- Merges the existing
DataColumnSpec
with a second
DataColumnSpec
.
- merge(NodeMessage, NodeMessage) -
Static method in class org.knime.core.node.workflow.NodeMessage
- Merges two messages.
- mergeDataTableSpecs(DataTableSpec...) -
Static method in class org.knime.core.data.DataTableSpec
- This method merges two or more
DataTableSpec
s.
- messageChanged(NodeMessageEvent) -
Method in interface org.knime.core.node.workflow.NodeMessageListener
- Called when the node message changes.
- METHOD_ALL -
Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
- Method: oversample all classes equally to a given rate.
- METHOD_APPEND_SUFFIX -
Static variable in class org.knime.base.data.join.JoinedTable
- Method on how to treat duplicate column names: append suffix.
- METHOD_FAIL -
Static variable in class org.knime.base.data.join.JoinedTable
- Method on how to treat duplicate column names: fail execution.
- METHOD_FILTER -
Static variable in class org.knime.base.data.join.JoinedTable
- Method on how to treat duplicate column names: filter.
- METHOD_FIX_VAL -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- Method: Replace by fixed value, available for Double, Int, String.
- METHOD_IGNORE_ROWS -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- Method: Remove row from data set, available for all types.
- METHOD_MAJORITY -
Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
- Method: oversample only minority classes.
- METHOD_MAX -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- Method: Replace by max in column, available for Double and Int.
- METHOD_MEAN -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- Method: Replace by mean, available for Double and Int (rounded).
- METHOD_MIN -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- Method: Replace by min in column, available for Double and Int.
- METHOD_MOST_FREQUENT -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- Method: Replace by most frequent value,
available for String.
- METHOD_NO_HANDLING -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- Method: Do nothing, leave untouched, available for all types.
- METHODS -
Static variable in class org.knime.base.node.preproc.pivot.PivotAggregationMethod
- Set of methods used to compute the aggregation value for one column.
- mimicRemoteExecuted(NodeContainerExecutionStatus) -
Method in class org.knime.core.node.workflow.NodeContainer
- Put this node into either the
NodeContainer.State.EXECUTED
or
NodeContainer.State.IDLE
state depending on the argument.
- mimicRemoteExecuted(NodeContainerExecutionStatus) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Put this node into either the
NodeContainer.State.EXECUTED
or
NodeContainer.State.IDLE
state depending on the argument.
- mimicRemoteExecuted(NodeContainerExecutionStatus) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Put this node into either the
NodeContainer.State.EXECUTED
or
NodeContainer.State.IDLE
state depending on the argument.
- mimicRemoteExecuting() -
Method in class org.knime.core.node.workflow.NodeContainer
- Marks this node as remotely executing.
- mimicRemoteExecuting() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Marks this node as remotely executing.
- mimicRemoteExecuting() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Marks this node as remotely executing.
- mimicRemotePostExecute() -
Method in class org.knime.core.node.workflow.NodeContainer
- Puts this node (and all its children) into the
NodeContainer.State.POSTEXECUTE
state.
- mimicRemotePostExecute() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Puts this node (and all its children) into the
NodeContainer.State.POSTEXECUTE
state.
- mimicRemotePostExecute() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Puts this node (and all its children) into the
NodeContainer.State.POSTEXECUTE
state.
- mimicRemotePreExecute() -
Method in class org.knime.core.node.workflow.NodeContainer
- Puts this node (and all its children) into the
NodeContainer.State.PREEXECUTE
state.
- mimicRemotePreExecute() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Puts this node (and all its children) into the
NodeContainer.State.PREEXECUTE
state.
- mimicRemotePreExecute() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Puts this node (and all its children) into the
NodeContainer.State.PREEXECUTE
state.
- MIN -
Static variable in class org.knime.base.node.preproc.pivot.PivotAggregationMethod
- Method returns the minimum over all values.
- MIN -
Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- Constant for the minimum position in the statistics array.
- min(DenseByteVector) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Returns a new vector with the minimum of the counts at each position.
- min(ByteVectorValue, ByteVectorValue) -
Static method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
- Creates a dense byte vector cell containing the result of the min
operation on the passed operands (that is each position holds the minimum
of the values of the operands).
- min(SparseByteVector) -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
- Returns a new vector with the minimum of the counts at each position.
- min(ByteVectorValue, ByteVectorValue) -
Static method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
- Creates a sparse byte vector cell containing the result of the min
operation on the passed operands (that is each position holds the minimum
of the values of the operands).
- MIN_BIN_WIDTH -
Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
- Defines the minimum width of a bin.
- MIN_COLOR -
Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
- The minimum column value for range color settings.
- MIN_EPOCHS -
Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
- The minimum value of the epochs.
- MIN_ERROR -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Default value of minimal error.
- MIN_ERROR_MAX -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Maximal value of minimal error.
- MIN_ERROR_MIN -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Minimal value of minimal error.
- MIN_FLAG -
Static variable in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
- Minimum flag min.
- MIN_LEARNINGRATE -
Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
- The minimum value of the learning rate.
- MIN_NO_ROWS -
Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
- The minimum number of rows to use.
- MIN_OUTPUTDIMS -
Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
- The minimum value of the output dimension.
- MIN_QUALPRESERVATION -
Static variable in class org.knime.base.node.mine.pca.PCAApplyNodeModel
- Config key, for the minimum fraction of information to be preserved by
the projection.
- MIN_RESOURCE -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Default value of minimal resource.
- MIN_RESOURCE_MAX -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Maximal value of minimal resource.
- MIN_RESOURCE_MIN -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Minimal value of minimal resource.
- MIN_SEED -
Static variable in class org.knime.base.node.mine.mds.MDSManager
- The minimum random seed.
- MIN_SEED -
Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- The minimum random seed.
- MIN_VARIABILITY -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Default value of minimal variability.
- MIN_VARIABILITY_MAX -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Maximal value of minimal variability.
- MIN_VARIABILITY_MIN -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Minimal value of minimal variability.
- minClusterMembers() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
- Returns the minimum number of molecules from the same cluster that have
to be found so that a cluster is declared to be found.
- minClusterMembers(int) -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
- Sets the minimum number of molecules from the same cluster that have to
be found so that a cluster is declared to be found.
- MINIMUM_ARC_ANGLE -
Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
- The default minimum arc angle of a pie section to draw.
- MINIMUM_BAR_HEIGHT -
Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
- The minimum height of a bar.
- MINIMUM_ELEMENT_WIDTH -
Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
- The minimum width of an bar/element.
- MINIMUM_EXPLODE_SIZE -
Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
- The minimum size of the explode margin in percent.
- MINIMUM_PIE_SIZE -
Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
- The minimum size of the pie drawing space in percent.
- MinimumMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
- Minimum replacement.
- MinimumMissingValueReplacementFunction() -
Constructor for class org.knime.base.node.mine.bfn.MinimumMissingValueReplacementFunction
-
- MINING_FIELD -
Static variable in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
- Constant for MiningField tag.
- MINING_SCHEMA -
Static variable in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
- Constant for the MiningSchema tag.
- MiningSchemaContentHandler - Class in org.knime.core.node.port.pmml
-
- MiningSchemaContentHandler() -
Constructor for class org.knime.core.node.port.pmml.MiningSchemaContentHandler
-
- MinkowskiDist - Class in org.knime.base.node.mine.cluster.hierarchical.distfunctions
- Calculates the distance for two data rows based on the Minkowski distance.
- MinkowskiDist(int) -
Constructor for class org.knime.base.node.mine.cluster.hierarchical.distfunctions.MinkowskiDist
- Creates a Minkowski distance object from an Minkowski distance.
- MINMAX_MODE -
Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- MINMAX mode.
- MinMaxCellFactory - Class in org.knime.base.node.preproc.columnTrans
-
- MinMaxCellFactory(DataTableSpec, String, int[], boolean) -
Constructor for class org.knime.base.node.preproc.columnTrans.MinMaxCellFactory
-
- MinMaxNorm - Class in org.knime.base.node.mine.bfn.fuzzy.norm
- Minimum/Maximum norm.
- MINOR -
Static variable in class org.knime.core.node.KNIMEConstants
- KNIME's minor release number.
- MiscSettingsTab - Class in org.knime.core.node
- Implements the tab for the memory policy of nodes with output ports.
- MiscSettingsTab() -
Constructor for class org.knime.core.node.MiscSettingsTab
- Inits GUI.
- MISSING -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
- NodeSettings key for the missing replacement value.
- missing(int) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new MISSING node.
- MISSING -
Static variable in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
- Constant for a missing value.
- MISSING_VAL_BAR_CAPTION -
Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
- The caption of the bar which holds all missing values.
- MISSING_VAL_SECTION_CAPTION -
Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
- The caption of the bar which holds all missing values.
- MISSING_VAL_SECTION_COLOR -
Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
- The caption of the bar which holds all missing values.
- MISSING_VALUE_REPLACEMENT -
Static variable in class org.knime.base.node.preproc.rowkey.RowKeyUtil
- This value is used instead of a missing value as new row key if the
replaceMissingVals variable is set to
true
.
- MissingCellRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
- A simple
RowFilter
implementation that filters rows containing missing cells. - MissingCellRowFilter() -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
-
- MISSINGS -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
- A list of possible missing value replacements.
- MissingValueHandlingNodeDialog - Class in org.knime.base.node.preproc.missingval
- Dialog to the missing value handling node.
- MissingValueHandlingNodeDialog() -
Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeDialog
- Constructs new dialog with an appropriate dialog title.
- MissingValueHandlingNodeFactory - Class in org.knime.base.node.preproc.missingval
- Factory to create all node classes for a node that handles missing values in
a table and replaces it by some meaningful values.
- MissingValueHandlingNodeFactory() -
Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeFactory
-
- MissingValueHandlingNodeModel - Class in org.knime.base.node.preproc.missingval
- NodeModel for missing value node.
- MissingValueHandlingNodeModel() -
Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeModel
- One input, one output.
- MissingValueHandlingTable - Class in org.knime.base.node.preproc.missingval
- DataTable that replaces missing values according to ColSetting objects.
- MissingValueHandlingTableIterator - Class in org.knime.base.node.preproc.missingval
- Iterator to MissingValueHandlingTable.
- MissingValueHandlingTableIterator(MissingValueHandlingTable, ExecutionMonitor) -
Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandlingTableIterator
- Creates new iterator from table
table
.
- MissingValueHandlingTableIterator(MissingValueHandlingTable) -
Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandlingTableIterator
- Creates new iterator from table
table
.
- MissingValueHandlingTableIterator.RuntimeCanceledExecutionException - Exception in org.knime.base.node.preproc.missingval
- Runtime exception that's thrown when the execution monitor's
checkCanceled
method throws an
CanceledExecutionException
. - MissingValuePanel - Class in org.knime.base.node.io.filereader
- Implements the tab panel for the missing value pattern in string columns
(in the advanced settings dialog).
- MissingValuePanel(FileReaderSettings) -
Constructor for class org.knime.base.node.io.filereader.MissingValuePanel
- Creates a panel to set the missing value pattern for string columns
and initializes it from the passed object.
- MissingValuePanel - Class in org.knime.base.node.preproc.missingval
- Panel on a ColSetting object.
- MissingValuePanel(DataColumnSpec) -
Constructor for class org.knime.base.node.preproc.missingval.MissingValuePanel
- Constructor for one individual column, invoked when Add in dialog was
pressed.
- MissingValuePanel(ColSetting, DataColumnSpec) -
Constructor for class org.knime.base.node.preproc.missingval.MissingValuePanel
- Constructor that uses settings from
setting
given a column
spec or null
if the ColSetting is a meta-config.
- MissingValueRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
- Filters rows with a missing value in a certain column.
NOTE: Before the filter instance is applied it must be configured to find the
column index to the specified column name. - MissingValueRowFilter(String, boolean) -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.MissingValueRowFilter
- Creates a row filter that includes or excludes (depending on the
corresponding argument) rows with a missing value in the specified
column.
- MissingValueRowFilter() -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.MissingValueRowFilter
- Don't use created filter without loading settings before.
- MLPPredictorNodeFactory - Class in org.knime.base.node.mine.neural.mlp
- The Factory for the NeuralNet PredictorNode.
- MLPPredictorNodeFactory() -
Constructor for class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
-
- MLPPredictorNodeModel - Class in org.knime.base.node.mine.neural.mlp
- The Neural Net Predictor takes as input a
DataTable
with the data that has to be classified
and the trained Neural Network. - MLPPredictorNodeModel() -
Constructor for class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
- The MLPPredictorNodeModel takes as input a model and the test data.
- MODE_KEY -
Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
- Key to store the mode of the MLP in the ModelContent.
- MODE_KEY -
Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- Key to store the mode.
- MODEL_CONTAINS_NO_CLASS_VALUES -
Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
- Invalid cause if the model contains no class values.
- MODEL_CONTAINS_NO_RECORDS -
Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
- Invalid cause if the model contains no records at all.
- MODEL_FILE_PREFIX -
Static variable in interface org.knime.core.node.NodePersistor
-
- MODEL_INFO -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
- Model info identifier.
- MODEL_INFO_FILE_NAME -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
- Model info file extension.
- MODEL_INPORT -
Static variable in class org.knime.base.node.mine.pca.PCAApplyNodeModel
- Index of model data port.
- MODEL_INPORT -
Static variable in class org.knime.base.node.mine.pca.PCAReverseNodeModel
- Index of model data port.
- MODEL_INPORT -
Static variable in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
- index of the port providing the model.
- MODEL_OUTPORT -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- Index of model out port.
- MODEL_OUTPORT -
Static variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
- index of the port providing the model.
- MODEL_TYPE -
Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
- The unique type of this model used for saving/loading.
- MODEL_TYPE -
Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
- The unique type of this model used for saving/loading.
- MODEL_TYPE -
Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
- The unique type of this model used for saving/loading.
- modelChanged() -
Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeView
- Called when the model changed.
- modelChanged() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeView
- Updates the view with the following values.
- modelChanged() -
Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
- Update content of view - in this case fill TreeModel of JTree with new
information or a message indicating nonexistend or erronous model.
- modelChanged() -
Method in class org.knime.base.node.mine.decisiontree2.learner.DecTreeNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.mine.neural.rprop.RPropNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegCoefficientView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineScatterPlotter
- This method must be called if the model has changed.
- modelChanged() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.mine.sota.SotaNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged(boolean) -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
- Creates the Tree structure for the JTree and paints it.
- modelChanged() -
Method in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel
- Changes the sliders maximum value.
- modelChanged() -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
- This method is called whenever the entire text has changed (like after a
reset, load, execute, etc.).
- modelChanged() -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeView
- Whenever the model changes an update for the plotter is triggered and new
HiLiteHandler are set.
- modelChanged() -
Method in class org.knime.base.node.viz.histogram.node.HistogramNodeView
- Whenever the model changes an update for the plotter is triggered and new
HiLiteHandler are set.
- modelChanged() -
Method in class org.knime.base.node.viz.liftchart.LiftChartNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.viz.pie.impl.PiePlotter
- Updates all views and objects which depend on the
PieVizModel
.
- modelChanged() -
Method in class org.knime.base.node.viz.pie.node.PieNodeView
- Whenever the model changes an update for the plotter is triggered and new
HiLiteHandler are set.
- modelChanged() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.viz.roc.ROCNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeView
- If the model changes, the new statistical information from the original
table is added to the upper statistics table.
- modelChanged() -
Method in class org.knime.base.node.viz.table.TableNodeView
- Called from the super class when a property of the node has been changed.
- modelChanged() -
Method in class org.knime.core.node.AbstractNodeView
- Method is invoked when the underlying
NodeModel
has
changed.
- modelChanged() -
Method in class org.knime.core.node.interrupt.InterruptibleNodeView
- Implement here all the view updating methods.
- ModelContent - Class in org.knime.core.node
- This ModelContent is used to store XML-like model settings.
- ModelContent(String) -
Constructor for class org.knime.core.node.ModelContent
- Creates new content object.
- ModelContentOutPortView - Class in org.knime.core.node.workflow
- A port view showing the port's
ModelContent
as
JTree
. - ModelContentOutPortView(ModelContentRO) -
Constructor for class org.knime.core.node.workflow.ModelContentOutPortView
- A view showing the data model stored in the specified ModelContent
output port.
- ModelContentRO - Interface in org.knime.core.node
- Read-only interface for
ModelContent
objects. - ModelContentWO - Interface in org.knime.core.node
- Write-only
ModelContentWO
interface. - mouseClicked(MouseEvent) -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
-
- mouseDragged(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
-
- mouseDragged(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
-
- mouseDragged(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
-
- mouseDragged(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter.TransformationMouseListener
-
- mouseDragged(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.PlotterMouseListener
-
- mouseDragged(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
-
- mouseDragged(MouseEvent) -
Method in class org.knime.core.node.tableview.RowHeaderHeightMouseListener
-
- mouseEntered(MouseEvent) -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
-
- mouseExited(MouseEvent) -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
-
- mouseMoved(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.PlotterMouseListener
-
- mouseMoved(MouseEvent) -
Method in class org.knime.core.node.tableview.RowHeaderHeightMouseListener
-
- mousePressed(MouseEvent) -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
-
- mousePressed(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
-
- mousePressed(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
-
- mousePressed(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
-
- mousePressed(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter.TransformationMouseListener
-
- mousePressed(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
-
- mousePressed(MouseEvent) -
Method in class org.knime.core.node.tableview.RowHeaderHeightMouseListener
-
- mouseReleased(MouseEvent) -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
-
- mouseReleased(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
-
- mouseReleased(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
-
- mouseReleased(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
-
- mouseReleased(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter.TransformationMouseListener
-
- mouseReleased(MouseEvent) -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
-
- mouseReleased(MouseEvent) -
Method in class org.knime.core.node.tableview.RowHeaderHeightMouseListener
-
- mouseWheelMoved(MouseWheelEvent) -
Method in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel.SotaTreeViewPanelController
-
- move(int, int) -
Method in class org.knime.core.data.container.ColumnRearranger
- Moves the column at index
from
to the index to
.
- move(String, int) -
Method in class org.knime.core.data.container.ColumnRearranger
- Moves the column named
colName
to the index
to
.
- moveLeadSelectionIndex(int) -
Method in class org.knime.core.util.NoSelectionListSelectionModel
-
- MultiColumnPlotterProperties - Class in org.knime.base.node.viz.plotter.columns
- This class adds to the default properties
(
AbstractPlotterProperties
) a column
filter and provides the possibility to update the columns displayed in this
column filter. - MultiColumnPlotterProperties() -
Constructor for class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
- Creates the default properties and a tab for mutli column selection.
- MultiColumnPlotterProperties(Class<? extends DataValue>...) -
Constructor for class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
- Creates the default properties and a tab for mutli column selection.
- MultiLayerPerceptron - Class in org.knime.base.data.neural
- Representation of a MultiLayer Perceptron, a neural net with one or more
hidden layers.
- MultiLayerPerceptron(Layer[]) -
Constructor for class org.knime.base.data.neural.MultiLayerPerceptron
- Constructs a net with the given layers.
- MultiLayerPerceptron(Architecture) -
Constructor for class org.knime.base.data.neural.MultiLayerPerceptron
- Constructs a net with a given architecture.
- MultiLayerPerceptron() -
Constructor for class org.knime.base.data.neural.MultiLayerPerceptron
- Constructor for an empty Neural Net.
- MultiLineBasicLabelUI - Class in org.knime.core.data.renderer
- Label UI that respects the linebreaks in the label to be rendered.
- MultiLineBasicLabelUI() -
Constructor for class org.knime.core.data.renderer.MultiLineBasicLabelUI
-
- MultiLineStringValueRenderer - Class in org.knime.core.data.renderer
- This class renders strings that consist of more than one line.
- MultiLineStringValueRenderer(String) -
Constructor for class org.knime.core.data.renderer.MultiLineStringValueRenderer
- Instantiates new renderer.
- MultiLineToolTipUI - Class in org.knime.base.node.mine.sota.view
-
- MultiLineToolTipUI() -
Constructor for class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
- Creates new instance of MultiLineToolTipUI.
- multiply(double[][], double[][]) -
Static method in class org.knime.base.util.math.MathUtils
- Multiplies two matrices.
- multiply(double[][], double[]) -
Static method in class org.knime.base.util.math.MathUtils
- Multiplies two matrices.
- multiplyLeftWithTranspose(double[][]) -
Static method in class org.knime.base.util.math.MathUtils
- Multiplies a matrix with its transposed matrix.
- mustComplainIfStateDoesNotMatch() -
Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
- Does this persistor complain if its persisted state
state
does not match the state after
loading (typically all non-executed nodes are configured after load).
- mustComplainIfStateDoesNotMatch() -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
- Does this persistor complain if its persisted state
state
does not match the state after
loading (typically all non-executed nodes are configured after load).
- mustComplainIfStateDoesNotMatch() -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
- Does this persistor complain if its persisted state
state
does not match the state after
loading (typically all non-executed nodes are configured after load).
- mustComplainIfStateDoesNotMatch() -
Method in interface org.knime.core.node.workflow.NodeContainerPersistor
- Does this persistor complain if its persisted state
state
does not match the state after
loading (typically all non-executed nodes are configured after load).
- mustComplainIfStateDoesNotMatch() -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
- Does this persistor complain if its persisted state
state
does not match the state after
loading (typically all non-executed nodes are configured after load).
- mustComplainIfStateDoesNotMatch() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
- Does this persistor complain if its persisted state
state
does not match the state after
loading (typically all non-executed nodes are configured after load).
- mustComplainIfStateDoesNotMatch() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
- Does this persistor complain if its persisted state
state
does not match the state after
loading (typically all non-executed nodes are configured after load).
- mustComplainIfStateDoesNotMatch() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
- Does this persistor complain if its persisted state
state
does not match the state after
loading (typically all non-executed nodes are configured after load).
- mustEntirelyMatch() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated.
- mustWarnOnDataLoadError() -
Method in class org.knime.core.node.CopyNodePersistor
-
- mustWarnOnDataLoadError() -
Method in interface org.knime.core.node.NodeContentPersistor
-
- mustWarnOnDataLoadError() -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- mustWarnOnDataLoadError() -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
- mustWarnOnDataLoadError() -
Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- mustWarnOnDataLoadError() -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
- mustWarnOnDataLoadError() -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
- mustWarnOnDataLoadError() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- mustWarnOnDataLoadError() -
Method in interface org.knime.core.node.workflow.WorkflowPersistor
-
- mustWarnOnDataLoadError() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- MutableBoolean - Class in org.knime.core.util
- A Boolean object whose value can be changed after construction.
- MutableBoolean(boolean) -
Constructor for class org.knime.core.util.MutableBoolean
- Constructor setting its initial value from the boolean value specified.
- MutableBoolean(String) -
Constructor for class org.knime.core.util.MutableBoolean
- Constructor deriving its initial value from the specified string.
- MutableDouble - Class in org.knime.core.util
- This class is essentially a double whose value can be changed.
- MutableDouble(double) -
Constructor for class org.knime.core.util.MutableDouble
- Creates a new mutable double.
- MutableInteger - Class in org.knime.core.util
- This class is essentially an integer whose value can be changed.
- MutableInteger(int) -
Constructor for class org.knime.core.util.MutableInteger
- Creates a new mutable integer.
- myRoundedBorders(double, double, int) -
Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
- Returns the rounded value which contains the given number of decimal
places after the last 0 in the given increment.
N
- NaiveBayesCellFactory - Class in org.knime.base.node.mine.bayes.naivebayes.predictor
- Naive Bayes
AppendCellFactory
class which uses the given
NaiveBayesModel
to predict the class membership of each row. - NaiveBayesCellFactory(NaiveBayesModel, DataTableSpec, boolean) -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
- Constructor for class NaiveBayesAlgorithm.
- NaiveBayesCellFactory(NaiveBayesModel, DataTableSpec, boolean, double) -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
- Constructor for class NaiveBayesAlgorithm.
- NaiveBayesLearnerNodeDialog - Class in org.knime.base.node.mine.bayes.naivebayes.learner
NodeDialog
for the "Naive Bayes Learner" node.- NaiveBayesLearnerNodeDialog() -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeDialog
- New pane for configuring BayesianClassifier node dialog.
- NaiveBayesLearnerNodeFactory - Class in org.knime.base.node.mine.bayes.naivebayes.learner
NodeFactory
for the "Naive Bayes Learner" node.- NaiveBayesLearnerNodeFactory() -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
-
- NaiveBayesLearnerNodeModel - Class in org.knime.base.node.mine.bayes.naivebayes.learner
- This is the
NodeModel
implementation of the
"Naive Bayes Learner" node. - NaiveBayesLearnerNodeModel() -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
-
- NaiveBayesLearnerNodeView - Class in org.knime.base.node.mine.bayes.naivebayes.learner
NodeView
for the "Naive Bayes Learner" Node.- NaiveBayesLearnerNodeView(NaiveBayesLearnerNodeModel) -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeView
- Creates a new view.
- NaiveBayesModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
- This class represents the learned Naive Bayes model.
- NaiveBayesModel(BufferedDataTable, String, ExecutionContext, int, boolean) -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
- Constructor which iterates through the
DataTable
to
calculate the needed Bayes variables.
- NaiveBayesModel(ConfigRO) -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
- Constructor for class NaiveBayesModel.
- NaiveBayesPortObject - Class in org.knime.base.node.mine.bayes.naivebayes.port
- The Naive Bayes specific port object implementation.
- NaiveBayesPortObject() -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
- Constructor for class NaiveBayesPortObject.
- NaiveBayesPortObject(DataTableSpec, NaiveBayesModel) -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
- Constructor for class NaiveBayesPortObject.
- NaiveBayesPortObjectSpec - Class in org.knime.base.node.mine.bayes.naivebayes.port
- The Naive Bayes specific port object specification implementation.
- NaiveBayesPortObjectSpec() -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
- Constructor for class NaiveBayesPortObjectSpec.
- NaiveBayesPortObjectSpec(DataTableSpec, DataColumnSpec) -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
- Constructor for class NaiveBayesPortObjectSpec.
- NaiveBayesPredictorNodeDialog - Class in org.knime.base.node.mine.bayes.naivebayes.predictor
NodeDialog
for the "Naive Bayes Predictor" Node.- NaiveBayesPredictorNodeDialog() -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeDialog
- New pane for configuring BayesianClassifier node dialog.
- NaiveBayesPredictorNodeFactory - Class in org.knime.base.node.mine.bayes.naivebayes.predictor
NodeFactory
for the "Naive Bayes Predictor" node.- NaiveBayesPredictorNodeFactory() -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
-
- NaiveBayesPredictorNodeModel - Class in org.knime.base.node.mine.bayes.naivebayes.predictor
- This is the
NodeModel
implementation of the
"Naive Bayes Predictor" node. - NaiveBayesPredictorNodeModel() -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
- Constructor for class NaiveBayesPredictorNodeModel.
- NAME -
Static variable in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
- The string representation of the predicate's XML-element.
- NAME -
Static variable in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
- The string representation of the predicate's XML-element.
- NAME -
Static variable in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
- The string representation of the predicate's XML-element.
- NAME -
Static variable in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
- The string representation of the predicate's XML-element.
- NAME -
Static variable in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
- The string representation of the predicate's XML-element.
- name -
Variable in class org.knime.core.node.Node.Input
-
- name -
Variable in class org.knime.core.node.Node.Output
-
- NearestNeighbour<T> - Class in org.knime.base.util.kdtree
- This class represents a nearest neighbour found during the search.
- NearestNeighbour(T, double) -
Constructor for class org.knime.base.util.kdtree.NearestNeighbour
- Creates a new nearest neighbour.
- needsReAnalyze() -
Method in class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
-
- needsResetAfterLoad() -
Method in class org.knime.core.node.CopyNodePersistor
-
- needsResetAfterLoad() -
Method in interface org.knime.core.node.NodeContentPersistor
-
- needsResetAfterLoad() -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- needsResetAfterLoad() -
Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
-
- needsResetAfterLoad() -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
- needsResetAfterLoad() -
Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
-
- needsResetAfterLoad() -
Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- needsResetAfterLoad() -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
- needsResetAfterLoad() -
Method in interface org.knime.core.node.workflow.NodeContainerPersistor
-
- needsResetAfterLoad() -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
- needsResetAfterLoad() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- needsResetAfterLoad() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- NegRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
- Negates the match results from the filter passed.
- NegRowFilter() -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
- Default constructor of the NegFilter.
- NegRowFilter(RowFilter) -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
- Creates a new row filter negating the match results of the input filter.
- NEW_COL_NAME -
Static variable in class org.knime.base.node.rules.RuleEngineNodeDialog
- Default name for the newly appended column.
- NEW_COL_NAME_4_ROWKEY_VALS -
Static variable in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
- The name of the settings tag which holds the name of new column which
contains the row keys as values the user has entered in the dialog as
String
.
- newColors() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
- newColumnName() -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
- Returns the name of the new column.
- newColumnName(String) -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
- Sets the name of the new column.
- NewEntropyNodeFactory - Class in org.knime.base.node.mine.scorer.entrop
-
- NewEntropyNodeFactory(boolean) -
Constructor for class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
-
- NewEntropyNodeFactory() -
Constructor for class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
- Instantiates class with enabled output.
- newInstance(String) -
Method in class org.knime.base.node.io.filereader.SmilesTypeHelper
- Creates a new SmilesCell using the given String as Smiles.
- newInstance() -
Static method in class org.knime.core.node.tableview.DataCellHeaderRenderer
- Factory method to create a new instance of this class.
- NewJoinerNodeDialog - Class in org.knime.base.node.preproc.joiner
- This is the dialog for the joiner node.
- NewJoinerNodeDialog() -
Constructor for class org.knime.base.node.preproc.joiner.NewJoinerNodeDialog
- Creates a new dialog for the joiner node.
- NewJoinerNodeFactory - Class in org.knime.base.node.preproc.joiner
- This factory create all necessary classes for the joiner node.
- NewJoinerNodeFactory() -
Constructor for class org.knime.base.node.preproc.joiner.NewJoinerNodeFactory
-
- NewJoinerNodeModel - Class in org.knime.base.node.preproc.joiner
- This is the model of the joiner node that does all the dirty work.
- NewJoinerNodeModel() -
Constructor for class org.knime.base.node.preproc.joiner.NewJoinerNodeModel
- Creates a new model for the Joiner node.
- NewJoinerSettings - Class in org.knime.base.node.preproc.joiner
- This class hold the settings for the joiner node.
- NewJoinerSettings() -
Constructor for class org.knime.base.node.preproc.joiner.NewJoinerSettings
-
- NewJoinerSettings.DuplicateHandling - Enum in org.knime.base.node.preproc.joiner
- This enum holds all ways of handling duplicate column names in the two
input tables.
- NewJoinerSettings.JoinMode - Enum in org.knime.base.node.preproc.joiner
- This enum holds all ways of joining the two tables.
- NEWMAX_KEY -
Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- Key to store the new maximum value (in min/max mode).
- NEWMIN_KEY -
Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- Key to store the new minimum value (in min/max mode).
- next() -
Method in class org.knime.base.data.append.column.AppendedColumnRowIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.base.data.append.row.AppendedRowsIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.base.data.filter.column.CloseableFilterColumnRowIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.base.data.filter.column.FilterColumnRowIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.base.data.filter.row.FilterRowIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.base.data.join.InMemoryIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.base.data.join.JoinedTableRowIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.base.data.normalize.AffineTransRowIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.base.data.replace.ReplacedColumnsRowIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.base.node.io.arffreader.ARFFRowIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.base.node.io.filereader.FileReaderPreviewRowIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.base.node.io.filereader.FileRowIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRowIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.base.node.preproc.filter.row.RowFilterIterator
- This implementation may throw an RuntimeCanceledExecutionException
if this class has been initialized with a non-null execution monitor.
- next() -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingTableIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
-
- next() -
Method in class org.knime.core.data.container.Buffer.FromFileIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
- Returns the next
DataRow
.
- next() -
Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20
- Returns the next
DataRow
.
- next() -
Method in class org.knime.core.data.container.JoinTableIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.core.data.def.DefaultCellIterator
-
- next() -
Method in class org.knime.core.data.def.DefaultRowIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.core.data.RowIterator
- Returns the next
DataRow
.
- next() -
Method in class org.knime.core.data.util.SynchronizedIterator
-
- NEXT -
Static variable in class org.knime.core.node.interrupt.InterruptControlPanel
- The identifier for the event to execute exactly one iteration.
- next(int) -
Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
- Causes the execution of the next (n) iteration(s).
- next() -
Method in class org.knime.core.node.tableview.FindPositionAll
- Pushes the search position to its next location.
- next() -
Method in class org.knime.core.node.tableview.FindPositionRowKey
- Pushes the search position to its next location.
- nextBasisFunction() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionIterator
- Returns the next row in the iteration.
- nextClearBit(long) -
Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
- Finds the next bit not set (that is '0') on or after the specified index.
- nextClearBit(long) -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Finds the next bit not set (that is '0') on or after the specified index.
- nextClearBit(long) -
Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
- Finds the next bit not set (that is '0') on or after the specified index.
- nextClearBit(long) -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
- Finds the next bit not set (that is '0') on or after the specified index.
- nextClearBit(long) -
Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
- Finds the next bit not set (that is '0') on or after the specified index.
- nextCountIndex(long) -
Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
- Finds the next count not equal to zero on or after the specified index.
- nextCountIndex(int) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Returns the index equal to or larger than the specified index that
contains a count larger than zero.
- nextCountIndex(long) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
- Finds the next count not equal to zero on or after the specified index.
- nextCountIndex(long) -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
- Finds the next count not equal to zero on or after the specified index.
- nextCountIndex(long) -
Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
- Finds the next count not equal to zero on or after the specified index.
- nextSetBit(long) -
Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
- Finds the next bit set to one on or after the specified index.
- nextSetBit(long) -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Finds the next bit set to one on or after the specified index.
- nextSetBit(long) -
Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
- Finds the next bit set to one on or after the specified index.
- nextSetBit(long) -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
- Finds the next bit set to one on or after the specified index.
- nextSetBit(long) -
Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
- Finds the next bit set to one on or after the specified index.
- nextToken() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated. Reads the next token from the stream and returns it as string.
- nextToken() -
Method in class org.knime.core.util.tokenizer.Tokenizer
- Reads the next token from the stream and returns it as string.
- nextWithBlobSupport() -
Method in interface org.knime.core.data.collection.BlobSupportDataCellIterator
- Get the next DataCell, not unwrapping the blob when it is a
BlobWrapperDataCell
.
- nextWithBlobSupport() -
Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
- Get the next DataCell, not unwrapping the blob when it is a
BlobWrapperDataCell
.
- nextWithIndex() -
Method in class org.knime.core.data.util.SynchronizedIterator
- Get the next element along with its index in the iteration (starting
with 0 for the first element) or
null
if no more elements
are available.
- nextZeroIndex(long) -
Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
- Finds the next index whose value is zero on or after the specified index.
- nextZeroIndex(int) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Returns the index equal to or larger than the specified index that
contains a zero count.
- nextZeroIndex(long) -
Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
- Finds the next index whose value is zero on or after the specified index.
- nextZeroIndex(long) -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
- Finds the next index whose value is zero on or after the specified index.
- nextZeroIndex(long) -
Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
- Finds the next index whose value is zero on or after the specified index.
- NO_ELEMENT_SELECTED_TEXT -
Static variable in class org.knime.base.node.viz.aggregation.util.GUIUtils
- This message is displayed in the details tab if no element is selected.
- Node - Interface in org.knime.base.util.kdtree
- Empty interface for nodes in the k-d tree.
- Node - Class in org.knime.core.node
- Implementation of a node as basic processing unit within the workflow.
- Node(NodeFactory<NodeModel>) -
Constructor for class org.knime.core.node.Node
- Creates a new node by retrieving the model, dialog, and views, from the
specified
NodeFactory
.
- Node.Input - Class in org.knime.core.node
- Keeps information about incoming connectors (type and name).
- Node.Input() -
Constructor for class org.knime.core.node.Node.Input
-
- Node.LoopRole - Enum in org.knime.core.node
-
- Node.Output - Class in org.knime.core.node
- Keeps outgoing information (specs, objects, HiLiteHandlers...).
- Node.Output() -
Constructor for class org.knime.core.node.Node.Output
-
- Node.SettingsLoaderAndWriter - Class in org.knime.core.node
-
- Node.SettingsLoaderAndWriter() -
Constructor for class org.knime.core.node.Node.SettingsLoaderAndWriter
-
- NodeContainer - Class in org.knime.core.node.workflow
- Abstract super class for containers holding node or just structural
information of a meta node.
- NodeContainer(WorkflowManager, NodeID) -
Constructor for class org.knime.core.node.workflow.NodeContainer
- Create new NodeContainer with IDLE state.
- NodeContainer(WorkflowManager, NodeID, NodeContainerMetaPersistor) -
Constructor for class org.knime.core.node.workflow.NodeContainer
-
- NodeContainer.NodeContainerSettings - Class in org.knime.core.node.workflow
- Helper class that defines load/save routines for general NodeContainer
properties.
- NodeContainer.NodeContainerSettings() -
Constructor for class org.knime.core.node.workflow.NodeContainer.NodeContainerSettings
-
- NodeContainer.NodeContainerSettings.SplitType - Enum in org.knime.core.node.workflow
-
- NodeContainer.State - Enum in org.knime.core.node.workflow
- possible status values of a NodeContainer.
- NodeContainerExecutionResult - Class in org.knime.core.node.workflow.execresult
- Remote execution result.
- NodeContainerExecutionResult() -
Constructor for class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
-
- NodeContainerExecutionStatus - Interface in org.knime.core.node.workflow.execresult
- Status of a finished execution of a node.
- NodeContainerMetaPersistor - Interface in org.knime.core.node.workflow
-
- NodeContainerMetaPersistorVersion1xx - Class in org.knime.core.node.workflow
-
- NodeContainerMetaPersistorVersion1xx(ReferencedFile) -
Constructor for class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- NodeContainerMetaPersistorVersion200 - Class in org.knime.core.node.workflow
-
- NodeContainerMetaPersistorVersion200(ReferencedFile) -
Constructor for class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
-
- NodeContainerOutPort - Class in org.knime.core.node.workflow
- The implementation of an OutPort of a SingleNodeContainer - e.g.
- NodeContainerOutPort(SingleNodeContainer, int) -
Constructor for class org.knime.core.node.workflow.NodeContainerOutPort
- Creates a new output port with a fixed and ID (should unique to all other
output ports of this node) for the given node.
- NodeContainerPersistor - Interface in org.knime.core.node.workflow
-
- NodeContentPersistor - Interface in org.knime.core.node
-
- NodeDialog - Class in org.knime.core.node
- The standard node dialog used to display the node dialog pane.
- NodeDialog(NodeDialogPane, NodeContainer) -
Constructor for class org.knime.core.node.NodeDialog
- Creates a new dialog which is used for the stand-alone application in
order to view the
NodeDialogPane
.
- NodeDialogPane - Class in org.knime.core.node
- The base class for all node dialogs.
- NodeDialogPane() -
Constructor for class org.knime.core.node.NodeDialogPane
- Creates a new dialog with the given title.
- NodeExecutionJob - Class in org.knime.core.node.workflow
- Runnable that represents the execution of a node.
- NodeExecutionJob(NodeContainer, PortObject[]) -
Constructor for class org.knime.core.node.workflow.NodeExecutionJob
- Creates a new execution job for a given node.
- NodeExecutionJobManager - Interface in org.knime.core.node.workflow
- Main entry point for compute intensive jobs.
- NodeExecutionJobManagerFactory - Interface in org.knime.core.node.workflow
- Main entry point for compute intensive jobs.
- NodeExecutionJobManagerPanel - Class in org.knime.core.node.workflow
- Settings panel for
NodeExecutionJobManager
s. - NodeExecutionJobManagerPanel() -
Constructor for class org.knime.core.node.workflow.NodeExecutionJobManagerPanel
-
- NodeExecutionJobManagerPool - Class in org.knime.core.node.util
- Collects all registered JobManager extensions and holds an instance of each
in a set.
- NodeExecutionJobReconnectException - Exception in org.knime.core.node.workflow
-
- NodeExecutionJobReconnectException(String) -
Constructor for exception org.knime.core.node.workflow.NodeExecutionJobReconnectException
-
- NodeExecutionJobReconnectException(String, Throwable) -
Constructor for exception org.knime.core.node.workflow.NodeExecutionJobReconnectException
-
- NodeExecutionResult - Class in org.knime.core.node.workflow.execresult
-
- NodeExecutionResult() -
Constructor for class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- NodeExecutorJobManagerDialogTab - Class in org.knime.core.node.workflow
- Implements the tab that appears in the node dialog if a
NodeExecutionJobManager
is available (besides the default one) and
shows the settings panel of the job manager(s). - NodeExecutorJobManagerDialogTab(NodeContainer.NodeContainerSettings.SplitType) -
Constructor for class org.knime.core.node.workflow.NodeExecutorJobManagerDialogTab
- Creates a new selection tab for
NodeExecutionJobManager
s.
- NodeFactory<T extends NodeModel> - Class in org.knime.core.node
- Interface for
NodeFactory
s summarizing NodeModel
,
NodeView
, and NodeDialogPane
for a specific Node
implementation. - NodeFactory() -
Constructor for class org.knime.core.node.NodeFactory
- Creates a new
NodeFactory
and tries to read to properties
file named Node.xml
in the same package as the factory.
- NodeFactory.NodeType - Enum in org.knime.core.node
- Enum for all node types.
- NodeID - Class in org.knime.core.node.workflow
- Holds hierarchical ID of a node.
- NodeID(NodeID, int) -
Constructor for class org.knime.core.node.workflow.NodeID
- Creates now NodeID object based on a predefined prefix (usually the
ID of the encapsulating project or metanode) and the node's ID itself.
- NodeID(int) -
Constructor for class org.knime.core.node.workflow.NodeID
- Creates top level NodeID object.
- NodeInPort - Class in org.knime.core.node.workflow
- Implements a node's input port.
- NodeInPort(int, PortType) -
Constructor for class org.knime.core.node.workflow.NodeInPort
- Creates a new input port with index and type assigned from the node.
- NodeLogger - Class in org.knime.core.node
- The general logger used to write info, warnings, errors , debugging, assert
messages, exceptions, and coding problems into the internal Log4J logger.
- NodeLogger.LEVEL - Enum in org.knime.core.node
- The logging levels.
- NodeMessage - Class in org.knime.core.node.workflow
-
- NodeMessage(NodeMessage.Type, String) -
Constructor for class org.knime.core.node.workflow.NodeMessage
- Creates a message with the type and the message.
- NodeMessage.Type - Enum in org.knime.core.node.workflow
- Enum for the possible types of messages, sorted by severity.
- NodeMessageEvent - Class in org.knime.core.node.workflow
-
- NodeMessageEvent(NodeID, NodeMessage) -
Constructor for class org.knime.core.node.workflow.NodeMessageEvent
-
- NodeMessageListener - Interface in org.knime.core.node.workflow
- Listener interface for classes that want to get informed about
new node messages.
- NodeModel - Class in org.knime.core.node
- Abstract class defining a node's configuration and execution (among others).
- NodeModel(int, int) -
Constructor for class org.knime.core.node.NodeModel
- Creates a new model with the given number of input and
output data ports.
- NodeModel(PortType[], PortType[]) -
Constructor for class org.knime.core.node.NodeModel
- Creates a new model with the given number (and types!) of input and
output types.
- NodeModelWarningListener - Interface in org.knime.core.node
-
- NodeOutPort - Interface in org.knime.core.node.workflow
- Interface for a node's output port.
- NodeOutPortWrapper - Class in org.knime.core.node.workflow
-
- NodeOutPortWrapper(int, PortType) -
Constructor for class org.knime.core.node.workflow.NodeOutPortWrapper
- Creates a new output port with a fixed type and index (should unique
to all other output ports of this node) for the given node.
- NodePersistor - Interface in org.knime.core.node
-
- NodePersistor.LoadNodeModelSettingsFailPolicy - Enum in org.knime.core.node
- Policy on how to behave if the node model settings fails.
- NodePersistorVersion1xx - Class in org.knime.core.node
-
- NodePersistorVersion1xx(SingleNodeContainerPersistorVersion1xx) -
Constructor for class org.knime.core.node.NodePersistorVersion1xx
- Constructor that should be used when node is saved.
- NodePersistorVersion200 - Class in org.knime.core.node
-
- NodePersistorVersion200(SingleNodeContainerPersistorVersion200) -
Constructor for class org.knime.core.node.NodePersistorVersion200
- Invokes super constructor.
- NodePort - Interface in org.knime.core.node.workflow
- Abstract node port implementation which keeps an index and a port name.
- NodePortAdaptor - Class in org.knime.core.node.workflow
-
- NodePortAdaptor(int, PortType) -
Constructor for class org.knime.core.node.workflow.NodePortAdaptor
- Creates a new node port with an ID assigned from the underlying node.
- NodePostConfigure - Interface in org.knime.core.node
- Object passed to
Node.configure(PortObjectSpec[], NodePostConfigure)
in order to modify the output specs in case the node is wrapped and its
output is modified. - NodeProgress - Class in org.knime.core.node.workflow
- Contained in a
NodeProgressEvent
which is fired when the progress
information has changed, either the progress (value between 0 and 1 or
null
), or the progress message (could also be
null
). - NodeProgress(Double, String) -
Constructor for class org.knime.core.node.workflow.NodeProgress
- Create a progress event based on progress value and message.
- NodeProgressEvent - Class in org.knime.core.node.workflow
-
- NodeProgressEvent(NodeID, NodeProgress) -
Constructor for class org.knime.core.node.workflow.NodeProgressEvent
-
- NodeProgressListener - Interface in org.knime.core.node.workflow
- Listener for
NodeProgressEvent
fired when the progress
information has changed. - NodeProgressMonitor - Interface in org.knime.core.node
- Implement this interface if you want to get informed about progress change
events and if you want to can ask for cancelation.
- NodeProgressMonitorView - Class in org.knime.core.node
- A dialog that contains a progress bar, a label with a message, and a cancel
button.
- NodeProgressMonitorView(Frame, NodeProgressMonitor) -
Constructor for class org.knime.core.node.NodeProgressMonitorView
- Constructor that takes the underlying model
mon
and a
frame, which is the parent (or the frame to be modal to).
- NodeSettings - Class in org.knime.core.node
- This class overwrites the general
Config
object and
specializes some method to access NodeSettings
object. - NodeSettings(String) -
Constructor for class org.knime.core.node.NodeSettings
- Creates a new instance of this object with the given key.
- NodeSettingsRO - Interface in org.knime.core.node
- Read-only interface for
NodeSettingsRO
objects. - NodeSettingsWO - Interface in org.knime.core.node
- Write-only
NodeSettingsWO
interface. - NodeStateChangeListener - Interface in org.knime.core.node.workflow
- Interface for clients that are interested in notifications about state
changes of a node.
- NodeStateEvent - Class in org.knime.core.node.workflow
-
- NodeStateEvent(NodeID, NodeContainer.State) -
Constructor for class org.knime.core.node.workflow.NodeStateEvent
-
- NodeUIInformation - Class in org.knime.core.node.workflow
- Special
NodeExtraInfo
object used by the workflow editor. - NodeUIInformation() -
Constructor for class org.knime.core.node.workflow.NodeUIInformation
- Creates new object, the bounds to be set are assumed to be absolute
(m_isInitialized is true).
- NodeUIInformation(int, int, int, int, boolean) -
Constructor for class org.knime.core.node.workflow.NodeUIInformation
- Inits new node figure with given coordinates.
- nodeUIInformationChanged(NodeUIInformationEvent) -
Method in interface org.knime.core.node.workflow.NodeUIInformationListener
- Invoked when the ui information has changed.
- NodeUIInformationEvent - Class in org.knime.core.node.workflow
-
- NodeUIInformationEvent(NodeID, UIInformation, String, String) -
Constructor for class org.knime.core.node.workflow.NodeUIInformationEvent
-
- NodeUIInformationListener - Interface in org.knime.core.node.workflow
-
- NodeView<T extends NodeModel> - Class in org.knime.core.node
- Node view class that displays the view content in an
AWT-frame.
- NodeView(T) -
Constructor for class org.knime.core.node.NodeView
- Create a new view for a given (non-null) model.
- NodeViewExport - Class in org.knime.core.node
- This class contains all available to-image-export options for node views.
- NodeViewExport.ExportType - Interface in org.knime.core.node
- Interface for export types.
- NoDomainColumnFilter - Class in org.knime.base.node.viz.histogram.util
- This
ColumnFilter
implementation filters all columns which have
no DataColumnDomain
information. - NOISE_KEY -
Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Key to store wheher a noise cluster is induced.
- noiseClustering() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
- noiseClustering() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
-
- NOISEFRAC -
Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
- The default noise fraction (0).
- NOISESPEC_KEY -
Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Key for the Cluster Columns in the output DataTable.
- NoKeyBuffer - Class in org.knime.core.data.container
- Buffer implementation that does not write the row keys.
- NoKeyBuffer(int, int, Map<Integer, ContainerTable>, Map<Integer, ContainerTable>) -
Constructor for class org.knime.core.data.container.NoKeyBuffer
- Creates new buffer for writing.
- NoKeyBuffer(File, File, DataTableSpec, InputStream, int, Map<Integer, ContainerTable>) -
Constructor for class org.knime.core.data.container.NoKeyBuffer
- Creates new buffer for reading.
- NominalAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
- This
AttributeModel
implementation calculates the probability for
all nominal attributes. - NominalAttributeModel(String, boolean, int) -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
- Constructor for class NominalRowValue.
- NominalAttributeModel(String, int, boolean, Config) -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
- Constructor for class NominalAttributeModel.
- nominalColumn(String) -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
- Sets the nominal column.
- nominalColumn() -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
- Returns the nominal column.
- NominalCoordinate - Class in org.knime.base.util.coordinate
- This class represents a nominal coordinate defined by a given
DataColumnSpec
. - NominalCoordinate(DataColumnSpec) -
Constructor for class org.knime.base.util.coordinate.NominalCoordinate
- Constructs a nominal coordinate according to the given column spec.
- NominalCoordinateFactory - Class in org.knime.base.util.coordinate
- Factory class for a nominal coordinate.
- NominalCoordinateFactory() -
Constructor for class org.knime.base.util.coordinate.NominalCoordinateFactory
-
- NominalCoordinateMapping - Class in org.knime.base.util.coordinate
- Holds the nominal domain value according its mapping.
- NominalCoordinateMapping(String, double) -
Constructor for class org.knime.base.util.coordinate.NominalCoordinateMapping
- Constructs a nominal coordinate mapping.
- NominalParallelAxis - Class in org.knime.base.node.viz.plotter.parcoord
- Represents a
ParallelAxis
with nominal values and provides access to the possible values. - NominalParallelAxis() -
Constructor for class org.knime.base.node.viz.plotter.parcoord.NominalParallelAxis
-
- NominalTable - Class in org.knime.base.data.nominal
- This class wraps a
DataTable
into a new one by computing all possible
values for one particular column. - NominalTable(BufferedDataTable, ExecutionMonitor, String...) -
Constructor for class org.knime.base.data.nominal.NominalTable
- Wraps the given table into a new table by computing all possible values
for the given
column
.
- NominalTable(BufferedDataTable, ExecutionMonitor) -
Constructor for class org.knime.base.data.nominal.NominalTable
- Wraps the given table into a new table by computing all possible values
for all columns.
- NominalTable(BufferedDataTable, ExecutionMonitor, int...) -
Constructor for class org.knime.base.data.nominal.NominalTable
- Wraps the given table into a new table by computing all possible values
for the given column indices.
- NominalValue - Interface in org.knime.core.data
- Interface of a
StringCell
, which does
not enforce additional functionality but indicates that cells implementing
this value can be used as nominal values. - NominalValueHistogram - Class in org.knime.base.node.mine.decisiontree2.learner
- Represents a count histogram for nominal values.
- NominalValueHistogram() -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.NominalValueHistogram
- Creates a nominal value histogram.
- NominalValueHistogram(NominalValueHistogram) -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.NominalValueHistogram
- Creates a nominal value histogram from the given template.
- NominalValueRowFilterNodeDialog - Class in org.knime.base.node.preproc.filter.nominal
NodeDialog
for the "PossibleValueRowFilter" Node.- NominalValueRowFilterNodeDialog() -
Constructor for class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
- New pane for configuring the PossibleValueRowFilter node.
- NominalValueRowFilterNodeFactory - Class in org.knime.base.node.preproc.filter.nominal
NodeFactory
for the "PossibleValueRowFilter" Node.- NominalValueRowFilterNodeFactory() -
Constructor for class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
-
- NominalValueRowFilterNodeModel - Class in org.knime.base.node.preproc.filter.nominal
- This is the model implementation of PossibleValueRowFilter.
- NominalValueRowFilterNodeModel() -
Constructor for class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
- One inport (data to be filtered) two out ports (included and excluded).
- NominalValueRowFilterNodePlugin - Class in org.knime.base.node.preproc.filter.nominal
- This is the eclipse bundle activator.
- NominalValueRowFilterNodePlugin() -
Constructor for class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodePlugin
- The constructor.
- NonClosableInputStream - Class in org.knime.core.data.util
- InputStream that delegates to an underlying
InputStream
but ignores
calls of NonClosableInputStream.close()
. - NonClosableInputStream(InputStream) -
Constructor for class org.knime.core.data.util.NonClosableInputStream
- Creates new input stream.
- NonClosableInputStream.Zip - Class in org.knime.core.data.util
- Special implementation that wraps
ZipInputStream
objects
and calls ZipInputStream.closeEntry()
when the stream is closed. - NonClosableInputStream.Zip(ZipInputStream) -
Constructor for class org.knime.core.data.util.NonClosableInputStream.Zip
- Wraps a given zip input stream.
- NonClosableOutputStream - Class in org.knime.core.data.util
- Class that overrides the close method and flushes the stream instead of
closing it.
- NonClosableOutputStream(OutputStream) -
Constructor for class org.knime.core.data.util.NonClosableOutputStream
- Inits object, references argument.
- NonClosableOutputStream.Zip - Class in org.knime.core.data.util
- Special implementation that wraps
ZipOutputStream
objects
and calls ZipOutputStream.closeEntry()
when the stream is closed. - NonClosableOutputStream.Zip(ZipOutputStream) -
Constructor for class org.knime.core.data.util.NonClosableOutputStream.Zip
- Wraps a given zip output stream.
- NONE -
Static variable in class org.knime.core.node.workflow.NodeMessage
- Convenience member to signal that there is no message.
- NONORM_MODE -
Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- No Normalization mode.
- NonterminalNode - Class in org.knime.base.util.kdtree
- This class represents non-terminal nodes inside the k-d tree.
- NonterminalNode(int, double, Node, Node) -
Constructor for class org.knime.base.util.kdtree.NonterminalNode
- Creates a new non-terminal node.
- Norm - Interface in org.knime.base.node.mine.bfn.fuzzy.norm
- Fuzzy norm interface which implements the fuzzy operator for conjunction and
disjunction, also known as t-norm and tco-norm.
- NORM_KEY -
Static variable in interface org.knime.base.node.mine.bfn.fuzzy.norm.Norm
- Choice of fuzzy norm.
- normalizeClassification() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
-
- normalizeClassification() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeModel
-
- normalizeClassification() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeModel
-
- normalizeMatrix(double[][], double[], double[]) -
Static method in class org.knime.base.util.math.MathUtils
- Normalizes the matrix relative to the mean of the input data and to the
standard deviation.
- normalizeMatrix(double[][], double[]) -
Static method in class org.knime.base.util.math.MathUtils
- Normalizes the matrix relative to the mean of the input data.
- normalizeMatrix(double[][]) -
Static method in class org.knime.base.util.math.MathUtils
- Normalizes the matrix relative to the mean and standard deviation of the
input data.
- Normalizer - Class in org.knime.base.data.normalize
- A wrapper table to normalize all DataRows.
- Normalizer(BufferedDataTable, String[]) -
Constructor for class org.knime.base.data.normalize.Normalizer
- Prepares a Normalizer to process the buffered data table
table
.
- Normalizer(StatisticsTable, String[]) -
Constructor for class org.knime.base.data.normalize.Normalizer
- Prepares a Normalizer to process the StatisticsTable
table
(actually no traversing is done here).
- NormalizerApplyNodeFactory - Class in org.knime.base.node.preproc.normalize
-
- NormalizerApplyNodeFactory() -
Constructor for class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
-
- NormalizerApplyNodeModel - Class in org.knime.base.node.preproc.normalize
-
- NormalizerApplyNodeModel() -
Constructor for class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
- Constructor.
- NormalizerNodeDialog - Class in org.knime.base.node.preproc.normalize
- The NormalizeNodeDialog lets the user choose the three different methods of
normalization.
- NormalizerNodeDialog() -
Constructor for class org.knime.base.node.preproc.normalize.NormalizerNodeDialog
- Creates a new dialog for the Normalize Node.
- NormalizerNodeFactory - Class in org.knime.base.node.preproc.normalize
- Factory class for the Normalize Node.
- NormalizerNodeFactory() -
Constructor for class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
-
- NormalizerNodeModel - Class in org.knime.base.node.preproc.normalize
- The NormalizeNodeModel uses the Normalizer to normalize the input DataTable.
- NormalizerNodeModel() -
Constructor for class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- Creates an new normalizer.
- NormalizerPortObject - Class in org.knime.base.data.normalize
- Port Object that is passed along a normalizer and a normalizer apply node.
- NormalizerPortObject() -
Constructor for class org.knime.base.data.normalize.NormalizerPortObject
- Empty constructor required by super class, should not be used.
- NormalizerPortObject(DataTableSpec, AffineTransConfiguration) -
Constructor for class org.knime.base.data.normalize.NormalizerPortObject
- Create new port object given the arguments.
- NORMS -
Static variable in interface org.knime.base.node.mine.bfn.fuzzy.norm.Norm
- Number of available norm choices.
- NoSelectionListSelectionModel - Class in org.knime.core.util
- A ListSelectionModel not allowing any selection.
- NoSelectionListSelectionModel() -
Constructor for class org.knime.core.util.NoSelectionListSelectionModel
-
- NoSettingsNodeModel - Class in org.knime.core.node
- Convenience model class that make some empty stub implementations of methods
that are not used by nodes that are not configurable (e.g.
- NoSettingsNodeModel(int, int) -
Constructor for class org.knime.core.node.NoSettingsNodeModel
- Creates a
NodeModel
based on data in- and outports.
- NOSORT -
Static variable in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
- The entry in the JComboBox for not sorting a column.
- not(RuleNode) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new NOT node.
- NotConfigurableException - Exception in org.knime.core.node
- This exception is thrown if a node dialog cannot be opened for various
reasons, e.g.
- NotConfigurableException(String) -
Constructor for exception org.knime.core.node.NotConfigurableException
- Creates a new NotConfigurableException.
- NotConfigurableException(String, Throwable) -
Constructor for exception org.knime.core.node.NotConfigurableException
- Creates a new NotConfigurableException with a given cause.
- notEmpty(String) -
Static method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
-
- notifyChangeListeners() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
- Notifies all registered listeners about a new model content.
- notifyChangeListeners() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModel
- Notifies all registered listeners about a new model content.
- notifyChangeListeners() -
Method in class org.knime.core.node.FlowVariableModel
- Notifies all registered listeners about a new model content.
- notifyJobManagerChangedListener() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- notifyJobManagerChangedListener() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- notifyMessageListeners(NodeMessageEvent) -
Method in class org.knime.core.node.workflow.NodeContainer
- Notifies all registered
NodeMessageListener
s about the new
message.
- notifyNodeStateChangeListener(NodeStateEvent) -
Method in class org.knime.core.node.workflow.NodeContainerOutPort
-
- notifyNodeStateChangeListener(NodeStateEvent) -
Method in interface org.knime.core.node.workflow.NodeOutPort
-
- notifyNodeStateChangeListener(NodeStateEvent) -
Method in class org.knime.core.node.workflow.NodeOutPortWrapper
-
- notifyParentExecuteFinished(NodeContainerExecutionStatus) -
Method in class org.knime.core.node.workflow.NodeContainer
- Called immediately after the execution took place in the job executor.
- notifyParentExecuteStart() -
Method in class org.knime.core.node.workflow.NodeContainer
- Invoked by the job executor immediately before the execution is
triggered.
- notifyParentPostExecuteStart() -
Method in class org.knime.core.node.workflow.NodeContainer
- Invoked by job manager when the execution is finishing.
- notifyParentPreExecuteStart() -
Method in class org.knime.core.node.workflow.NodeContainer
- Invoked by job manager when the execution starts.
- notifyProgressListeners(NodeProgressEvent) -
Method in class org.knime.core.node.workflow.NodeContainer
- Notifies all registered
NodeProgressListener
s about the new
progress.
- notifyStateChangeListeners(NodeStateEvent) -
Method in class org.knime.core.node.workflow.NodeContainer
- Notifies all registered
NodeStateChangeListener
s about the new
state.
- notifyUIListeners(ConnectionUIInformationEvent) -
Method in class org.knime.core.node.workflow.ConnectionContainer
- Notifies all registered listeners with the argument event.
- notifyUIListeners(NodeUIInformationEvent) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- notifyViews(Object) -
Method in class org.knime.core.node.NodeModel
- This method can be called from the derived model in order to inform the
views about changes of the settings or during execution, if you want the
views to show the progress, and if they can display models half way
through the execution.
- notifyWarningListeners(String) -
Method in class org.knime.core.node.NodeModel
- Notifies all listeners that the warning of this node has changed.
- NRCLUSTERS_KEY -
Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- Key to store the number of clusters in the settings.
- NRCLUSTERS_KEY -
Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
- Key to store the number of clusters for output in the settings.
- NRHNEURONS_KEY -
Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
- Key to store the number of neurons per hidden layer.
- nrOfFeatures() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
- Returns the number of included feature for the selected level.
- nrOfFeatures(int) -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
- Sets the number of included feature for the selected level.
- NullPrintStream - Class in org.knime.base.util
- Very simple stream that just swallows everything that is written to it.
- NullWriter - Class in org.knime.base.util
- This writer just swallows everything that is written to it.
- NullWriter() -
Constructor for class org.knime.base.util.NullWriter
- Creates a new NullWriter.
- NUMBERFORMAT -
Static variable in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
- For formatting the predicates toString output.
- NumberToStringNodeDialog - Class in org.knime.base.node.preproc.colconvert.numbertostring
- Dialog for the Number to String Node.
- NumberToStringNodeDialog() -
Constructor for class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeDialog
- Constructor.
- NumberToStringNodeFactory - Class in org.knime.base.node.preproc.colconvert.numbertostring
- NodeFactory for the Number to String Node that converts numbers
to String values.
- NumberToStringNodeFactory() -
Constructor for class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
-
- NumberToStringNodeModel - Class in org.knime.base.node.preproc.colconvert.numbertostring
- The NodeModel for the Number to String Node that converts numbers
to StringValues.
- NumberToStringNodeModel() -
Constructor for class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
- Constructor with one inport and one outport.
- Numeric2BitVectorMeanCellFactory - Class in org.knime.base.data.bitvector
-
- Numeric2BitVectorMeanCellFactory(DataColumnSpec, double[], double, List<Integer>) -
Constructor for class org.knime.base.data.bitvector.Numeric2BitVectorMeanCellFactory
-
- Numeric2BitVectorThresholdCellFactory - Class in org.knime.base.data.bitvector
-
- Numeric2BitVectorThresholdCellFactory(DataColumnSpec, double, List<Integer>) -
Constructor for class org.knime.base.data.bitvector.Numeric2BitVectorThresholdCellFactory
-
- NUMERIC_COLUMNS -
Static variable in class org.knime.base.node.preproc.binner.BinnerNodeModel
- Key for binned columns.
- NumericalAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
- This
AttributeModel
implementation calculates the probability for
numerical attributes by assuming a Gaussian distribution of the data. - NumericalAttributeModel(String, boolean) -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
- Constructor for class NumericalRowValue.
- NumericalAttributeModel(String, boolean, int, Config) -
Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
- Constructor for class NumericalAttributeModel.
- NumericBin - Class in org.knime.base.node.preproc.binner
- Delegates bin access function to lokal structure.
- NumericBin(String, boolean, double, boolean, double) -
Constructor for class org.knime.base.node.preproc.binner.NumericBin
-
- NumericBin(NodeSettingsRO) -
Constructor for class org.knime.base.node.preproc.binner.NumericBin
- Create numeric bin from NodeSettings.
- numericColumn(String) -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
- Sets the numeric column.
- numericColumn() -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
- Returns the numeric column.
- NumericCoordinate - Class in org.knime.base.util.coordinate
- The abstract class which should be implemented by all coordinates which map
numeric values.
- NumericCoordinate(DataColumnSpec) -
Constructor for class org.knime.base.util.coordinate.NumericCoordinate
- Constructor for class NumericCoordinate.
- NumericOperators - Class in org.knime.base.node.preproc.groupby.aggregation
- Contains all numerical aggregation operators.
- NumericOperators.MaxOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the maximum per group.
- NumericOperators.MaxOperator(DataColumnSpec, int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MaxOperator
- Constructor for class MinOperator.
- NumericOperators.MeanOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the mean per group.
- NumericOperators.MeanOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MeanOperator
- Constructor for class MinOperator.
- NumericOperators.MinOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the minimum per group.
- NumericOperators.MinOperator(DataColumnSpec, int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MinOperator
- Constructor for class MinOperator.
- NumericOperators.StdDeviationOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the standard deviation per group.
- NumericOperators.StdDeviationOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.StdDeviationOperator
- Constructor for class StdDeviationOperator.
- NumericOperators.SumOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the sum per group.
- NumericOperators.SumOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.SumOperator
- Constructor for class MinOperator.
- NumericOperators.VarianceOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the variance per group.
- NumericOperators.VarianceOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.VarianceOperator
- Constructor for class VarianceOperator.
- NumericOperators.VarianceOperator(String, boolean, boolean, boolean, int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.VarianceOperator
- Constructor for class NumericOperators.VarianceOperator.
- NumericParallelAxis - Class in org.knime.base.node.viz.plotter.parcoord
- Represents a
ParallelAxis
with numeric values and provides access to the minimum and maximum value of
the domain. - NumericParallelAxis() -
Constructor for class org.knime.base.node.viz.plotter.parcoord.NumericParallelAxis
-
- NumericRowSplitterNodeDialogPane - Class in org.knime.base.node.preproc.rowsplit
-
- NumericRowSplitterNodeDialogPane() -
Constructor for class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
- Creates a new dialog pane with a field for numeric column selection,
as well as components to define lower and upper bound optionally.
- NumericRowSplitterNodeFactory - Class in org.knime.base.node.preproc.rowsplit
-
- NumericRowSplitterNodeFactory() -
Constructor for class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
-
- NumericRowSplitterNodeModel - Class in org.knime.base.node.preproc.rowsplit
-
- NumericRowSplitterNodeModel() -
Constructor for class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
-
- NUMOFLINES -
Static variable in class org.knime.base.node.io.filereader.FileAnalyzer
- If the analysis is cut short, we look only at the first couple of lines.
- numOfNominalValues() -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
- numOfNominalValuesOutput() -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
-
O
- object -
Variable in class org.knime.core.node.Node.Output
-
- ObjectPool<T> - Class in org.knime.core.util
- Implements a simple pool for reusable objects.
- ObjectPool(int, int) -
Constructor for class org.knime.core.util.ObjectPool
- Creates a new object pool.
- ObjectToDataCellConverter - Class in org.knime.core.data.util
- Deprecated. This class is obsolete as the class
DefaultTable
is deprecated. DataCell
objects should be created using their respective constructor rather than
using an ObjectToDataCellConverter. - ObjectToDataCellConverter() -
Constructor for class org.knime.core.data.util.ObjectToDataCellConverter
- Deprecated.
- ObsoleteMetaNodeWorkflowPersistorVersion1xx - Class in org.knime.core.node.workflow
-
- ObsoleteMetaNodeWorkflowPersistorVersion1xx(HashMap<Integer, ContainerTable>, String) -
Constructor for class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
-
- OFFSET -
Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotter
- Constant for the space at top and bottom.
- ok() -
Method in class org.knime.base.node.mine.svm.util.BinarySvmRunnable
-
- OLD_AUTOEXECUTABLE_NODEFACTORIES -
Static variable in class org.knime.core.node.NodePersistorVersion1xx
- List of factories (only the simple class name), which were
auto-executable in 1.3.x and need to be restored as configured only.
- OLD_META_NODES -
Static variable in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
-
- oldWay(String) -
Static method in class org.knime.base.data.bitvector.BitVectorCell
- Deprecated. The old way of constructing the bitvector cell's bitvector.
- onAddAll() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
- Adds all columns to the aggregation column table.
- onAddIt() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
- Adds all selected columns to the aggregation column table.
- onAddIt() -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
- Called by the '<< add' button to include the selected elements from the
exclude list.
- onAggrColChanged() -
Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramPlotter
- Called whenever the user changes the aggregation column.
- onApply(AWTEvent) -
Method in class org.knime.core.node.NodeDialog
- Triggered if this dialog's apply button is pressed.
- onCancel() -
Method in class org.knime.base.node.io.filereader.ColPropertyDialog
- Called when user presses the cancel button or closes the window.
- onCancel() -
Method in class org.knime.base.node.io.filereader.DomainDialog
- called when user presses cancel.
- onCancel() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
- Override this method in order to react on events induced by the Cancel
button from the surrounding dialog.
- onCancel(AWTEvent) -
Method in class org.knime.core.node.NodeDialog
- Invoked when the cancel button is pressed.
- onCancel() -
Method in class org.knime.core.node.NodeDialogPane
- Override this method in order to react on events induced by the Cancel
button from the surrounding dialog.
- onClose() -
Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.mine.decisiontree2.learner.DecTreeNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.mine.neural.rprop.RPropNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegCoefficientView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.mine.sota.SotaNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.viz.histogram.node.HistogramNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.viz.liftchart.LiftChartNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.viz.pie.node.PieNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.viz.roc.ROCNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.base.node.viz.table.TableNodeView
- Invoked when the window is about to be closed.
- onClose() -
Method in class org.knime.core.node.ExternalApplicationNodeView
- Close the view.
- onClose() -
Method in class org.knime.core.node.interrupt.InterruptibleNodeView
- Forces the model to pause and then to finish.
- onClose(AWTEvent) -
Method in class org.knime.core.node.NodeDialog
- Invoked if the dialog is going to be closed.
- onClose() -
Method in class org.knime.core.node.NodeDialogPane
- Override this method in order to react on events if the surrounding
dialog is supposed to be closed.
- onClose() -
Method in class org.knime.core.node.NodeView
- Invoked when the window is about to be closed.
- ONE -
Static variable in class org.knime.base.node.mine.bfn.OneMissingValueReplacementFunction
- static one replacement value.
- One2ManyCellFactory - Class in org.knime.base.node.preproc.columnTrans
- Maps several original nominal columns to their possible values, creates a
column for every possible value and when the rows are processed the value is
set to 1 if the original column contains this value and to 0 otherwise.
- One2ManyCellFactory(DataTableSpec, List<String>, boolean) -
Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
- Creates for every possible value of one column given by the columnNames
an extra column with the values present(1) or absent(0).
- One2ManyColNodeDialog - Class in org.knime.base.node.preproc.columnTrans
-
- One2ManyColNodeDialog() -
Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyColNodeDialog
- A node dialog with one column filter to select those columns,
which should be transformed into many columns.
- One2ManyColNodeFactory - Class in org.knime.base.node.preproc.columnTrans
-
- One2ManyColNodeFactory() -
Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
-
- One2ManyColNodeModel - Class in org.knime.base.node.preproc.columnTrans
- This node converts one column to many columns, such that each possible value
becomes an extra column with the value 1 if the row contains this value in
the original column and 0 otherwise.
- One2ManyColNodeModel() -
Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyColNodeModel
-
- OneMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
- One replacement.
- OneMissingValueReplacementFunction() -
Constructor for class org.knime.base.node.mine.bfn.OneMissingValueReplacementFunction
-
- onlyNumerical(int[]) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- onlyNumericalSelected() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
-
- 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(AWTEvent) -
Method in class org.knime.core.node.NodeDialog
- Invoked when the ok button is pressed - automatically calls the
#onApply(AWTEvent)
method which must be provided by the
derived class.
- onOpen() -
Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.mine.decisiontree2.learner.DecTreeNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.mine.neural.rprop.RPropNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegCoefficientView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.mine.sota.SotaNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.util.exttool.ExtToolStderrNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.viz.histogram.node.HistogramNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.viz.liftchart.LiftChartNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.viz.pie.node.PieNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.viz.roc.ROCNodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.viz.statistics.Statistics2NodeView
- Invoked when the window has been opened.
- onOpen() -
Method in class org.knime.base.node.viz.table.TableNodeView
- Does nothing since view is in sync anyway.
- onOpen(String) -
Method in class org.knime.core.node.ExternalApplicationNodeView
- Open the external application.
- onOpen() -
Method in class org.knime.core.node.interrupt.InterruptibleNodeView
- Invoked when the window has been opened.
- onOpen(AWTEvent) -
Method in class org.knime.core.node.NodeDialog
- Invoked if the dialog is going to open.
- onOpen() -
Method in class org.knime.core.node.NodeDialogPane
- Override this method in order to react on events if the surrounding
dialog is supposed to be opened.
- onOpen() -
Method in class org.knime.core.node.NodeView
- Invoked when the window has been opened.
- onPressCancel() -
Method in class org.knime.core.node.NodeProgressMonitorView
- Called when cancel button is pressed.
- onRemAll() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
- Removes all columns from the aggregation column table.
- onRemIt() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
- Removes the selected columns from the aggregation column table.
- onRemIt() -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
- Called by the 'remove >>' button to exclude the selected elements from
the include list.
- onSelectAggrMethod(String) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- onSelectAggrMethod(String) -
Method in class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramProperties
-
- onSelectAggrMethod(String) -
Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
-
- onSelectAggrMethod(AggregationMethod) -
Method in class org.knime.base.node.viz.pie.impl.fixed.FixedPieProperties
-
- onSelectAggrMethod(AggregationMethod) -
Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
-
- onSelectAggrMethod(AggregationMethod) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- onXColChanged(String) -
Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramPlotter
- Called whenever user changes the x column selection.
- 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.
- openPortView(String) -
Method in class org.knime.core.node.workflow.NodeContainerOutPort
- Opens the port view for this port with the given name.
- openPortView(String) -
Method in interface org.knime.core.node.workflow.NodeOutPort
- Opens the port view for this port with the given name.
- openPortView(String) -
Method in class org.knime.core.node.workflow.NodeOutPortWrapper
- Opens the port view for this port with the given name.
- openUserDialog(Frame, int, Vector<ColProperty>) -
Static method in class org.knime.base.node.io.filereader.ColPropertyDialog
- Opens a Dialog to receive user settings for column name, type, missing
value pattern, and domain.
- openView(String) -
Method in class org.knime.core.node.AbstractNodeView
- Called from the framework to open a new view or bring an existing
view to front.
- openView() -
Method in class org.knime.core.node.workflow.OutPortView
- shows this view and brings it to front.
- openViewComponent() -
Method in class org.knime.core.node.NodeView
- Deprecated. Will be removed without replacement in future
versions of KNIME.
- operator() -
Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
- Returns the operator that should be used in the comparison between
variable and value.
- operator(LoopEndConditionSettings.Operator) -
Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
- Sets the operator that should be used in the comparison between variable
and value.
- OPERATOR_KEY -
Static variable in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
- The key to store the operator in configurations.
- Operators - Class in org.knime.base.node.preproc.groupby.aggregation
- Contains all nominal aggregation operators.
- Operators.ConcatenateOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the all values concatenated per group.
- Operators.ConcatenateOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.Operators.ConcatenateOperator
- Constructor for class Concatenate.
- Operators.CountOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the count per group.
- Operators.CountOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.Operators.CountOperator
- Constructor for class CountOperator.
- Operators.FirstOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the first element per group.
- Operators.FirstOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.Operators.FirstOperator
- Constructor for class MinOperator.
- Operators.FirstOperator(String, boolean, boolean, boolean, int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.Operators.FirstOperator
- Constructor for class FirstOperator.
- Operators.FirstValueOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the first value (ignores missing values) per group.
- Operators.FirstValueOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.Operators.FirstValueOperator
- Constructor for class FirstValueOperator.
- Operators.LastOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the last element per group.
- Operators.LastOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.Operators.LastOperator
- Constructor for class MinOperator.
- Operators.LastOperator(String, boolean, boolean, boolean, int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.Operators.LastOperator
- Constructor for class LastOperator.
- Operators.LastValueOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the last value (ignores missing values) per group.
- Operators.LastValueOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.Operators.LastValueOperator
- Constructor for class LastValueOperator.
- Operators.ListCellOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns all values as a
ListCell
per group. - Operators.ListCellOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.Operators.ListCellOperator
- Constructor for class Concatenate.
- Operators.ModeOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the most frequent entry per group.
- Operators.ModeOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.Operators.ModeOperator
- Constructor for class MinOperator.
- Operators.SetCellOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns all values as a
SetCell
per group. - Operators.SetCellOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.Operators.SetCellOperator
- Constructor for class Concatenate.
- Operators.UniqueConcatenateOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the concatenation of all different values per group.
- Operators.UniqueConcatenateOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueConcatenateOperator
- Constructor for class Concatenate.
- Operators.UniqueConcatenateWithCountOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the concatenation of all different values per group and the
number of cells per distinct value.
- Operators.UniqueConcatenateWithCountOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueConcatenateWithCountOperator
- Constructor for class Concatenate.
- Operators.UniqueCountOperator - Class in org.knime.base.node.preproc.groupby.aggregation
- Returns the count of the unique values per group.
- Operators.UniqueCountOperator(int) -
Constructor for class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueCountOperator
- Constructor for class Concatenate.
- or(RuleNode, RuleNode) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new OR node.
- or(BitVectorValue, BitVectorValue) -
Static method in class org.knime.core.data.vector.bitvector.BitVectorUtil
- Creates a sparse bit vector cell, in case that both given values
are sparse bit vector cells (otherwise a dense bit vector cell).
- or(DenseBitVector) -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Creates and returns a new bit vector whose bits are set at positions
where at least one of the vectors (this or the argument vector) have a
bit set.
- or(BitVectorValue, BitVectorValue) -
Static method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
- Creates a dense bit vector cell containing the result of the OR operation
on the passed operands.
- or(SparseBitVector) -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
- Creates and returns a new bit vector whose bits are set at positions
where at least one of the vectors (this or the argument vector) have a
bit set.
- or(BitVectorValue, BitVectorValue) -
Static method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
- Creates a sparse bit vector cell containing the result of the OR
operation on the passed operands.
- org.knime.base.collection.list.create - package org.knime.base.collection.list.create
- Implementation of the collection create node.
- org.knime.base.collection.list.split - package org.knime.base.collection.list.split
- Implementation of the collection split node.
- org.knime.base.data.append.column - package org.knime.base.data.append.column
-
- org.knime.base.data.append.row - package org.knime.base.data.append.row
-
- org.knime.base.data.bitvector - package org.knime.base.data.bitvector
- This package contains classes responsible for the representation and conversion
of bit vectors.
- org.knime.base.data.filter.column - package org.knime.base.data.filter.column
- Contains column filter for
DataTable
objects which
includes or excludes a certain number of columns from a given data table. - org.knime.base.data.filter.row - package org.knime.base.data.filter.row
- Contains row filter for
DataTable
objects which uses
the FilterRowGenerator
interface to dynamically ask for included or
excluded rows during itertation. - org.knime.base.data.join - package org.knime.base.data.join
- Implementation of a DataTable that joins to underlying tables based on their
row key (like a Database join).
- org.knime.base.data.neural - package org.knime.base.data.neural
-
This package contains all the necessary classes to build your own
neural network.
- org.knime.base.data.neural.methods - package org.knime.base.data.neural.methods
-
In this package: different implementations of neural networks.
- org.knime.base.data.nominal - package org.knime.base.data.nominal
- Utility package for retrieving nominal values from a DataTable.
- org.knime.base.data.normalize - package org.knime.base.data.normalize
- This package contains the utility classes for normalization of DataRows.
- org.knime.base.data.replace - package org.knime.base.data.replace
-
- org.knime.base.data.sort - package org.knime.base.data.sort
-
- org.knime.base.data.statistics - package org.knime.base.data.statistics
- This package holds the StatisticsTable.
- org.knime.base.data.util - package org.knime.base.data.util
-
- org.knime.base.node.flowvariable.appendvariabletotable - package org.knime.base.node.flowvariable.appendvariabletotable
-
- org.knime.base.node.flowvariable.extractvariables - package org.knime.base.node.flowvariable.extractvariables
-
- org.knime.base.node.flowvariable.injectvariables - package org.knime.base.node.flowvariable.injectvariables
-
- org.knime.base.node.flowvariable.tablerowtovariable - package org.knime.base.node.flowvariable.tablerowtovariable
-
- org.knime.base.node.flowvariable.variableloophead - package org.knime.base.node.flowvariable.variableloophead
-
- org.knime.base.node.flowvariable.variabletotablerow - package org.knime.base.node.flowvariable.variabletotablerow
-
- org.knime.base.node.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.csvwriter - package org.knime.base.node.io.csvwriter
- Node implementation that writes a
DataTable
to a file in
CSV (comma separated value) format (or with any other selectable separator). - org.knime.base.node.io.database - package org.knime.base.node.io.database
-
Contains nodes to access data via a database connection.
- org.knime.base.node.io.def - package org.knime.base.node.io.def
-
(Obsolete) Node that produces predefined DataTables.
- org.knime.base.node.io.filereader - package org.knime.base.node.io.filereader
- Contains a node implementation that reads in data from an ASCII file.
- org.knime.base.node.io.filetokenizer - package org.knime.base.node.io.filetokenizer
-
- org.knime.base.node.io.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.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.condition - package org.knime.base.node.meta.looper.condition
- Contains two nodes with which a loop can be built.
- org.knime.base.node.meta.xvalidation - package org.knime.base.node.meta.xvalidation
- The
xvalidation
package contains all classes for a cross validation flow.
- org.knime.base.node.mine.bayes.naivebayes.datamodel - package org.knime.base.node.mine.bayes.naivebayes.datamodel
- This package implements the naive bayes algorithm for numerical and nominal
attributes.
- org.knime.base.node.mine.bayes.naivebayes.learner - package org.knime.base.node.mine.bayes.naivebayes.learner
- This package contains the classes of the learner node.
- org.knime.base.node.mine.bayes.naivebayes.port - package org.knime.base.node.mine.bayes.naivebayes.port
-
- org.knime.base.node.mine.bayes.naivebayes.predictor - package org.knime.base.node.mine.bayes.naivebayes.predictor
- This package contains the classes of the predictor node.
- org.knime.base.node.mine.bfn - package org.knime.base.node.mine.bfn
- Contains abstract and util classes to train and perform prediction to rule
models, also called BasisFunction models.
- org.knime.base.node.mine.bfn.fuzzy - package org.knime.base.node.mine.bfn.fuzzy
- Contains the learner and predictor to train fuzzy rules and apply them
to unknown data.
- org.knime.base.node.mine.bfn.fuzzy.membership - package org.knime.base.node.mine.bfn.fuzzy.membership
- Membership function package which are used during training of BasisFunction
models.
- org.knime.base.node.mine.bfn.fuzzy.norm - package org.knime.base.node.mine.bfn.fuzzy.norm
- A set of fuzzy norms.
- org.knime.base.node.mine.bfn.fuzzy.shrink - package org.knime.base.node.mine.bfn.fuzzy.shrink
- A number of shrink heuristics.
- org.knime.base.node.mine.bfn.radial - package org.knime.base.node.mine.bfn.radial
- Contains the PNN learner and predictor.
- org.knime.base.node.mine.cluster - package org.knime.base.node.mine.cluster
-
- org.knime.base.node.mine.cluster.assign - package org.knime.base.node.mine.cluster.assign
- This package contains the classes for the Cluster Assigner Node.
- org.knime.base.node.mine.cluster.fuzzycmeans - package org.knime.base.node.mine.cluster.fuzzycmeans
- The fuzzycmeans package contains all classes for the Fuzzy c-means node.
- org.knime.base.node.mine.cluster.hierarchical - package org.knime.base.node.mine.cluster.hierarchical
- Contains the implementation of a node performing hierarchical clustering.
- org.knime.base.node.mine.cluster.hierarchical.distfunctions - package org.knime.base.node.mine.cluster.hierarchical.distfunctions
- Contains distance function implementations for the Hierarchical Clustering node.
- org.knime.base.node.mine.cluster.kmeans - package org.knime.base.node.mine.cluster.kmeans
- This package contains the classes needed from the KMeans Node.
- org.knime.base.node.mine.decisiontree2 - package org.knime.base.node.mine.decisiontree2
-
- org.knime.base.node.mine.decisiontree2.learner - package org.knime.base.node.mine.decisiontree2.learner
-
- org.knime.base.node.mine.decisiontree2.model - package org.knime.base.node.mine.decisiontree2.model
- This package contains code for a decision tree model.
- org.knime.base.node.mine.decisiontree2.predictor - package org.knime.base.node.mine.decisiontree2.predictor
- This package contains code for a decision tree model and predictor.
- org.knime.base.node.mine.knn - package org.knime.base.node.mine.knn
-
- org.knime.base.node.mine.mds - package org.knime.base.node.mine.mds
- A node that applies multi dimensional scaling (MDS) on high dimensional
data.
- org.knime.base.node.mine.mds.distances - package org.knime.base.node.mine.mds.distances
- The package contains distance classes, computing various kinds of
distances between DataRows and DataPoints ect.
- org.knime.base.node.mine.mds.mdsprojection - package org.knime.base.node.mine.mds.mdsprojection
- A node that applies multi dimensional scaling (MDS) projection on high
dimensional data.
- org.knime.base.node.mine.neural.mlp - package org.knime.base.node.mine.neural.mlp
-
This package contains the classes for the MultiLayerPerceptron Predictor
node.
- org.knime.base.node.mine.neural.rprop - package org.knime.base.node.mine.neural.rprop
- This package contains all classes for the RProp Node.
- org.knime.base.node.mine.pca - package org.knime.base.node.mine.pca
- This package contains all classes for the PCA (principal component analysis) Node.
- org.knime.base.node.mine.regression - package org.knime.base.node.mine.regression
- Contains nodes and utility classes for linear and polynomial regression.
- org.knime.base.node.mine.regression.linear - package org.knime.base.node.mine.regression.linear
- Contains classes for linear regression.
- org.knime.base.node.mine.regression.linear.learn - package org.knime.base.node.mine.regression.linear.learn
- Node implementation performing linear regression.
- org.knime.base.node.mine.regression.linear.predict - package org.knime.base.node.mine.regression.linear.predict
- Node implementation performing linear regression prediction.
- org.knime.base.node.mine.regression.linear.view - package org.knime.base.node.mine.regression.linear.view
- Customized scatter plot view that also shows the regression line.
- org.knime.base.node.mine.regression.polynomial.learner - package org.knime.base.node.mine.regression.polynomial.learner
- The polyreg's predictor package contains just the two classes that make up
the predictor node: the model and its factory.
- org.knime.base.node.mine.regression.polynomial.predictor - package org.knime.base.node.mine.regression.polynomial.predictor
- The polyreg's learner package contains all necessary classes for the Polynomial
Regression Learner node.
- org.knime.base.node.mine.regression.predict - package org.knime.base.node.mine.regression.predict
- Node implementation performing regression prediction.
- org.knime.base.node.mine.scorer.accuracy - package org.knime.base.node.mine.scorer.accuracy
- Similar to the default scorer.
- org.knime.base.node.mine.scorer.entrop - package org.knime.base.node.mine.scorer.entrop
- Node that performs an entropy calculation and compares two clustering results.
- org.knime.base.node.mine.smote - package org.knime.base.node.mine.smote
- Node that oversample patterns in an input table.
- org.knime.base.node.mine.sota - package org.knime.base.node.mine.sota
- Contains the Sota node, which can be used for clustering hirarchically
numerical and fuzzy data and visualize the resulting cluster tree.
- org.knime.base.node.mine.sota.distances - package org.knime.base.node.mine.sota.distances
- Contains classes to compute distances for SOTA.
- org.knime.base.node.mine.sota.logic - package org.knime.base.node.mine.sota.logic
- Contains the logic classes of SOTA.
- org.knime.base.node.mine.sota.predictor - package org.knime.base.node.mine.sota.predictor
- Contains the Sotapredictor node, which can be used for class prediction of
incoming data.
- org.knime.base.node.mine.sota.view - package org.knime.base.node.mine.sota.view
- Contains the view classes of the Sota node.
- org.knime.base.node.mine.sota.view.interaction - package org.knime.base.node.mine.sota.view.interaction
- Contains interaction interfaces and classes, like hilite and selection manager.
- org.knime.base.node.mine.subgroupminer - package org.knime.base.node.mine.subgroupminer
- This package contains everything necessary for normal subgroup mining.
- org.knime.base.node.mine.subgroupminer.apriori - package org.knime.base.node.mine.subgroupminer.apriori
- This package contains two algorithm implementations for the SubgroupMinerNode.
- org.knime.base.node.mine.subgroupminer.freqitemset - package org.knime.base.node.mine.subgroupminer.freqitemset
- This package contains the necessary data structures for the subgroup mining.
- org.knime.base.node.mine.svm - package org.knime.base.node.mine.svm
- The scm package contains all classes necessary for Support Vector Machine
learning (package learner) and prediction (predict).
- org.knime.base.node.mine.svm.kernel - package org.knime.base.node.mine.svm.kernel
- This subpackage contains all kernels that can be used by the SVM node.
- org.knime.base.node.mine.svm.learner - package org.knime.base.node.mine.svm.learner
- This subpackage contains all classes for the SVM Learner Node.
- org.knime.base.node.mine.svm.predictor - package org.knime.base.node.mine.svm.predictor
- This subpackage contains all classes for the SVM Predictor Node.
- org.knime.base.node.mine.svm.util - package org.knime.base.node.mine.svm.util
- This subpackage contains some utility classes for the SVM node.
- org.knime.base.node.parallel - package org.knime.base.node.parallel
- This subpackage contains some classes that can be used to implemet nodes that process their data in parallel.
- org.knime.base.node.parallel.appender - package org.knime.base.node.parallel.appender
-
- org.knime.base.node.parallel.builder - package org.knime.base.node.parallel.builder
-
- org.knime.base.node.preproc.append.row - package org.knime.base.node.preproc.append.row
-
- 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.caseconvert - package org.knime.base.node.preproc.caseconvert
- Node to convert alphanumeric characters to lowercase or uppercase.
- org.knime.base.node.preproc.cellsplit - package org.knime.base.node.preproc.cellsplit
- Contains the implementation of a node that splits (and replaces) a values in a column
into multiple new ones.
- org.knime.base.node.preproc.cellsplitbypos - package org.knime.base.node.preproc.cellsplitbypos
-
- org.knime.base.node.preproc.colcombine - package org.knime.base.node.preproc.colcombine
- Node to combine the content of a set of columns into a single column (to be appended).
- org.knime.base.node.preproc.colcompare - package org.knime.base.node.preproc.colcompare
- Node to combine the content of a set of columns into a single column (to be appended).
- org.knime.base.node.preproc.colconvert - package org.knime.base.node.preproc.colconvert
- Node to convert String columns to Double columns or the other way around.
- org.knime.base.node.preproc.colconvert.numbertostring - package org.knime.base.node.preproc.colconvert.numbertostring
- Node to convert DoubleValue columns to StringValue columns.
- org.knime.base.node.preproc.colconvert.stringtonumber - package org.knime.base.node.preproc.colconvert.stringtonumber
- Node to convert StringValue columns to NumberValue columns.
- org.knime.base.node.preproc.colsort - package org.knime.base.node.preproc.colsort
- This package contains all classes for the Column Resorter node.
- org.knime.base.node.preproc.columnTrans - package org.knime.base.node.preproc.columnTrans
- This package contains the classes of the Many2One and One2Many column
transformation nodes.
- org.knime.base.node.preproc.correlation.pmcc - package org.knime.base.node.preproc.correlation.pmcc
-
- org.knime.base.node.preproc.discretization.caim2 - package org.knime.base.node.preproc.discretization.caim2
- Contains two nodes for class supervised binning and applying such a learned
binning model to new data.
- org.knime.base.node.preproc.discretization.caim2.modelapply - package org.knime.base.node.preproc.discretization.caim2.modelapply
- Contains the classes implementing a node that applies a discretization (binning) model
to new data.
- org.knime.base.node.preproc.discretization.caim2.modelcreator - package org.knime.base.node.preproc.discretization.caim2.modelcreator
- Contains the classes implementing a node that learns a class supervised
discretization (binning) model.
- org.knime.base.node.preproc.domain - package org.knime.base.node.preproc.domain
- Contains a node to determine the DataTableSpec of the input data.
- org.knime.base.node.preproc.double2int - package org.knime.base.node.preproc.double2int
-
- org.knime.base.node.preproc.filter.column - package org.knime.base.node.preproc.filter.column
- Contains the filter column node which can be used the extract
certain columns from the input data table.
- org.knime.base.node.preproc.filter.columnref - package org.knime.base.node.preproc.filter.columnref
- Contains a Reference Column Filter node that allows columns to be included
or excluded from the first table while the second one is used as reference
table.
- org.knime.base.node.preproc.filter.hilite - package org.knime.base.node.preproc.filter.hilite
- Node to seperate hilited and not hilited rows of given DataTable.
- org.knime.base.node.preproc.filter.hilite.collector - package org.knime.base.node.preproc.filter.hilite.collector
- Contains the HiLite Collector node with can be used to apply annotations
to a set of hilit rows.
- org.knime.base.node.preproc.filter.nominal - package org.knime.base.node.preproc.filter.nominal
- This package implements a possible value row filter.
- org.knime.base.node.preproc.filter.row - package org.knime.base.node.preproc.filter.row
-
Contains a node filtering out rows from an input data table,
including only those rows into the output/result table that match a certain
criteria.
- org.knime.base.node.preproc.filter.row.rowfilter - package org.knime.base.node.preproc.filter.row.rowfilter
- Contains all filters currently implemented for the row filter node.
- org.knime.base.node.preproc.filter.rowref - package org.knime.base.node.preproc.filter.rowref
- Contains a Reference Row Filter node that allows rows to be included
or excluded from the first table while the second one is used as reference
table.
- org.knime.base.node.preproc.groupby - package org.knime.base.node.preproc.groupby
- Contains a node to perform a group by operation on an input table.
- org.knime.base.node.preproc.groupby.aggregation - package org.knime.base.node.preproc.groupby.aggregation
- Contains helper classes that perform the aggregation.
- org.knime.base.node.preproc.groupby.dialogutil - package org.knime.base.node.preproc.groupby.dialogutil
- Contains helper classes that are used in the configuration dialog of the node.
- org.knime.base.node.preproc.joiner - package org.knime.base.node.preproc.joiner
- This package contains classes for a node that joins two data tables.
- org.knime.base.node.preproc.lowvarfilter - package org.knime.base.node.preproc.lowvarfilter
- Node implementation that allows the user to filter out numeric columns, which
have a low or no variance.
- org.knime.base.node.preproc.missingval - package org.knime.base.node.preproc.missingval
- Implemenation of the node that treats missing values.
- org.knime.base.node.preproc.normalize - package org.knime.base.node.preproc.normalize
- This package contains all classes for the Normalizer Node.
- org.knime.base.node.preproc.partition - package org.knime.base.node.preproc.partition
-
Node that partitions the data into train- and test set.
- org.knime.base.node.preproc.pivot - package org.knime.base.node.preproc.pivot
- Contains a node to perform a pivoting on one column against another
group column.
- org.knime.base.node.preproc.regexsplit - package org.knime.base.node.preproc.regexsplit
- Node that splits an input string (column) into multiple groups according
to a regular expression (realized by java.util.regex.Pattern).
- org.knime.base.node.preproc.rename - package org.knime.base.node.preproc.rename
-
Node that allows to rename column names or change the type.
- org.knime.base.node.preproc.rowkey - package org.knime.base.node.preproc.rowkey
- This package contains all classes of the RowKey node which provides the
following function:
Replacing of the current rowkey with the values of a column
Creating a column with the row key values
- org.knime.base.node.preproc.rowsplit - package org.knime.base.node.preproc.rowsplit
- Node splits a data table according to a numeric filter criterion.
- org.knime.base.node.preproc.sample - package org.knime.base.node.preproc.sample
-
Node that samples rows from an input table.
- org.knime.base.node.preproc.setoperator - package org.knime.base.node.preproc.setoperator
- Contains a node to perform a set operation on two columns from two input tables.
- org.knime.base.node.preproc.shuffle - package org.knime.base.node.preproc.shuffle
-
Implementation of the Fisher Yates shuffle, that guarantees that
all n! possible outcomes are possible and equally likely.
- org.knime.base.node.preproc.sorter - package org.knime.base.node.preproc.sorter
- Contains the Sorter Node which can be used to sort columns from the
input data table.
- org.knime.base.node.preproc.split - package org.knime.base.node.preproc.split
-
Node that splits an input table into two output table.
- org.knime.base.node.preproc.stringreplacer - package org.knime.base.node.preproc.stringreplacer
- This package contains a node that can be used to replace strings
in a column based on wildcard matches.
- org.knime.base.node.preproc.stringreplacer.dict - package org.knime.base.node.preproc.stringreplacer.dict
-
Node that replaces the content of a selected column by dictionary entries.
- org.knime.base.node.preproc.transpose - package org.knime.base.node.preproc.transpose
- Contains a node to transpose a table by swaping rows and columns.
- org.knime.base.node.preproc.unpivot - package org.knime.base.node.preproc.unpivot
-
- org.knime.base.node.preproc.valcount - package org.knime.base.node.preproc.valcount
-
- org.knime.base.node.rules - package org.knime.base.node.rules
-
- org.knime.base.node.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.exttool - package org.knime.base.node.util.exttool
- Provides functionality for nodes that want to launch external programs.
The CommandExecution
can be used to run the external program. - org.knime.base.node.util.sampledata - package org.knime.base.node.util.sampledata
-
- org.knime.base.node.viz.aggregation - package org.knime.base.node.viz.aggregation
- This package contains all data models and some utility classes which are
used in the different aggregation visualization implementations like
pie chart and histogram.
- org.knime.base.node.viz.aggregation.util - package org.knime.base.node.viz.aggregation.util
- This package contains classes that are used in all aggregating visualisations.
- org.knime.base.node.viz.condbox - package org.knime.base.node.viz.condbox
- Contains all classes that realize a conditional box plot.
- org.knime.base.node.viz.enrichment - package org.knime.base.node.viz.enrichment
- The enrichment plotter node allows you to plot enrichment curves.
- org.knime.base.node.viz.histogram - package org.knime.base.node.viz.histogram
- Contains classes to create an histogram view.
- org.knime.base.node.viz.histogram.datamodel - package org.knime.base.node.viz.histogram.datamodel
- This package contains all data and visualization models which are used in
the different histogram implementations.
- org.knime.base.node.viz.histogram.impl - package org.knime.base.node.viz.histogram.impl
- This package contains the different plotter implementations of the histogram
and the root class AbstractHistogramPlotter and AbstractHistogramProperties
that need to be implemented by the concrete implementation.
- org.knime.base.node.viz.histogram.impl.fixed - package org.knime.base.node.viz.histogram.impl.fixed
- This is the memory saving implementation of the abstract histogram plotter.
- org.knime.base.node.viz.histogram.impl.interactive - package org.knime.base.node.viz.histogram.impl.interactive
- This is the interactive implementation of the abstract histogram plotter.
- org.knime.base.node.viz.histogram.node - package org.knime.base.node.viz.histogram.node
- Contains classes for KNIME nodes which uses the classes of the histogram
package to display a histogram view.
- org.knime.base.node.viz.histogram.util - package org.knime.base.node.viz.histogram.util
- Contains utility classes which performe binning or which are used
in dialogs to select the aggregation columns.
- org.knime.base.node.viz.liftchart - package org.knime.base.node.viz.liftchart
- The liftchart package contains all classes for building a lift chart node.
- org.knime.base.node.viz.pie.datamodel - package org.knime.base.node.viz.pie.datamodel
- This package contains the pie chart data model classes.
- org.knime.base.node.viz.pie.datamodel.fixed - package org.knime.base.node.viz.pie.datamodel.fixed
- This package contains the fixed pie chart data model classes.
- org.knime.base.node.viz.pie.datamodel.interactive - package org.knime.base.node.viz.pie.datamodel.interactive
- This package contains the interactive pie chart data model classes.
- org.knime.base.node.viz.pie.impl - package org.knime.base.node.viz.pie.impl
- This package contains the plotter framework implementation classes.
- org.knime.base.node.viz.pie.impl.fixed - package org.knime.base.node.viz.pie.impl.fixed
- This package contains the fixed pie chart plotter classes.
- org.knime.base.node.viz.pie.impl.interactive - package org.knime.base.node.viz.pie.impl.interactive
- This package contains the interactive pie chart plotter classes.
- org.knime.base.node.viz.pie.node - package org.knime.base.node.viz.pie.node
- This package contains the KNIME node classes for the fixed and
interactive pie chart.
- org.knime.base.node.viz.pie.node.fixed - package org.knime.base.node.viz.pie.node.fixed
- This package contains the KNIME node classes for the fixed pie chart.
- org.knime.base.node.viz.pie.node.interactive - package org.knime.base.node.viz.pie.node.interactive
- This package contains the KNIME node classes for the interactive pie chart.
- org.knime.base.node.viz.pie.util - package org.knime.base.node.viz.pie.util
- This package contains some utility classes like the ColumnFilter and the
GeometryUtil class.
- org.knime.base.node.viz.plotter - package org.knime.base.node.viz.plotter
-
Contains the basic viewing framework for KNIME.
- org.knime.base.node.viz.plotter.basic - package org.knime.base.node.viz.plotter.basic
-
The idea behind the
BasicPlotter
is to provide a small fraction of the
functionality known from "R" or "GnuPlot", if you have some basic elements,
such as lines, ellipses, rectangles, you want to add to your view you can use
the BasicPlotter
. - org.knime.base.node.viz.plotter.box - package org.knime.base.node.viz.plotter.box
- Contains all classes that realize a box plot.
- org.knime.base.node.viz.plotter.columns - package org.knime.base.node.viz.plotter.columns
- This package contains convenient classes when two or
n
columns
should be displayed. - org.knime.base.node.viz.plotter.dendrogram - package org.knime.base.node.viz.plotter.dendrogram
- Contains all classes necessary to visualize a hierachical clustering result
represented by a
DendrogramNode
. - org.knime.base.node.viz.plotter.line - package org.knime.base.node.viz.plotter.line
- A line plot plots the numeric columns of the input table as lines.
- org.knime.base.node.viz.plotter.node - package org.knime.base.node.viz.plotter.node
-
This package contains a default node implementation which can be used if a
simple plotter is implemented, which displays data from one inport and also
wants to display only a restricted number of rows.
- org.knime.base.node.viz.plotter.parcoord - package org.knime.base.node.viz.plotter.parcoord
- A ParallelCoordinatePlot is a representation of multi-dimensional information
or data, in which multiple dimensions are allocated to parallel axes on-screen.
- org.knime.base.node.viz.plotter.props - package org.knime.base.node.viz.plotter.props
- The properties for the plotters are organized into small functional units which
can be added as tabs to the properties panel which is added to the plotter.
- org.knime.base.node.viz.plotter.scatter - package org.knime.base.node.viz.plotter.scatter
-
A scatter plot maps to columns (dimensions) of data to 2-dimensional space, which
results that each row (data instance) can be represented as one 2-dimensional point.
- org.knime.base.node.viz.plotter.scattermatrix - package org.knime.base.node.viz.plotter.scattermatrix
- A scatter matrix plot is a matrix of scatter plots, where each selected column
is plotted against each selected column.
- org.knime.base.node.viz.property.color - package org.knime.base.node.viz.property.color
- Contains the Color Manager and Color Appender node to set colors for a nominal
or bounded (numeric) column.
- org.knime.base.node.viz.property.shape - package org.knime.base.node.viz.property.shape
- Contains the Shape Manager and Shape Appender node to set shapes for a nominal
column.
- org.knime.base.node.viz.property.size - package org.knime.base.node.viz.property.size
- Contains the Size Manager and Size Appender node to set sizes for a bounded
(numeric) column.
- org.knime.base.node.viz.roc - package org.knime.base.node.viz.roc
- The ROC node allows you to plot ROC curves.
- org.knime.base.node.viz.statistics - package org.knime.base.node.viz.statistics
- Contains the 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.util - package org.knime.base.util
-
- org.knime.base.util.coordinate - package org.knime.base.util.coordinate
- All classes of this package are not part of the offical API and might
undergo changes until the next release.
- org.knime.base.util.kdtree - package org.knime.base.util.kdtree
-
- org.knime.base.util.math - package org.knime.base.util.math
-
- org.knime.core.data - package org.knime.core.data
- Contains the interface definitions of the
DataCell
and DataTable
and related
classes, used to store and access the actual data. - org.knime.core.data.collection - package org.knime.core.data.collection
-
Definitions for KNIME collection types and default implementations.
- org.knime.core.data.container - package org.knime.core.data.container
-
Implementation of a
DataContainer
. - org.knime.core.data.date - package org.knime.core.data.date
-
Definition of date and time in KNIME.
- org.knime.core.data.def - package org.knime.core.data.def
- Provides default implementations for all (except
DataTable
) abstract
classes in the data package.
The default implementations of classes derived from
DataCell
just store their
values in members of the appropriate java type (like
DoubleCell
has a private
member of Java type double, etc.).
The default implementation of DataTable
is deprecated and shouldn't be used. - org.knime.core.data.property - package org.knime.core.data.property
- Contains utility classes for Colors, Shapes, and Sizes which can be assigned
to a DataTable via corresponding
ColorHandler,
ShapeHandler, and
SizeHandler all derived from
PropertyHandler.
- org.knime.core.data.renderer - package org.knime.core.data.renderer
- Interfaces and default implementations for renderer of
DataValue
objects. - org.knime.core.data.util - package org.knime.core.data.util
- This package contains the utility class ObjectToDataCellConverter, which is
as of KNIME 1.2.0 deprecated.
- org.knime.core.data.vector.bitvector - package org.knime.core.data.vector.bitvector
-
- org.knime.core.data.vector.bytevector - package org.knime.core.data.vector.bytevector
-
- org.knime.core.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
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.exec - package org.knime.core.node.exec
-
- org.knime.core.node.interrupt - package org.knime.core.node.interrupt
- This package contains the necessary classes for an interruptible framework.
- org.knime.core.node.port - package org.knime.core.node.port
-
- org.knime.core.node.port.database - package org.knime.core.node.port.database
-
- org.knime.core.node.port.flowvariable - package org.knime.core.node.port.flowvariable
-
- org.knime.core.node.port.pmml - package org.knime.core.node.port.pmml
-
- org.knime.core.node.port.viewproperty - package org.knime.core.node.port.viewproperty
-
- org.knime.core.node.property.hilite - package org.knime.core.node.property.hilite
- Contains hilite classes to maintain hilite events between different views.
- org.knime.core.node.tableview - package org.knime.core.node.tableview
- Node implementation of a table view.
- org.knime.core.node.util - package org.knime.core.node.util
-
Contains a set of utility classes that may be used in different (so far
visual) contexts.
- org.knime.core.node.workflow - package org.knime.core.node.workflow
- Contains wrapper classes which control the communication between Node and GUI
Workflow.
- org.knime.core.node.workflow.execresult - package org.knime.core.node.workflow.execresult
-
- org.knime.core.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.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.
- origStringToString(String) -
Method in class org.knime.base.data.util.DataCellStringMapper
-
- OrRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
-
- OrRowFilter(RowFilter, RowFilter) -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
- Implements a RowFilter that takes two other RowFilters and combines their
results with a logical OR.
- OrRowFilter() -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
- The row filter created by this constructor can not be used without
setting two input filters by loading settings from a config object.
- OUT -
Static variable in class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
- Values on the border are excluded.
- OUTPORT -
Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
- The output port used here.
- OUTPORT -
Static variable in class org.knime.base.node.preproc.binner.BinnerNodeModel
- Keeps index of the output port which is 0.
- OUTPORT -
Static variable in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
- The output port used here.
- OUTPORT -
Static variable in class org.knime.base.node.preproc.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.
- overlap(BasisFunctionPredictorRow, boolean) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
- Computes the overlapping of two basis functions.
- overlap(BasisFunctionPredictorRow, boolean) -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
- Computes the overlapping of two fuzzy basisfunction based on their core
spreads.
- overlap(BasisFunctionPredictorRow, boolean) -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
- Computes the overlapping based on the standard deviation of both radial
basisfunctions.
- overlapping(double, double, double, double, boolean) -
Static method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
- Computes the overlapping based on two lines.
- overrideSettings(FileReaderSettings) -
Method in class org.knime.base.node.io.filereader.CharsetNamePanel
- Writes the current settings of the panel into the passed settings object.
- overrideSettings(FileReaderNodeSettings) -
Method in class org.knime.base.node.io.filereader.DecSepPanel
- Writes the current settings of the panel into the passed settings object.
- overrideSettings(FileReaderNodeSettings) -
Method in class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
- Overrides the settings in the passed argument with the settings from this
dialog.
- overrideSettings(FileReaderNodeSettings) -
Method in class org.knime.base.node.io.filereader.IgnoreDelimsPanel
- Transfers the current settings from the panel in the passed object.
- overrideSettings(FileReaderNodeSettings) -
Method in class org.knime.base.node.io.filereader.LimitRowsPanel
- Transfers the current settings from the panel in the passed object.
- overrideSettings(FileReaderSettings) -
Method in class org.knime.base.node.io.filereader.MissingValuePanel
- Writes the current settings of the panel into the passed settings object.
- overrideSettings(FileReaderNodeSettings) -
Method in class org.knime.base.node.io.filereader.QuotePanel
- Deletes all quotes defined in the passed object, reads the currently
listed quotes from the JList and adds them to the settings object.
- overrideSettings(FileReaderNodeSettings) -
Method in class org.knime.base.node.io.filereader.ShortLinesPanel
- Transfers the current settings from the panel in the passed object.
- overrideSettings(FileReaderNodeSettings) -
Method in class org.knime.base.node.io.filereader.UniquifyPanel
- Transfers the current settings from the panel in the passed object.
- overwriteSettings(Config, Map<String, FlowVariable>) -
Method in class org.knime.core.node.config.ConfigEditTreeModel
- Modifies the first argument to reflect the values of the mask
represented by this object.
P
- pack() -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Sets the size of the underlying array to the number of elements in the
list.
- paint(Graphics) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView.ClassPieChart
-
- paint(Graphics) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView.HistoChart
-
- paint(Graphics, JComponent) -
Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
-
- paint(Graphics) -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
-
- paint(Graphics2D) -
Method in class org.knime.base.node.viz.plotter.basic.Basic2DDrawingElement
- The method which "knows" how to paint it.
- paint(Graphics2D) -
Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
- The method which "knows" how to paint it.
- paint(Graphics2D) -
Method in class org.knime.base.node.viz.plotter.basic.BasicEllipse
- Paints and ellipse that it fills a rectangle defined by two points:
the lower-left and the upper -right corner.
- paint(Graphics2D) -
Method in class org.knime.base.node.viz.plotter.basic.BasicLine
- Paints the line by connecting all points.
- paint(Graphics2D) -
Method in class org.knime.base.node.viz.plotter.basic.BasicRectangle
- Paints a rectangle defined by two points, the upper-left and lower-right
corner.
- paint(Graphics2D) -
Method in class org.knime.base.node.viz.plotter.basic.BasicText
- Paints the text starting at the only set point.
- paint(Graphics, int, int, int, Color, boolean, boolean, boolean) -
Method in class org.knime.core.data.property.ShapeFactory.Shape
- Paints the dot and if hilited a border around the dot.
- paint(Graphics, JComponent) -
Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
-
- paintBorder(Graphics, int, int, int, boolean, boolean) -
Method in class org.knime.core.data.property.ShapeFactory.Shape
- Paints the hilite border.
- paintComponent(Graphics) -
Method in class org.knime.base.data.bitvector.BitVectorValuePixelRenderer
- Deprecated.
- paintComponent(Graphics) -
Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
- Calls the
AbstractDrawingPane.paintContent(Graphics)
method and then draws the
selection rectangle.
- paintComponent(Graphics) -
Method in class org.knime.base.node.viz.plotter.Axis
-
- paintComponent(Graphics) -
Method in class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
-
- paintComponent(Graphics) -
Method in class org.knime.core.data.renderer.BitVectorValuePixelRenderer
-
- paintComponent(Graphics) -
Method in class org.knime.core.data.renderer.ByteVectorValuePixelRenderer
-
- paintComponent(Graphics) -
Method in class org.knime.core.node.config.ConfigEditTreeRenderer
-
- paintContent(Graphics) -
Method in class org.knime.base.node.mine.regression.linear.view.LinRegLineDrawingPane
- Paints all added
BasicDrawingElement
s by
calling their
#paint(Graphics2D)
method.
- paintContent(Graphics) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelDrawingPane
- Paints the actual content of the drawing pane.
- paintContent(Graphics) -
Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
- Paints the actual content of the drawing pane.
- paintContent(Graphics) -
Method in class org.knime.base.node.viz.pie.impl.PieDrawingPane
- Paints the actual content of the drawing pane.
- paintContent(Graphics) -
Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
- Paints the actual content of the drawing pane.
- paintContent(Graphics) -
Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
- Paints all added
BasicDrawingElement
s by
calling their
#paint(Graphics2D)
method.
- paintContent(Graphics) -
Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPaneImpl
- Paints all added
BasicDrawingElement
s by
calling their
#paint(Graphics2D)
method.
- paintContent(Graphics) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
- Paints all added
BasicDrawingElement
s by
calling their
#paint(Graphics2D)
method.
- paintContent(Graphics) -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
- Paints a dendrogram such that the leaf nodes are painted at the border
(with distance 0) and on the nominal x axis and the cluster nodes are
drawn with increasing distance to the top (that is the distance is
plotted on the y axis).
- paintContent(Graphics) -
Method in class org.knime.base.node.viz.plotter.line.LinePlotterDrawingPane
- Connects the points of one column by a line, which is done by modulo
calculation, the color information is stored in the
DotInfo
s.
- paintContent(Graphics) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
- Paints all added
BasicDrawingElement
s by
calling their
#paint(Graphics2D)
method.
- paintContent(Graphics) -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
- Paints all added
BasicDrawingElement
s by
calling their
#paint(Graphics2D)
method.
- paintContent(Graphics) -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
- Paints the rectangles of the scatter matrix elements and the vertical and
horizontal coordinates at the border of the drawing pane.
- paintDot(Graphics, Point, LineInfo, int) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
- Paints one dot with its shape.
- paintDot() -
Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
-
- paintDot(Graphics, DotInfo) -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
- Paints the dot with the right shape, color, size and at its correct
position.
- paintHorizontalCoordinate(Graphics, ScatterMatrixElement, int, boolean) -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
- Paints the horizontal coordinates of the matrix elements at the border
of the drawing pane.
- paintHorizontalLine(Graphics2D, int, int, int, Color, BasicStroke) -
Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
- Draws a horizontal line starting at the given x/y offset with
the given length.
- paintIcon(Component, Graphics, int, int) -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
-
- paintIcon(Component, Graphics, int, int) -
Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
-
- paintLabels(Graphics, Box) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
- If space between axis is enough and also between the values paint labels
otherwise the information is available with the tool tip.
- paintOutlierLabels(Graphics) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
- Paints the label(value) of each outlier dot.
- paintSelectionRectangle(Graphics) -
Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
- Paints the dragged selection rectangle.
- paintShape(Graphics, int, int, int, boolean, boolean) -
Method in class org.knime.core.data.property.ShapeFactory.Shape
- Paints the shape.
- paintVerticalCoordinate(Graphics, ScatterMatrixElement, int, boolean) -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
- Paints the vertical coordinates at the border of the drawing pane.
- Pair<T,M> - Class in org.knime.core.util
- This class is a simple pair of objects.
- Pair(T, M) -
Constructor for class org.knime.core.util.Pair
- Creates a new pair.
- PANEL_DIMENSION -
Static variable in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
- The initial dimension of this panel.
- ParallelAxis - Class in org.knime.base.node.viz.plotter.parcoord
- Represents a parallel axis in a parallel coordinates plot with an x position,
a height, a
Coordinate
, a name and a
flag, whether this ParallelAxis
is selected. - ParallelAxis() -
Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
-
- ParallelCoordinateAppearanceTab - Class in org.knime.base.node.viz.plotter.props
- Adds a box with "Show / Hide Dots" check box and a checkbox to draw curves
and a checkbox for the line thickness.
- ParallelCoordinateAppearanceTab() -
Constructor for class org.knime.base.node.viz.plotter.props.ParallelCoordinateAppearanceTab
- Adds a box with "Show / Hide Dots" check box and a checkbox
to draw curves and a checkbox for the line thickness.
- ParallelCoordinateDrawingPane - Class in org.knime.base.node.viz.plotter.parcoord
- Since the
ParallelCoordinatesPlotter
only calculates the mapped datapoints, the connection of them by lines or
curves is done here, also the missing values handling. - ParallelCoordinateDrawingPane() -
Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
-
- ParallelCoordinateNodeFactory - Class in org.knime.base.node.viz.plotter.parcoord
-
- ParallelCoordinateNodeFactory() -
Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
-
- ParallelCoordinateNodeView - Class in org.knime.base.node.viz.plotter.parcoord
- Extends the
DefaultVisualizationNodeView
since it provides an additional menu to show, fade or hide unhilited lines
(rows). - ParallelCoordinateNodeView(NodeModel, ParallelCoordinatesPlotter) -
Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeView
- Adds a show/hide menu to the menu bar.
- ParallelCoordinatePlotterProperties - Class in org.knime.base.node.viz.plotter.parcoord
- In addition to the
MultiColumnPlotterProperties
a tab to select how to handle missing values and a tab to adjust dot size,
line thickness and select whether to show or hide dots is provided. - ParallelCoordinatePlotterProperties() -
Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
- Default tab, column selection tab, missing value handling and appearance.
- ParallelCoordinatesMissingValueTab - Class in org.knime.base.node.viz.plotter.props
- Control elements for the handling of missing values, either skip the rows
containing missing values, or skip only the missing value or explicitly
show the missing values on a horizontal bottom line.
- ParallelCoordinatesMissingValueTab() -
Constructor for class org.knime.base.node.viz.plotter.props.ParallelCoordinatesMissingValueTab
- Three radio buttons for several missing value handling methods.
- ParallelCoordinatesPlotter - Class in org.knime.base.node.viz.plotter.parcoord
-
- ParallelCoordinatesPlotter() -
Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
- Registers listeners to the control elements of the
.ParallelCoordinatePlotterProperties
.
- ParallelCoordinatesPlotter.TransformationMouseListener - Class in org.knime.base.node.viz.plotter.parcoord
- MouseListener to change the order of the
ParallelAxis
. - ParallelCoordinatesPlotter.TransformationMouseListener() -
Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter.TransformationMouseListener
-
- ParallelProcessing - Class in org.knime.base.node.mine.decisiontree2.learner
- Holds information for the parallel processing and is also used for
synchronization stuff.
- ParallelProcessing(int) -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
- Constructor.
- ParentNodeType - Enum in org.knime.base.node.mine.decisiontree2
- Deprecated.
- parse(String) -
Static method in enum org.knime.base.node.preproc.filter.column.FilterColumnPanel.SelectionOption
-
- parse(String, FilterColumnPanel.SelectionOption) -
Static method in enum org.knime.base.node.preproc.filter.column.FilterColumnPanel.SelectionOption
-
- Partitioner - Class in org.knime.base.node.mine.decisiontree2.learner
- Partitions a table according to a given split.
- Partitioner(InMemoryTable, Split, double) -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.Partitioner
- Partitions the data table according to the given split.
- PartitionNodeDialog - Class in org.knime.base.node.preproc.partition
- Dialog that allows to define the partitioning of the input table.
- PartitionNodeDialog() -
Constructor for class org.knime.base.node.preproc.partition.PartitionNodeDialog
- Creates the dialog.
- PartitionNodeFactory - Class in org.knime.base.node.preproc.partition
- Factory to partition the data in train- and test set.
- PartitionNodeFactory() -
Constructor for class org.knime.base.node.preproc.partition.PartitionNodeFactory
-
- PartitionNodeModel - Class in org.knime.base.node.preproc.partition
-
- PartitionNodeModel() -
Constructor for class org.knime.base.node.preproc.partition.PartitionNodeModel
- Creates node model, sets outport count to 2.
- paste(WorkflowPersistor) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Pastes the contents of the argument persistor into this wfm.
- PasteWorkflowContentPersistor - Class in org.knime.core.node.workflow
- Persistor that is used to represent, for instance the clipboard content.
- PasteWorkflowContentPersistor(Map<Integer, NodeContainerPersistor>, Set<WorkflowPersistor.ConnectionContainerTemplate>) -
Constructor for class org.knime.core.node.workflow.PasteWorkflowContentPersistor
- Create new persistor.
- pattern() -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
- Returns the pattern.
- pattern(String) -
Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
- Sets the pattern.
- PATTERN_COUNT -
Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
- The number of patterns in total.
- pause() -
Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
- Causes the execution to pause until either
InterruptibleNodeModel.next(int)
or
InterruptibleNodeModel.run()
is called.
- PCA_COL_PREFIX -
Static variable in class org.knime.base.node.mine.pca.PCANodeModel
- description String for dimension.
- PCA_COLUMNS -
Static variable in class org.knime.base.node.mine.pca.PCAReverseNodeModel
- config string for columns containing pca coordinates.
- PCAApplyNodeDialog - Class in org.knime.base.node.mine.pca
- Node dialog for PCA predictor node.
- PCAApplyNodeDialog() -
Constructor for class org.knime.base.node.mine.pca.PCAApplyNodeDialog
- construct dialog.
- PCAApplyNodeFactory - Class in org.knime.base.node.mine.pca
- Factory class for PCA predictor.
- PCAApplyNodeFactory() -
Constructor for class org.knime.base.node.mine.pca.PCAApplyNodeFactory
-
- PCAApplyNodeModel - Class in org.knime.base.node.mine.pca
- PCA Predictor.
- PCAApplyNodeModel() -
Constructor for class org.knime.base.node.mine.pca.PCAApplyNodeModel
- create node.
- PCAComputeNodeDialog - Class in org.knime.base.node.mine.pca
- Node dialog for PCA Learner.
- PCAComputeNodeDialog() -
Constructor for class org.knime.base.node.mine.pca.PCAComputeNodeDialog
- Constructor: create NodeDialog with one combo box.
- PCAComputeNodeFactory - Class in org.knime.base.node.mine.pca
- Factory for PCA learner node.
- PCAComputeNodeFactory() -
Constructor for class org.knime.base.node.mine.pca.PCAComputeNodeFactory
-
- PCAComputeNodeModel - Class in org.knime.base.node.mine.pca
- Node for PCA learning.
- PCAComputeNodeModel() -
Constructor for class org.knime.base.node.mine.pca.PCAComputeNodeModel
- create node model.
- PCAModelPortObject - Class in org.knime.base.node.mine.pca
- Port model object transporting the pca transformation.
- PCAModelPortObject() -
Constructor for class org.knime.base.node.mine.pca.PCAModelPortObject
- empty constructor.
- PCAModelPortObject(double[][], double[], String[], double[]) -
Constructor for class org.knime.base.node.mine.pca.PCAModelPortObject
- construct port model object with values.
- PCAModelPortObjectSpec - Class in org.knime.base.node.mine.pca
- Spec for pca model port object.
- PCAModelPortObjectSpec(String[]) -
Constructor for class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
- create object spec.
- PCANodeDialog - Class in org.knime.base.node.mine.pca
- Dialog for the PCA node.
- PCANodeDialog() -
Constructor for class org.knime.base.node.mine.pca.PCANodeDialog
- Constructor: create NodeDialog with one combo box.
- PCANodeFactory - Class in org.knime.base.node.mine.pca
- Factory class for the PCA Node.
- PCANodeFactory() -
Constructor for class org.knime.base.node.mine.pca.PCANodeFactory
-
- PCANodeModel - Class in org.knime.base.node.mine.pca
- The model class that implements the PCA on the input table.
- PCANodeModel() -
Constructor for class org.knime.base.node.mine.pca.PCANodeModel
- One input, one output table.
- PCAReverseNodeDialog - Class in org.knime.base.node.mine.pca
- Dialog for pca inversion.
- PCAReverseNodeDialog() -
Constructor for class org.knime.base.node.mine.pca.PCAReverseNodeDialog
- create dialog.
- PCAReverseNodeFactory - Class in org.knime.base.node.mine.pca
- factory for pca inversion node.
- PCAReverseNodeFactory() -
Constructor for class org.knime.base.node.mine.pca.PCAReverseNodeFactory
-
- PCAReverseNodeModel - Class in org.knime.base.node.mine.pca
- Invert PCA transformation to transform data back to original space.
- PCAReverseNodeModel() -
Constructor for class org.knime.base.node.mine.pca.PCAReverseNodeModel
- create node.
- peek(Class<T>) -
Method in class org.knime.core.node.workflow.FlowObjectStack
-
- peekFlowVariable(String, FlowVariable.Type) -
Method in class org.knime.core.node.workflow.FlowObjectStack
- Get the variable with the given name or null if no such variable
is on the stack.
- peekFlowVariableDouble(String) -
Method in class org.knime.core.node.NodeModel
- Get the value of the double variable with the given name leaving the
variable stack unmodified.
- peekFlowVariableInt(String) -
Method in class org.knime.core.node.NodeModel
- Get the value of the integer variable with the given name leaving the
variable stack unmodified.
- peekFlowVariableString(String) -
Method in class org.knime.core.node.NodeModel
- Get the value of the String variable with the given name leaving the
flow variable stack unmodified.
- peekScopeVariableDouble(String) -
Method in class org.knime.core.node.NodeModel
- Deprecated. This method has been replaced by
NodeModel.peekFlowVariableDouble(String)
.
It will be removed in future versions.
- peekScopeVariableInt(String) -
Method in class org.knime.core.node.NodeModel
- Deprecated. This method has been replaced by
NodeModel.peekFlowVariableInt(String)
.
It will be removed in future versions.
- peekScopeVariableString(String) -
Method in class org.knime.core.node.NodeModel
- Deprecated. This method has been replaced by
NodeModel.peekFlowVariableString(String)
.
It will be removed in future versions.
- PERCENT_RENDERER -
Static variable in class org.knime.core.data.renderer.DoubleValueRenderer
- Singleton for percentage.
- PercentagePolicyStrategy - Class in org.knime.base.util.coordinate
- Class for percentage tick policy.
- PercentagePolicyStrategy() -
Constructor for class org.knime.base.util.coordinate.PercentagePolicyStrategy
- Constructor.
- Perceptron - Class in org.knime.base.data.neural
- Abstract class defining the behaviour of a perceptron in a neural network.
- Perceptron(int) -
Constructor for class org.knime.base.data.neural.Perceptron
- Construct a perceptron with given number of weights.
- Perceptron() -
Constructor for class org.knime.base.data.neural.Perceptron
- Construct an empty perceptron (cannot be used properly unless the weights
are set).
- Perceptron(double[]) -
Constructor for class org.knime.base.data.neural.Perceptron
- Construct a perceptron with given weights.
- performClose() -
Method in class org.knime.core.data.container.Buffer.FromFileIterator
- Called when the stream closing should take place.
- performClose() -
Method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
- Called when the stream closing should take place.
- performClose() -
Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20
- Called when the stream closing should take place.
- performExecuteNode(PortObject[]) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Execute underlying Node asynchronously.
- performsFiltering() -
Method in enum org.knime.core.node.tableview.TableContentModel.TableContentFilter
-
- performShutdown() -
Method in class org.knime.core.node.workflow.NodeContainer
- Called when the workflow is to be disposed.
- performShutdown() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Called when the workflow is to be disposed.
- performShutdown() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Called when the workflow is to be disposed.
- performStateTransitionEXECUTED(NodeContainerExecutionStatus) -
Method in class org.knime.core.node.workflow.NodeContainer
- This should be used to change the nodes states correctly (and likely
needs to be synchronized with other changes visible to successors of this
node as well!) AFTER the actual execution.
- performStateTransitionEXECUTED(NodeContainerExecutionStatus) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- This should be used to change the nodes states correctly (and likely
needs to be synchronized with other changes visible to successors of this
node as well!) AFTER the actual execution.
- performStateTransitionEXECUTED(NodeContainerExecutionStatus) -
Method in class org.knime.core.node.workflow.WorkflowManager
- This should be used to change the nodes states correctly (and likely
needs to be synchronized with other changes visible to successors of this
node as well!) AFTER the actual execution.
- performStateTransitionEXECUTING() -
Method in class org.knime.core.node.workflow.NodeContainer
- This should be used to change the nodes states correctly (and likely
needs to be synchronized with other changes visible to successors of this
node as well!) BEFORE the actual execution.
- performStateTransitionEXECUTING() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- This should be used to change the nodes states correctly (and likely
needs to be synchronized with other changes visible to successors of this
node as well!) BEFORE the actual execution.
- performStateTransitionEXECUTING() -
Method in class org.knime.core.node.workflow.WorkflowManager
- This should be used to change the nodes states correctly (and likely
needs to be synchronized with other changes visible to successors of this
node as well!) BEFORE the actual execution.
- performStateTransitionPOSTEXECUTE() -
Method in class org.knime.core.node.workflow.NodeContainer
- Called when the state of a node should switch from
NodeContainer.State.EXECUTING
(or NodeContainer.State.EXECUTINGREMOTELY
) to
NodeContainer.State.POSTEXECUTE
.
- performStateTransitionPOSTEXECUTE() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Called when the state of a node should switch from
NodeContainer.State.EXECUTING
(or NodeContainer.State.EXECUTINGREMOTELY
) to
NodeContainer.State.POSTEXECUTE
.
- performStateTransitionPOSTEXECUTE() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Called when the state of a node should switch from
NodeContainer.State.EXECUTING
(or NodeContainer.State.EXECUTINGREMOTELY
) to
NodeContainer.State.POSTEXECUTE
.
- performStateTransitionPREEXECUTE() -
Method in class org.knime.core.node.workflow.NodeContainer
- Called when the state of a node should switch from
NodeContainer.State.QUEUED
to NodeContainer.State.PREEXECUTE
.
- performStateTransitionPREEXECUTE() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Called when the state of a node should switch from
NodeContainer.State.QUEUED
to NodeContainer.State.PREEXECUTE
.
- performStateTransitionPREEXECUTE() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Called when the state of a node should switch from
NodeContainer.State.QUEUED
to NodeContainer.State.PREEXECUTE
.
- permute(int[]) -
Method in class org.knime.base.util.HalfDoubleMatrix
- Permutes the matrix based on the permutation given in the parameter.
- permute(int[]) -
Method in class org.knime.base.util.HalfFloatMatrix
- Permutes the matrix based on the permutation given in the parameter.
- permute(int[]) -
Method in class org.knime.base.util.HalfIntMatrix
- Permutes the matrix based on the permutation given in the parameter.
- permute(int[]) -
Method in class org.knime.core.data.container.ColumnRearranger
- Changes the order of the columns according to the argument array.
- permute(String[]) -
Method in class org.knime.core.data.container.ColumnRearranger
- Changes the order of the columns according to the argument array.
- PIE_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.
- PIE_COLUMN_LABEL -
Static variable in class org.knime.base.node.viz.pie.impl.PieProperties
- The label of the pie column.
- PieColumnFilter - Class in org.knime.base.node.viz.pie.util
- A
ColumnFilter
implementation that filters all columns with no
valid domain and more than 250 values. - PieDataModel - Class in org.knime.base.node.viz.pie.datamodel
- The abstract pie data model which provides method to hold the data which
should be displayed as a pie chart.
- PieDataModel(boolean, boolean) -
Constructor for class org.knime.base.node.viz.pie.datamodel.PieDataModel
- Constructor for class AbstractPieDataModel.
- PieDrawingPane - Class in org.knime.base.node.viz.pie.impl
- The drawing pane implementation of the pie chart which handles the
real drawing on the screen.
- PieDrawingPane() -
Constructor for class org.knime.base.node.viz.pie.impl.PieDrawingPane
- Constructor for class PieDrawingPane.
- PieHiliteCalculator - Class in org.knime.base.node.viz.pie.datamodel
- The hilite calculator for the pie chart.
- PieHiliteCalculator(PieVizModel) -
Constructor for class org.knime.base.node.viz.pie.datamodel.PieHiliteCalculator
- Constructor for class PieHiliteCalculator.
- PieNodeDialogPane - Class in org.knime.base.node.viz.pie.node
- The dialog of the
PieNodeModel
where the user can
define the x column and the number of rows. - PieNodeDialogPane() -
Constructor for class org.knime.base.node.viz.pie.node.PieNodeDialogPane
- Constructor for class HistogramNodeDialogPane.
- PieNodeFactory<D extends PieVizModel,M extends PieNodeModel<D>,V extends PieNodeView> - Class in org.knime.base.node.viz.pie.node
- Basic node factory class of all pie charts.
- PieNodeFactory() -
Constructor for class org.knime.base.node.viz.pie.node.PieNodeFactory
-
- PieNodeModel<D extends PieVizModel> - Class in org.knime.base.node.viz.pie.node
- The abstract pie chart implementation of the
NodeModel
class. - PieNodeModel() -
Constructor for class org.knime.base.node.viz.pie.node.PieNodeModel
- Constructor for class PieNodeModel.
- PieNodeView<P extends PieProperties<D>,D extends PieVizModel,T extends PieNodeModel<D>> - Class in org.knime.base.node.viz.pie.node
- The abstract node view which contains the pie chart panel.
- PieNodeView(T) -
Constructor for class org.knime.base.node.viz.pie.node.PieNodeView
- Creates a new view instance for the histogram node.
- PiePlotter<P extends PieProperties<D>,D extends PieVizModel> - Class in org.knime.base.node.viz.pie.impl
- The abstract plotter implementation of the pie chart which acts as the
controller between the
PieVizModel
and the PieDrawingPane
. - PiePlotter(P, HiLiteHandler) -
Constructor for class org.knime.base.node.viz.pie.impl.PiePlotter
- Constructor for class PiePlotter.
- PieProperties<D extends PieVizModel> - Class in org.knime.base.node.viz.pie.impl
- The abstract pie properties panel which allows to change the different
view options.
- PieProperties(D) -
Constructor for class org.knime.base.node.viz.pie.impl.PieProperties
- Constructor for class PieProperties.
- PieSectionDataModel - Class in org.knime.base.node.viz.pie.datamodel
- This class implements a section of a pie chart.
- PieSectionDataModel(String, Color, boolean) -
Constructor for class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel
- Constructor for class PieSectionDataModel.
- PieSubSectionDataModel - Class in org.knime.base.node.viz.pie.datamodel
- This class implements a sub section of a pie chart.
- PieSubSectionDataModel(Color, boolean) -
Constructor for class org.knime.base.node.viz.pie.datamodel.PieSubSectionDataModel
- Constructor for class PieSubSectionDataModel.
- PieVizModel - Class in org.knime.base.node.viz.pie.datamodel
- The abstract pie visualization model which provides the basic data and
additional viewing option like the show section outline flag.
- PieVizModel(boolean, boolean) -
Constructor for class org.knime.base.node.viz.pie.datamodel.PieVizModel
- Constructor for class PieVizModel.
- PivotAggregationMethod - Class in org.knime.base.node.preproc.pivot
- Factory holding a set of aggregation functions, such as COUNT, SUM,
MEAN, MAX, MIN, VARIANCE, and STD DEVIATION methods.
- PivotAggregationMethod() -
Constructor for class org.knime.base.node.preproc.pivot.PivotAggregationMethod
-
- PivotNodeDialogPane - Class in org.knime.base.node.preproc.pivot
- Pivot dialog pane used to selected the pivot and group column, and
optional an aggregation column.
- PivotNodeDialogPane() -
Constructor for class org.knime.base.node.preproc.pivot.PivotNodeDialogPane
- Creates a new pivot dialog pane with two column selection boxes, one
for the group column - used as row ID - and one as the pivot column -
used in the column header, and (optional) an aggregation column.
- PivotNodeFactory - Class in org.knime.base.node.preproc.pivot
- Factory for the pivot node.
- PivotNodeFactory() -
Constructor for class org.knime.base.node.preproc.pivot.PivotNodeFactory
-
- PivotNodeModel - Class in org.knime.base.node.preproc.pivot
- The pivoting node uses on column as grouping (row header) and one as pivoting
column (column header) to aggregate a column by its values.
- PivotNodeModel() -
Constructor for class org.knime.base.node.preproc.pivot.PivotNodeModel
- Creates a new pivot model with one in- and out-port.
- plotMode() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
- Returns the desired plot mode.
- plotMode(EnrichmentPlotterSettings.PlotMode) -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
- Sets the desired plot mode.
- Plotter2DScrollPane - Class in org.knime.base.node.viz.plotter
- Overrides the default
JScrollPane
to force the application of
the own Plotter2DScrollPaneLayout
overriding the default
ScrollPaneLayout
. - Plotter2DScrollPane(Component) -
Constructor for class org.knime.base.node.viz.plotter.Plotter2DScrollPane
- The constructor for a scatter plotter scroll pane.
- Plotter2DScrollPaneLayout - Class in org.knime.base.node.viz.plotter
ScrollPaneLyout
for the plotter.- Plotter2DScrollPaneLayout() -
Constructor for class org.knime.base.node.viz.plotter.Plotter2DScrollPaneLayout
-
- Plotter2DScrollPaneLayout.UIResource - Class in org.knime.base.node.viz.plotter
- The UI resource version of
Plotter2DScrollPaneLayout
. - Plotter2DScrollPaneLayout.UIResource() -
Constructor for class org.knime.base.node.viz.plotter.Plotter2DScrollPaneLayout.UIResource
-
- PlotterMouseListener - Class in org.knime.base.node.viz.plotter
- A mouse listener for the plotter mouse mode selection box.
- PlotterMouseListener() -
Constructor for class org.knime.base.node.viz.plotter.PlotterMouseListener
-
- PLUGIN_ID -
Static variable in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodePlugin
- Make sure that this *always* matches the ID in plugin.xml.
- PMCCFilterNodeDialogPane - Class in org.knime.base.node.preproc.correlation.pmcc
-
- PMCCFilterNodeDialogPane() -
Constructor for class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeDialogPane
- Creates GUI.
- PMCCFilterNodeFactory - Class in org.knime.base.node.preproc.correlation.pmcc
-
- PMCCFilterNodeFactory() -
Constructor for class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeFactory
-
- PMCCFilterNodeModel - Class in org.knime.base.node.preproc.correlation.pmcc
-
- PMCCFilterNodeModel() -
Constructor for class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeModel
- Empty constructor, 2 ins, 1 out.
- PMCCNodeDialogPane - Class in org.knime.base.node.preproc.correlation.pmcc
- Dialog for correlation node.
- PMCCNodeDialogPane() -
Constructor for class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeDialogPane
- Inits dialog, adds only a column filter.
- PMCCNodeFactory - Class in org.knime.base.node.preproc.correlation.pmcc
-
- PMCCNodeFactory() -
Constructor for class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeFactory
-
- PMCCNodeModel - Class in org.knime.base.node.preproc.correlation.pmcc
-
- PMCCNodeModel() -
Constructor for class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
- One input, one output.
- PMCCNodeView - Class in org.knime.base.node.preproc.correlation.pmcc
-
- PMCCNodeView(PMCCNodeModel) -
Constructor for class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeView
- Inits GUI.
- PMCCPortObjectAndSpec - Class in org.knime.base.node.preproc.correlation.pmcc
- PortObject and PortObjectSpec of the model that's passed between the
correlation nodes.
- PMCCPortObjectAndSpec(String[]) -
Constructor for class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
- Creates new object, whereby no correlation values are available.
- PMCCPortObjectAndSpec(String[], HalfDoubleMatrix) -
Constructor for class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
- Creates new object with content.
- PMML_V3_0 -
Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
- Constant for version 3.0.
- PMML_V3_1 -
Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
- Constant for version 3.1.
- PMML_V3_2 -
Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
- Constant for version 3.2.
- PMMLArrayType - Enum in org.knime.base.node.mine.decisiontree2
- Contains the different data types an PMML Array element can hold.
- PMMLAssociationRuleHandler - Class in org.knime.base.node.mine.subgroupminer
-
- PMMLAssociationRuleHandler() -
Constructor for class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
-
- PMMLAssociationRulePortObject - Class in org.knime.base.node.mine.subgroupminer
-
- PMMLAssociationRulePortObject() -
Constructor for class org.knime.base.node.mine.subgroupminer.PMMLAssociationRulePortObject
- Creates a new PMML association rule port object.
- PMMLAssociationRulePortObject(PMMLPortObjectSpec, double, double, int, int, Collection<FrequentItemSet>) -
Constructor for class org.knime.base.node.mine.subgroupminer.PMMLAssociationRulePortObject
- Creates a new PMML association rule port object.
- PMMLAssociationRulePortObject(PMMLPortObjectSpec, Collection<AssociationRule>, double, double, int, int) -
Constructor for class org.knime.base.node.mine.subgroupminer.PMMLAssociationRulePortObject
- Creates a new PMML association rule port object.
- PMMLBooleanOperator - Enum in org.knime.base.node.mine.decisiontree2
- Contains the boolean operators that are specified in PMML for
CompoundPrediates and SimpleSetPredicates.
- PMMLClusterHandler - Class in org.knime.base.node.mine.cluster
-
- PMMLClusterHandler() -
Constructor for class org.knime.base.node.mine.cluster.PMMLClusterHandler
-
- PMMLClusterPortObject - Class in org.knime.base.node.mine.cluster
-
- PMMLClusterPortObject() -
Constructor for class org.knime.base.node.mine.cluster.PMMLClusterPortObject
- Default constructor necessary for loading.
- PMMLClusterPortObject(double[][], int, PMMLPortObjectSpec) -
Constructor for class org.knime.base.node.mine.cluster.PMMLClusterPortObject
-
- PMMLClusterPortObject.ComparisonMeasure - Enum in org.knime.base.node.mine.cluster
- Constants indicating whether the squared euclidean or the euclidean
comparison measure should be used.
- PMMLCompoundPredicate - Class in org.knime.base.node.mine.decisiontree2
-
- PMMLCompoundPredicate(String) -
Constructor for class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
- Build a new PMMLCompoundPredicate.
- PMMLCompoundPredicate(PMMLBooleanOperator) -
Constructor for class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
- Build a new PMMLCompoundPredicate.
- PMMLContentHandler - Class in org.knime.core.node.port.pmml
-
- PMMLContentHandler() -
Constructor for class org.knime.core.node.port.pmml.PMMLContentHandler
-
- PMMLDecisionTreeHandler - Class in org.knime.base.node.mine.decisiontree2
-
- PMMLDecisionTreeHandler() -
Constructor for class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeHandler
-
- PMMLDecisionTreePortObject - Class in org.knime.base.node.mine.decisiontree2
-
- PMMLDecisionTreePortObject(DecisionTree, PMMLPortObjectSpec) -
Constructor for class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreePortObject
-
- PMMLDecisionTreePortObject() -
Constructor for class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreePortObject
-
- PMMLFalsePredicate - Class in org.knime.base.node.mine.decisiontree2
- False predicate as specified in PMML
(http://www.dmg.org/v4-0/TreeModel.html).
- PMMLFalsePredicate() -
Constructor for class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
-
- PMMLImport - Class in org.knime.base.node.io.pmml.read
-
- PMMLImport(File, ErrorHandler) -
Constructor for class org.knime.base.node.io.pmml.read.PMMLImport
- Reads the passed file, checks the PMML version, the PMML model type,
and namespace and also validates the file against the schema, then
creates the
PMMLPortObjectSpec
and PMMLPortObject
from
the content of the file.
- PMMLImport(File) -
Constructor for class org.knime.base.node.io.pmml.read.PMMLImport
-
- PMMLMasterContentHandler - Class in org.knime.core.node.port.pmml
-
- PMMLMasterContentHandler() -
Constructor for class org.knime.core.node.port.pmml.PMMLMasterContentHandler
-
- PMMLMissingValueStrategy - Enum in org.knime.base.node.mine.decisiontree2
- Represents the missing value strategies as defined in PMML
(http://www.dmg.org/v4-0/TreeModel.html#MissValStrategies).
- PMMLModelType - Enum in org.knime.core.node.port.pmml
- Enum to describe valid PMML models (and extensions) as of version 2.1.
- PMMLNeuralNetworkHandler - Class in org.knime.base.node.mine.neural.mlp
- PMMLHandler to read in a PMML file and create a KNIME
MultiLayerPerceptron
. - PMMLNeuralNetworkHandler() -
Constructor for class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkHandler
-
- PMMLNeuralNetworkPortObject - Class in org.knime.base.node.mine.neural.mlp
- A
PMMLPortObject
responsible for transforming a MultiLayer Perceptron
(MLP) into a PMML file. - PMMLNeuralNetworkPortObject() -
Constructor for class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkPortObject
- Empty constructor.
- PMMLNeuralNetworkPortObject(PMMLPortObjectSpec, MultiLayerPerceptron) -
Constructor for class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkPortObject
- Constructor.
- PMMLNoTrueChildStrategy - Enum in org.knime.base.node.mine.decisiontree2
- Represents the no true child strategies as defined in PMML
(http://www.dmg.org/v4-0/TreeModel.html#NoTrueChildStrategies).
- PMMLOperator - Enum in org.knime.base.node.mine.decisiontree2
- Contains the operators that are specified in PMML for SimplePredicates.
- PMMLPortObject - Class in org.knime.core.node.port.pmml
-
- PMMLPortObject() -
Constructor for class org.knime.core.node.port.pmml.PMMLPortObject
- Default constructor necessary for loading.
- PMMLPortObject(PMMLPortObjectSpec, PMMLModelType) -
Constructor for class org.knime.core.node.port.pmml.PMMLPortObject
-
- PMMLPortObjectSerializer - Class in org.knime.core.node.port.pmml
-
- PMMLPortObjectSerializer() -
Constructor for class org.knime.core.node.port.pmml.PMMLPortObjectSerializer
-
- PMMLPortObjectSpec - Class in org.knime.core.node.port.pmml
-
- PMMLPortObjectSpec(DataTableSpec, List<String>, List<String>, List<String>) -
Constructor for class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- PMMLPortObjectSpecCreator - Class in org.knime.core.node.port.pmml
-
- PMMLPortObjectSpecCreator(DataTableSpec) -
Constructor for class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
- Adds all columns in the table spec as learning columns.
- PMMLPortObjectSpecSerializer - Class in org.knime.core.node.port.pmml
-
- PMMLPortObjectSpecSerializer() -
Constructor for class org.knime.core.node.port.pmml.PMMLPortObjectSpecSerializer
-
- PMMLPortObjectView - Class in org.knime.core.node.port.pmml
-
- PMMLPortObjectView(PMMLPortObject) -
Constructor for class org.knime.core.node.port.pmml.PMMLPortObjectView
- Displays the XML tree of the PMML.
- PMMLPredicate - Class in org.knime.base.node.mine.decisiontree2
- Base class for Predicate as specified in PMML
(http://www.dmg.org/v4-0/TreeModel.html).
- PMMLPredicate() -
Constructor for class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- PMMLPredicate.PMMLPredicates - Enum in org.knime.base.node.mine.decisiontree2
- Enumeration of all subclasses of PMMLPredicate.
- PMMLReaderNodeDialog - Class in org.knime.base.node.io.pmml.read
-
- PMMLReaderNodeDialog() -
Constructor for class org.knime.base.node.io.pmml.read.PMMLReaderNodeDialog
-
- PMMLReaderNodeFactory - Class in org.knime.base.node.io.pmml.read
-
- PMMLReaderNodeFactory() -
Constructor for class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
-
- PMMLReaderNodeModel - Class in org.knime.base.node.io.pmml.read
-
- PMMLReaderNodeModel() -
Constructor for class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
-
- PMMLRegressionContentHandler - Class in org.knime.base.node.mine.regression
-
- PMMLRegressionContentHandler(PMMLPortObjectSpec) -
Constructor for class org.knime.base.node.mine.regression.PMMLRegressionContentHandler
- Creates a new PMML content handler for regression models.
- PMMLRegressionContentHandler(PMMLRegressionPortObject) -
Constructor for class org.knime.base.node.mine.regression.PMMLRegressionContentHandler
- Creates a new PMML content handler for regression models based on an
existing port object.
- PMMLRegressionPortObject - Class in org.knime.base.node.mine.regression
- This class wraps a PMML regression model that can then be transferred from
one node to the other.
- PMMLRegressionPortObject() -
Constructor for class org.knime.base.node.mine.regression.PMMLRegressionPortObject
-
- PMMLRegressionPortObject(PMMLPortObjectSpec, PMMLRegressionContentHandler) -
Constructor for class org.knime.base.node.mine.regression.PMMLRegressionPortObject
- Creates a new PMML port object for polynomial regression.
- PMMLRegressionPortObject.NumericPredictor - Class in org.knime.base.node.mine.regression
- This class represents a single numeric predictor with its name (usually
the column name it is responsible for), the exponent and the coefficient.
- PMMLRegressionPortObject.NumericPredictor(String, int, double) -
Constructor for class org.knime.base.node.mine.regression.PMMLRegressionPortObject.NumericPredictor
- Creates a new numeric predictor.
- PMMLRegressionPortObject.RegressionTable - Class in org.knime.base.node.mine.regression
- This table wraps a polynomial regression formula for use inside a PMML
model.
- PMMLRegressionPortObject.RegressionTable(double, PMMLRegressionPortObject.NumericPredictor[]) -
Constructor for class org.knime.base.node.mine.regression.PMMLRegressionPortObject.RegressionTable
- Creates a new regression table.
- PMMLSetOperator - Enum in org.knime.base.node.mine.decisiontree2
- Contains the set operators that are specified in PMML for
SimpleSetPredicates.
- PMMLSimplePredicate - Class in org.knime.base.node.mine.decisiontree2
- Implements a SimplePredicate as specified in PMML
(http://www.dmg.org/v4-0/TreeModel.html).
- PMMLSimplePredicate(String, String, String) -
Constructor for class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
- Build a new simple predicate.
- PMMLSimplePredicate(String, PMMLOperator, String) -
Constructor for class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
- Build a new simple predicate.
- PMMLSimpleSetPredicate - Class in org.knime.base.node.mine.decisiontree2
- Implements a SimpleSetPredicate as specified in PMML
(http://www.dmg.org/v4-0/TreeModel.html).
- PMMLSimpleSetPredicate(String, String) -
Constructor for class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
- Build a new simple set predicate without values.
- PMMLSimpleSetPredicate(String, PMMLSetOperator) -
Constructor for class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
- Build a new simple set predicate without values.
- PMMLSVMHandler - Class in org.knime.base.node.mine.svm
PMMLContentHandler
for a SVM PMML model.- PMMLSVMHandler() -
Constructor for class org.knime.base.node.mine.svm.PMMLSVMHandler
-
- PMMLSVMPortObject - Class in org.knime.base.node.mine.svm
- A
PMMLPortObject
responsible for transforming a SupportVectorMachine
Svm
into a PMML file. - PMMLSVMPortObject() -
Constructor for class org.knime.base.node.mine.svm.PMMLSVMPortObject
- Empty constructor.
- PMMLSVMPortObject(PMMLPortObjectSpec, Kernel, Svm...) -
Constructor for class org.knime.base.node.mine.svm.PMMLSVMPortObject
- Constructor.
- PMMLTruePredicate - Class in org.knime.base.node.mine.decisiontree2
- True predicate as specified in PMML
(http://www.dmg.org/v4-0/TreeModel.html).
- PMMLTruePredicate() -
Constructor for class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
-
- PMMLWriterNodeDialog - Class in org.knime.base.node.io.pmml.write
-
- PMMLWriterNodeDialog() -
Constructor for class org.knime.base.node.io.pmml.write.PMMLWriterNodeDialog
-
- PMMLWriterNodeFactory - Class in org.knime.base.node.io.pmml.write
-
- PMMLWriterNodeFactory() -
Constructor for class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
-
- PMMLWriterNodeModel - Class in org.knime.base.node.io.pmml.write
-
- PMMLWriterNodeModel() -
Constructor for class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
-
- Pointer<T> - Class in org.knime.core.util
- This class is a little helper that just adds another indirection to and
object.
- Pointer() -
Constructor for class org.knime.core.util.Pointer
-
- PolicyStrategy - Class in org.knime.base.util.coordinate
- Abstract class for policy strategies.
- PolicyStrategy(String) -
Constructor for class org.knime.base.util.coordinate.PolicyStrategy
- Creates a new
PolicyStrategy
.
- PolynomialKernel - Class in org.knime.base.node.mine.svm.kernel
- Polynomial kernel of the form:
(x * y + bias) ^ power.
- PolynomialKernel() -
Constructor for class org.knime.base.node.mine.svm.kernel.PolynomialKernel
-
- PolyRegCoefficientView - Class in org.knime.base.node.mine.regression.polynomial.learner
- This view show a simple table with all the coefficients for each attributed
in the dataset.
- PolyRegCoefficientView(PolyRegLearnerNodeModel) -
Constructor for class org.knime.base.node.mine.regression.polynomial.learner.PolyRegCoefficientView
- Creates a new new view for showing the learned coefficients.
- PolyRegLearnerDialog - Class in org.knime.base.node.mine.regression.polynomial.learner
- This is the dialog for the polynomial regression learner node.
- PolyRegLearnerDialog() -
Constructor for class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerDialog
- Creates a new dialog for the polynomial regression learner node.
- PolyRegLearnerNodeFactory - Class in org.knime.base.node.mine.regression.polynomial.learner
- This factory creates all necessary objects for the polynomial regression
learner node.
- PolyRegLearnerNodeFactory() -
Constructor for class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
-
- PolyRegLearnerNodeModel - Class in org.knime.base.node.mine.regression.polynomial.learner
- This node performs polynomial regression on an input table with numeric-only
columns.
- PolyRegLearnerNodeModel() -
Constructor for class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Creates a new model for the polynomial regression learner node.
- PolyRegLearnerSettings - Class in org.knime.base.node.mine.regression.polynomial.learner
- This class holds the settings for the polynomial regression learner node.
- PolyRegLearnerSettings() -
Constructor for class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
-
- PolyRegLineNodeView - Class in org.knime.base.node.mine.regression.polynomial.learner
- This class shows a view with one attribute on the x-axis, its values on the
y-axis and the regression curve.
- PolyRegLineNodeView(PolyRegLearnerNodeModel) -
Constructor for class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineNodeView
- Create new view.
- PolyRegLineScatterPlotter - Class in org.knime.base.node.mine.regression.polynomial.learner
- This class is the plotter used inside the
PolyRegLineNodeView
. - PolyRegLineScatterPlotter(PolyRegLearnerNodeModel) -
Constructor for class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineScatterPlotter
- Creates a new plotter for showing the regression lines.
- PolyRegPredictorNodeFactory - Class in org.knime.base.node.mine.regression.polynomial.predictor
- This factory creates all necessary object for the polynomial regression
predictor node.
- PolyRegPredictorNodeFactory() -
Constructor for class org.knime.base.node.mine.regression.polynomial.predictor.PolyRegPredictorNodeFactory
-
- pop(Class<T>) -
Method in class org.knime.core.node.workflow.FlowObjectStack
- Removes all elements from the stack whose class is not of the given type.
- POPUP_HILITE_SELECTED -
Static variable in class org.knime.base.node.mine.sota.view.SotaDrawingPane
- Popup menue entry constant.
- POPUP_UNHILITE -
Static variable in class org.knime.base.node.mine.sota.view.SotaDrawingPane
- Popup menue entry constant.
- POPUP_UNHILITE_SELECTED -
Static variable in class org.knime.base.node.mine.sota.view.SotaDrawingPane
- Popup menue entry constant.
- popupFileChooser() -
Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeDialog
- Pops up the file selection dialog and sets the selected file path into
the url combox box.
- popupFileChooser() -
Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeDialog
- Pops up the file selection dialog and sets the selected file path into
the m_url text field.
- popupFileChooser(String, boolean) -
Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
- Pops up the file selection dialog and returns the path to the selected
file - or
null
if the user canceled.
- PORT_FOLDER_PREFIX -
Static variable in class org.knime.core.node.NodePersistorVersion200
- Prefix of associated port folders.
- PortObject - Interface in org.knime.core.node.port
- General interface for objects that are passed along node
connections.
- PortObject.PortObjectSerializer<T extends PortObject> - Class in org.knime.core.node.port
- Factory class that's used for writing and loading objects of class
denoted by
T
. - PortObject.PortObjectSerializer() -
Constructor for class org.knime.core.node.port.PortObject.PortObjectSerializer
-
- PortObjectReaderNodeDialog - Class in org.knime.base.node.io.portobject
- Dialog for the ModelContent Reader Node - allows user to choose file name and
directory.
- PortObjectReaderNodeDialog() -
Constructor for class org.knime.base.node.io.portobject.PortObjectReaderNodeDialog
- Constructor: create NodeDialog with just one default component, the file
chooser entry.
- PortObjectReaderNodeFactory - Class in org.knime.base.node.io.portobject
- Node that connects to arbitrary model ports and reads the model as
ModelContent from a chosen file.
- PortObjectReaderNodeFactory(PortType) -
Constructor for class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
-
- PortObjectReaderNodeFactory() -
Constructor for class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
- Uses generic output port.
- PortObjectReaderNodeModel - Class in org.knime.base.node.io.portobject
- Read ModelContent object from file.
- PortObjectReaderNodeModel(PortType) -
Constructor for class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
- Constructor: Create new NodeModel with only one Model Input Port.
- PortObjectSpec - Interface in org.knime.core.node.port
- General interface for object specifications that are passed along node
connections.
- PortObjectSpec.PortObjectSpecSerializer<T extends PortObjectSpec> - Class in org.knime.core.node.port
- Factory class that's used for writing and loading objects of class
denoted by
T
. - PortObjectSpec.PortObjectSpecSerializer() -
Constructor for class org.knime.core.node.port.PortObjectSpec.PortObjectSpecSerializer
-
- PortObjectSpecZipInputStream - Class in org.knime.core.node.port
- Counterpart to
PortObjectZipOutputStream
. - PortObjectSpecZipInputStream(InputStream) -
Constructor for class org.knime.core.node.port.PortObjectSpecZipInputStream
- Instantiates stream based on argument stream.
- PortObjectSpecZipOutputStream - Class in org.knime.core.node.port
- Zip stream that is used to persist objects of class
PortObjectSpec
. - PortObjectSpecZipOutputStream(OutputStream) -
Constructor for class org.knime.core.node.port.PortObjectSpecZipOutputStream
- Delegates to underlying output stream.
- PortObjectWriterNodeDialog - Class in org.knime.base.node.io.portobject
- Dialog for the Predictor Writer Node - allows user to choose file name and
directory.
- PortObjectWriterNodeDialog() -
Constructor for class org.knime.base.node.io.portobject.PortObjectWriterNodeDialog
- Constructor: create NodeDialog with default components,
the file chooser entry.
- PortObjectWriterNodeFactory - Class in org.knime.base.node.io.portobject
- Node that connects to arbitrary model ports and writes the model as
ModelContent to a chosen file.
- PortObjectWriterNodeFactory(PortType) -
Constructor for class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
-
- PortObjectWriterNodeFactory() -
Constructor for class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
-
- PortObjectWriterNodeModel - Class in org.knime.base.node.io.portobject
- Write ModelContent object into file.
- PortObjectWriterNodeModel(PortType) -
Constructor for class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
- Constructor: Create new NodeModel with only one Model Input Port.
- PortObjectZipInputStream - Class in org.knime.core.node.port
- Counterpart to
PortObjectZipOutputStream
. - PortObjectZipInputStream(InputStream) -
Constructor for class org.knime.core.node.port.PortObjectZipInputStream
- Instantiates stream based on argument stream.
- PortObjectZipOutputStream - Class in org.knime.core.node.port
- Zip stream that is used to persist objects of class
PortObject
. - PortObjectZipOutputStream(OutputStream) -
Constructor for class org.knime.core.node.port.PortObjectZipOutputStream
- Delegates to underlying output stream.
- PortType - Class in org.knime.core.node.port
- Holds type information about node port types.
- PortType(Class<? extends PortObject>) -
Constructor for class org.knime.core.node.port.PortType
-
- PortUtil - Class in org.knime.core.node.port
- Contains framework methods that are used to persist or read
PortObject
and PortObjectSpec
objects. - POSSIBLETYPES -
Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
- The possible types that the string can be converted to.
- postExecute(BufferedDataTable[], ExecutionContext) -
Method in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
- This method is called after all rows have been processed and combined
into the final result tables.
- postProcessMeasure(double, double, double[], double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGainRatio
- The post processing of the gain ration measure normalizes the info gain
with the split info (see c4.5).
- postProcessMeasure(double, double, double[], double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGini
- The gini index need not to post process the measure.
- postProcessMeasure(double, double, double[], double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityMeasure
- Some quality measures need normalization when compared to other
attributes.
- predict(DataRow, Map<DataCell, List<BasisFunctionPredictorRow>>) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
- Predicts an unknown row to the given model.
- predict(DataRow) -
Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
- Predicts the target value for the given row.
- predict(DataRow) -
Method in interface org.knime.base.node.mine.regression.RegressionPortObject
- Predict a row, returning the regression value.
- predict(DoubleVector) -
Method in class org.knime.base.node.mine.svm.Svm
- Computes the predicted value of a vector by using the current SVM.
- predictionColumn() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
- Returns the prediction column's name.
- predictionColumn(String) -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
- Sets the prediction column's name.
- predictionColumn() -
Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
- Returns the prediction column containing the predicted class values.
- predictionColumn(String) -
Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
- Sets the prediction column containing the predicted class values.
- PredictorReaderNodeFactory - Class in org.knime.base.node.io.predictor
- Node that connects to arbitrary model ports and reads the model as
ModelContent from a chosen file.
- PredictorReaderNodeFactory() -
Constructor for class org.knime.base.node.io.predictor.PredictorReaderNodeFactory
-
- PredictorWriterNodeFactory - Class in org.knime.base.node.io.predictor
- Node that connects to arbitrary model ports and writes the model as
ModelContent to a chosen file.
- PredictorWriterNodeFactory() -
Constructor for class org.knime.base.node.io.predictor.PredictorWriterNodeFactory
-
- PREFERRED_FILE_EXTENSION -
Static variable in class org.knime.base.node.io.table.read.ReadTableNodeModel
- The extension of the files to store, \".knime\".
- preLoadNodeContainer(ReferencedFile, NodeSettingsRO, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
-
- preLoadNodeContainer(ReferencedFile, NodeSettingsRO, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
-
- preLoadNodeContainer(ReferencedFile, NodeSettingsRO, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
-
- preLoadNodeContainer(ReferencedFile, NodeSettingsRO, WorkflowPersistor.LoadResult) -
Method in interface org.knime.core.node.workflow.NodeContainerPersistor
-
- preLoadNodeContainer(ReferencedFile, NodeSettingsRO, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
-
- preLoadNodeContainer(ReferencedFile, NodeSettingsRO, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
-
- preLoadNodeContainer(ReferencedFile, NodeSettingsRO, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- preLoadNodeContainer(ReferencedFile, NodeSettingsRO, WorkflowPersistor.LoadResult) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- prepareConfigFor(NodeSettingsWO, RowFilter) -
Static method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilterFactory
-
- prepareExecute(DataTable[]) -
Method in class org.knime.base.node.parallel.AbstractParallelNodeModel
- This method is called before the first chunked is processed.
- prepareExecute(DataTable[]) -
Method in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
- This method is called before the first chunked is processed.
- prepareExecute(DataTable[]) -
Method in class org.knime.base.node.parallel.builder.ThreadedTableBuilderNodeModel
- This method is called before the first row is processed.
- prepareRenderer(TableCellRenderer, int, int) -
Method in class org.knime.core.node.tableview.TableContentView
- Overridden in order to set the correct selection color (depending on
hilite status).
- prepareRenderer(TableCellRenderer, int, int) -
Method in class org.knime.core.node.tableview.TableRowHeaderView
- Overridden in order to set the correct selection color (depending on
hilite status).
- prependChangeListener(ChangeListener) -
Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
- Adds a listener (to the beginning of the listener list) which is
notified, whenever a new values is set in the model or the enable status
changes.
- prependChangeListener(ChangeListener) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
- Adds a listener (to the beginning of the listener list) which is
notified, whenever a new values is set in the model or the enable status
changes.
- prependChangeListener(ChangeListener) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModel
- Adds a listener (to the beginning of the listener list) which is
notified, whenever a new values is set in the model or the enable status
changes.
- preprocFixedDataPoints(int[]) -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- Initializes for each of the fixed data points a point in the
target space.
- PreviewTableContentView - Class in org.knime.base.node.io.filereader
- Extension of an KNIME table view that reacts on mouse events in the header.
- PreviewTableContentView() -
Constructor for class org.knime.base.node.io.filereader.PreviewTableContentView
-
- print(PrintStream) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Writes information retrieved from the
BasisFunctionLearnerRow.toString()
method to the
given stream.
- print(PrintStream) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
- Adds info about this object to the given stream.
- print(boolean) -
Method in class org.knime.base.util.NullPrintStream
-
- print(char) -
Method in class org.knime.base.util.NullPrintStream
-
- print(char[]) -
Method in class org.knime.base.util.NullPrintStream
-
- print(double) -
Method in class org.knime.base.util.NullPrintStream
-
- print(float) -
Method in class org.knime.base.util.NullPrintStream
-
- print(int) -
Method in class org.knime.base.util.NullPrintStream
-
- print(long) -
Method in class org.knime.base.util.NullPrintStream
-
- print(Object) -
Method in class org.knime.base.util.NullPrintStream
-
- print(String) -
Method in class org.knime.base.util.NullPrintStream
-
- printableStr(String) -
Static method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated.
- printableStr(String) -
Static method in class org.knime.core.util.tokenizer.TokenizerSettings
-
- printColorMapping() -
Method in class org.knime.core.data.property.ColorModelNominal
-
- printError(NodeLogger, String) -
Method in class org.knime.base.data.bitvector.BitVectorColumnCellFactory
- Logs the provided message to the provided logger.
- printErrors() -
Method in class org.knime.base.node.io.filereader.SettingsStatus
- Deprecated. Prints all error messages into the logger as error.
- printErrors() -
Method in class org.knime.core.util.tokenizer.SettingsStatus
- Prints all error messages into the logger as error.
- printf(Locale, String, Object...) -
Method in class org.knime.base.util.NullPrintStream
-
- printf(String, Object...) -
Method in class org.knime.base.util.NullPrintStream
-
- printInfos() -
Method in class org.knime.base.node.io.filereader.SettingsStatus
- Deprecated. Prints all info messages into the logger as info.
- printInfos() -
Method in class org.knime.core.util.tokenizer.SettingsStatus
- Prints all info messages into the logger as info.
- println() -
Method in class org.knime.base.util.NullPrintStream
-
- println(boolean) -
Method in class org.knime.base.util.NullPrintStream
-
- println(char) -
Method in class org.knime.base.util.NullPrintStream
-
- println(char[]) -
Method in class org.knime.base.util.NullPrintStream
-
- println(double) -
Method in class org.knime.base.util.NullPrintStream
-
- println(float) -
Method in class org.knime.base.util.NullPrintStream
-
- println(int) -
Method in class org.knime.base.util.NullPrintStream
-
- println(long) -
Method in class org.knime.base.util.NullPrintStream
-
- println(Object) -
Method in class org.knime.base.util.NullPrintStream
-
- println(String) -
Method in class org.knime.base.util.NullPrintStream
-
- printNodeSummary(NodeID, int) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Produce summary of node.
- printShapeMapping() -
Method in class org.knime.core.data.property.ShapeModelNominal
-
- printStats(PrintStream) -
Method in class org.knime.core.util.ObjectPool
- Prints statistics about hits and misses.
- printWarnings() -
Method in class org.knime.base.node.io.filereader.SettingsStatus
- Deprecated. Prints all warning messages into the logger as warning.
- printWarnings() -
Method in class org.knime.core.util.tokenizer.SettingsStatus
- Prints all warning messages into the logger as warning.
- PriorityGlobalObjectInputStream - Class in org.knime.core.data.container
- Object input stream, which can be used to load classes using a given
preferred ClassLoader.
- PriorityGlobalObjectInputStream(InputStream) -
Constructor for class org.knime.core.data.container.PriorityGlobalObjectInputStream
- Delegates to super.
- PROB_FACT_DEN -
Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
- Pre calculated factor used to calculate the standard deviation.
- processingInstruction(String, String) -
Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
- processRow(DataRow, BufferedDataTable[], RowAppender[]) -
Method in class org.knime.base.node.parallel.builder.ThreadedTableBuilderNodeModel
- This method is called once for each row in the first input table.
- ProdNorm - Class in org.knime.base.node.mine.bfn.fuzzy.norm
- Product norm.
- progressChanged(NodeProgress) -
Method in class org.knime.core.node.NodeProgressMonitorView
- Interface method that's called by the underlying model.
- progressChanged(NodeProgressEvent) -
Method in class org.knime.core.node.NodeProgressMonitorView
- Interface method that's called by the underlying model.
- progressChanged(NodeProgressEvent) -
Method in class org.knime.core.node.workflow.NodeContainer
- Invoked when the progress has changed.
- progressChanged(NodeProgressEvent) -
Method in interface org.knime.core.node.workflow.NodeProgressListener
- Invoked when the progress has changed.
- PROP_CHANGE_CLOSE -
Static variable in class org.knime.core.node.NodeView
- This class sends property events when the status changes.
- properties() -
Method in class org.knime.core.data.DataColumnProperties
- Get an enumeration on all keys in this property object.
- PropertiesTab - Class in org.knime.base.node.viz.plotter.props
- A convenient
JPanel
which defines some distances and a default
name for this and can be added as a tab to the
AbstractPlotterProperties
. - PropertiesTab() -
Constructor for class org.knime.base.node.viz.plotter.props.PropertiesTab
-
- PROPERTY_CELLS_IN_MEMORY -
Static variable in class org.knime.core.data.container.DataContainer
- Java property name to set a different threshold for the number of
cells to be held in main memory.
- PROPERTY_DATA -
Static variable in class org.knime.core.node.tableview.TableContentModel
- Property name of the event when the data table has changed.
- PROPERTY_EXPERT_MODE -
Static variable in class org.knime.core.node.KNIMEConstants
- Java property name that is used to identify whether KNIME is started
in expert mode or not (e.g.
- PROPERTY_HILITE -
Static variable in class org.knime.core.node.tableview.TableContentModel
- Property name of the event when hilite handler changes.
- PROPERTY_MAX_THREAD_COUNT -
Static variable in class org.knime.core.node.KNIMEConstants
- Java property name to specify the default max thread count variable
(can be set via preference page).
- PROPERTY_PREFERRED_RENDERER -
Static variable in interface org.knime.core.data.renderer.DataValueRenderer
- The property identifier that is read from, for instance the table view
to determine which particular renderer (from the set of available
renderers to a column) is to be used.
- PROPERTY_SPEC_CHANGED -
Static variable in class org.knime.base.node.io.filereader.PreviewTableContentView
- Property event ID when table spec has changed.
- PROPERTY_SYNCHRONOUS_IO -
Static variable in class org.knime.core.node.KNIMEConstants
- Java property to disable the asynchronous writing of KNIME tables.
- PROPERTY_TABLE_GZIP_COMPRESSION -
Static variable in class org.knime.core.node.KNIMEConstants
- Java property to enable/disable table stream compression.
- PROPERTY_TEMP_DIR -
Static variable in class org.knime.core.node.KNIMEConstants
- Java property name to specify the default temp directory for
KNIME temp files (such as data files).
- propertyChange(PropertyChangeEvent) -
Method in class org.knime.core.util.FilelistAccessory
-
- PropertyHandler - Interface in org.knime.core.data.property
- Parent of all PropertyHandlers (color, size, ...).
- Prototype - Class in org.knime.base.node.mine.cluster.assign
- This class represents a prototype.
- Prototype(double[]) -
Constructor for class org.knime.base.node.mine.cluster.assign.Prototype
- Prototype is initialized with double values.
- Prototype(double[], DataCell) -
Constructor for class org.knime.base.node.mine.cluster.assign.Prototype
- Prototype is initialized with double values and label.
- Pruner - Class in org.knime.base.node.mine.decisiontree2.learner
- Class implementing pruning schemes.
- PRUNING_ESTIMATED_ERROR -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The constant for estimated error pruning.
- PRUNING_MDL -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The constant for mdl pruning.
- PRUNING_NO -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The constant for estimated error pruning.
- PruningResult - Class in org.knime.base.node.mine.decisiontree2.learner
- A pruning result is the possibly new node and a quality value (e.g.
- PruningResult(double, DecisionTreeNode) -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.PruningResult
- Creates a pruning result from a node and its quality value (e.g.
- push(FlowObject) -
Method in class org.knime.core.node.workflow.FlowObjectStack
-
- pushBack() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated. After a call to this function the token returned with the last call to
the
nextToken()
function will be returned once again with
the next call the the nextToken()
function.
- pushBack() -
Method in class org.knime.core.util.tokenizer.Tokenizer
- After a call to this function the token returned with the last call to
the
nextToken()
function will be returned once again with
the next call the the nextToken()
function.
- pushFlowVariableDouble(String, double) -
Method in class org.knime.core.node.NodeModel
- Put a new variable of type double onto the stack.
- pushFlowVariableInt(String, int) -
Method in class org.knime.core.node.NodeModel
- Put a new variable of type integer onto the stack.
- pushFlowVariableString(String, String) -
Method in class org.knime.core.node.NodeModel
- Put a new variable of type String onto the stack.
- pushScopeVariableDouble(String, double) -
Method in class org.knime.core.node.NodeModel
- Deprecated. This method has been replaced by
NodeModel.pushFlowVariableDouble(String, double)
.
It will be removed in future versions.
- pushScopeVariableInt(String, int) -
Method in class org.knime.core.node.NodeModel
- Deprecated. This method has been replaced by
NodeModel.pushFlowVariableInt(String, int)
.
It will be removed in future versions.
- pushScopeVariableString(String, String) -
Method in class org.knime.core.node.NodeModel
- Deprecated. This method has been replaced by
NodeModel.pushFlowVariableString(String, String)
.
It will be removed in future versions.
- pushVariables(DataTableSpec, DataRow) -
Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
- Pushes the variable as given by the row argument onto the stack.
- putDataTable(Map<Integer, BufferedDataTable>, BufferedDataTable) -
Static method in class org.knime.core.node.BufferedDataTable
- Method that is used internally while the workflow is being loaded.
- putIntoTableRepository(HashMap<Integer, ContainerTable>) -
Method in class org.knime.core.data.container.ConcatenateTable
- Put this table into the global table repository.
- putIntoTableRepository(HashMap<Integer, ContainerTable>) -
Method in class org.knime.core.data.container.ContainerTable
- Put this table into the global table repository.
- putIntoTableRepository(HashMap<Integer, ContainerTable>) -
Method in class org.knime.core.data.container.JoinedTable
- Put this table into the global table repository.
- putIntoTableRepository(HashMap<Integer, ContainerTable>) -
Method in class org.knime.core.data.container.RearrangeColumnsTable
- Put this table into the global table repository.
- putIntoTableRepository(HashMap<Integer, ContainerTable>) -
Method in class org.knime.core.data.container.TableSpecReplacerTable
- Does nothing.
- putIntoTableRepository(HashMap<Integer, ContainerTable>) -
Method in class org.knime.core.data.container.WrappedTable
- Put this table into the global table repository.
- putIntoTableRepository(HashMap<Integer, ContainerTable>) -
Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
- Put this table into the global table repository.
- putIntoTableRepository(HashMap<Integer, ContainerTable>) -
Method in class org.knime.core.node.BufferedDataTable
- Called after execution of node has finished to put the tables that
are returned from the execute method into a global table repository.
- putNode(NodeID, NodeContainer) -
Method in class org.knime.core.node.workflow.Workflow
- Store NodeContainer with a given id.
- putOutputTablesIntoGlobalRepository(HashMap<Integer, ContainerTable>) -
Method in class org.knime.core.node.Node
- Enumerates the output tables and puts them into the global workflow
repository of tables.
Q
- QuantaMatrix2D - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
- Implements a 2D quanta matrix that holds for one dimension class values and
for the other dimension the intervals of discretization.
- QuantaMatrix2D(DiscretizationScheme, Map<String, Integer>) -
Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.QuantaMatrix2D
- Initializes a new 2D quanta matrix for class value - interval statistics.
- queue(PortObject[]) -
Method in class org.knime.core.node.workflow.NodeContainer
- Change state of marked (for execution) node to queued once it has been
assigned to a NodeExecutionJobManager.
- Quote - Class in org.knime.base.node.io.filetokenizer
- Deprecated. use
Quote
instead. Will be
removed in Ver3.0. - Quote(String, String, char, boolean) -
Constructor for class org.knime.base.node.io.filetokenizer.Quote
- Deprecated. Creates a new Quote object.
- Quote(String, String, char) -
Constructor for class org.knime.base.node.io.filetokenizer.Quote
- Deprecated. Creates a new Quote object.
- Quote(String, String, boolean) -
Constructor for class org.knime.base.node.io.filetokenizer.Quote
- Deprecated. Creates a new Quote object, without escape character, quotes being
removed from the token.
- Quote(String, String) -
Constructor for class org.knime.base.node.io.filetokenizer.Quote
- Deprecated. Creates a new Quote object, without escape character, quotes being
removed from the token.
- Quote(NodeSettingsRO) -
Constructor for class org.knime.base.node.io.filetokenizer.Quote
- Deprecated. Creates a new
Quote
object and sets its parameters from
the config
object.
- Quote - Class in org.knime.core.util.tokenizer
- Created for each quote pattern in the
FileTokenizer
keeping
its specifics. - Quote(String, String, char, boolean) -
Constructor for class org.knime.core.util.tokenizer.Quote
- Creates a new Quote object.
- Quote(String, String, char) -
Constructor for class org.knime.core.util.tokenizer.Quote
- Creates a new Quote object.
- Quote(String, String, boolean) -
Constructor for class org.knime.core.util.tokenizer.Quote
- Creates a new Quote object, without escape character, quotes being
removed from the token.
- Quote(String, String) -
Constructor for class org.knime.core.util.tokenizer.Quote
- Creates a new Quote object, without escape character, quotes being
removed from the token.
- Quote(NodeSettingsRO) -
Constructor for class org.knime.core.util.tokenizer.Quote
- Creates a new
Quote
object and sets its parameters from
the config
object.
- QuotePanel - Class in org.knime.base.node.io.csvwriter
-
- QuotePanel() -
Constructor for class org.knime.base.node.io.csvwriter.QuotePanel
-
- QuotePanel - Class in org.knime.base.node.io.filereader
- Dialog for the expert settings of the file reader dialog.
- QuotePanel(FileReaderNodeSettings) -
Constructor for class org.knime.base.node.io.filereader.QuotePanel
- This is the default constructor.
- quoteString(String, boolean) -
Method in class org.knime.base.node.io.csvwriter.CSVWriter
- Returns a string that can be written out to the file that is treated
(with respect to quotes) according to the current settings.
R
- 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
- The
NodeModel
for
RadialBasisFunctionLearnerRow
s. - 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.RadialCreator() -
Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject.RadialCreator
-
- RadialBasisFunctionPredictorNodeFactory - Class in org.knime.base.node.mine.bfn.radial
-
- RadialBasisFunctionPredictorNodeFactory() -
Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
-
- RadialBasisFunctionPredictorNodeModel - 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.
- RadialBasisFunctionPredictorNodeModel() -
Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeModel
-
- 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.
- 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.
- 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.
- 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() -
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.
- 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.FindPositionAll
-
- reachedMark() -
Method in class org.knime.core.node.tableview.FindPositionRowKey
-
- 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
-
- 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
-
- readByte() -
Method in class org.knime.core.data.container.DCObjectInputStream
-
- readByte() -
Method in class org.knime.core.data.container.LongUTFDataInputStream
-
- readChar() -
Method in class org.knime.core.data.container.DCObjectInputStream
-
- readChar() -
Method in class org.knime.core.data.container.LongUTFDataInputStream
-
- 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
- Reads a
DataCell
as written by the accompanying
write method
in class
DataCellDataOutput
.
- 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.
- readDouble() -
Method in class org.knime.core.data.container.DCObjectInputStream
-
- readDouble() -
Method in class org.knime.core.data.container.LongUTFDataInputStream
-
- readFields() -
Method in class org.knime.core.data.container.DCObjectInputStream
-
- readFloat() -
Method in class org.knime.core.data.container.DCObjectInputStream
-
- readFloat() -
Method in class org.knime.core.data.container.LongUTFDataInputStream
-
- 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
- Reads a table from a zip file that has been written using the
DataContainer.writeToZip(DataTable, File, ExecutionMonitor)
method.
- 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>) -
Static method in class org.knime.core.data.container.DataContainer
- Used in
BufferedDataContainer
to read
the tables from the workspace location.
- readFromZipDelayed(CopyOnAccessTask, DataTableSpec) -
Static method in class org.knime.core.data.container.DataContainer
- Used in
BufferedDataContainer
to read the
tables from the workspace location.
- readFromZipDelayed(ReferencedFile, DataTableSpec, int, Map<Integer, ContainerTable>) -
Static method in class org.knime.core.node.BufferedDataContainer
- Just delegates to
DataContainer.readFromZipDelayed(
ReferencedFile, DataTableSpec, int, Map)
This method is available in this class to enable other classes in this
package to use it.
- 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() -
Method in class org.knime.core.data.container.DCObjectInputStream
-
- readInt() -
Method in class org.knime.core.data.container.LongUTFDataInputStream
-
- 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
-
- readObjectFromFile(File, 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
-
- readParentSettings() -
Method in class org.knime.core.node.workflow.ObsoleteMetaNodeWorkflowPersistorVersion1xx
-
- readParentSettings() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- readParentSettings() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- 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
-
- 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.
- 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
-
- readUTF() -
Method in class org.knime.core.data.container.DCObjectInputStream
-
- readUTF() -
Method in class org.knime.core.data.container.LongUTFDataInputStream
-
- 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>) -
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
.
- RECOGNICTION_REGEX -
Static variable in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- The name of the settings tag which holds the recognition values the user
has entered in the dialog as
String
.
- reconfigureAllNodesOnlyInThisWFM() -
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.
- recycle(T, int) -
Method in class org.knime.core.util.ObjectPool
- Puts an object into the specified subpool.
- 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.
- 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.
- RegExpCellFactory - Class in org.knime.base.node.preproc.columnTrans
-
- RegExpCellFactory(DataTableSpec, String, int[], String) -
Constructor for class org.knime.base.node.preproc.columnTrans.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
- One input, one output.
- 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
-
- registerDriver(String) -
Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
- Registers given
Driver
at the DriverManager
.
- 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.
- 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...".
- 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.
- REGRESSION_MODE -
Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
- Indicates whether the MLP does regression with one output neuron.
- RegressionPortObject - Interface in org.knime.base.node.mine.regression
- Port object representing simple regression models.
- RegressionPredictorNodeFactory - Class in org.knime.base.node.mine.regression.predict
- Factory for linear regression predictor node.
- RegressionPredictorNodeFactory() -
Constructor for class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
-
- RegressionPredictorNodeModel - Class in org.knime.base.node.mine.regression.predict
- Node model for the linear regression predictor.
- RegressionPredictorNodeModel() -
Constructor for class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
- Initialization with 1 data input, 1 model input and 1 data output.
- release() -
Method in class org.knime.core.util.FileLocker
- Releases a previously aquired lock on the specified file.
- remove() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
- Removes this element from the double linked list.
- 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
- Throws
UnsupportedOperationException
as removal of datacells from
a row is not permitted.
- 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_ACTION -
Static variable in class org.knime.base.node.preproc.missingval.MissingValuePanel
- Identifier for property change event when Remove was 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.rowkey.RowKeyNodeModel
- 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.
- removeAll() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
- Removes all aggregation column.
- 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
- removeAllColumnFilterChangeListener() -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Removes all column filter change listener.
- 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
- Removes all column filter change listener.
- removeAllComments() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Removes all (!) comments from the tokenier settings.
- removeAllComments() -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- Removes all (!) comments from the tokenier settings.
- 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.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. 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.
- 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.
- 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.
- removeAllQuotes() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Removes all (!) quotes from the file reader settings.
- 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.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. removes all user defined whitespaces.
- removeAllWhiteSpaces() -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- removes all user defined whitespaces.
- 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.preproc.filter.column.FilterColumnPanel
- Removes the given listener from this filter column panel.
- 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
- 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.
- removeColumn(int...) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- removeColumns(Collection<String>) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- removeConfigEditTreeEventListener(ConfigEditTreeEventListener) -
Method in class org.knime.core.node.config.ConfigEditTreeModel
- Removes a registered listener.
- removeConnection(ConnectionContainer) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Remove connection.
- removeContentHandler(String) -
Method in class org.knime.core.node.port.pmml.PMMLMasterContentHandler
-
- removeCurve(EnrichmentPlotterSettings.Curve) -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
- Removes the given curve from the settings.
- 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.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. 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.
- 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.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.
- 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
-
- removeItemListener(ItemListener) -
Method in class org.knime.core.node.util.ColumnSelectionPanel
- Removes an item listener to the underlying combo box.
- removeJobManagerChangedListener(JobManagerChangedListener) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- removeListener(WorkflowListener) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Remove listener.
- 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
-
- 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.NodeOutPort
-
- removeNodeStateChangeListener(NodeStateChangeListener) -
Method in class org.knime.core.node.workflow.NodeOutPortWrapper
-
- removeOutputTablesFromGlobalRepository(HashMap<Integer, ContainerTable>) -
Method in class org.knime.core.node.Node
- Reverse operation to
Node.putOutputTablesIntoGlobalRepository(HashMap)
.
- 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.
- 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.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Removes the Quote object with the specified patterns from the list of
defined quotes.
- 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.
- removeRowDelimiter(String) -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
- Removes the row delimiter with the specified pattern.
- removeSelectionInterval(int, int) -
Method in class org.knime.core.util.NoSelectionListSelectionModel
-
- 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.
- 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
-
- 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.
- 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).
- 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.
- 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
- Create new model, does nothing fancy.
- 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.
- 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.rowkey.RowKeyNodeModel
- 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.
- ReplacedCellFactory - Class in org.knime.base.data.replace
- Convenience class that should be used if your
ReplacedCellsFactory
replaces only
one column. - 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.
- 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.
- 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
.
- 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.create.CollectionCreateNodeModel
- 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.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
- 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.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
- 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.csvwriter.CSVWriterNodeModel
- Ignored.
- 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.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.DBWriterNodeModel
- 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.filereader.FileReaderNodeModel
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
- 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.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.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.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.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
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
- 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.BasisFunctionPredictorNodeModel
- 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.learner.DecisionTreeLearnerNodeModel
- Resets all internal data.
- reset() -
Method in class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
- Sets the number of current threads to 1.
- reset() -
Method in class org.knime.base.node.mine.decisiontree2.predictor.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.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
- 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
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.mine.regression.predict.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.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
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- 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
- 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.binner.BinnerNodeModel
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
- 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.colcombine.ColCombineNodeModel
- 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.ColConvertNodeModel
- 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.colsort.ColumnResorterNodeModel
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeModel
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeModel
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
- Override this function in the derived model and reset your
NodeModel
.
- 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.DomainNodeModel
- 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.filter.column.FilterColumnNodeModel
- Resets the internal list of columns to exclude.
- reset() -
Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
- 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.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.RowFilterRefNodeModel
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
- Should reset the operator to the start values.
- 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.NewJoinerNodeModel
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeModel
- 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
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.preproc.pivot.PivotNodeModel
- 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.rowkey.RowKeyNodeModel
- 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.split.SplitNodeModel
- 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.transpose.TransposeTableNodeModel
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeModel
- 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
- 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.exttool.ExtToolOutputNodeModel
- 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.viz.condbox.ConditionalBoxPlotNodeModel
- Override this function in the derived model and reset your
NodeModel
.
- reset() -
Method in class org.knime.base.node.viz.enrichment.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
- Passes an empty
DotInfoArray
to the
.ScatterPlotterDrawingPane
.
- 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.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
- 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.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.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.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.tableview.FindPositionAll
- Reset position to row 0.
- reset() -
Method in class org.knime.core.node.tableview.FindPositionRowKey
- Reset position to row 0.
- reset() -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Reset underlying node and update state accordingly.
- resetAll() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Reset all nodes in this workflow.
- resetAllNodesInWFM() -
Method in class org.knime.core.node.workflow.WorkflowManager
- Reset all nodes in this workflow.
- resetAllNodesOnlyInThisWFM() -
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.
- resetAllViews() -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- Called when the underlying node is reset.
- resetAllViews() -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
- Called when the underlying node is reset.
- resetAndConfigureNode(NodeID) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Reset node and all executed successors of a specific node.
- 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
-
- resetHiding() -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Re-adds all remove/hidden columns to the exclude list.
- resetHiding() -
Method in class org.knime.core.node.util.ColumnFilterPanel
- Re-adds all remove/hidden columns 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
- Resets the number of covered pattern to zero and calls the abstract
BasisFunctionLearnerRow.reset()
.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.AggregationOperator
- Should reset the operator to the start values.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MaxOperator
- Should reset the operator to the start values.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MeanOperator
- Should reset the operator to the start values.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.MinOperator
- Should reset the operator to the start values.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.SumOperator
- Should reset the operator to the start values.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.NumericOperators.VarianceOperator
- Should reset the operator to the start values.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.ConcatenateOperator
- Should reset the operator to the start values.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.CountOperator
- Should reset the operator to the start values.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.FirstOperator
- Should reset the operator to the start values.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.LastOperator
- Should reset the operator to the start values.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.ListCellOperator
- Should reset the operator to the start values.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.ModeOperator
- Should reset the operator to the start values.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.SetCellOperator
- Should reset the operator to the start values.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueConcatenateOperator
- Should reset the operator to the start values.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueConcatenateWithCountOperator
- Should reset the operator to the start values.
- resetInternal() -
Method in class org.knime.base.node.preproc.groupby.aggregation.Operators.UniqueCountOperator
- 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.
- resetModel() -
Method in class org.knime.core.node.NodeModel
- Invokes the abstract
#reset()
method of the derived model.
- 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.
- resetTimeFields(Calendar) -
Static method in class org.knime.core.data.date.DateAndTimeCell
-
- resetToDefault() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated. 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.
- 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.
- 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.XMLContentHandler
-
- ResortedCellsRow - Class in org.knime.base.data.append.row
- 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.base.data.append.row.ResortedCellsRow
- Creates new row with
row
as underlying base row and
sort
the new sorting scheme.
- 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.
- returnAsSeparateToken() -
Method in class org.knime.base.node.io.filetokenizer.Comment
- Deprecated.
- returnAsSeparateToken() -
Method in class org.knime.core.util.tokenizer.Comment
-
- returnAsToken() -
Method in class org.knime.base.node.io.filetokenizer.Delimiter
- Deprecated.
- 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.core.data.renderer.AbstractPainterDataValueRenderer
- Overridden for performance reasons.
- REVERSE_TRIANGLE -
Static variable in class org.knime.core.data.property.ShapeFactory
- Name of and key for the reverse triangle.
- 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.binner.BinnerNodeDialogPane.IntervalItemPanel
- Right/open or left/closed interval bracket.
- RIGHT_PARTITION -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.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
-
- 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.
- ROCNodeModel.ROCCurve - Class in org.knime.base.node.viz.roc
- Small container class for a single ROC curve.
- ROCNodeModel.ROCCurve(String, double[], double[], double) -
Constructor for class org.knime.base.node.viz.roc.ROCNodeModel.ROCCurve
- Creates a new ROC curve container.
- 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
- This view plots a ROC curve for the classified data and prints the area under
the curve.
- ROCView(AccuracyScorerNodeModel) -
Constructor for class org.knime.base.node.mine.scorer.accuracy.ROCView
- 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
-
- 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.
- ROUNDING_FACTOR -
Static variable in class org.knime.base.node.viz.plotter.box.Box
- Constant for the rounding of the values shown in tooltip.
- ROW_KEY_COL_NAME -
Static variable in class org.knime.base.node.preproc.joiner.NewJoinerSettings
- Name of the row key column in the dialog.
- ROW_KEY_IDENTIFIER -
Static variable in class org.knime.base.node.preproc.joiner.NewJoinerSettings
- Internally used row key identifier.
- RowAppender - Interface in org.knime.core.data.container
- This is a very simple interface that allows adding
DataRow
s to
a DataTable
, DataContainer
, or anything else. - RowByColumnComparator - Class in org.knime.base.node.viz.histogram.impl.interactive
- Comparator used to sort
DataRow
s 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.
- RowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
- Used by the
RowFilterIterator
to determine whether a row should be filtered or not. - RowFilter() -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
-
- 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
- Used to create
RowFilter
objects from
NodeSettings
. - 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
- Creates a new row iterator wrapping an existing one and delivering only
rows that match the specified conditions.
- RowFilterIterator(DataTable, RowFilter) -
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
- Runtime exception that's thrown when the execution monitor's
ExecutionMonitor.checkCanceled()
method throws a
CanceledExecutionException
. - 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
- 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
- Reads the settings of the 'fileHasRowHeaders' checkbox and transfers them
into the internal settings object.
- RowIDRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
- A
RowFilter
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
-
- 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
-
- 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
.
- RowKeyCellMap - Class in org.knime.base.node.preproc.setoperator
- Maps a
RowKey
to a DataCell
. - RowKeyCellMap(RowKey, DataCell) -
Constructor for class org.knime.base.node.preproc.setoperator.RowKeyCellMap
- Constructor for class RowKeyCellMap.
- RowKeyNodeDialog - Class in org.knime.base.node.preproc.rowkey
- The node dialog of the row key manipulation node.
- RowKeyNodeDialog() -
Constructor for class org.knime.base.node.preproc.rowkey.RowKeyNodeDialog
- New dialog for configuring the the row key node.
- RowKeyNodeFactory - Class in org.knime.base.node.preproc.rowkey
- The node factory of the row key manipulation node.
- RowKeyNodeFactory() -
Constructor for class org.knime.base.node.preproc.rowkey.RowKeyNodeFactory
-
- RowKeyNodeModel - Class in org.knime.base.node.preproc.rowkey
- The node model of the row key manipulation node.
- RowKeyNodeModel() -
Constructor for class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
- Constructor for class RowKeyNodeModel.
- RowKeyUtil - Class in org.knime.base.node.preproc.rowkey
- Provides methods to append a new row with the row key values or
to replace the row key by the values of another column.
- RowKeyUtil() -
Constructor for class org.knime.base.node.preproc.rowkey.RowKeyUtil
-
- 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
- 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.
- rowsSelected() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
-
- 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
-
- 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.
- 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
- A rule consists of a condition part (antecedant) and an outcome (consequent).
- Rule(String, DataTableSpec) -
Constructor for class org.knime.base.node.rules.Rule
- Creates a new rule by parsing a rule string.
- Rule.Operators - Enum in org.knime.base.node.rules
- 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
-
- RuleEngineNodeFactory - Class in org.knime.base.node.rules
- This factory creates all necessary object for the business rule node.
- RuleEngineNodeFactory() -
Constructor for class org.knime.base.node.rules.RuleEngineNodeFactory
-
- RuleEngineNodeModel - Class in org.knime.base.node.rules
- This is the model for the business rule node.
- RuleEngineNodeModel() -
Constructor for class org.knime.base.node.rules.RuleEngineNodeModel
- Creates a new model.
- RuleEngineSettings - Class in org.knime.base.node.rules
- This class contains all settings for the business rule node.
- RuleEngineSettings() -
Constructor for class org.knime.base.node.rules.RuleEngineSettings
-
- RuleNode - Interface in org.knime.base.node.rules
- Very simple interface for rule node.
- RuleNodeFactory - Class in org.knime.base.node.rules
- This utility class has function to create all kinds of rule nodes.
- rules() -
Method in class org.knime.base.node.rules.RuleEngineSettings
- 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() -
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 -
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
-
- runInvisible(Callable<T>) -
Method in class org.knime.core.util.ThreadPool
- Executes the runnable in the current thread.
- runOrInvokeLaterInEDT(Runnable) -
Static method in class org.knime.core.node.util.ViewUtils
- Executes the specified runnable some time in the Swing Event Dispatch
Thread.
S
- 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.
- 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
- Saves this object to the given settings object.
- save(ConfigWO) -
Method in class org.knime.base.data.util.DataCellStringMapper
- Saves the
DataCellStringMapper
> to the given ConfigWO
.
- save(ModelContentWO, ExecutionMonitor) -
Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
- Saves this object to model content object.
- save(ModelContentWO) -
Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
- 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
- Saves the
Prototype
to a ModelContentWO
object.
- 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
- Saves the regression model into the model content object.
- 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(ConfigWO) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
- Saves this object to a config.
- save(ModelContentWO, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
- Saves this object to model content object.
- 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(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
- Saves the table spec name and all
DataColumnSpec
s to the given
ConfigWO
object.
- 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(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
- Saves the underlying
ColorModel
to the given
Config
by adding the ColorModel
class as
String and calling
ColorHandler.ColorModel.save(ConfigWO)
within the model.
- 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.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, 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(Config, OutputStream) -
Static method in class org.knime.core.node.config.XMLConfig
- Saves given Config into an XML stream.
- save(NodeSettingsWO) -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- Saves parameters that customize this instance.
- 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.Node.SettingsLoaderAndWriter
-
- save(Node, ReferencedFile, ExecutionMonitor, boolean) -
Method in class org.knime.core.node.NodePersistorVersion200
- Saves the node, node settings, and all internal structures, spec, data,
and models, to the given node directory (located at the node file).
- 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(OutputStream) -
Method in class org.knime.core.node.port.pmml.PMMLPortObject
- Writes the port object to valid PMML.
- save(NodeSettingsWO) -
Method in class org.knime.core.node.port.PortType
-
- 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(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.FlowVariable
- Saves this flow variable to a settings object.
- save(NodeSettingsWO) -
Method in class org.knime.core.node.workflow.NodeContainer.NodeContainerSettings
- Save all properties (currently only job manager) to argument.
- save(NodeContainer, NodeSettingsWO) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
-
- 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(SingleNodeContainer, ReferencedFile, ExecutionMonitor, boolean) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
-
- save(NodeSettingsWO) -
Method in interface org.knime.core.node.workflow.UIInformation
- Stores all contained information into the given configuration.
- save(File, ExecutionMonitor, boolean) -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- save(WorkflowManager, ReferencedFile, ExecutionMonitor, boolean) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- 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
-
- saveAdditionalSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.io.database.DBQueryNodeDialogPane
- This method can be overridden to save additional settings to the given
settings object.
- saveAdditionalSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeDialog
- This method can be overridden to save additional settings to the given
settings object.
- saveAdditionalSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeDialog
- 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.
- saveColumnAggregators(NodeSettingsWO, List<ColumnAggregator>) -
Static method in class org.knime.base.node.preproc.groupby.aggregation.ColumnAggregator
-
- 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) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveCustomDescription(NodeSettingsWO, NodeContainer) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
-
- saveCustomName(Node, NodeSettingsWO) -
Method in class org.knime.core.node.NodePersistorVersion200
-
- saveCustomName(NodeSettingsWO, NodeContainer) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
-
- 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.
- 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) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveFlowObjectStack(NodeSettingsWO, SingleNodeContainer) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
-
- saveHasContent(Node, NodeSettingsWO) -
Method in class org.knime.core.node.NodePersistorVersion200
-
- saveHistogramInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
- Called from the
AbstractHistogramNodeModel.saveInternals(File, ExecutionMonitor)
method
to let the histogram implementation save own internal data.
- saveHistogramInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
- Called from the
AbstractHistogramNodeModel.saveInternals(File, ExecutionMonitor)
method
to let the histogram implementation save own internal data.
- saveHistogramInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
- Called from the
AbstractHistogramNodeModel.saveInternals(File, ExecutionMonitor)
method
to let the histogram implementation save own internal data.
- saveIndividualsColSettings(ColSetting[], NodeSettingsWO) -
Static method in class org.knime.base.node.preproc.missingval.ColSetting
- 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) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveInportsBarUIInfoClassName(NodeSettingsWO, UIInformation) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveInportsBarUIInfoSettings(NodeSettingsWO, UIInformation) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveInPortsEnumSetting(NodeSettingsWO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveInPortSetting(NodeSettingsWO, int) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveInPortsSetting(NodeSettingsWO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveInternalHeldTables(Node, ReferencedFile, NodeSettingsWO, ExecutionMonitor, boolean) -
Method in class org.knime.core.node.NodePersistorVersion200
-
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
- 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.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
- 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.tablerowtovariable.TableToVariableNodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
- 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.csvwriter.CSVWriterNodeModel
- 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.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.DBWriterNodeModel
- 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.filereader.FileReaderNodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
- 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.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.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.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.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
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
- 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.BasisFunctionPredictorNodeModel
- 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.learner.DecisionTreeLearnerNodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.decisiontree2.predictor.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.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
- 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
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.regression.predict.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.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
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- 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
- 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.binner.BinnerNodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
- 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.colcombine.ColCombineNodeModel
- 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.ColConvertNodeModel
- 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.colsort.ColumnResorterNodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
- Save internals of the derived
NodeModel
.
- 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.DomainNodeModel
- 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.filter.column.FilterColumnNodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
- 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.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.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.NewJoinerNodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeModel
- 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
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.pivot.PivotNodeModel
- 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.rowkey.RowKeyNodeModel
- 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.split.SplitNodeModel
- 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.transpose.TransposeTableNodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeModel
- 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
- 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.exttool.ExtToolOutputNodeModel
- 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.viz.condbox.ConditionalBoxPlotNodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.base.node.viz.enrichment.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
- Saves the converted
DataArray
.
- 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.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
- 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(ReferencedFile) -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- Save the internals of this instance to the target directory.
- 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.Node
-
- saveInternals(File, ExecutionMonitor) -
Method in class org.knime.core.node.NodeModel
- Save internals of the derived
NodeModel
.
- saveInternals(ReferencedFile) -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
- Save the internals of this instance to the target directory.
- saveIsDeletable(NodeSettingsWO, NodeContainer) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
-
- saveIsMeta(NodeSettingsWO, NodeContainer) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- 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) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
-
- saveMetaColSettings(ColSetting[], NodeSettingsWO) -
Static method in class org.knime.base.node.preproc.missingval.ColSetting
- Saves the meta settings to a config object.
- saveModel(Config) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- saveModelInternal(Config) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- saveModelInternal(Config) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
- saveModelInternal(Config) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
- saveModelInternal(Config) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
- saveNodeContainer(NodeSettingsWO, ReferencedFile, NodeContainer, ExecutionMonitor, boolean) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveNodeExecutionJob(NodeSettingsWO, NodeContainer) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
-
- saveNodeExecutionJobManager(NodeSettingsWO, NodeContainer) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
-
- saveNodeExecutionJobReconnectInfo(NodeSettingsWO) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- saveNodeFactoryClassName(NodeSettingsWO, SingleNodeContainer) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
-
- saveNodeFileName(NodeSettingsWO, ReferencedFile) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
-
- saveNodeIDSuffix(NodeSettingsWO, NodeContainer) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- 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) -
Method in class org.knime.core.node.NodePersistorVersion200
-
- saveNodeMessage(NodeSettingsWO, NodeContainer) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
-
- saveNodeSettings(NodeID, NodeSettingsWO) -
Method in class org.knime.core.node.workflow.WorkflowManager
- write node settings into Settings object.
- 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.
- saveOutPort(NodeSettingsWO, WorkflowManager, int) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveOutportsBarUIInfoClassName(NodeSettingsWO, UIInformation) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveOutportsBarUIInfoSettings(NodeSettingsWO, UIInformation) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveOutPortsEnumSetting(NodeSettingsWO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveOutPortSetting(NodeSettingsWO, int) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveOutPortsSetting(NodeSettingsWO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- 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.
- savePort(Node, File, NodeSettingsWO, ExecutionMonitor, int, boolean) -
Method in class org.knime.core.node.NodePersistorVersion200
-
- 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(PMMLPortObjectSpec, PortObjectSpecZipOutputStream) -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecSerializer
- 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.
- savePorts(Node, ReferencedFile, NodeSettingsWO, ExecutionMonitor, boolean) -
Method in class org.knime.core.node.NodePersistorVersion200
-
- 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
-
- saveReconnectSettings(NodeExecutionJob, NodeSettingsWO) -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
- 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(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.condition.LoopEndConditionSettings
- 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.knn.KnnSettings
- Saves the settings into the given node settings object.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
- Do not call this function - rather call
RowFilter.saveSettingsTo(NodeSettingsWO)
.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
- Do not call this function - rather call
RowFilter.saveSettingsTo(NodeSettingsWO)
.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated. Do not call this function - rather call
RowFilter.saveSettingsTo(NodeSettingsWO)
.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
- Do not call this function - rather call
RowFilter.saveSettingsTo(NodeSettingsWO)
.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
- Do not call this function - rather call
RowFilter.saveSettingsTo(NodeSettingsWO)
.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
- Do not call this function - rather call
RowFilter.saveSettingsTo(NodeSettingsWO)
.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
- Do not call this function - rather call
RowFilter.saveSettingsTo(NodeSettingsWO)
.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
- Do not call this function - rather call
RowFilter.saveSettingsTo(NodeSettingsWO)
.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
- Do not call this function - rather call
RowFilter.saveSettingsTo(NodeSettingsWO)
.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
- Do not call this function - rather call
RowFilter.saveSettingsTo(NodeSettingsWO)
.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
- Do not call this function - rather call
RowFilter.saveSettingsTo(NodeSettingsWO)
.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
- Do not call this function - rather call
RowFilter.saveSettingsTo(NodeSettingsWO)
.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
- Do not call this function - rather call
RowFilter.saveSettingsTo(NodeSettingsWO)
.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.joiner.NewJoinerSettings
- Saves the settings into the node settings object.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.missingval.ColSetting
- Save settings to config object.
- saveSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
- Do not call this function - rather call
RowFilter.saveSettingsTo(NodeSettingsWO)
.
- 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
- Do not call this function - rather call
RowFilter.saveSettingsTo(NodeSettingsWO)
.
- 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
- 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.enrichment.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.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) -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- saveSettingsForConnections(NodeSettingsWO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
- Save connections in an own sub-config object.
- 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.SettingsModelBoolean
- 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.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.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.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.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.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.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.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.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.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) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
- Save nodes in an own sub-config object as a series of configs.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
- 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.node.flowvariable.appendvariabletotable.AppendToTableNodeDialogPane
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
-
- 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.tablerowtovariable.TableToVariableNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeDialogPane
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
-
- 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.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.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.DBDialogPane
- Save 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
- 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.DBReaderDialogPane
- Invoked when the settings need to be applied.
- 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.DBSQLTypesPanel
- Saves SQL types by column name.
- 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.def.DefaultTableNodeModel
- 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
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
- Writes the current user settings into a configuration object.
- 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.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.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.LoopEndNodeDialog
- Invoked when the settings need to be applied.
- 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.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
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
- 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.BasisFunctionPredictorNodeDialog
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
- 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.learner.DecisionTreeLearnerNodeModel
- Saves the class column and the classification value in the settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.mine.decisiontree2.predictor.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.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
- 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
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerDialog
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
- Saves the settings to the node settings object.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
- Sets the selected columns inside the
AccuracyScorerNodeModel
.
- 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.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
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- 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
- 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.binner.BinnerNodeDialogPane
-
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.binner.BinnerNodeModel
- 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.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.colcombine.ColCombineNodeDialog
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
- 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.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.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.colsort.ColumnResorterNodeDialog
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.colsort.ColumnResorterNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeDialogPane
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- 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.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.double2int.DoubleToIntNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeDialog
- Sets the list of columns to exclude inside the underlying
FilterColumnNodeModel
retrieving them from the filter panel.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnNodeModel
- 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.ColumnFilterRefNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeModel
- 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.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.RowFilter
- 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.RowFilterRefNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
-
- 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.NewJoinerNodeDialog
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.joiner.NewJoinerNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeDialogPane
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeDialog
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeModel
- 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
- 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.PivotNodeModel
- 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.rowkey.RowKeyNodeModel
- 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
- Sets the list of columns to include and the sorting order list inside the
underlying
SorterNodeModel
retrieving them from the
SorterNodeDialogPanel
.
- 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.split.SplitNodeDialog
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.split.SplitNodeModel
- 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.transpose.TransposeTableNodeModel
- Adds to the given
NodeSettings
the model specific
settings.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeModel
- 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
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.rules.RuleEngineNodeModel
- 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.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.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.enrichment.EnrichmentPlotterDialog
- Invoked when the settings need to be applied.
- saveSettingsTo(NodeSettingsWO) -
Method in class org.knime.base.node.viz.enrichment.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.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
- 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.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.Node
- Saves the settings (but not the data).
- 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 class org.knime.core.node.util.FileSelectionPanel
- Saves all settings to settings object.
- saveSNCSettings(NodeSettingsWO) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Saves the SingleNodeContainer settings such as the job executor to the
argument node settings object.
- saveSNCSettings(NodeSettingsWO, SingleNodeContainer) -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
-
- 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) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion200
-
- 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
-
- saveToConfig(NodeSettingsWO) -
Method in class org.knime.base.node.io.filetokenizer.Comment
- Deprecated. Writes the object into a
NodeSettings
object.
- saveToConfig(NodeSettingsWO) -
Method in class org.knime.base.node.io.filetokenizer.Delimiter
- Deprecated. Writes the object into a
NodeSettings
object.
- saveToConfig(NodeSettingsWO) -
Method in class org.knime.base.node.io.filetokenizer.Quote
- Deprecated. Writes the object into a
NodeSettings
object.
- 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.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
- Saves all settings into a
NodeSettingsWO
object.
- saveToConfiguration(NodeSettingsWO) -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
- Writes all settings into the passed configuration object.
- saveToConfiguration(NodeSettingsWO) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Saves all settings into a
NodeSettings
object.
- 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.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.
- saveToModelContent(ModelContentWO) -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
-
- saveToModelContent(ModelContentWO) -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
- Saves the itemsets to the model.
- saveToModelContent(ModelContentWO) -
Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
- Saves this model to a
ModelContentWO
object.
- saveToModelContent(Config) -
Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
- Saves this scheme to a
ModelContentWO
object.
- saveToModelContent(Config) -
Method in class org.knime.base.node.preproc.discretization.caim2.Interval
- Saves this interval to a
ModelContentWO
object.
- 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
- Save this bin.
- saveToSettings(NodeSettingsWO) -
Method in class org.knime.base.node.preproc.binner.NumericBin
- Save this bin.
- 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.Config
- Writes this Config to the given stream as XML.
- saveToXML(OutputStream) -
Method in interface org.knime.core.node.config.ConfigRO
- Saves this
Config
into the given stream in XML format.
- saveUIInfoClassName(NodeSettingsWO, UIInformation) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveUIInfoSettings(NodeSettingsWO, UIInformation) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- 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.
- saveWarningMessage(Node, NodeSettingsWO) -
Method in class org.knime.core.node.NodePersistorVersion200
-
- saveWorkflowName(NodeSettingsWO, String) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- saveWorkflowVariables(WorkflowManager, NodeSettingsWO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- 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
- Holds a matrix of
ScatterMatrixElement
s. - 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
DotInfo
s. - 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
- Creates the scatter matrix elements as rectangles with a x and y coordinates,
passes these
ScatterMatrixElement
s
to the
ScatterMatrixDrawingPane
. - 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.
- ScatterMatrixPlotter.TransformationMouseListener() -
Constructor for class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
-
- ScatterMatrixProperties - Class in org.knime.base.node.viz.plotter.scattermatrix
- Extends the
MultiColumnPlotterProperties
by adding a
ScatterPlotterAppearanceTab
. - 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
- Default constructor with
ScatterPlotterDrawingPane
and
ScatterPlotterProperties
.
- 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
- Extends the
DefaultVisualizationNodeView
by
adding an additional menu to show, fade or hide unhilited dots. - ScatterPlotterNodeView(NodeModel, 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
DataType
s.
- 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.
- 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.
- secondTableColumn() -
Method in class org.knime.base.node.preproc.joiner.NewJoinerSettings
- Returns the join column's name from the second table.
- secondTableColumn(String) -
Method in class org.knime.base.node.preproc.joiner.NewJoinerSettings
- Sets the join column's name from the second table.
- 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.
- 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
-
- selectAllNoneNumericalRows() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
- Selects all none numerical rows.
- selectAllNumericalRows() -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnPanel
- Selects all numerical rows.
- 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
-
- 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.columnTrans.Many2OneColNodeModel
- 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.columnTrans.Many2OneColNodeModel
- 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_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.rowkey.RowKeyNodeModel
- 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
.
- 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
-
- SelectionManager - Interface in org.knime.base.node.mine.sota.view.interaction
-
- selectTab(String) -
Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
- Brings the specified tab to front and shows its components.
- 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
- Returns the parsed rule in string representation.
- 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(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.
- SerializerMethodLoader - Class in org.knime.core.internal
- Utility class to invoke static methods on classes to retrieve a serializer
factory.
- SerializerMethodLoader.Serializer<T> - Interface in org.knime.core.internal
- Creates new static serializer object.
- serialVersionUID -
Static variable in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
- object version for serialization.
- 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 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
- Sets the new count value at the specified index.
- 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.base.node.preproc.filter.column.FilterColumnPanel
- Setter for the original "Add All" button.
- setAddAllButtonText(String) -
Method in class org.knime.core.node.util.ColumnFilterPanel
- Setter for the original "Add All" button.
- setAddButtonText(String) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Setter for the original "Add" 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
- 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
-
- 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
-
- 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
-
- setAggregationMethod(int[], AggregationMethod) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- 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.PMMLRegressionContentHandler
-
- setAllEnabled(boolean) -
Method in class org.knime.base.node.mine.svm.learner.KernelPanel
- Sets all components in the panel in the enabled state.
- 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
-
- 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).
- setArchitecture(Architecture) -
Method in class org.knime.base.data.neural.MultiLayerPerceptron
- Sets the architecture.
- 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
-
- 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.
- setBarRectangle(Rectangle2D, int, List<Color>, AbstractHistogramVizModel.HistogramHiliteCalculator) -
Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
-
- setBaseLine(Integer) -
Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
- Indicates if a base line should be drawn.
- setBestQualityMeasure(double) -
Method in class org.knime.base.node.mine.decisiontree2.learner.Split
- To set the quality index once calculated by the detailed
implementatioins.
- 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
-
- setBinWidth(int) -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- setBlobAddress(BlobDataCell.BlobAddress) -
Method in class org.knime.core.data.container.BlobDataCell
- Set Blob address (which can't be
null
).
- setBooleanValue(boolean) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
- set the value stored to the new value.
- 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
-
- 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.regexsplit.RegexSplitSettings
-
- 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.
- setCellHilited(boolean) -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Sets the hilit flag to the cell without recursive method call.
- setCellSelected(boolean) -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Sets the select flag to the cell without recursive method call.
- setCharsetName(String) -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
- Set the new character set name that will be used the next time a new
input reader is created (see
FileReaderSettings.createNewInputReader()
).
- 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.
- 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.viz.roc.ROCSettings
- Sets the name of the class column.
- setClassCreator(ClassCreator) -
Static method in class org.knime.core.eclipseUtil.GlobalClassCreator
- overwrite ClassCreator to be used by everybody.
- 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
- Sets the class value of the
DoubleVector
.
- setClosed(boolean) -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
- Sets whether this set is closed or not.
- setClusterCoverage(int[]) -
Method in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
-
- setClusterLabels(String[]) -
Method in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
-
- setClusterValue(int, int, double) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
- Sets a value in a cluster prototype.
- 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.tableview.DataCellHeaderRenderer
- Set the color information for the next cell to be rendered.
- 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.
- setColSeparator(String) -
Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- setColumn(String) -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- 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
-
- 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.
- 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.
- setColumns(int) -
Method in class org.knime.base.node.mine.sota.view.JMultiLineToolTip
- Set given number of columns.
- setColumnSpec(DataColumnSpec) -
Method in class org.knime.base.node.io.filereader.ColProperty
-
- 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.
- setCombineMultipleDelimiters(boolean) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. if set true multiple different (but consecutive) delimiters are combined,
that is ignored (unless they are supposed to be returned).
- 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(Vector<Comment>) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. sets comment objects to the settings structure.
- 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.
- 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.
- setComparisonMeasure(PMMLClusterPortObject.ComparisonMeasure) -
Method in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
-
- 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.
- setConsiderAttribute(int, boolean) -
Method in class org.knime.base.node.mine.decisiontree2.learner.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
-
- 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
-
- setCoveredColors(HashMap<Color, Double>) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Sets the covered colors distribution directly.
- 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.
- 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
-
- setCustomName(String) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- 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
-
- setDataFileLocationAndUpdateTableName(URL) -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
- Sets the location of the file to read data from.
- 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
- Updates the column selection with the
DataTableSpec
of the
DataArray
with index 0.
- 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.
- SetDataValue - Interface in org.knime.core.data.collection
- Additionally provides 'contains' functionality.
- 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.
- setDBQueryConnection(DatabaseQueryConnectionSettings) -
Method in class org.knime.core.node.port.database.DatabaseReaderConnection
- Sets anew connection object.
- setDBSize(int) -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
-
- 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.
- setDefaultChild(int) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
-
- setDefaultLabel(String) -
Method in class org.knime.base.node.rules.RuleEngineSettings
- Sets the label that should be used if no rule matches.
- setDefaultTabTitle(String) -
Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
- Sets the title of the default tab that is created and used until you call
DefaultNodeSettingsPane.createNewTab(java.lang.String)
.
- setDegree(int) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.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.WorkflowPersistor.ConnectionContainerTemplate
-
- setDelimiter(String) -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- setDelimiters(Vector<Delimiter>) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. sets delimiter objects to the settings structure.
- 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
-
- setDestPort(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
-
- setDimension(int) -
Method in class org.knime.base.node.mine.sota.logic.SotaHelper
- Sets the given dimension.
- 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() -
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.SingleNodeContainer
- Overridden to also ensure that outport tables are "open" (node directory
is deleted upon save() - so the tables are better copied into temp).
- 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 interface org.knime.core.node.NodePersistor
- Sets the dirty flag on this node.
- setDirtyAfterLoad() -
Method in class org.knime.core.node.NodePersistorVersion1xx
- Sets the dirty flag on this node.
- setDirtyAfterLoad() -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
- Mark node as dirty.
- setDirtyAfterLoad() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
- Mark as dirty.
- setDirtyAfterLoad() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
- Mark node as dirty.
- setDiscretizationModel(DiscretizationModel) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
- Sets the
DiscretizationModel
to be visulized by this view.
- 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
-
- setDomain(DataColumnDomain) -
Method in class org.knime.core.data.DataColumnSpecCreator
- Set (new) domain.
- 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
-
- 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
-
- 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
- For normal behavior, this method should is by the
AbstractPlotter
only.
- setDragStart(Point) -
Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
- For normal behavior, this method should is by the
AbstractPlotter
only.
- 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
-
- 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.preproc.filter.column.FilterColumnPanel
- Enables or disables all components on this panel.
- 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
- Deprecated. rather use the component's
DialogComponent.EmptySettingsModel
to
enable/disable the component.
- 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.ColumnFilterPanel
- 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.FilesHistoryPanel
-
- setEnabledComponents(boolean) -
Method in class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentLabel
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumber
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentString
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
- This method is called by the above (final)
DialogComponent.setEnabled(boolean)
method.
- setEnabledComponents(boolean) -
Method in class org.knime.core.node.util.FileSelectionPanel
- Enables components if enabled is true, otherwise components will be
disabled.
- 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 class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Sets the given end x coordinate.
- setEndX(int) -
Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
- Sets the given end x coordinate.
- setEndY(int) -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Sets the given end y coordinate.
- setEndY(int) -
Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
- Sets the given end y coordinate.
- setEnvps(String...) -
Method in class org.knime.base.node.util.exttool.CommandExecution
-
- 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.
- 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
- 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.
- setExcludeTitle(String) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Sets the title of the exclude panel.
- 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.util.ColumnFilterPanel
- 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.
- 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
-
- setExecutionJob(NodeExecutionJob) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- setFixCell(DataCell) -
Method in class org.knime.base.node.preproc.missingval.ColSetting
-
- setFixedWidth(int) -
Method in class org.knime.base.node.mine.sota.view.JMultiLineToolTip
- Sets the fixed width.
- setFlowObjectStack(FlowObjectStack) -
Method in class org.knime.core.node.config.ConfigEditJTree
-
- setFlowObjectStack(FlowObjectStack) -
Method in class org.knime.core.node.config.ConfigEditTreeNodePanel
-
- setFlowObjectStack(FlowObjectStack) -
Method in class org.knime.core.node.Node
-
- setFlowObjectStack(FlowObjectStack) -
Method in class org.knime.core.node.NodeModel
-
- setFlowObjectStack(FlowObjectStack) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- Set
FlowObjectStack
.
- setFont(Font) -
Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
-
- 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.
- setForeground(Color) -
Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
- Overrides
JComponent.setForeground
to assign
the unselected-foreground color to the specified color.
- setFrequentItemsets(Collection<FrequentItemSet>) -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
-
- 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.
- setGuessNumOfCols(boolean) -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- setGUIMustReportDataLoadErrors(boolean) -
Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowLoadResult
-
- setHasContent(boolean) -
Method in class org.knime.core.node.NodeModel
- Sets the hasContent flag and fires a state change event.
- 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.
- 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
-
- 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.
- 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
- Sets the new
AbstractHistogramVizModel
.
- 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.
- 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.
- setIgnoredCols(List<DataColumnSpec>) -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
- setIgnoredColsNames(List<String>) -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
- setIgnoreDelimsAtEndOfRowUserValue(boolean) -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
- Sets the "is user set" flag and stores the user value.
- 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.
- 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
-
- setIncludeAll(boolean) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
-
- setIncludedColumns(String[]) -
Method in class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotterProperties
- Sets the columns which were used for model calculation.
- 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.
- setIncludeTitle(String) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Sets the title of the include panel.
- 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.util.ColumnFilterPanel
- Sets the title of the include panel.
- setInData(DataArray) -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
- Sets in data.
- setIndexOfBlobInColumn(int) -
Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
- Set the corresponding address.
- 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.NewJoinerNodeModel
- This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) -
Method in class org.knime.base.node.preproc.pivot.PivotNodeModel
- This implementation is empty.
- setInHiLiteHandler(int, HiLiteHandler) -
Method in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
- 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.unpivot.UnpivotNodeModel
- 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.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.SingleNodeContainer
- Set a new HiLiteHandler for an incoming connection.
- 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.
- 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.
- setInputVariableName(String) -
Method in class org.knime.core.node.FlowVariableModel
-
- setInternalHeldTables(BufferedDataTable[]) -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- setInternalHeldTables(BufferedDataTable[]) -
Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- setInternalTables(BufferedDataTable[]) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
- 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.
- 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
-
- setItems(List<Integer>) -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
- Adds a set of items.
- setJitterRate(int) -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
-
- 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(NodeExecutionJobManager) -
Method in class org.knime.core.node.workflow.SingleNodeContainer
- 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.
- 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
- Sets a new selection for the keep all columns box.
- setKernel(Kernel) -
Method in class org.knime.base.node.mine.svm.PMMLSVMPortObject
-
- setKey(String) -
Method in class org.knime.core.node.config.AbstractConfigEntry
- Set a new key.
- setKNIMEHomeDir(File) -
Static method in class org.knime.core.internal.KNIMEPath
- Set the knime home dir.
- setKNIMETempDir(File) -
Static method in class org.knime.core.node.KNIMEConstants
- Set a new location for the KNIME temp directory.
- 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
-
- setLabelText(String) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
-
- 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
-
- setLeadSelectionIndex(int) -
Method in class org.knime.core.util.NoSelectionListSelectionModel
-
- setLearningCols(List<DataColumnSpec>) -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
- setLearningColsNames(List<String>) -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
- 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
- The parent of the node can be set only once, if the left child is
already set an
IllegalArgumentException
is thrown.
- setLeftOpen(boolean) -
Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
-
- setLeftValue(Double) -
Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
-
- 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
- Sets an new minimum logging level for all internal appenders, that are,
log file, and
System.out
and System.err
appender.
- 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.
- setLineContinuationCharacter(char) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. Adds support for line continuation in tokens and quoted strings.
- setLineContinuationCharacter(char) -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- Adds support for line continuation in tokens and quoted strings.
- setLineFirstPoint(int, int) -
Method in class org.knime.base.node.mine.regression.linear.view.LinRegLineDrawingPane
- Set first point of regression line.
- setLineLastPoint(int, int) -
Method in class org.knime.base.node.mine.regression.linear.view.LinRegLineDrawingPane
- 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.base.node.preproc.filter.column.FilterColumnPanel
- Set the renderer that is used for both list in this panel.
- setListCellRenderer(ListCellRenderer) -
Method in class org.knime.core.node.util.ColumnFilterPanel
- Set the renderer that is used for both list in this panel.
- setLiteral(boolean) -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- 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.
- setLoopEndNode(Node) -
Method in class org.knime.core.node.Node
-
- 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
-
- 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
.
- setLowerWhiskers(int) -
Method in class org.knime.base.node.viz.plotter.box.Box
-
- 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.
- 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.
- 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.
- setMaxNumIterations(int) -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Set maximum number of iterations for batch mode.
- 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.
- setMaxRange(double) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
- Sets a new max value of the range.
- setMaxRowsForView(int) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.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.
- 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.
- setMemoryPolicy(SingleNodeContainer.MemoryPolicy) -
Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
- Store a new memory policy in this settings object.
- setMessage(String) -
Method in class org.knime.core.node.DefaultNodeProgressMonitor
- Displays the message as given by the argument.
- setMessage(String) -
Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
- Displays the message as given by the argument.
- setMessage(String) -
Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
- Displays the message as given by the argument.
- setMessage(String) -
Method in class org.knime.core.node.ExecutionMonitor
-
- setMessage(String) -
Method in interface org.knime.core.node.NodeProgressMonitor
- Displays the message as given by the argument.
- setMessage(NodeMessage) -
Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
- Set a node message.
- setMethod(int) -
Method in class org.knime.base.node.preproc.missingval.ColSetting
-
- 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
-
- 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.
- 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.
- 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.
- setModel(TreeModel) -
Method in class org.knime.core.node.config.ConfigEditJTree
- Overwritten to fail on model implementations which are not of class
ConfigEditTreeModel
.
- 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
- Sets a new model for this view The argument
must be instance of
TableRowHeaderModel
.
- setModelName(String) -
Method in class org.knime.base.node.mine.regression.PMMLRegressionContentHandler
-
- setModelSettings(NodeSettings) -
Method in class org.knime.core.node.Node.SettingsLoaderAndWriter
-
- setMouseDown(boolean) -
Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
- For normal behavior, this method should is by the
AbstractPlotter
only.
- setMultiLine(boolean) -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- 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.node.viz.plotter.parcoord.ParallelAxis
-
- setName(String) -
Method in class org.knime.core.data.DataColumnSpecCreator
- Set (new) column name.
- 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.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).
- setNameMapping(List<String>) -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
-
- setNameMapping(List<String>) -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
-
- setNameMapping(List<String>) -
Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRulePortObject
- Sets a new name mapping.
- 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 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.NodePersistorVersion1xx
- 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.SingleNodeContainerPersistorVersion1xx
- Indicate that node should be reset after load (due to load problems).
- setNeedsResetAfterLoad() -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
- Indicate that this node should better be reset after load.
- setNewcolName(String) -
Method in class org.knime.base.node.rules.RuleEngineSettings
- Sets the name of the new column containing the matching rule's outcome.
- setNewColumnName(String) -
Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
- Sets a new column name or
null
.
- 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
-
- 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
- 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
-
- setNodeContainerDirectory(ReferencedFile) -
Method in class org.knime.core.node.workflow.NodeContainer
-
- setNodeExecutionResult(NodeExecutionResult) -
Method in class org.knime.core.node.workflow.execresult.SingleNodeContainerExecutionResult
-
- setNodeIDSuffix(int) -
Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
-
- setNodeIDSuffix(int) -
Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- setNodeIDSuffix(int) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- 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
-
- 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
-
- 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
-
- 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.
- setNrOutputNeurons(int) -
Method in class org.knime.base.data.neural.Architecture
- Sets the number of output neurons.
- 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.learner.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.
- setNumClusters(int) -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
- Set number of clusters.
- setNumOfCols(int) -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- 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, boolean) -
Constructor for class org.knime.base.node.preproc.setoperator.SetOperationTable
- Constructor for class 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
-
- setOutPortsBarUIInfo(UIInformation) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Set UI information for workflow's output ports
(typically aligned as a bar).
- setOutputVariableName(String) -
Method in class org.knime.core.node.FlowVariableModel
-
- setOwner(NodeID) -
Method in class org.knime.core.node.workflow.FlowObject
-
- setOwnerRecursively(Node) -
Method in class org.knime.core.node.BufferedDataTable
-
- setPaintCrossForMissing(boolean) -
Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
- If to paint a cross for missing values (if false a '?' is written).
- 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.
- setParent(DecisionTreeNode) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Set parent of this node.
- setParent(BinaryTreeNode<T>) -
Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
- The parent of the node can be set only once, if the parent is already set
an
IllegalArgumentException
is thrown.
- setParent(AbstractConfigEntry) -
Method in class org.knime.core.node.config.AbstractConfigEntry
- Sets the parent for this entry which is null if not available.
- setPattern(String) -
Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
-
- 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
- Sets the current
PolicyStrategy
.
- setPolicy(String) -
Method in class org.knime.base.util.coordinate.Coordinate
- Sets the current
PolicyStrategy
.
- 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
-
- setPortObject(int, PortObject) -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- setPortObjects(PortObject[]) -
Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- setPortObjectSpec(int, PortObjectSpec) -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- setPortObjectSpecs(PortObjectSpec[]) -
Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
-
- setPortObjectSummary(int, String) -
Method in class org.knime.core.node.NodePersistorVersion1xx
-
- setPositiveClass(DataCell) -
Method in class org.knime.base.node.viz.roc.ROCSettings
- Sets the value from the class column that represents the "positive"
class.
- 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.
- setPreferredLength(int) -
Method in class org.knime.base.node.viz.plotter.Axis
- Sets the preferred size of the component.
- setPrefix(String) -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
- Set information about this node, e.g.
- 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
-
- setPreserveSettings(boolean) -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
- Sets the flag that determines if settings are reset if a new data
location is entered in the dialog.
- setPreviousIndex(int) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- setPreviousSpec(DataTableSpec) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- setPrintedErrorOnMissing(boolean) -
Method in class org.knime.base.data.join.JoinedTable
-
- setPrintedErrorOnSorting(boolean) -
Method in class org.knime.base.data.join.JoinedTable
-
- setProgress(int, int, RowKey, ExecutionMonitor) -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.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.BasisFunctionPredictorCellFactory
- 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
- 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
- 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.columnTrans.AbstractMany2OneCellFactory
- 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
- This method is called when a row has been processed.
- setProgress(int, int, 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
- 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) -
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(String) -
Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
- Delegates to parent.
- setProgress(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(String, boolean) -
Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
- Internal setter method, subject to override in silent progress mon.
- setProgress(double, String) -
Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
- Sets a new progress value.
- 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(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(String) -
Method in interface org.knime.core.node.NodeProgressMonitor
- Displays the message as given by the argument.
- setProjectOnly(boolean) -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
-
- setProperties(DataColumnProperties) -
Method in class org.knime.core.data.DataColumnSpecCreator
- Set (new) column properties.
- 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
-
- 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.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. sets quote objects to the settings structure.
- setQuotes(Vector<Quote>) -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
- sets quote objects to the settings structure.
- 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).
- setRectangle(Rectangle2D, AbstractHistogramVizModel.HistogramHiliteCalculator) -
Method in class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
-
- setRegressionTable(PMMLRegressionPortObject.RegressionTable) -
Method in class org.knime.base.node.mine.regression.PMMLRegressionContentHandler
-
- setRelativeSize(double) -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
-
- setRemoveAllButtonText(String) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Setter for the original "Remove All" button.
- setRemoveAllButtonText(String) -
Method in class org.knime.core.node.util.ColumnFilterPanel
- Setter for the original "Remove All" button.
- setRemoveButtonText(String) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Setter for the original "Remove" 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
- Setter for the original "Remove" button.
- setRemoveQuotes(boolean) -
Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
-
- setRenderer(DataValueRenderer) -
Method in class org.knime.core.node.tableview.TableRowHeaderView
- Set a new renderer for our column.
- setReplaceInputColumn(boolean) -
Method in class org.knime.base.collection.list.split.CollectionSplitSettings
-
- setReplaceSeparatorInStrings(boolean) -
Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- 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.
- 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
- * The parent of the node can be set only once, if the right child is
already set an
IllegalArgumentException
is thrown.
- setRightOpen(boolean) -
Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
-
- setRightValue(Double) -
Method in class org.knime.base.node.preproc.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(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
.
- setRowCount(int, boolean) -
Method in class org.knime.core.node.tableview.TableContentModel
- Used by the row counter thread to inform about new rows.
- 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.
- setRowIDSelected() -
Method in class org.knime.core.node.util.ColumnSelectionPanel
- Selects the RowID item in the item list if a RowID entry exists.
- setSavedForDisconnect(boolean) -
Method in class org.knime.core.node.workflow.NodeExecutionJob
-
- setScatterMatrixElements(ScatterMatrixElement[][]) -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
-
- setSectionColor(List<PieSectionDataModel>) -
Static method in class org.knime.base.node.viz.pie.datamodel.PieDataModel
-
- 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
- Sets the names of the columns that should be used for the regression.
- 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.
- setSelectedDots(Set<RowKey>) -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
- for extending classes the possibility to set the selected dots.
- 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.base.node.preproc.stringreplacer.dict.FilesHistoryPanel
- 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.
- setSelectedString(String) -
Method in class org.knime.core.node.util.StringHistoryPanel
- Set the default entry.
- 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
-
- 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.util.NoSelectionListSelectionModel
-
- setSelectionModel(ListSelectionModel) -
Method in class org.knime.core.node.util.ColumnSelectionList
-
- setSelectMode(int) -
Method in class org.knime.core.node.util.FilesHistoryPanel
- Sets the select mode for the file chooser dialog.
- setSeparatorReplacement(String) -
Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- setSettings(FileTokenizerSettings) -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizer
- Deprecated. Set new user settings in this tokenizer.
- setSettings(TokenizerSettings) -
Method in class org.knime.core.util.tokenizer.Tokenizer
- Set new user settings in this tokenizer.
- 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
.
- 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
-
- 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.
- 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(int) -
Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
-
- setSize(double) -
Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
-
- 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
-
- 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.
- setSortAscending(boolean) -
Method in class org.knime.base.node.viz.aggregation.util.AggrValModelComparator
-
- setSota(SotaManager) -
Method in class org.knime.base.node.mine.sota.SotaPortObject
- Sets the given
SotaManager
.
- setSplitAttribute(String) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- 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 class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Sets the given start x coordinate.
- setStartX(int) -
Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
- Sets the given start x coordinate.
- setStartY(int) -
Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
- Sets the given start y coordinate.
- setStartY(int) -
Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
- Sets the given start y coordinate.
- setState(NodeContainer.State) -
Method in class org.knime.core.node.workflow.NodeContainer
- Set new status and notify listeners.
- setState(NodeContainer.State, boolean) -
Method in class org.knime.core.node.workflow.NodeContainer
- Set new status and notify listeners.
- setStatus(SingleNodeContainer.MemoryPolicy) -
Method in class org.knime.core.node.MiscSettingsTab
- Select the radio button for the given policy.
- setStringArrayValue(String[]) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
- set the value stored to (a copy of) the new value.
- 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
-
- 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
-
- 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.filereader.FileReaderSettings
-
- setSuppRight(double) -
Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
- Sets the right support border.
- setSvms(Svm[]) -
Method in class org.knime.base.node.mine.svm.PMMLSVMPortObject
-
- 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.
- 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.
- setTableName(String) -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
- Sets a new name for the table created by this node.
- setTailNode(NodeID) -
Method in class org.knime.core.node.workflow.FlowLoopContext
-
- setTargetCol(DataColumnSpec) -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
- Puts argument into set and call
PMMLPortObjectSpecCreator.setTargetCols(List)
.
- setTargetColName(String) -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
- Puts argument into set and call
PMMLPortObjectSpecCreator.setTargetColsNames(List)
.
- setTargetCols(List<DataColumnSpec>) -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
- setTargetColsNames(List<String>) -
Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
-
- setTargetColumn(String) -
Method in class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotterProperties
- Sets the target column.
- setTargetColumn(String) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
- Sets the name of the target column that holds the dependent variable.
- 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.
- 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.
- 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.
- 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.
- 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.
- SettingsModelColumnName - Class in org.knime.core.node.defaultnodesettings
- Extends the
SettingsModelString
to provide the SettingsModelColumnName.useRowID()
method to check if the RowID should be used instead of a column. - 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
.
- 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.
- 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.
- 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
-
- SettingsModelPCADimensions.ArraySpinnerModel(int[]) -
Constructor for class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
-
- 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.base.node.io.filereader
- Deprecated. use
SettingsStatus
instead.
Will be removed in Ver3.0. - SettingsStatus() -
Constructor for class org.knime.base.node.io.filereader.SettingsStatus
- Deprecated. Creates a new status object with no messages.
- 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.
- 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.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.DialogComponentColumnFilter
- 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.DialogComponentDoubleRange
- 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.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.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).
- setTotalChange(double) -
Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
-
- 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.
- setType(DataType) -
Method in class org.knime.core.data.DataColumnSpecCreator
- Set (new) column type.
- setUIInfo(UIInformation) -
Method in class org.knime.core.node.workflow.ConnectionContainer
-
- setUIInfo(UIInformation) -
Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
-
- setUIInfo(UIInformation) -
Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
-
- setUIInfo(UIInformation) -
Method in class org.knime.core.node.workflow.NodeContainerMetaPersistorVersion1xx
-
- setUIInformation(UIInformation) -
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
-
- 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
-
- setUpperBound(DataCell) -
Method in class org.knime.core.data.DataColumnDomainCreator
- Sets (new) upper bound which can be
null
.
- setUpperWhiskers(int) -
Method in class org.knime.base.node.viz.plotter.box.Box
-
- 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.
- setUseHierarchicalFuzzyData(boolean) -
Method in class org.knime.base.node.mine.sota.logic.SotaManager
-
- 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
-
- 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
-
- 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) -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
-
- setValue(Object) -
Method in class org.knime.core.data.date.DateAndTimeValueRenderer
-
- 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.BitVectorValueStringRenderer
-
- 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.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
- 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(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.
- setValueAt(Object, int, int) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel
-
- 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<DataCell>) -
Method in class org.knime.core.data.DataColumnDomainCreator
- Sets a (new)
Set
of possible values which can be
null
.
- 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
-
- setVariablesOfInterest(FlowVariable[]) -
Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
-
- setVariablesOfInterest(FlowVariable[]) -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
-
- setVariablesSettings(NodeSettings) -
Method in class org.knime.core.node.Node.SettingsLoaderAndWriter
-
- 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.
- 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
-
- 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
-
- setWeight(int, double) -
Method in class org.knime.base.data.neural.Perceptron
- Sets weight at given position.
- 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.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. sets whitespaces to the settings structure.
- 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.
- setWorkflowManager(WorkflowManager) -
Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowLoadResult
-
- setWorkspaceDir(File) -
Static method in class org.knime.core.internal.KNIMEPath
- Set the workspace directory.
- 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
-
- 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
- Sets the x coordinates for the current
AbstractHistogramVizModel
.
- 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
-
- 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
- Sets the y coordinates for the current
AbstractHistogramVizModel
.
- 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
-
- sgn(double) -
Static method in class org.knime.base.data.neural.methods.RProp
- Method computes the sign of a double number.
- 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.
- ShapeFactory.Shape() -
Constructor for class org.knime.core.data.property.ShapeFactory.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
PortObject
implementation for ShapeHandlerPortObject
which are part of a DataTableSpec
.- 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.
- 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
- The shape manager factory which creates a
ShapeManagerNodeDialogPane
. - 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
-
- 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.
- shouldFixModelPortOrder() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- shouldFixModelPortOrder() -
Method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
-
- 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.ObsoleteMetaNodeWorkflowPersistorVersion1xx
- This is overridden by the meta node loader (1.x.x) and returns
true for the "special" nodes.
- shouldSkipThisNode(NodeSettingsRO) -
Method in class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
- This is overridden by the meta node 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
- 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.
- 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
- Deprecated. This method has been replaced by
TableContentModel.setTableContentFilter(TableContentFilter)
.
- showHiLitedOnly(boolean) -
Method in class org.knime.core.node.tableview.TableContentView
- Deprecated. Implementors should refer to
getContentModel().setTableContentFilter(TableContentFilter)
- showHiLitedOnly(boolean) -
Method in class org.knime.core.node.tableview.TableView
- Deprecated. Implementors should refer to
getContentModel().setTableContentFilter(TableContentFilter)
- 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.
- 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
- Deprecated. This method has been replaced by
TableContentModel.getTableContentFilter()
- showsHiLitedOnly() -
Method in class org.knime.core.node.tableview.TableContentView
- Deprecated. Implementors should refer to
getContentModel().getTableContentFilter()
- showsHiLitedOnly() -
Method in class org.knime.core.node.tableview.TableView
- Deprecated. Implementors should refer to
getContentModel().getTableContentFilter()
- 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(Perceptron[]) -
Constructor for class org.knime.base.data.neural.SigmoidPerceptron
- Constructs a perceptron with given predecessors, weights initialized
randomly.
- SigmoidPerceptron() -
Constructor for class org.knime.base.data.neural.SigmoidPerceptron
- Constructs an empty perceptron.
- 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.
- 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.
- 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.
- SingleNodeContainer - Class in org.knime.core.node.workflow
- Holds a node in addition to some status information.
- SingleNodeContainer(WorkflowManager, Node, NodeID) -
Constructor for class org.knime.core.node.workflow.SingleNodeContainer
- Create new SingleNodeContainer based on existing Node.
- SingleNodeContainer(WorkflowManager, NodeID, SingleNodeContainerPersistor) -
Constructor for class org.knime.core.node.workflow.SingleNodeContainer
- Create new SingleNodeContainer from persistor.
- 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.
- SingleNodeContainer.SingleNodeContainerSettings() -
Constructor for class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
- Creates a settings object with default values.
- SingleNodeContainer.SingleNodeContainerSettings(NodeSettingsRO) -
Constructor for class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
- Creates a new instance holding the settings contained in the
specified object.
- SingleNodeContainerExecutionResult - Class in org.knime.core.node.workflow.execresult
- Specialized execution result for
SingleNodeContainer
. - SingleNodeContainerExecutionResult() -
Constructor for class org.knime.core.node.workflow.execresult.SingleNodeContainerExecutionResult
-
- SingleNodeContainerPersistor - Interface in org.knime.core.node.workflow
-
- SingleNodeContainerPersistorVersion1xx - Class in org.knime.core.node.workflow
-
- SingleNodeContainerPersistorVersion1xx(WorkflowPersistorVersion1xx, String) -
Constructor for class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- SingleNodeContainerPersistorVersion200 - Class in org.knime.core.node.workflow
-
- SingleNodeContainerPersistorVersion200(WorkflowPersistorVersion200, String) -
Constructor for class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion200
-
- 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 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.container.Buffer
- Get the row count.
- 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.DataColumnProperties
- Get the number of properties in this object.
- 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
PortObject
implementation for SizeHandlerPortObject
which are part of a DataTableSpec
.- 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.
- 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.
- 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
- Skips the current class,
BasisFunctionIterator.next()
will then return the first basis
function of the next class.
- skipColHeaderIfFileExists() -
Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
-
- skippedEntity(String) -
Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
- 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.
- 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.
- SmilesTypeHelper - Class in org.knime.base.node.io.filereader
- This a a little helper class that enables the FileReader to create
SmilesCells if the chem-Plugin is available.
- 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.
- sortBy(FrequentItemSetTable.Sorter) -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable
- Sorts the table by the given sorter (support or itemset length).
- sortCollection(Collection<String>) -
Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
-
- sortDataRows(int) -
Method in class org.knime.base.node.mine.decisiontree2.learner.InMemoryTable
- Sorts the data rows of this table in ascending order on the given
attribute index.
- 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, 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.
- 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.
- 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.
- SortItem - Class in org.knime.base.node.preproc.sorter
- The SortItem is a JPanel with a JComboBox and two JRadioButtons.
- 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).
- 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
-
- 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.
- SotaDrawingPane.PaneController() -
Constructor for class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
-
- 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.
- 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.
- 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
-
- 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.
- 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
- 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
-
- 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
-
- SotaTreeViewPropsPanel.SotaTreeViewPanelController() -
Constructor for class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel.SotaTreeViewPanelController
-
- SotaUtil - Class in org.knime.base.node.mine.sota.logic
-
- 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, 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
- Use the
SparseBitVectorCellFactory
to create instances of this
cell.
- 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.
- 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
- Use the
SparseBitVectorCellFactory
to create instances of this
cell.
- SparseByteVectorCellFactory - Class in org.knime.core.data.vector.bytevector
- Used to created
DataCell
s holding a SparseByteVector
. - 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.
- spec -
Variable in class org.knime.core.node.Node.Output
-
- 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.learner
- 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.learner.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.learner.DecisionTreeLearnerNodeModel
- The constant for the gain ratio split quality measure.
- SPLIT_QUALITY_GINI -
Static variable in class org.knime.base.node.mine.decisiontree2.learner.DecisionTreeLearnerNodeModel
- The constant for the gini index split quality measure.
- SplitContinuous - Class in org.knime.base.node.mine.decisiontree2.learner
- 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.learner.SplitContinuous
- Constructs the best split for the given numeric attribute list and the
class distribution.
- SplitFinder - Class in org.knime.base.node.mine.decisiontree2.learner
- Finds the best split for a given
InMemoryTable
. - SplitFinder(InMemoryTable, SplitQualityMeasure, boolean, double, boolean, int) -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.SplitFinder
- Finds the best split for the given data.
- SplitNodeDialog - Class in org.knime.base.node.preproc.split
- Dialog with a column filter which is used to define the split of the columns.
- SplitNodeDialog() -
Constructor for class org.knime.base.node.preproc.split.SplitNodeDialog
- Creates new dialog.
- SplitNodeFactory - Class in org.knime.base.node.preproc.split
- Factory for node that splits one input table into two table, each containing
only a subset of the columns.
- SplitNodeFactory() -
Constructor for class org.knime.base.node.preproc.split.SplitNodeFactory
-
- SplitNodeModel - Class in org.knime.base.node.preproc.split
- NodeModel with one input, two outputs.
- SplitNodeModel() -
Constructor for class org.knime.base.node.preproc.split.SplitNodeModel
- Split node model with one data in-port and two data out-ports.
- SplitNominal - Class in org.knime.base.node.mine.decisiontree2.learner
- Super class for all nominal split variants.
- SplitNominal(InMemoryTable, int, SplitQualityMeasure) -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.SplitNominal
- Constructs the best split for the given attribute list and the class
distribution.
- SplitNominalBinary - Class in org.knime.base.node.mine.decisiontree2.learner
- 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.learner.SplitNominalBinary
- Constructs the best split for the given nominal attribute.
- SplitNominalNormal - Class in org.knime.base.node.mine.decisiontree2.learner
- This class determines the best split for a nominal attribute.
- SplitNominalNormal(InMemoryTable, int, SplitQualityMeasure, double) -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.SplitNominalNormal
- Constructs the best split for the given nominal attribute.
- SplitQualityGainRatio - Class in org.knime.base.node.mine.decisiontree2.learner
- Implements the gain ratio split quality measure.
- SplitQualityGainRatio() -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGainRatio
-
- SplitQualityGini - Class in org.knime.base.node.mine.decisiontree2.learner
- Implements the gini index split quality measure.
- SplitQualityGini() -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGini
-
- SplitQualityMeasure - Class in org.knime.base.node.mine.decisiontree2.learner
- The abstract class for split quality measures like gini or gain ratio.
- SplitQualityMeasure() -
Constructor for class org.knime.base.node.mine.decisiontree2.learner.SplitQualityMeasure
-
- SQL_TYPE_DATEANDTIME -
Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
- Default SQL-type for Date.
- SQL_TYPE_DOUBLE -
Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
- Default SQL-type for Doubles.
- SQL_TYPE_INTEGER -
Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
- Default SQL-type for Integers.
- SQL_TYPE_STRING -
Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
- Default SQL-type for Strings.
- SquareRootMappingMethod - Class in org.knime.base.util.coordinate
-
- SquareRootMappingMethod() -
Constructor for class org.knime.base.util.coordinate.SquareRootMappingMethod
-
- STANDARD_RENDERER -
Static variable in class org.knime.core.data.renderer.ComplexNumberValueRenderer
- Singleton for ordinary representation.
- STANDARD_RENDERER -
Static variable in class org.knime.core.data.renderer.DoubleValueRenderer
- Singleton for ordinary representation.
- standardDeviation(double[][]) -
Static method in class org.knime.base.util.math.StatisticUtils
- Calculates the standard deviation for each column of the given input
matrix.
- start(BundleContext) -
Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodePlugin
- This method is called upon plug-in activation.
- 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
-
- startDocument() -
Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
- startElement(String, String, String, Attributes) -
Method in class org.knime.base.node.mine.cluster.PMMLClusterHandler
-
- startElement(String, String, String, Attributes) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeHandler
-
- startElement(String, String, String, Attributes) -
Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkHandler
-
- startElement(String, String, String, Attributes) -
Method in class org.knime.base.node.mine.regression.PMMLRegressionContentHandler
-
- startElement(String, String, String, Attributes) -
Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
-
- startElement(String, String, String, Attributes) -
Method in class org.knime.base.node.mine.svm.PMMLSVMHandler
-
- startElement(String, String, String, Attributes) -
Method in class org.knime.core.node.config.XMLContentHandler
-
- startElement(String, String, String, Attributes) -
Method in class org.knime.core.node.port.pmml.DataDictionaryContentHandler
-
- startElement(String, String, String, Attributes) -
Method in class org.knime.core.node.port.pmml.ExtractModelTypeHandler
-
- startElement(String, String, String, Attributes) -
Method in class org.knime.core.node.port.pmml.MiningSchemaContentHandler
-
- startElement(String, String, String, Attributes) -
Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
- startElement(String, String, String, Attributes) -
Method in class org.knime.core.node.port.pmml.PMMLMasterContentHandler
-
- 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
-
- startPrefixMapping(String, String) -
Method in class org.knime.core.node.port.pmml.PMMLContentHandler
-
- 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.
- Statistics2NodeDialogPane - Class in org.knime.base.node.viz.statistics
- Node dialog for the Statistics node.
- Statistics2NodeDialogPane() -
Constructor for class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
- Default constructor.
- Statistics2NodeFactory - Class in org.knime.base.node.viz.statistics
- Factory class for the Statistics Node.
- Statistics2NodeFactory() -
Constructor for class org.knime.base.node.viz.statistics.Statistics2NodeFactory
- Empty default constructor.
- Statistics2NodeModel - Class in org.knime.base.node.viz.statistics
- The StatisticsNodeModel creates a new StatisticTable based on the input data
table.
- Statistics2NodeModel() -
Constructor for class org.knime.base.node.viz.statistics.Statistics2NodeModel
- One input and one output.
- Statistics2NodeView - Class in org.knime.base.node.viz.statistics
- The view shows the statistical information.
- Statistics2NodeView(Statistics2NodeModel) -
Constructor for class org.knime.base.node.viz.statistics.Statistics2NodeView
- Constructs a
NodeView
consisting of statistical values.
- Statistics2Table - Class in org.knime.base.data.statistics
- New statistic table utility class to compute statistical moments, such as
mean, variance, column sum, count missing values, min/max values, median,
and count occurrences of all possible values.
- Statistics2Table(BufferedDataTable, boolean, int, List<String>, ExecutionContext) -
Constructor for class org.knime.base.data.statistics.Statistics2Table
- Create new statistic table from an existing one.
- StatisticsTable - Class in org.knime.base.data.statistics
- Deprecated. use
Statistics2Table
- 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.
- STDDEV -
Static variable in class org.knime.base.node.preproc.pivot.PivotAggregationMethod
- Method computes the variance over all values.
- 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.
- stop(BundleContext) -
Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodePlugin
- This method is called when the plug-in is stopped.
- 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.
- 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.
- 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() -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
- Don't use created filter without loading settings before.
- 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.
- 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
- Creates a new 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
-
- 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.
- 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
-
- 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.
- 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.
- StringValue - Interface in org.knime.core.data
- Interface of a
StringCell
, forces method to
return string value. - StringValue.StringUtilityFactory - Class in org.knime.core.data
- Implementations of the meta information of this value class.
- StringValue.StringUtilityFactory() -
Constructor for class org.knime.core.data.StringValue.StringUtilityFactory
- Only subclasses are allowed to instantiate this class.
- 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. - subAppend(LoggingEvent) -
Method in class org.knime.core.util.LogfileAppender
-
- SubgroupMinerDialog - Class in org.knime.base.node.mine.subgroupminer
- The dialog for the subgroup miner node.
- SubgroupMinerDialog() -
Constructor for class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog
- Constructs the dialog for the subgroup miner node by adding the needed
default dialog components.
- SubgroupMinerFactory - Class in org.knime.base.node.mine.subgroupminer
- The factory for the SubgroupMiner Node.
- SubgroupMinerFactory() -
Constructor for class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory
-
- SubgroupMinerModel - Class in org.knime.base.node.mine.subgroupminer
- The SubgroupMinerModel searches for frequent itemsets with an apriori
algorithm using a prefixtree structure.
- SubgroupMinerModel() -
Constructor for class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- Creates an instance of the SubgroubMinerModel.
- 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.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.
- 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
.
- SUCCESS -
Static variable in interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus
- Represents a successful execution.
- suffix() -
Method in class org.knime.base.node.preproc.joiner.NewJoinerSettings
- Returns the suffix that is appended to duplicate columns from the second
table if the duplicate handling method is
JoinMode.AppendSuffix
.
- suffix(String) -
Method in class org.knime.base.node.preproc.joiner.NewJoinerSettings
- Sets the suffix that is appended to duplicate columns from the second
table if the duplicate handling method is
JoinMode.AppendSuffix
.
- SUM -
Static variable in class org.knime.base.node.preproc.pivot.PivotAggregationMethod
- Method computes the sum over all values.
- 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).
- 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.
- 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
-
- 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
-
- SVMLearnerNodeModel - Class in org.knime.base.node.mine.svm.learner
-
- SVMLearnerNodeModel() -
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
- This
CellFactory
produces the class values for each
input DataRow
. - SVMPredictor(Svm[], int[]) -
Constructor for class org.knime.base.node.mine.svm.predictor.SVMPredictor
- Constructor.
- SVMPredictorNodeFactory - Class in org.knime.base.node.mine.svm.predictor
- SVMPredictor NodeFactory.
- SVMPredictorNodeFactory() -
Constructor for class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
-
- SVMPredictorNodeModel - Class in org.knime.base.node.mine.svm.predictor
- NodeModel of the SVM Predictor Node.
- SVMPredictorNodeModel() -
Constructor for class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
- Constructor, one model and data input, one (classified) data output.
- sweep(boolean) -
Method in class org.knime.core.node.workflow.WorkflowManager
- Performs sanity check on workflow.
- 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.
T
- TABLE_PLACE_HOLDER -
Static variable in class org.knime.base.node.io.database.DBQueryNodeModel
- Place holder for the database input view.
- TABLE_PLACEHOLDER -
Static variable in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
- Place holder
<table>
.
- tableChanged(TableModelEvent) -
Method in class org.knime.core.node.tableview.TableContentView
-
- tableChanged(TableModelEvent) -
Method in class org.knime.core.node.tableview.TableRowHeaderView
- Resets all individual row heights as the super implementation
deletes the private SizeSequence field.
- TableContentInterface - Interface in org.knime.core.node.tableview
- Interface used by the row header view of a table.
- TableContentModel - Class in org.knime.core.node.tableview
- Proprietary implementation of a model for a table view.
- TableContentModel() -
Constructor for class org.knime.core.node.tableview.TableContentModel
- Creates a new TableContentModel with empty content.
- TableContentModel(DataTable) -
Constructor for class org.knime.core.node.tableview.TableContentModel
- Creates a new TableContentModel displaying
data
.
- TableContentModel(DataTable, HiLiteHandler) -
Constructor for class org.knime.core.node.tableview.TableContentModel
- Creates a new TableContentModel displaying
data
.
- TableContentModel.TableContentFilter - Enum in org.knime.core.node.tableview
- Possible hilite filter incarnations.
- TableContentView - Class in org.knime.core.node.tableview
- Table view on a
DataTable
. - TableContentView() -
Constructor for class org.knime.core.node.tableview.TableContentView
- Creates empty content view.
- TableContentView(TableContentModel) -
Constructor for class org.knime.core.node.tableview.TableContentView
- Creates new
TableContentView
based on a given
TableContentModel
.
- TableContentView(DataTable) -
Constructor for class org.knime.core.node.tableview.TableContentView
- Creates new
TableContentView
based on a
DataTable
.
- TableNodeFactory - Class in org.knime.base.node.viz.table
- Factory to create model and view for a table node.
- TableNodeFactory() -
Constructor for class org.knime.base.node.viz.table.TableNodeFactory
-
- TableNodeModel - Class in org.knime.base.node.viz.table
- Node model for a table view.
- TableNodeModel() -
Constructor for class org.knime.base.node.viz.table.TableNodeModel
- Constructs a new (but empty) model.
- TableNodeView - Class in org.knime.base.node.viz.table
- Table view on a
DataTable
. - TableNodeView(TableNodeModel) -
Constructor for class org.knime.base.node.viz.table.TableNodeView
- Starts a new
TableNodeView
displaying "<no data>".
- TableRowHeaderModel - Class in org.knime.core.node.tableview
- Model for a Row Header view in a table view that displays a
DataTable
. - TableRowHeaderModel(TableModel) -
Constructor for class org.knime.core.node.tableview.TableRowHeaderModel
- Instantiates a new
TableRowHeaderModel
based on a
TableModel
.
- TableRowHeaderView - Class in org.knime.core.node.tableview
- Row Header for a table view on a
DataTable
. - TableSpecReplacerTable - Class in org.knime.core.data.container
- Table that only replaces the data table spec of an underlying table.
- TableSpecReplacerTable(BufferedDataTable, DataTableSpec) -
Constructor for class org.knime.core.data.container.TableSpecReplacerTable
- Creates new table.
- TableToVariableNodeFactory - Class in org.knime.base.node.flowvariable.tablerowtovariable
-
- TableToVariableNodeFactory() -
Constructor for class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
-
- TableToVariableNodeModel - Class in org.knime.base.node.flowvariable.tablerowtovariable
-
- TableToVariableNodeModel() -
Constructor for class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
- One in, one output.
- TableView - Class in org.knime.core.node.tableview
- Panel containing a table view on a generic
DataTable
. - TableView() -
Constructor for class org.knime.core.node.tableview.TableView
- Creates new empty
TableView
.
- TableView(TableContentView) -
Constructor for class org.knime.core.node.tableview.TableView
- Creates new instance of a
TableView
given a content view.
- TableView(TableContentModel) -
Constructor for class org.knime.core.node.tableview.TableView
- Constructs new View by calling
this(new TableContentView(model))
.
- TableView(DataTable) -
Constructor for class org.knime.core.node.tableview.TableView
- Creates new instance of a
TableView
based on a
DataTable
.
- TableView(DataTable, HiLiteHandler) -
Constructor for class org.knime.core.node.tableview.TableView
- Creates new instance of a
TableView
based on a
DataTable
.
- TableView.TableAction - Class in org.knime.core.node.tableview
- Action associate with the table.
- TableView.TableAction(KeyStroke, String) -
Constructor for class org.knime.core.node.tableview.TableView.TableAction
-
- TableViewFrame - Class in org.knime.core.node.tableview
- Frame for a
TableContentView
. - TableViewFrame(TableContentView) -
Constructor for class org.knime.core.node.tableview.TableViewFrame
- Opens new frame and displays the
TableContentView
in a
scroll pane.
- TableViewFrame(DataTable) -
Constructor for class org.knime.core.node.tableview.TableViewFrame
- Creates a new frame by initializing a new
TableContentView
and displays it.
- TARGET_COLUMNS -
Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
- Key of the target column.
- targetColumn() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
- Returns the target column's name.
- targetColumn(String) -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
- Sets the target column's name.
- targetColumn() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartSettings
- Returns the target column's name.
- targetColumn(String) -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartSettings
- Sets the target column's name.
- targetColumn() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
- Returns the target column's name.
- targetColumn() -
Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
- Returns the target column containing the real class values.
- targetColumn(String) -
Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
- sets the target column containing the real class values.
- TC_ESCAPE -
Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
- The byte being used to escape the next byte.
- TC_TERMINATE -
Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
- The byte being used as block terminate.
- TempTreeNodeContainer - Class in org.knime.base.node.mine.decisiontree2
-
- TempTreeNodeContainer(int, String, double, int, String) -
Constructor for class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
-
- TerminalBucket<T> - Class in org.knime.base.util.kdtree
- This class represents a terminal bucket in a k-d tree.
- TerminalBucket(List<TerminalNode<T>>) -
Constructor for class org.knime.base.util.kdtree.TerminalBucket
- Creates a new terminal bucket.
- TerminalNode<T> - Class in org.knime.base.util.kdtree
- This class represents a terminal node inside a k-d tree.
- TerminalNode(double[], T) -
Constructor for class org.knime.base.util.kdtree.TerminalNode
- Creates a new terminal node.
- terminateLoop() -
Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeModel
-
- terminateLoop() -
Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
-
- terminateLoop() -
Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
-
- terminateLoop() -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
-
- terminateLoop() -
Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
-
- terminateLoop() -
Method in interface org.knime.core.node.workflow.LoopStartNodeTerminator
-
- testingStringPattern() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated.
- testNextHeader(String) -
Method in class org.knime.base.node.io.filereader.FileAnalyzer.HeaderHelper
- Checks if the specified header fits in the sequence of consecutive
headers.
- textToURL(String) -
Static method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
- Tries to create an URL from the passed string.
- textToURL(String) -
Static method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
- Tries to create an URL from the passed string.
- THETA_MINUS -
Static variable in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
- Key of theta minus.
- THETA_PLUS -
Static variable in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
- Key of theta plus.
- THETAMINUS -
Static variable in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
- Default theta minus: 0.2.
- THETAPLUS -
Static variable in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
- Default theta plus: 0.4.
- ThreadedColAppenderNodeModel - Class in org.knime.base.node.parallel.appender
-
- ThreadedColAppenderNodeModel(int, int) -
Constructor for class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
- Creates a new AbstractParallelNodeModel.
- ThreadedNodeModel - Class in org.knime.base.node.parallel
- Deprecated. Use either the
ThreadedColAppenderNodeModel
if you want
to add columns to the input tables and the number of rows stays
the same, or the ThreadedTableBuilderNodeModel
if you
want to build a completely new table. - ThreadedNodeModel(int, int, int) -
Constructor for class org.knime.base.node.parallel.ThreadedNodeModel
- Deprecated. Creates a new AbstractParallelNodeModel.
- ThreadedTableBuilderNodeModel - Class in org.knime.base.node.parallel.builder
- This model is an extension of the
NodeModel
that allows you to easily
process data in parallel. - ThreadedTableBuilderNodeModel(int, int) -
Constructor for class org.knime.base.node.parallel.builder.ThreadedTableBuilderNodeModel
- Creates a new AbstractParallelNodeModel.
- ThreadedTableBuilderNodeModel(int, int, ThreadPool) -
Constructor for class org.knime.base.node.parallel.builder.ThreadedTableBuilderNodeModel
- Creates a new AbstractParallelNodeModel.
- ThreadNodeExecutionJobManager - Class in org.knime.core.node.exec
-
- ThreadNodeExecutionJobManager() -
Constructor for class org.knime.core.node.exec.ThreadNodeExecutionJobManager
-
- ThreadNodeExecutionJobManager(ThreadPool) -
Constructor for class org.knime.core.node.exec.ThreadNodeExecutionJobManager
-
- ThreadNodeExecutionJobManagerFactory - Class in org.knime.core.node.exec
-
- ThreadNodeExecutionJobManagerFactory() -
Constructor for class org.knime.core.node.exec.ThreadNodeExecutionJobManagerFactory
-
- ThreadPool - Class in org.knime.core.util
- Implements a sophisticated thread pool.
- ThreadPool(int) -
Constructor for class org.knime.core.util.ThreadPool
- Creates a new ThreadPool with a maximum number of threads.
- ThreadPool(int, ThreadPool) -
Constructor for class org.knime.core.util.ThreadPool
- Creates a new sub pool.
- threadTaskFinished() -
Method in class org.knime.base.node.mine.decisiontree2.learner.ParallelProcessing
- Once a thread which synchronizes on this object has finished, it must
invoke this method to allow other threads to continue.
- THRESHOLD_KEY -
Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
- Key to store the threshold value of a neuron in the ModelContent.
- THRESHOLD_KEY -
Static variable in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
- The key to store the threshold in configurations.
- throwIllegalStateException() -
Method in class org.knime.core.node.workflow.NodeContainer
- Throws a new IllegalStateException with a meaningful error message
containing node name, current state and method name.
- throwUnsupportedOperationException() -
Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
- Throws a new exception with a meaningful error message.
- TIDApriori - Class in org.knime.base.node.mine.subgroupminer.apriori
- The TIDApriori algorithm is actually an Eclat implementation, since it
realizes a depth first search.
- TIDApriori() -
Constructor for class org.knime.base.node.mine.subgroupminer.apriori.TIDApriori
-
- TIDFrequentItemSet - Class in org.knime.base.node.mine.subgroupminer.freqitemset
-
- TIDFrequentItemSet(String, List<Integer>, double, List<Integer>) -
Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.TIDFrequentItemSet
-
- TIDItem - Class in org.knime.base.node.mine.subgroupminer.apriori
- The TIDItem consists of an id and a BitSet, where each bit corresponds to a
transaction id and is set, if this item is present in the transaction.
- TIDItem(int) -
Constructor for class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
- Creates an TIDItem with this id and present in no transaction.
- TIDItemSet - Class in org.knime.base.node.mine.subgroupminer.apriori
- The TIDItemSet contains of some TIDItems and a BitSet with their common
transaction ids.
- TIDPrefixTreeNode - Class in org.knime.base.node.mine.subgroupminer.apriori
- An TIDPrefixTreeNode consists of a TIDItemset, the items in the node, and a
list of children of this node.
- TIDPrefixTreeNode(TIDItemSet) -
Constructor for class org.knime.base.node.mine.subgroupminer.apriori.TIDPrefixTreeNode
- Creates an instance of a TIDPrefixTreeNode with a given set of items.
- tilEOTChanged() -
Method in class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
- Sets the enabled status of the 'lastRow' spinner depending on the checked
status of the 'until the end' box.
- TIME_FORMAT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- HH:mm:ss.
- TIME_MILLIS_FORMAT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- HH:mm:ss.SSS.
- TimestampCell - Class in org.knime.core.data.def
- Deprecated. Date and time in KNIME is represented by
DateAndTimeValue
and
DateAndTimeCell
. This class will be removed
in future versions of KNIME. - TimestampCell(Date) -
Constructor for class org.knime.core.data.def.TimestampCell
- Deprecated. Creates a new
TimestampCell
based on the given value.
- TimestampCell(String) -
Constructor for class org.knime.core.data.def.TimestampCell
- Deprecated. Parse string and create new date object.
- TimestampCell(String, SimpleDateFormat) -
Constructor for class org.knime.core.data.def.TimestampCell
- Deprecated. Parse string and create new date object.
- TimestampValue - Interface in org.knime.core.data
- Deprecated. Date and time in KNIME is represented by
DateAndTimeValue
and
DateAndTimeCell
. This interface will be
removed in future versions of KNIME. - TimestampValue.TimestampUtilityFactory - Class in org.knime.core.data
- Deprecated. Implementations of the meta information of this value class.
- TimestampValue.TimestampUtilityFactory() -
Constructor for class org.knime.core.data.TimestampValue.TimestampUtilityFactory
- Deprecated. Only subclasses are allowed to instantiate this class.
- TimestampValue.TimestampValueComparator - Class in org.knime.core.data
- Deprecated. Comparator returned by the
TimestampValue
interface. - TimestampValue.TimestampValueComparator() -
Constructor for class org.knime.core.data.TimestampValue.TimestampValueComparator
- Deprecated.
- to() -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
- Returns the interval's end value.
- to(double) -
Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
- Sets the interval's end value.
- toBinaryString() -
Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
- Returns the binary string representation of the bits in this vector.
- toBinaryString() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Returns the binary string representation of the bits in this vector.
- toBinaryString() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
- Returns the binary string representation of the bits in this vector.
- toBinaryString() -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
- Returns the binary string representation of the bits in this vector.
- toBinaryString() -
Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
- Returns the binary string representation of the bits in this vector.
- toDeepString() -
Method in class org.knime.core.node.workflow.FlowObjectStack
-
- toFrequentItemSet() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
-
- toHexString() -
Method in class org.knime.base.data.bitvector.BitVectorCell
- Deprecated. Provide inverse routing, converting a bit vector into the corresponding
hexadecimal representation.
- toHexString() -
Method in interface org.knime.base.data.bitvector.BitVectorValue
- Deprecated.
- toHexString() -
Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
- Returns the hex representation of the bits in this vector.
- toHexString() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Returns the hex representation of the bits in this vector.
- toHexString() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
- Returns the hex representation of the bits in this vector.
- toHexString() -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
- Returns the hex representation of the bits in this vector.
- toHexString() -
Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
- Returns the hex representation of the bits in this vector.
- Tokenizer - Class in org.knime.core.util.tokenizer
- This class reads tokens from a stream and returns them as strings.
- Tokenizer(Reader) -
Constructor for class org.knime.core.util.tokenizer.Tokenizer
- Creates a new tokenizer with the default behaviour.
- TokenizerException - Exception in org.knime.core.util.tokenizer
- The exception the Filetokenizer throws if something goes wrong.
- TokenizerException(String) -
Constructor for exception org.knime.core.util.tokenizer.TokenizerException
- Always provide a good user message why things go wrong.
- TokenizerSettings - Class in org.knime.core.util.tokenizer
- Defines the object holding the configuration for the FileTokenizer.
- TokenizerSettings() -
Constructor for class org.knime.core.util.tokenizer.TokenizerSettings
- Creates a new Settings for FileTokenizer object with default settings.
- TokenizerSettings(TokenizerSettings) -
Constructor for class org.knime.core.util.tokenizer.TokenizerSettings
- Creates a clone of the passed object.
- TokenizerSettings(NodeSettingsRO) -
Constructor for class org.knime.core.util.tokenizer.TokenizerSettings
- Creates a new
FileTokenizerSettings
object and sets its
parameters from the config
object.
- TooManySectionsException - Exception in org.knime.base.node.viz.pie.util
- This
Exception
is thrown more section exists than defined in the
PieColumnFilter.MAX_NO_OF_SECTIONS
variable. - TooManySectionsException(String) -
Constructor for exception org.knime.base.node.viz.pie.util.TooManySectionsException
- Constructor for class TooManySectionsException.
- TooManyValuesException - Exception in org.knime.base.node.mine.bayes.naivebayes.datamodel
- Exception if the maximum number of different values is exceeded.
- TooManyValuesException() -
Constructor for exception org.knime.base.node.mine.bayes.naivebayes.datamodel.TooManyValuesException
- Constructor for class TooManyValuesException.
- TooManyValuesException(String) -
Constructor for exception org.knime.base.node.mine.bayes.naivebayes.datamodel.TooManyValuesException
- Constructor for class TooManyValuesException.
- TooManyValuesException(Throwable) -
Constructor for exception org.knime.base.node.mine.bayes.naivebayes.datamodel.TooManyValuesException
- Constructor for class TooManyValuesException.
- TooManyValuesException(String, Throwable) -
Constructor for exception org.knime.base.node.mine.bayes.naivebayes.datamodel.TooManyValuesException
- Constructor for class TooManyValuesException.
- TOP_SPACE -
Static variable in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
- Constant for the space at the top before the axes begin.
- toRowKeys(String...) -
Static method in class org.knime.core.data.RowKey
- Converts the given array of
String
s to an array of
RowKey
elements by calling RowKey.RowKey(String)
.
- toString() -
Method in class org.knime.base.data.bitvector.BitVectorCell
- Deprecated.
- toString() -
Method in class org.knime.base.node.io.database.WrappedDriver
-
- toString() -
Method in class org.knime.base.node.io.filereader.ColProperty
-
- toString() -
Method in class org.knime.base.node.io.filereader.FileAnalyzer.HeaderHelper
-
- toString() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
-
- toString() -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- toString() -
Method in class org.knime.base.node.io.filereader.FileTable
- Returns a string summary for this table which is the entire table
content.
- toString() -
Method in class org.knime.base.node.io.filetokenizer.Comment
- Deprecated. Returns "[begin]...[end], i, r" for block comments, or "[begin] SL, i, r"
for single line comments, with 'i' only printed when flag
"indcludeInToken" is set, and 'r' only printed when flag
"returnAsSeparateToken is set.
- toString() -
Method in class org.knime.base.node.io.filetokenizer.Delimiter
- Deprecated.
- toString() -
Method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated.
- toString() -
Method in class org.knime.base.node.io.filetokenizer.Quote
- Deprecated. Returns "[left]...[right], '[esc]'", with ", [esc]" only printed when an
escape char is defined.
- toString() -
Method in enum org.knime.base.node.meta.looper.condition.LoopEndConditionSettings.Operator
-
- toString() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
-
- toString() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
-
- toString() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
-
- toString() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
-
- toString() -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
-
- toString() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionAntisymmetricRowOverlap
-
- toString() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
- Returns a string summary of this basis function cell including the
assigned class, number of covered, as well as explained pattern.
- toString() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionModelContent
-
- toString() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
-
- toString() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionRowInclusion
-
- toString() -
Method in class org.knime.base.node.mine.bfn.BasisFunctionSymmetricRowOverlap
-
- toString() -
Method in class org.knime.base.node.mine.bfn.BestGuessMissingValueReplacementFunction
-
- toString() -
Method in class org.knime.base.node.mine.bfn.Distance
- Returns string representation Euclidean.
- toString() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
- Returns a string representation of this basis function.
- toString() -
Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
-
- toString() -
Method in class org.knime.base.node.mine.bfn.fuzzy.norm.LukaNorm
- Returns the string representation Lukasiewicz Norm of this norm.
- toString() -
Method in class org.knime.base.node.mine.bfn.fuzzy.norm.MinMaxNorm
- Returns the string representation Min/Max Norm of this norm.
- toString() -
Method in class org.knime.base.node.mine.bfn.fuzzy.norm.ProdNorm
- Returns the string representation Product Norm of this norm.
- toString() -
Method in class org.knime.base.node.mine.bfn.fuzzy.norm.YagerNorm
- Returns the string representation as Yager[p] Norm of this norm.
- toString() -
Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeAnchorBasedShrink
- Returns the string representation VolumeAnchorBased for this
shrink function.
- toString() -
Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
- Returns the string representation VolumeBorderBased for this
shrink function.
- toString() -
Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeRuleBasedShrink
- Returns the string representation VolumeRuleBased for this shrink
function.
- toString() -
Method in class org.knime.base.node.mine.bfn.IncorpMissingValueReplacementFunction
-
- toString() -
Method in class org.knime.base.node.mine.bfn.MaximumMissingValueReplacementFunction
-
- toString() -
Method in class org.knime.base.node.mine.bfn.MeanMissingValueReplacementFunction
-
- toString() -
Method in class org.knime.base.node.mine.bfn.MinimumMissingValueReplacementFunction
-
- toString() -
Method in class org.knime.base.node.mine.bfn.OneMissingValueReplacementFunction
-
- toString() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
- Returns a string summary of this basis function cell including the
assigned class, number of covered, as well as explained pattern.
- toString() -
Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
- Returns a string representation of this basisfunction and the super
implementation.
- toString() -
Method in class org.knime.base.node.mine.bfn.ZeroMissingValueReplacementFunction
-
- toString() -
Method in class org.knime.base.node.mine.cluster.assign.Prototype
-
- toString() -
Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
-
- toString() -
Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.EuclideanDist
- Returns the String representation of this distance function.
- toString() -
Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.ManhattanDist
- Returns the String representation of this distance function.
- toString() -
Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.MinkowskiDist
- Returns the String representation of this distance function.
- toString() -
Method in class org.knime.base.node.mine.decisiontree2.learner.ClassValueDataRow
-
- toString() -
Method in class org.knime.base.node.mine.decisiontree2.learner.DataRowWeighted
-
- toString() -
Method in class org.knime.base.node.mine.decisiontree2.learner.Split
-
- toString() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitContinuous
-
- toString() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGainRatio
-
- toString() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityGini
-
- toString() -
Method in class org.knime.base.node.mine.decisiontree2.learner.SplitQualityMeasure
-
- toString() -
Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
-
- toString() -
Method in enum org.knime.base.node.mine.decisiontree2.PMMLArrayType
-
- toString() -
Method in enum org.knime.base.node.mine.decisiontree2.PMMLBooleanOperator
-
- toString() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
-
- toString() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
-
- toString() -
Method in enum org.knime.base.node.mine.decisiontree2.PMMLMissingValueStrategy
-
- toString() -
Method in enum org.knime.base.node.mine.decisiontree2.PMMLNoTrueChildStrategy
-
- toString() -
Method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
-
- toString() -
Method in enum org.knime.base.node.mine.decisiontree2.PMMLPredicate.PMMLPredicates
-
- toString() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
-
- toString() -
Method in enum org.knime.base.node.mine.decisiontree2.PMMLSetOperator
-
- toString() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
-
- toString() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
-
- toString() -
Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
-
- toString() -
Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
-
- toString() -
Method in class org.knime.base.node.mine.pca.EigenValue
-
- toString() -
Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
- Derived classes should print their class name plus the config name for
nice and useful error messages.
- toString() -
Method in class org.knime.base.node.mine.regression.PMMLRegressionPortObject.NumericPredictor
-
- toString() -
Method in class org.knime.base.node.mine.regression.PMMLRegressionPortObject.RegressionTable
-
- toString() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
-
- toString() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
-
- toString() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
-
- toString() -
Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDPrefixTreeNode
-
- toString() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
-
- toString() -
Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
-
- toString() -
Method in class org.knime.base.node.mine.svm.Svm
-
- toString() -
Method in class org.knime.base.node.mine.svm.util.DoubleVector
-
- toString() -
Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
-
- toString() -
Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
-
- toString() -
Method in class org.knime.base.node.preproc.discretization.caim2.Interval
-
- toString() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
- Returns a string representation from this element to the end of the list.
- toString() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
-
- toString() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
- Deprecated.
- toString() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
-
- toString() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingValueRowFilter
-
- toString() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
-
- toString() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
-
- toString() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
-
- toString() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
-
- toString() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
-
- toString() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
-
- toString() -
Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
-
- toString() -
Method in class org.knime.base.node.preproc.groupby.aggregation.ColumnAggregator
-
- toString() -
Method in enum org.knime.base.node.preproc.joiner.NewJoinerSettings.JoinMode
-
- toString() -
Method in class org.knime.base.node.preproc.missingval.ColSetting
-
- toString() -
Method in class org.knime.base.node.preproc.setoperator.RowKeyCellMap
-
- toString() -
Method in enum org.knime.base.node.rules.Rule.Operators
-
- toString() -
Method in class org.knime.base.node.rules.Rule
-
- toString() -
Method in class org.knime.base.node.util.exttool.ViewUpdateNotice
-
- toString() -
Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
-
- toString() -
Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
- Derived classes should print their class name plus the config name for
nice and useful error messages.
- toString() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
-
- toString() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
-
- toString() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
-
- toString() -
Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
-
- toString() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
-
- toString() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter.TransformationMouseListener
-
- toString() -
Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
- Returns a string.
- toString() -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
-
- toString() -
Method in class org.knime.base.util.coordinate.CoordinateMapping
-
- toString() -
Method in class org.knime.base.util.kdtree.NearestNeighbour
-
- toString() -
Method in class org.knime.base.util.kdtree.NonterminalNode
-
- toString() -
Method in class org.knime.base.util.kdtree.TerminalNode
-
- toString() -
Method in class org.knime.core.data.collection.BlobSupportDataCellList
-
- toString() -
Method in class org.knime.core.data.collection.BlobSupportDataCellSet
-
- toString() -
Method in class org.knime.core.data.collection.ListCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.collection.SetCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
-
- toString() -
Method in class org.knime.core.data.container.BlobSupportDataRow
- Get a string representing this row, i.e.
- toString() -
Method in class org.knime.core.data.container.BlobWrapperDataCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.container.CellClassInfo
-
- toString() -
Method in class org.knime.core.data.container.DCObjectInputStream
-
- toString() -
Method in class org.knime.core.data.DataCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.DataColumnDomain
- Returns string representation of this domain including lower and upper
bounds, and possible values.
- toString() -
Method in class org.knime.core.data.DataColumnProperties
- Returns a string containing key=value pairs, separated by ", ".
- toString() -
Method in class org.knime.core.data.DataColumnSpec
- Returns a string summary of this column spec including name and type.
- toString() -
Method in class org.knime.core.data.DataTableSpec
- The string summary of all column specs of this table spec.
- toString() -
Method in class org.knime.core.data.DataType
- Returns the simple name of the
DataCell
class (if any) or
Non-Native the toString()
results of all compatible
values classes.
- toString() -
Method in class org.knime.core.data.date.DateAndTimeCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.def.ComplexNumberCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.def.DefaultRow
- Get a string representing this row, i.e.
- toString() -
Method in class org.knime.core.data.def.DoubleCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.def.FuzzyIntervalCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.def.FuzzyNumberCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.def.IntCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.def.IntervalCell
- Return a string summary of this object.
- toString() -
Method in class org.knime.core.data.def.LongCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.def.StringCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.def.TimestampCell
- Deprecated. Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.property.ColorAttr
- A String representation for this color attribute including the
simple class name, attribute color, hilite, selected, selected-hilite,
border, and background color.
- toString() -
Method in class org.knime.core.data.property.ColorHandler
- Returns a String summary of the underlying
ColorHandler.ColorModel
.
- toString() -
Method in class org.knime.core.data.property.ColorModelNominal
-
- toString() -
Method in class org.knime.core.data.property.ColorModelRange
-
- toString() -
Method in class org.knime.core.data.property.ShapeFactory.Shape
-
- toString() -
Method in class org.knime.core.data.property.ShapeHandler
- Returns a string summary of the underlying
ShapeHandler.ShapeModel
.
- toString() -
Method in class org.knime.core.data.property.ShapeModelNominal
-
- toString() -
Method in class org.knime.core.data.property.SizeHandler
- Returns a string summary of the underlying
SizeHandler.SizeModel
.
- toString() -
Method in class org.knime.core.data.property.SizeModelDouble
-
- toString() -
Method in class org.knime.core.data.RowKey
-
- toString() -
Method in class org.knime.core.data.util.NonClosableInputStream
-
- toString() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVector
- Returns a string containing (comma separated) indices of the bits set in
this vector.
- toString() -
Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.vector.bitvector.SparseBitVector
- Returns a string containing (comma separated) indices of the bits set in
this vector.
- toString() -
Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.vector.bytevector.DenseByteVector
- Creates a string containing all counts of this vector (in braces ({ })
and comma separated), starting (on the left) with index 0.
- toString() -
Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.data.vector.bytevector.SparseByteVector
- Returns a string containing (comma separated) all numbers stored in this
vector.
- toString() -
Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
- Returns the String representation of this cell's value.
- toString() -
Method in class org.knime.core.internal.ReferencedFile
- Get absolute path of the represented file.
- toString() -
Method in class org.knime.core.node.config.AbstractConfigEntry
- String summary of this object including key, type, and value.
- toString(StringBuffer) -
Method in class org.knime.core.node.config.Config
- Adds this and all children String representations to the given buffer.
- toString() -
Method in class org.knime.core.node.config.Config
- String summary of this object including key, type, and value.
- toString() -
Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
-
- toString(StringBuilder, String) -
Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
- Recursion method to get a string representation of this tree.
- toString() -
Method in class org.knime.core.node.config.ConfigEditTreeModel
-
- toString() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
- Derived classes should print their class name plus the config name for
nice and useful error messages.
- toString() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModel
- Derived classes should print their class name plus the config name for
nice and useful error messages.
- toString() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
- Derived classes should print their class name plus the config name for
nice and useful error messages.
- toString() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
- Derived classes should print their class name plus the config name for
nice and useful error messages.
- toString() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
- Derived classes should print their class name plus the config name for
nice and useful error messages.
- toString() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
- Derived classes should print their class name plus the config name for
nice and useful error messages.
- toString() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
- Derived classes should print their class name plus the config name for
nice and useful error messages.
- toString() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
- Derived classes should print their class name plus the config name for
nice and useful error messages.
- toString() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
- Derived classes should print their class name plus the config name for
nice and useful error messages.
- toString() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
- Derived classes should print their class name plus the config name for
nice and useful error messages.
- toString() -
Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
-
- toString() -
Method in class org.knime.core.node.Node
- Returns a string summary of this node.
- toString() -
Method in class org.knime.core.node.port.PortType
- Returns string comprising spec and object class.
- toString() -
Method in class org.knime.core.node.tableview.FindPositionRowKey
-
- toString() -
Method in class org.knime.core.node.util.DefaultStringIconOption
-
- toString() -
Method in class org.knime.core.node.workflow.ConnectionContainer
-
- toString() -
Method in class org.knime.core.node.workflow.ConnectionUIInformation
-
- toString() -
Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
-
- toString() -
Method in class org.knime.core.node.workflow.FlowObjectStack
-
- toString() -
Method in class org.knime.core.node.workflow.FlowVariable
-
- toString() -
Method in class org.knime.core.node.workflow.NodeContainer
-
- toString() -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
-
- toString() -
Method in interface org.knime.core.node.workflow.NodeExecutionJobManagerFactory
-
- toString() -
Method in class org.knime.core.node.workflow.NodeID
- Returns on string representation of index.
- toString() -
Method in class org.knime.core.node.workflow.NodeMessage
-
- toString() -
Method in class org.knime.core.node.workflow.NodeOutPortWrapper
-
- toString() -
Method in class org.knime.core.node.workflow.NodeUIInformation
-
- toString() -
Method in class org.knime.core.node.workflow.WorkflowEvent
- Gives a nicer representation of this event.
- toString() -
Method in class org.knime.core.node.workflow.WorkflowManager
-
- toString() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
-
- toString() -
Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
-
- toString() -
Method in class org.knime.core.util.MutableBoolean
- Returns a String representing this objects value.
- toString() -
Method in class org.knime.core.util.MutableDouble
-
- toString() -
Method in class org.knime.core.util.MutableInteger
-
- toString() -
Method in class org.knime.core.util.tokenizer.Comment
- Returns "[begin]...[end], i, r" for block comments, or "[begin] SL, i, r"
for single line comments, with 'i' only printed when flag
"indcludeInToken" is set, and 'r' only printed when flag
"returnAsSeparateToken is set.
- toString() -
Method in class org.knime.core.util.tokenizer.Delimiter
-
- toString() -
Method in class org.knime.core.util.tokenizer.Quote
- Returns "[left]...[right], '[esc]'", with ", [esc]" only printed when an
escape char is defined.
- toString() -
Method in class org.knime.core.util.tokenizer.TokenizerSettings
-
- toStringARFF() -
Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
- Returns a ARFF string-like summary of this fuzzy bf.
- toStrings(RowKey...) -
Static method in class org.knime.core.data.RowKey
- Converts the given array of
RowKey
s to an array of
String
elements by calling RowKey.getString()
.
- toStringValue() -
Method in class org.knime.core.node.config.AbstractConfigEntry
- Returns a String representation for this Config entry which is the used
to re-load this Config entry.
- toStringValue() -
Method in class org.knime.core.node.config.Config
- Returns a String representation for this Config entry which is the used
to re-load this Config entry.
- toStringValue() -
Method in class org.knime.core.node.config.ConfigBooleanEntry
-
- toStringValue() -
Method in class org.knime.core.node.config.ConfigByteEntry
-
- toStringValue() -
Method in class org.knime.core.node.config.ConfigCharEntry
-
- toStringValue() -
Method in class org.knime.core.node.config.ConfigDoubleEntry
-
- toStringValue() -
Method in class org.knime.core.node.config.ConfigFloatEntry
-
- toStringValue() -
Method in class org.knime.core.node.config.ConfigIntEntry
-
- toStringValue() -
Method in class org.knime.core.node.config.ConfigLongEntry
-
- toStringValue() -
Method in class org.knime.core.node.config.ConfigShortEntry
-
- toStringValue() -
Method in class org.knime.core.node.config.ConfigStringEntry
-
- train(MultiLayerPerceptron, Double[][], Double[][]) -
Method in class org.knime.base.data.neural.methods.RProp
- Train the neural network once.
- train(int, double) -
Method in class org.knime.base.node.mine.mds.MDSManager
- Does the training by adjusting the lower dimensional data points
accordant to their distances and the distances of the original data.
- train(int, double) -
Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
- Does the training by adjusting the lower dimensional data points
according to their distances and the distances of the original data.
- TRAINING_DATA_PORT -
Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
- The number of the training data in port.
- trainingErrorPruning(DecisionTree) -
Static method in class org.knime.base.node.mine.decisiontree2.learner.Pruner
- Prunes a
DecisionTree
according to the training error.
- translateToFailPolicy(NodeContainer.State) -
Static method in class org.knime.core.node.workflow.SingleNodeContainerPersistorVersion1xx
-
- transpose(double[][]) -
Static method in class org.knime.base.util.math.MathUtils
- Transposes the given matrix.
- TransposeTableNodeDialogPane - Class in org.knime.base.node.preproc.transpose
-
- TransposeTableNodeDialogPane() -
Constructor for class org.knime.base.node.preproc.transpose.TransposeTableNodeDialogPane
- Create new dialog with option to set number of columns to chunk.
- TransposeTableNodeFactory - Class in org.knime.base.node.preproc.transpose
- Factory to create a Transpose Node.
- TransposeTableNodeFactory() -
Constructor for class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
-
- TransposeTableNodeModel - Class in org.knime.base.node.preproc.transpose
- Model of the transpose node which swaps rows and columns.
- TransposeTableNodeModel() -
Constructor for class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
- Creates a transpose model with one data in- and output.
- TrapezoidMembershipFunction - Class in org.knime.base.node.mine.bfn.fuzzy.membership
- Trapezoid membership function with four values for support and core left and
right values whereby the support region can be defined infinity.
- TrapezoidMembershipFunction(DoubleValue, MutableDouble, MutableDouble) -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.membership.TrapezoidMembershipFunction
- Creates a new trapezoid membership function.
- TRIANGLE -
Static variable in class org.knime.core.data.property.ShapeFactory
- Name of and key for the triangle.
- TriangleMembershipFunction - Class in org.knime.base.node.mine.bfn.fuzzy.membership
- Triangle membership function with three values core/anchor and support-left
and -right whereby the support region can be defined infinity at the
beginning.
- TriangleMembershipFunction(DoubleValue, MutableDouble, MutableDouble) -
Constructor for class org.knime.base.node.mine.bfn.fuzzy.membership.TriangleMembershipFunction
- Creates a new triangle membership function with its given anchor and two
values used to assign the min and max border.
- trimDelimString(String) -
Static method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
- ', ' gets ','.
- TrueRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
- Row filter that always matches all rows.
- TrueRowFilter() -
Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
-
- trySubmit(Callable<T>) -
Method in class org.knime.core.util.ThreadPool
- Tries to submits a value-returning task for immediate execution and
returns a Future representing the pending results of the task if a thread
is free.
- trySubmit(Runnable) -
Method in class org.knime.core.util.ThreadPool
- Tries to submits a Runnable task for immediate execution and
returns a Future representing the task if a thread
is free.
- TwoColumnPlotter - Class in org.knime.base.node.viz.plotter.columns
- Wraps the functionality where the data of two columns have to be displayed.
- TwoColumnPlotter(AbstractDrawingPane, AbstractPlotterProperties) -
Constructor for class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
- Constructor for extending classes.
- TwoColumnPlotter() -
Constructor for class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
- Default two column plotter with
BasicDrawingPane
and
TwoColumnProperties
.
- TwoColumnProperties - Class in org.knime.base.node.viz.plotter.columns
-
Provides functionality to select the x and the y column to display.
- TwoColumnProperties() -
Constructor for class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
- Creates a properties tab with the default properties
(
AbstractPlotterProperties
)
and a tab for the selection of two columns and the adjustment of their
ranges.
- TwoColumnProperties(Class<? extends DataValue>[], Class<? extends DataValue>[]) -
Constructor for class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
- Creates a properties tab with the default properties
(
AbstractPlotterProperties
)
and a tab for the selection of two columns and the adjustment of their
ranges, in addition, each column selection can be restricted to display
only columns which are compatible with certain
DataValue
s.
- TYPE -
Static variable in class org.knime.base.data.bitvector.BitVectorCell
- Deprecated. Convenience access member for
DataType.getType(BitVectorCell.class)
.
- TYPE -
Static variable in class org.knime.base.data.normalize.NormalizerPortObject
- Convenience accessor for the port type.
- TYPE -
Static variable in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
- The type of ports that create or consume such a model.
- TYPE -
Static variable in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
- The
PortType
.
- TYPE -
Static variable in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject
- The
PortType
for basisfunction models.
- TYPE -
Static variable in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject
- The
PortType
for basisfunction models.
- TYPE -
Static variable in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
- PMML Cluster port type.
- TYPE -
Static variable in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreePortObject
-
- TYPE -
Static variable in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkPortObject
- PMML Neural Network port type.
- TYPE -
Static variable in class org.knime.base.node.mine.pca.PCAModelPortObject
- Define port type of objects of this class when used as PortObjects.
- TYPE -
Static variable in class org.knime.base.node.mine.regression.PMMLRegressionPortObject
- The port object's type.
- TYPE -
Static variable in interface org.knime.base.node.mine.regression.RegressionPortObject
- Convenience access member for port type.
- TYPE -
Static variable in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRulePortObject
- PortType for association rules.
- TYPE -
Static variable in class org.knime.base.node.mine.svm.PMMLSVMPortObject
- PMML SVM port type.
- TYPE -
Static variable in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
- Convenience access field for the port type.
- TYPE -
Static variable in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
- Convenience method to get the type of this port object.
- TYPE -
Variable in class org.knime.base.node.util.exttool.ViewUpdateNotice
- the type of view that should listen to this notification.
- TYPE -
Static variable in class org.knime.core.data.date.DateAndTimeCell
DataType
of this cell.
- TYPE -
Static variable in class org.knime.core.data.def.ComplexNumberCell
- Convenience access method for DataType.getType(ComplexNumberCell.class).
- TYPE -
Static variable in class org.knime.core.data.def.DoubleCell
- Convenience access member for
DataType.getType(DoubleCell.class)
.
- TYPE -
Static variable in class org.knime.core.data.def.FuzzyIntervalCell
- Convenience access member for
DataType.getType(FuzzyIntervalCell.class)
.
- TYPE -
Static variable in class org.knime.core.data.def.FuzzyNumberCell
- Convenience access member for
DataType.getType(FuzzyNumberCell.class)
.
- TYPE -
Static variable in class org.knime.core.data.def.IntCell
- Convenience access member for
DataType.getType(IntCell.class)
.
- TYPE -
Static variable in class org.knime.core.data.def.IntervalCell
- Convenience access member for
DataType.getType(IntervalCell.class)
.
- TYPE -
Static variable in class org.knime.core.data.def.LongCell
- Convenience access member for
DataType.getType(LongCell.class)
.
- TYPE -
Static variable in class org.knime.core.data.def.StringCell
- Convenience access member for
DataType.getType(StringCell.class)
.
- TYPE -
Static variable in class org.knime.core.data.def.TimestampCell
- Deprecated. Convenience access member for
DataType.getType(TimestampCell.class)
.
- TYPE -
Static variable in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
- Convenience access member for
DataType.getType(DenseBitVectorCell.class)
.
- TYPE -
Static variable in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
- Convenience access member for
DataType.getType(SparseBitVectorCell.class)
.
- TYPE -
Static variable in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
- Convenience access member for
DataType.getType(DenseByteVectorCell.class)
.
- TYPE -
Static variable in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
- Convenience access member for
DataType.getType(SparseByteVectorCell.class)
.
- TYPE -
Static variable in class org.knime.core.node.BufferedDataTable
- Define port type of objects of this class when used as PortObjects.
- type -
Variable in class org.knime.core.node.Node.Input
-
- type -
Variable in class org.knime.core.node.Node.Output
-
- TYPE -
Static variable in class org.knime.core.node.port.database.DatabasePortObject
- Database port type formed
PortObjectSpec.class
and
PortObject.class
from this class.
- TYPE -
Static variable in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
-
- TYPE -
Static variable in class org.knime.core.node.port.viewproperty.ColorHandlerPortObject
- Convenience access method for port type.
- TYPE -
Static variable in class org.knime.core.node.port.viewproperty.ShapeHandlerPortObject
- Convenience access method for port type.
- TYPE -
Static variable in class org.knime.core.node.port.viewproperty.SizeHandlerPortObject
- Convenience access method for port type.
- TYPE_DOUBLE -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- Type of column: Double.
- TYPE_INT -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- Type of column: Int.
- TYPE_KEY -
Static variable in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
- The key to store the predicate type in configurations.
- TYPE_STRING -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- Type of column: String.
- TYPE_UNKNOWN -
Static variable in class org.knime.base.node.preproc.missingval.ColSetting
- Type of column: anything but String, Double, Int.
- typeSelectionChanged() -
Method in class org.knime.base.node.io.filereader.ColPropertyDialog
- Called whenever the selected type of the column changes.
U
- UIInformation - Interface in org.knime.core.node.workflow
- Basic interface for extra information.
- unescape(String) -
Static method in class org.knime.core.node.config.XMLContentHandler
- Unescapes all forbidden XML characters that were previous escaped by
XMLContentHandler.escape(String)
.
- unescapeString(String) -
Static method in class org.knime.base.node.io.csvwriter.FileWriterSettings
- takes a string that could contain "\t", or "\n", or "\\", and returns a
corresponding string with these patterns replaced by the characters '\t',
'\n', '\'.
- unescapeString(String) -
Static method in class org.knime.base.node.io.filetokenizer.FileTokenizerSettings
- Deprecated. takes a string that could contain "\t", or "\n", or "\\", and returns a
corresponding string with these patterns replaced by the characters '\t',
'\n', '\'.
- unescapeString(String) -
Static method in class org.knime.core.util.tokenizer.TokenizerSettings
- takes a string that could contain "\t", or "\n", or "\\", and returns a
corresponding string with these patterns replaced by the characters '\t',
'\n', '\'.
- unHiLite(KeyEvent) -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
- Invoked when some item(s) were unhilit.
- unHiLite(KeyEvent) -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
- Checks for all hilit cells the model.
- unHilite(Set<Hiliteable>) -
Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
- Unhilites the given objects.
- unHilite(Hiliteable) -
Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
- Unhilites the given object.
- unHiLite(KeyEvent) -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
- Invoked when some item(s) were unhilit.
- unHiLite(KeyEvent) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
-
- unHiLite(KeyEvent) -
Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
- Invoked when some item(s) were unhilit.
- unHiLite(KeyEvent) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- Invoked when some item(s) were unhilit.
- unHiLite(KeyEvent) -
Method in class org.knime.base.node.viz.pie.impl.PiePlotter
- Invoked when some item(s) were unhilit.
- unHiLite(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Invoked when some item(s) were unhilit.
- unHiLite(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
- Invoked when some item(s) were unhilit.
- unHiLite(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
- Invoked when some item(s) were unhilit.
- unHiLite(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
- Invoked when some item(s) were unhilit.
- unHiLite(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
- Invoked when some item(s) were unhilit.
- unHiLite(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
- Invoked when some item(s) were unhilit.
- unHiLite(KeyEvent) -
Method in interface org.knime.core.node.property.hilite.HiLiteListener
- Invoked when some item(s) were unhilit.
- unHiLite(KeyEvent) -
Method in class org.knime.core.node.tableview.TableContentModel
- Invoked when some item(s) were unhilit.
- UNHILITE_SELECTED -
Static variable in class org.knime.core.node.property.hilite.HiLiteHandler
- Constant for the menu entry 'UnHiLite Selected'.
- unHiLiteAll(KeyEvent) -
Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
- Invoked, when everything (all rows) are unhilit.
- unHiLiteAll(KeyEvent) -
Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
- Invoked, when everything (all rows) are unhilit.
- unHiLiteAll(KeyEvent) -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
- Invoked, when everything (all rows) are unhilit.
- unHiLiteAll(KeyEvent) -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
-
- unHiLiteAll(KeyEvent) -
Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
- Invoked, when everything (all rows) are unhilit.
- unHiliteAll() -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
- Unhilites all rows.
- unHiliteAll() -
Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
- Unhilites all rows.
- unHiliteAll() -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
- Unhilites all rows.
- unHiLiteAll(KeyEvent) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- Invoked, when everything (all rows) are unhilit.
- unHiliteAll() -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
- Unhilites all sections.
- unHiLiteAll(KeyEvent) -
Method in class org.knime.base.node.viz.pie.impl.PiePlotter
- Invoked, when everything (all rows) are unhilit.
- unHiLiteAll(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
- Invoked, when everything (all rows) are unhilit.
- unHiLiteAll(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
- Invoked, when everything (all rows) are unhilit.
- unHiLiteAll(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
- Invoked, when everything (all rows) are unhilit.
- unHiLiteAll(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
- Invoked, when everything (all rows) are unhilit.
- unHiLiteAll(KeyEvent) -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
- Invoked, when everything (all rows) are unhilit.
- unHiLiteAll(KeyEvent) -
Method in interface org.knime.core.node.property.hilite.HiLiteListener
- Invoked, when everything (all rows) are unhilit.
- unHiLiteAll(KeyEvent) -
Method in class org.knime.core.node.tableview.TableContentModel
- Invoked, when everything (all rows) are unhilit.
- unHiLiteSelected() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
-
- unHiLiteSelected() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- Is called by the menu entry unhilite selected.
- unHiLiteSelected() -
Method in class org.knime.base.node.viz.pie.impl.PiePlotter
- Is called by the menu entry unhilite selected.
- unHiLiteSelected() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Is called by the menu entry unhilite selected.
- unHiLiteSelected() -
Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
- Is called by the menu entry unhilite selected.
- unHiLiteSelected() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
- Is called by the menu entry unhilite selected.
- unHiLiteSelected() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
- Is called by the menu entry unhilite selected.
- unHiLiteSelected() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
- Is called by the menu entry unhilite selected.
- unHiLiteSelected() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
- Is called by the menu entry unhilite selected.
- unHiliteSelected() -
Method in class org.knime.base.node.viz.table.TableNodeView
- Unhilites selected rows in the hilite handler.
- unHiliteSelected() -
Method in class org.knime.core.node.tableview.TableContentView
- Requests to the
HiLiteHandler
that all rows that are
currently selected are removed from the set of hilited patterns.
- unHiliteSelected() -
Method in class org.knime.core.node.tableview.TableView
- Sends a request to the content table to unhilite all currently selected
rows.
- uninstallUI(JComponent) -
Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
-
- UniquifyPanel - Class in org.knime.base.node.io.filereader
- Panel for the "uniquify row IDs" option.
- UniquifyPanel(FileReaderNodeSettings) -
Constructor for class org.knime.base.node.io.filereader.UniquifyPanel
- Constructs the panels and loads it with the settings from the passed
object.
- uniquifyRowIDs() -
Method in class org.knime.base.node.io.filereader.FileReaderSettings
-
- UNIVERSE_SIZE -
Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
- The dimensionality for each universe.
- unlock() -
Method in class org.knime.core.internal.ReferencedFile
- Unlocks this file hierarchy.
- unnormalize(double) -
Method in class org.knime.base.node.mine.cluster.LinearNorm
- Unnormalizes the given values.
- UnpivotNodeDialogPane - Class in org.knime.base.node.preproc.unpivot
-
- UnpivotNodeDialogPane() -
Constructor for class org.knime.base.node.preproc.unpivot.UnpivotNodeDialogPane
- Create new unpivoting node dialog.
- UnpivotNodeFactory - Class in org.knime.base.node.preproc.unpivot
-
- UnpivotNodeFactory() -
Constructor for class org.knime.base.node.preproc.unpivot.UnpivotNodeFactory
- Default constructor.
- UnpivotNodeModel - Class in org.knime.base.node.preproc.unpivot
- Unpivoting node model which performs the UNPIVOTing operation based on
a number of selected retained and value columns.
- UnpivotNodeModel() -
Constructor for class org.knime.base.node.preproc.unpivot.UnpivotNodeModel
- Constructor that creates one data in- and one data out-port.
- unrank(long) -
Method in class org.knime.base.util.math.Combinations
- Creates the unique combination associated with the given rank number.
- unregisterAllViews() -
Method in class org.knime.core.node.NodeModel
- Unregisters all views from the model.
- unregisterView(AbstractNodeView<?>) -
Method in class org.knime.core.node.NodeModel
- Unregisters the given view.
- unSelect(Set<Selectable>) -
Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
- Unselects the given objects.
- unSelect(Selectable) -
Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
- Unselects the given object.
- unsetDirty() -
Method in class org.knime.core.node.workflow.NodeContainer
- Called from persistor when node has been saved.
- unzip(File, File) -
Static method in class org.knime.core.util.FileUtil
- Extracts the contents of the given ZIP file into the destination
directory.
- unzip(ZipInputStream, File, int) -
Static method in class org.knime.core.util.FileUtil
- Stores the content of the zip stream in the specified directory.
- update(DataTableSpec) -
Method in class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotterProperties
- Updates the selection boxes with the passed
DataTableSpec
and sets 0 as x and the y
column to the target column.
- update(DataTableSpec, int, int) -
Method in class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotterProperties
- Updates the selection boxes with the new
DataTableSpec
and selects the passed indices.
- update() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.CoefficientTable
- Updates the table.
- update(EntropyCalculator) -
Method in class org.knime.base.node.mine.scorer.entrop.EntropyView
- Sets a new model.
- update(DataTableSpec, FilterColumnPanel.SelectionOption, Collection<String>) -
Method in class org.knime.base.node.preproc.filter.column.FilterColumnPanel
- Updates this filter panel by removing all current selections from the
include and exclude list.
- update(DataColumnSpec, AggregationMethod) -
Method in class org.knime.base.node.preproc.groupby.dialogutil.AggregationMethodComboBox
-
- update(DataTableSpec, List<DataCell>, boolean[]) -
Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel
- Updates this panel by removing all current selections from the include
and exclude list.
- update(DataTableSpec, List<String>, boolean[], int, boolean) -
Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
- Updates this panel based on the DataTableSpec, the list of columns to
include and the corresponding sorting order.
- update(Observable, Object) -
Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
-
- update(DataTableSpec, ColorColumn...) -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
- Updates this filter panel by removing all current selections from the
include and exclude list.
- update(DataTableSpec, Collection<? extends ColorColumn>) -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
- Updates this filter panel by removing all current selections from the
include and exclude list.
- update(DataTableSpec) -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
- Updates the selection boxes with the passed
DataTableSpec
and sets
0 and 1 as x and y.
- update(DataTableSpec, int, int) -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
- Updates the selection boxes with the new
DataTableSpec
and selects the passed
indices.
- update(Map<String, Color>) -
Method in class org.knime.base.node.viz.plotter.props.ColorLegendTab
- Updates the color legend with the column names and the referring color.
- update(String, ColorAttr) -
Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
- Select new color for the selected attribute value of the the selected
column.
- update(String, Color) -
Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
- Select new color for the selected attribute value of the the selected
column.
- update(FlowVariableModel) -
Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
- Implements the functionality described in the
ConfigEditTreeModel.ConfigEditTreeNode.update(FlowVariableModel)
method.
- update(Collection<FlowVariableModel>) -
Method in class org.knime.core.node.config.ConfigEditTreeModel
- Updates this tree with the settings available in the argument list.
- update(DataTableSpec, boolean, String...) -
Method in class org.knime.core.node.util.ColumnFilterPanel
- Updates this filter panel by removing all current selections from the
include and exclude list.
- update(DataTableSpec, boolean, Collection<String>) -
Method in class org.knime.core.node.util.ColumnFilterPanel
- Updates this filter panel by removing all current selections from the
include and exclude list.
- update(DataTableSpec, String) -
Method in class org.knime.core.node.util.ColumnSelectionComboxBox
- Updates this filter panel by removing all current items and adding the
columns according to the content of the argument
spec
.
- update(DataTableSpec, String, boolean) -
Method in class org.knime.core.node.util.ColumnSelectionComboxBox
- Updates this filter panel by removing all current items and adding the
columns according to the content of the argument
spec
.
- update(DataTableSpec, String, boolean, ColumnFilter) -
Method in class org.knime.core.node.util.ColumnSelectionComboxBox
- Updates this filter panel by removing all current items and adding the
columns according to the content of the argument
spec
.
- update(DataTableSpec, String...) -
Method in class org.knime.core.node.util.ColumnSelectionList
- Updates the list model by first removing all entries and then inserting
all columns from the given spec.
- update(DataTableSpec, Collection<String>) -
Method in class org.knime.core.node.util.ColumnSelectionList
- Updates the list model by first removing all entries and then inserting
all columns from the given spec.
- update(DataTableSpec) -
Method in class org.knime.core.node.util.ColumnSelectionList
- Updates the list model by first removing all entries and then inserting
all columns from the given collection.
- update(DataTableSpec, String) -
Method in class org.knime.core.node.util.ColumnSelectionPanel
- Updates this filter panel by removing all current items and adding the
columns according to the content of the argument
spec
.
- update(FlowObjectStack) -
Method in class org.knime.core.node.workflow.FlowObjectStackView
- Updates the view to display the given stack.
- update(PortObject, PortObjectSpec, FlowObjectStack) -
Method in class org.knime.core.node.workflow.OutPortView
- Sets the content of the view.
- updateAxisLength() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Sets the size of the axes to the dimension of the drawing pane.
- updateBarWidth(int, int, List<Color>, int, AbstractHistogramVizModel.HistogramHiliteCalculator) -
Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
-
- updateBarWidth(int, int, List<Color>, int, AbstractHistogramVizModel.HistogramHiliteCalculator) -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBarDataModel
-
- updateBinWidth(int, int, List<Color>, Collection<ColorColumn>, int, AbstractHistogramVizModel.HistogramHiliteCalculator) -
Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
-
- updateBinWidth(int, int, List<Color>, Collection<ColorColumn>, int, AbstractHistogramVizModel.HistogramHiliteCalculator) -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
-
- updateBinWidth(int) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- Updates ONLY the width of the bins.
- updateChooser() -
Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
-
- updateColorLegend(Map<String, Color>) -
Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
- Updates the colorLegend.
- updateColumnSelection(DataTableSpec, String, Collection<ColorColumn>, AggregationMethod) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- updateColumnSelection(DataTableSpec, String, Collection<ColorColumn>, AggregationMethod) -
Method in class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramProperties
-
- updateColumnSelection(DataTableSpec, String, Collection<ColorColumn>, AggregationMethod) -
Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
-
- updateColumnSelection(DataTableSpec, Set<String>) -
Method in class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
- Updates the column filtering with a new
DataColumnSpec
.
- updateComponent() -
Method in class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponent
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentLabel
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumber
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentString
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent() -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
- Read the value from the
DialogComponent.EmptySettingsModel
and set/display it in the
component.
- updateComponent(String) -
Method in class org.knime.core.node.util.FileSelectionPanel
- Updates the components if the components filename is out of syn with the
given filename.
- updateElementWidth(int, int, AbstractHistogramVizModel.HistogramHiliteCalculator) -
Method in class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
-
- updateElementWidth(int, int, AbstractHistogramVizModel.HistogramHiliteCalculator) -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBarElementDataModel
-
- updateFileError() -
Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeDialog
- Updates the file error label whenever the file URL entered changed.
- updateFileError() -
Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeDialog
- Updates the file error label whenever the fileURL entered changed.
- updateHiliteInfo(Set<RowKey>, boolean) -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
- This method un/hilites all rows with the given key.
- updateHiliteInfo(Set<RowKey>, boolean) -
Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
- This method un/hilites all rows with the given key.
- updateHiliteInfo(Set<RowKey>, boolean) -
Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
- This method un/hilites all rows with the given key.
- updateHiliteInfo(Set<RowKey>, boolean) -
Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
- Hilites the given keys in all sections.
- updateHistogramSettings(AbstractHistogramVizModel) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
- Updates the available slider with the current values of the Histogram
plotter.
- updateHistory() -
Method in class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
- Updates the elements in the combo box, reads the file history.
- updateHistory() -
Method in class org.knime.base.node.preproc.stringreplacer.dict.FilesHistoryPanel
- Updates the elements in the combo box, reads the file history.
- updateHistory() -
Method in class org.knime.core.node.util.FilesHistoryPanel
- Updates the elements in the combo box, reads the file history.
- updateHistory() -
Method in class org.knime.core.node.util.StringHistoryPanel
- Updates the elements in the combo box, reads the file history.
- updateHTMLDetailsPanel(String) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
-
- updateHTMLDetailsPanel(String) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- updateInputSpecs(PortObjectSpec[]) -
Method in class org.knime.core.node.workflow.NodeExecutionJobManagerPanel
- Notifies the panel of the (or a new) port object spec at the input ports.
- updateInternal(DataTableSpec, Collection<? extends ColorColumn>) -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
-
- updateInterval() -
Method in class org.knime.base.node.preproc.binner.BinnerNodeDialogPane.IntervalItemPanel
- Checks the current, previous, and next interval for consistency; and
updates the intervals if necessary.
- updateModel(DataRow, DataTableSpec, int) -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
- Updates the current
NaiveBayesModel
with the values from the
given DataRow
.
- updateModel(Object) -
Method in class org.knime.base.node.mine.sota.SotaNodeView
- This method can be overridden by views that want to receive
events from their assigned models via the
NodeModel.notifyViews(Object)
method.
- updateModel(Object) -
Method in class org.knime.base.node.preproc.filter.hilite.collector.HiLiteCollectorNodeView
- This method can be overridden by views that want to receive
events from their assigned models via the
NodeModel.notifyViews(Object)
method.
- updateModel(Object) -
Method in class org.knime.base.node.util.exttool.ExtToolStderrNodeView
- This method can be overridden by views that want to receive
events from their assigned models via the
NodeModel.notifyViews(Object)
method.
- updateModel(Object) -
Method in class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
- This method can be overridden by views that want to receive
events from their assigned models via the
NodeModel.notifyViews(Object)
method.
- updateModel() -
Method in class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
- transfers the settings from the component into the settings model.
- updateModel(Object) -
Method in class org.knime.core.node.AbstractNodeView
- This method can be overridden by views that want to receive
events from their assigned models via the
NodeModel.notifyViews(Object)
method.
- updateModel(boolean) -
Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
- Transfers the current value from the component into the model.
- updateModel(Object) -
Method in class org.knime.core.node.interrupt.InterruptibleNodeView
- The
updateModel(Object model)
method is invoked whenever
the NodeModel.notifyViews(Object)
method was called and
the NodeView.modelChanged()
method is only called when
execution is finished but is the default method to implement the
visualization of the NodeModel.
- updateNoOfBins(int) -
Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
-
- updateNoOfBinsText(int) -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
- Helper method to update the number of bins text field.
- updateOutliers(Coordinate, Box) -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
- Sets the outliers as dotinfo to the scatterplotter drawing pane to
make them selectable and hilite-able.
- updatePaintModel() -
Method in class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotter
- Retrieves the linear regression params, updates the column selection
boxes appropriately and adds the regression line to the scatterplot.
- updatePaintModel() -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineScatterPlotter
- Calculates also the line to draw.
- updatePaintModel() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
- Do the mapping from the models data to screen coordinates here and pass
the visualization model to the drawing pane.
- updatePaintModel() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- Do the mapping from the models data to screen coordinates here and pass
the visualization model to the drawing pane.
- updatePaintModel() -
Method in class org.knime.base.node.viz.pie.impl.PiePlotter
- Do the mapping from the models data to screen coordinates here and pass
the visualization model to the drawing pane.
- updatePaintModel() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Do the mapping from the models data to screen coordinates here and pass
the visualization model to the drawing pane.
- updatePaintModel() -
Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
- Do the mapping from the models data to screen coordinates here and pass
the visualization model to the drawing pane.
- updatePaintModel() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
- Do the mapping from the models data to screen coordinates here and pass
the visualization model to the drawing pane.
- updatePaintModel() -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
- This method is called whenever the column selection has changed and
the view model has to be adapted to the currently selected columns.
- updatePaintModel() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
- The data points of the data to visulaize are mapped to screen
coordinates, represented by
DotInfo
and are passed in
a DotInfoArray
to the
.ScatterPlotterDrawingPane
.
- updatePaintModel() -
Method in class org.knime.base.node.viz.plotter.line.LinePlotter
- Creates the color mapping by dividing the hue circle of the HSB color
model by the number of selected columns, calculates the coordinates by
determining the overall minimum and maximum values of the selected
columns and maps the data points to the resulting screen coordinates.
- updatePaintModel() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
- Creates a nominal x axis with the names of the selected columns,
the referring
ParallelAxis
for each
column and calculates the lines with the mapped values which are passed
together with the axes to the
.ParallelCoordinateDrawingPane
.
- updatePaintModel() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
- The data points of the data to visulaize are mapped to screen
coordinates, represented by
DotInfo
and are passed in
a DotInfoArray
to the
.ScatterPlotterDrawingPane
.
- updatePaintModel() -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter
- Creates the nominal coordinates with the selected column names,
calculates the surrounding rectangle for the scatter matrix elements,
then maps the points to the screen coordinates, associates the
DotInfo
s with the
referring
ScatterMatrixElement
and passes them to the
ScatterMatrixDrawingPane
.
- updatePanel(D) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- updatePanelInternal(FixedPieVizModel) -
Method in class org.knime.base.node.viz.pie.impl.fixed.FixedPieProperties
-
- updatePanelInternal(InteractivePieVizModel) -
Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
- This method is called when the user has changed the pie or aggregation
column.
- updatePanelInternal(D) -
Method in class org.knime.base.node.viz.pie.impl.PieProperties
-
- updatePortView() -
Method in class org.knime.core.node.workflow.OutPortView
- Validates and repaints the super component.
- updateProperties() -
Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
- Call this method to indicates that the properties panel should be
update the next time the
AbstractDrawingPane.paintComponent(Graphics)
method
is called.
- updatePropertiesPanel(InteractivePieVizModel) -
Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePiePlotter
-
- updatePropertiesPanel(D) -
Method in class org.knime.base.node.viz.pie.impl.PiePlotter
-
- updateRangeSpinner(DataColumnSpec, DataColumnSpec) -
Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
- Updates the values of the range spinner acording to the current
columns.
- updateSize() -
Method in class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotter
- First calls super then adapts the regression line.
- updateSize() -
Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
- Whenever the size of the drawing pane is changed (zooming, resizing) this
method is called in order to update the painting.
- updateSize() -
Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- Whenever the size of the drawing pane is changed (zooming, resizing) this
method is called in order to update the painting.
- updateSize() -
Method in class org.knime.base.node.viz.pie.impl.PiePlotter
- Whenever the size of the drawing pane is changed (zooming, resizing) this
method is called in order to update the painting.
- updateSize() -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Whenever the size of the drawing pane is changed (zooming, resizing) this
method is called in order to update the painting.
- updateSize() -
Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
- Updates the size by mapping the domain values of the
BasicDrawingElement
s
to the drawing pane's dimension.
- updateSize() -
Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
- Updates the size by mapping the domain values of the
BasicDrawingElement
s
to the drawing pane's dimension.
- updateSize() -
Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
- Updates the size by mapping the domain values of the
BasicDrawingElement
s
to the drawing pane's dimension.
- updateSize() -
Method in class org.knime.base.node.viz.plotter.line.LinePlotter
- Updates the size by mapping the domain values of the
BasicDrawingElement
s
to the drawing pane's dimension.
- updateSize() -
Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
- Updates the size by mapping the domain values of the
BasicDrawingElement
s
to the drawing pane's dimension.
- updateSize() -
Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
- Updates the size by mapping the domain values of the
BasicDrawingElement
s
to the drawing pane's dimension.
- updateSize() -
Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter
- Updates the size by mapping the domain values of the
BasicDrawingElement
s
to the drawing pane's dimension.
- updateTitle() -
Method in class org.knime.base.node.viz.table.TableNodeView
- Updates the title of the frame.
- updateTitle() -
Method in class org.knime.core.node.tableview.TableViewFrame
- Updates the title of the frame.
- updateUI() -
Method in class org.knime.base.node.mine.sota.view.JMultiLineToolTip
-
- updateUI() -
Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
- Notification from the
UIManager
that the look and feel
[L&F] has changed.
- updateUI() -
Method in class org.knime.core.node.tableview.DataCellHeaderRenderer
- Catches look and feel changes and updates the layout of the renderer.
- updateUI() -
Method in class org.knime.core.node.tableview.TableRowHeaderView
- Changes look and feel here (by calling
JTable.updateUI()
)
and also in the renderer.
- UPPER_QUARTILE -
Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- Constant for the upper quartile position in the statistics array.
- UPPER_WHISKER -
Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
- Constant for the upper whisker position in the statistics array.
- US -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- Renders the datetime as yyyy/dd/MM hh:mm:ss.SSS.
- US_DATE_FORMAT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- MM/dd/yyyy.
- US_DATE_TIME_FORMAT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- MM/dd/yyyy hh:mm:ss a.
- US_DATE_TIME_MILLIS_FORMAT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- MM/dd/yyyy hh:mm:ss.SSS a.
- US_TIME_FORMAT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- hh:mm:ss a.
- US_TIME_MILLIS_FORMAT -
Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
- hh:mm:ss.SSS a.
- USE_CACHE_KEY -
Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
- Key to store the cache flag in the settings.
- USE_CLASS_OPTIMIZATION -
Static variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
- Key to store whether the class optimized version should be applied.
- USE_COMPRESSION -
Static variable in class org.knime.core.data.container.BlobDataCell
- Shall blob cells be compressed when saved to blob file.
- USE_HIERARCHICAL_FUZZY_DATA -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Is hierarchical fuzzy data used or not .
- USE_LONG_UTF -
Static variable in class org.knime.core.data.container.LongUTFDataOutputStream
- Short that is written in front of UTF'ed byte stream whose length
is longer than 65535 bytes.
- USE_VARIABILITY -
Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
- Default flag setting.
- useRowID() -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
-
- usesOutFile() -
Method in class org.knime.core.data.container.Buffer
- Does the buffer use a file?
- UTC_TIMEZONE -
Static variable in class org.knime.core.data.date.DateAndTimeCell
- The UTC time zone used to represent the time.
- UTILITY -
Static variable in interface org.knime.base.data.bitvector.BitVectorValue
- Deprecated. Utility factory for bitvector value.
- UTILITY -
Static variable in interface org.knime.core.data.collection.CollectionDataValue
- Meta information to collection values.
- UTILITY -
Static variable in interface org.knime.core.data.ComplexNumberValue
- Meta information.
- UTILITY -
Static variable in interface org.knime.core.data.DataValue
- Static singleton for meta description.
- UTILITY -
Static variable in interface org.knime.core.data.date.DateAndTimeValue
- Utility implementation for timestamp values.
- UTILITY -
Static variable in interface org.knime.core.data.DoubleValue
- Meta information to double values.
- UTILITY -
Static variable in interface org.knime.core.data.FuzzyIntervalValue
- Meta information to this value type.
- UTILITY -
Static variable in interface org.knime.core.data.FuzzyNumberValue
- Meta information to this value type.
- UTILITY -
Static variable in interface org.knime.core.data.IntervalValue
- Meta information to this value type.
- UTILITY -
Static variable in interface org.knime.core.data.IntValue
- Meta information to this value type.
- UTILITY -
Static variable in interface org.knime.core.data.LongValue
- Meta information to this value type.
- UTILITY -
Static variable in interface org.knime.core.data.NominalValue
- Meta information for this value type - reuses underlying base
class because this value does not offer new functionality but
is really only used to differentiate the ability of types.
- UTILITY -
Static variable in interface org.knime.core.data.StringValue
- Meta information to this value type.
- UTILITY -
Static variable in interface org.knime.core.data.TimestampValue
- Deprecated. Meta information to
TimestampValue
.
- UTILITY -
Static variable in interface org.knime.core.data.vector.bitvector.BitVectorValue
- Meta information to bit vector values.
- UTILITY -
Static variable in interface org.knime.core.data.vector.bytevector.ByteVectorValue
- Meta information to byte vector values.
V
- 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.node.mine.bayes.naivebayes.datamodel.AttributeModel
- Called after all training rows where added to validate the model.
- validate() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
- Called after all training rows where added to validate the model.
- validate() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
- Called after all training rows where added to validate the model.
- validate() -
Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.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.
- validateConnection(ConfigRO) -
Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
- Validate settings.
- validateConnection(ConfigRO) -
Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
- Validate settings.
- validateInput(DataTableSpec, boolean, String, boolean, String, boolean) -
Static method in class org.knime.base.node.preproc.rowkey.RowKeyNodeModel
-
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.collection.list.create.CollectionCreateNodeModel
- 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.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
- 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.tablerowtovariable.TableToVariableNodeModel
- Validates the settings in the passed
NodeSettings
object.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
- 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.csvwriter.CSVWriterNodeModel
- 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.DBNodeModel
- Validates the settings in the passed
NodeSettings
object.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.io.database.DBQueryNodeModel
- 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.DBWriterNodeModel
- Validates the settings in the passed
NodeSettings
object.
- 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.filereader.FileReaderNodeModel
- Checks all user settings in the specified spec object.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
- Checks all user settings in the specified spec 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.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.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.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.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
- Validates the settings in the passed
NodeSettings
object.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
- 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.BasisFunctionPredictorNodeModel
- 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.learner.DecisionTreeLearnerNodeModel
- This method validates the settings.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.mine.decisiontree2.predictor.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.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
- 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
- Validates the settings in the passed
NodeSettings
object.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
- Validates the settings in the passed
NodeSettings
object.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.mine.regression.predict.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.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
- Validates the settings in the passed
NodeSettings
object.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel
- 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
- 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.binner.BinnerNodeModel
- 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.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.colcombine.ColCombineNodeModel
- 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.ColConvertNodeModel
- 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.colsort.ColumnResorterNodeModel
- Validates the settings in the passed
NodeSettings
object.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
- Validates the settings in the passed
NodeSettings
object.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeModel
- Validates the settings in the passed
NodeSettings
object.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCFilterNodeModel
- Validates the settings in the passed
NodeSettings
object.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCNodeModel
- Validates the settings in the passed
NodeSettings
object.
- 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.DomainNodeModel
- 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.filter.column.FilterColumnNodeModel
- 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.hilite.collector.HiLiteCollectorNodeModel
- 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.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.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(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.joiner.NewJoinerNodeModel
- Validates the settings in the passed
NodeSettings
object.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.lowvarfilter.LowVarFilterNodeModel
- Validates the settings in the passed
NodeSettings
object.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.missingval.MissingValueHandlingNodeModel
- 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
- Validates the settings in the passed
NodeSettings
object.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.pivot.PivotNodeModel
- 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.rowkey.RowKeyNodeModel
- 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.split.SplitNodeModel
- 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.transpose.TransposeTableNodeModel
- Validates the settings in the passed
NodeSettings
object.
- validateSettings(NodeSettingsRO) -
Method in class org.knime.base.node.preproc.unpivot.UnpivotNodeModel
- 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
- 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.sampledata.SampleDataNodeModel
- 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.enrichment.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.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
- 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.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.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.
- 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.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.DialogComponentColumnFilter
- We store the values from the panel in the model now.
- 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.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.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.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.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.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.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.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.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.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
- Called during
SettingsModelDouble.validateSettingsForModel(org.knime.core.node.NodeSettingsRO)
, can be overwritten by
derived classes.
- validateValue(double) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleBounded
- Called during
SettingsModelDouble.validateSettingsForModel(org.knime.core.node.NodeSettingsRO)
, can be overwritten by
derived classes.
- validateValue(int) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
- Called during
SettingsModelInteger.validateSettingsForModel(org.knime.core.node.NodeSettingsRO)
, can be overwritten by
derived classes.
- validateValue(int) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelIntegerBounded
- Called during
SettingsModelInteger.validateSettingsForModel(org.knime.core.node.NodeSettingsRO)
, can be overwritten by
derived classes.
- validateValue(long) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
- Called during
SettingsModelLong.validateSettingsForModel(org.knime.core.node.NodeSettingsRO)
, can be overwritten by
derived classes.
- validateValue(long) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelLongBounded
- Called during
SettingsModelLong.validateSettingsForModel(org.knime.core.node.NodeSettingsRO)
, can be overwritten by
derived classes.
- validateValue(int) -
Method in class org.knime.core.node.defaultnodesettings.SettingsModelOddIntegerBounded
- Called during
SettingsModelInteger.validateSettingsForModel(org.knime.core.node.NodeSettingsRO)
, can be overwritten by
derived classes.
- 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.
- 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 -
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.PMMLPortObjectSpec
- Constant for Value.
- 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
-
- ValueMapper<S> - Class in org.knime.base.node.mine.decisiontree2.learner
- 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.learner.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.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.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.quoteMode
- 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.PMMLClusterPortObject.ComparisonMeasure
- 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.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
- 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
- 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.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.columnTrans.Many2OneColNodeModel.IncludeMethod
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.knime.base.node.preproc.filter.column.FilterColumnPanel.SelectionOption
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.knime.base.node.preproc.groupby.aggregation.AggregationMethod
- 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.NewJoinerSettings.DuplicateHandling
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.knime.base.node.preproc.joiner.NewJoinerSettings.JoinMode
- 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
- 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.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
- 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.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.renderer.BitVectorValueStringRenderer.Type
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.knime.core.node.config.ConfigEntries
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.knime.core.node.Node.LoopRole
- 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.PMMLModelType
- 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.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.FlowVariable.Type
- 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.State
- 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.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.WorkflowPersistor.LoadResultEntry.LoadResultEntryType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.knime.core.node.workflow.WorkflowPersistorVersion200.LoadVersion
- 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.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.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.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.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.PMMLClusterPortObject.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.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.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
- 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
- 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.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.columnTrans.Many2OneColNodeModel.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.filter.column.FilterColumnPanel.SelectionOption
- 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.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.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.NewJoinerSettings.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.NewJoinerSettings.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.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
- 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.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
- 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.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.renderer.BitVectorValueStringRenderer.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.config.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.Node.LoopRole
- 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.PMMLModelType
- 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.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.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.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.State
- 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.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.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.node.workflow.WorkflowPersistorVersion200.LoadVersion
- 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.
- variable(FlowVariable) -
Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
- Sets the flow variable which is checked in each iteration.
- VariableFileReaderNodeDialog - Class in org.knime.base.node.io.filereader
-
- VariableFileReaderNodeDialog() -
Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
- 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
-
- VariableFileReaderNodeModel - Class in org.knime.base.node.io.filereader
-
- VariableFileReaderNodeModel() -
Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
- 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
- Creates an empty settings object.
- VariableFileReaderNodeSettings(String) -
Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
-
- VariableFileReaderNodeSettings(VariableFileReaderNodeSettings) -
Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
- Creates a clone.
- VariableFileReaderNodeSettings(FileReaderNodeSettings) -
Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
- 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
- Creates a new settings object initialized with the values from the passed
object.
- variableName() -
Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
- Returns the flow variable's name which is checked in each iteration.
- VariableToTableNodeDialogPane - Class in org.knime.base.node.flowvariable.variabletotablerow
-
- VariableToTableNodeDialogPane() -
Constructor for class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeDialogPane
- Inits components.
- VariableToTableNodeFactory - Class in org.knime.base.node.flowvariable.variabletotablerow
-
- VariableToTableNodeFactory() -
Constructor for class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
-
- VariableToTableNodeModel - Class in org.knime.base.node.flowvariable.variabletotablerow
-
- VariableToTableNodeModel() -
Constructor for class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
- One input, one output.
- VariableToTableSettings - Class in org.knime.base.node.flowvariable.variabletotablerow
-
- VariableToTableSettings() -
Constructor for class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
-
- 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 -
Static variable in class org.knime.base.node.preproc.pivot.PivotAggregationMethod
- Method computes the variance over all values.
- variance(double[][]) -
Static method in class org.knime.base.util.math.StatisticUtils
- Calculates the variance for each column of the given input matrix.
- VERSION -
Static variable in class org.knime.core.node.KNIMEConstants
- Workflow file version.
- VERSION_LATEST -
Static variable in class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- 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.
- VERY_SMALL -
Static variable in class org.knime.base.data.normalize.AffineTransTable
- A very small number.
- 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
- Provides helper methods mostly useful when implementing NodeViews.
- 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.
- 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
.
W
- waitForAnalyzeAction() -
Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
- If no analysis is running it triggers one and waits until its done,
otherwise it just waits for the running analysis to finish.
- waitForAnalyzeAction() -
Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
- If no analysis is running it triggers one and waits until its done,
otherwise it just waits for the running analysis to finish.
- waitForTermination() -
Method in class org.knime.core.util.ThreadPool
- Waits until all jobs in this pool and its sub pools have been finished.
- warn(Object) -
Method in class org.knime.core.node.NodeLogger
- Write warning message into this logger.
- warn(Object, Throwable) -
Method in class org.knime.core.node.NodeLogger
- Write warning message and throwable into this logger.
- warning(SAXParseException) -
Method in class org.knime.base.node.io.pmml.read.LoggingErrorHandler
-
- warning(SAXParseException) -
Method in class org.knime.core.node.config.XMLContentHandler
-
- warning(SAXParseException) -
Method in class org.knime.core.node.port.pmml.PMMLMasterContentHandler
-
- warning(SAXParseException) -
Method in class org.knime.core.xml.XMLProperties
-
- warningChanged(String) -
Method in class org.knime.core.node.Node
- Is called, when a warning message is set in the
NodeModel
.
- warningChanged(String) -
Method in interface org.knime.core.node.NodeModelWarningListener
- Called when the NodeModel warning changes.
- warningChanged(String) -
Method in class org.knime.core.node.NodeView
- Called when the NodeModel warning changes.
- wasCanceled() -
Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
- Checks the cancel flag.
- wasClicked(Point, boolean) -
Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
- Determines if the line was clicked.
- wasInterrupted() -
Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
- Checks if the execution was interrupted.
- wasSuccessful() -
Method in class org.knime.base.data.bitvector.BitString2BitVectorCellFactory
-
- wasSuccessful() -
Method in class org.knime.base.data.bitvector.BitVectorCellFactory
-
- wasSuccessful() -
Method in class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
-
- wasSuccessful() -
Method in class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
-
- wasSuccessful() -
Method in class org.knime.base.data.bitvector.Numeric2BitVectorMeanCellFactory
-
- wasSuccessful() -
Method in class org.knime.base.data.bitvector.Numeric2BitVectorThresholdCellFactory
-
- WEIGHT_KEY -
Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
- Key to store the weights of a neuron in the ModelContent.
- weightByDistance() -
Method in class org.knime.base.node.mine.knn.KnnSettings
- Returns if the nearest neighbours should be weighted by their distance
to the query pattern.
- weightByDistance(boolean) -
Method in class org.knime.base.node.mine.knn.KnnSettings
- Sets if the nearest neighbours should be weighted by their distance
to the query pattern.
- WELCOME_MESSAGE -
Static variable in class org.knime.core.node.KNIMEConstants
- Welcome to KNIME Konstanz Information Miner.
- WildcardMatcher - Class in org.knime.base.util
- Simple class to convert wildcard patterns into regular expressions.
- wildcardToRegex(String) -
Static method in class org.knime.base.util.WildcardMatcher
- Converts a wildcard pattern containing '*' and '?' as meta characters
into a regular expression.
- wildRegExprChanged(ItemEvent) -
Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
- Called when the 'is regular expression' or 'has wildcards' checkbox was
clicked.
- workerFinished(ThreadPool.Worker) -
Method in class org.knime.core.util.ThreadPool
- This method is called every time a worker has finished.
- Workflow - Class in org.knime.core.node.workflow
- Container class wrapping wrapping the network of nodes forming
a workflow together with some of the basic functionality, especially
traversal methods.
- Workflow(NodeID) -
Constructor for class org.knime.core.node.workflow.Workflow
- Constructor - initialize sets for meta node in/out connections.
- WORKFLOW_FILE -
Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
- Identifier for KNIME workflows when saved to disc.
- workflowChanged(WorkflowEvent) -
Method in interface org.knime.core.node.workflow.WorkflowListener
- Called from the manager if something changed.
- WorkflowEvent - Class in org.knime.core.node.workflow
- Event-class for workflow events.
- WorkflowEvent(WorkflowEvent.Type, NodeID, Object, Object) -
Constructor for class org.knime.core.node.workflow.WorkflowEvent
- Creates a new workflow event.
- WorkflowEvent.Type - Enum in org.knime.core.node.workflow
- Enumeration of all workflow events that are interesting for the GUI.
- WorkflowExecutionResult - Class in org.knime.core.node.workflow.execresult
- Specialized execution result for
WorkflowManager
. - WorkflowExecutionResult(NodeID) -
Constructor for class org.knime.core.node.workflow.execresult.WorkflowExecutionResult
- Creates new workflow execution result with no particular settings.
- WorkflowInPort - Class in org.knime.core.node.workflow
-
- WorkflowInPort(int, PortType) -
Constructor for class org.knime.core.node.workflow.WorkflowInPort
-
- WorkflowListener - Interface in org.knime.core.node.workflow
- Interface for listeners that receive workflow events.
- WorkflowManager - Class in org.knime.core.node.workflow
- Container holding nodes and connections of a (sub) workflow.
- WorkflowOutPort - Class in org.knime.core.node.workflow
-
- WorkflowOutPort(WorkflowManager, int, PortType) -
Constructor for class org.knime.core.node.workflow.WorkflowOutPort
- Creates a new output port with a fixed type and index (should unique
to all other output ports of this node) for the given node.
- WorkflowPersistor - Interface in org.knime.core.node.workflow
-
- WorkflowPersistor.ConnectionContainerTemplate - Class in org.knime.core.node.workflow
- Helper class representing a connection.
- WorkflowPersistor.ConnectionContainerTemplate(int, int, int, int, boolean, UIInformation) -
Constructor for class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
- Creates new template connection.
- WorkflowPersistor.ConnectionContainerTemplate(ConnectionContainer, boolean) -
Constructor for class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
- Copies an existing connection (used for copy&paste).
- WorkflowPersistor.LoadResult - Class in org.knime.core.node.workflow
-
- WorkflowPersistor.LoadResult(String) -
Constructor for class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
-
- WorkflowPersistor.LoadResultEntry - Class in org.knime.core.node.workflow
-
- WorkflowPersistor.LoadResultEntry(WorkflowPersistor.LoadResultEntry.LoadResultEntryType, String) -
Constructor for class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
-
- WorkflowPersistor.LoadResultEntry.LoadResultEntryType - Enum in org.knime.core.node.workflow
-
- WorkflowPersistor.WorkflowLoadResult - Class in org.knime.core.node.workflow
-
- WorkflowPersistor.WorkflowLoadResult(String) -
Constructor for class org.knime.core.node.workflow.WorkflowPersistor.WorkflowLoadResult
-
- WorkflowPersistor.WorkflowPortTemplate - Class in org.knime.core.node.workflow
-
- WorkflowPersistor.WorkflowPortTemplate(int, PortType) -
Constructor for class org.knime.core.node.workflow.WorkflowPersistor.WorkflowPortTemplate
-
- WorkflowPersistorVersion1xx - Class in org.knime.core.node.workflow
-
- WorkflowPersistorVersion1xx(HashMap<Integer, ContainerTable>, String) -
Constructor for class org.knime.core.node.workflow.WorkflowPersistorVersion1xx
-
- WorkflowPersistorVersion200 - Class in org.knime.core.node.workflow
-
- WorkflowPersistorVersion200() -
Constructor for class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- WorkflowPersistorVersion200(HashMap<Integer, ContainerTable>, String) -
Constructor for class org.knime.core.node.workflow.WorkflowPersistorVersion200
-
- WorkflowPersistorVersion200.LoadVersion - Enum in org.knime.core.node.workflow
- A Version representing a specific workflow format.
- WrappedDriver - Class in org.knime.base.node.io.database
- Wraps a Driver object.
- WrappedDriver(Driver) -
Constructor for class org.knime.base.node.io.database.WrappedDriver
- Create wrapper.
- WrappedTable - Class in org.knime.core.data.container
- Special table implementation that simply wraps a given
BufferedDataTable
. - WrappedTable(BufferedDataTable) -
Constructor for class org.knime.core.data.container.WrappedTable
- Creates new table wrapping the argument.
- write(DataTable, ExecutionMonitor) -
Method in class org.knime.base.node.io.csvwriter.CSVWriter
- Writes
table
with current settings.
- write(StringBuffer, boolean) -
Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
- Write this model into the given string buffer.
- write(byte[], int, int) -
Method in class org.knime.base.util.NullPrintStream
-
- write(int) -
Method in class org.knime.base.util.NullPrintStream
-
- write(char[]) -
Method in class org.knime.base.util.NullWriter
-
- write(int) -
Method in class org.knime.base.util.NullWriter
-
- write(String, int, int) -
Method in class org.knime.base.util.NullWriter
-
- write(String) -
Method in class org.knime.base.util.NullWriter
-
- write(char[], int, int) -
Method in class org.knime.base.util.NullWriter
-
- write(byte[], int, int) -
Method in class org.knime.core.data.container.BlockableOutputStream
- Parses the byte[] argument, escapes the bytes if necessary and delegates
escaped byte array to underlying stream.
- write(byte[]) -
Method in class org.knime.core.data.container.BlockableOutputStream
- Calls
BlockableOutputStream.write(byte[], int, int)
.
- write(int) -
Method in class org.knime.core.data.container.BlockableOutputStream
- Checks if the byte to be written needs to be escaped and does so if
necessary.
- write(byte[], int, int) -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- write(byte[]) -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- write(int) -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- write(byte[], int, int) -
Method in class org.knime.core.data.util.NonClosableOutputStream
-
- write(byte[]) -
Method in class org.knime.core.data.util.NonClosableOutputStream
-
- write(int) -
Method in class org.knime.core.data.util.NonClosableOutputStream
-
- writeBlobAddress(BlobDataCell.BlobAddress) -
Method in class org.knime.core.data.container.DCObjectOutputVersion2
- Writes a given blob address to the stream.
- writeBoolean(boolean) -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- writeByte(int) -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- writeBytes(String) -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- writeChar(int) -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- writeChars(String) -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- writeColumnHeader() -
Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- writeControlByte(int) -
Method in class org.knime.core.data.container.DCObjectOutputVersion2
- Writes the argument byte.
- writeData(DatabaseConnectionSettings, String, BufferedDataTable, boolean, ExecutionMonitor, Map<String, String>) -
Static method in class org.knime.base.node.io.database.DBWriterConnection
- Create connection to write into database.
- writeDataCell(DataCell, DCObjectOutputVersion2) -
Method in class org.knime.core.data.container.Buffer
- Writes a data cell to the outStream.
- writeDataCell(DataCell) -
Method in interface org.knime.core.data.DataCellDataOutput
- Writes a given
DataCell
to the output stream.
- writeDataCellPerJavaSerialization(DataCell) -
Method in class org.knime.core.data.container.DCObjectOutputVersion2
- Writes a cell using java serialization.
- writeDataCellPerKNIMESerializer(DataCellSerializer<DataCell>, DataCell) -
Method in class org.knime.core.data.container.DCObjectOutputVersion2
- Writes a data cell using the serializer.
- writeDataDictionary(DataTableSpec, TransformerHandler) -
Static method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
- Convenience method to write a PMML DataDictionary based on the data
table spec.
- writeDouble(double) -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- writeFloat(float) -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- writeHeader(TransformerHandler) -
Static method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
-
- writeInt(int) -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- writeLong(long) -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- writeMiningSchema(PMMLPortObjectSpec, TransformerHandler) -
Static method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
- Writes the MiningSchema based upon the fields of the passed
PMMLPortObjectSpec
.
- writeObjectToFile(PortObject, File, ExecutionMonitor) -
Static method in class org.knime.core.node.port.PortUtil
-
- writePMML(TransformerHandler) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
- Writes the PMML XML object for the predicate.
- writePMML(TransformerHandler) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
- Writes the PMML XML object for the predicate.
- writePMML(TransformerHandler) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
- Writes the PMML XML object for the predicate.
- writePMML(TransformerHandler) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
- Writes the PMML XML object for the predicate.
- writePMML(TransformerHandler) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
- Writes the PMML XML object for the predicate.
- writePMML(TransformerHandler) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
- Writes the PMML XML object for the predicate.
- writePMMLModel(TransformerHandler) -
Method in class org.knime.base.node.mine.cluster.PMMLClusterPortObject
-
- writePMMLModel(TransformerHandler) -
Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreePortObject
-
- writePMMLModel(TransformerHandler) -
Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkPortObject
-
- writePMMLModel(TransformerHandler) -
Method in class org.knime.base.node.mine.regression.PMMLRegressionPortObject
-
- writePMMLModel(TransformerHandler) -
Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRulePortObject
-
- writePMMLModel(TransformerHandler) -
Method in class org.knime.base.node.mine.svm.PMMLSVMPortObject
-
- writePMMLModel(TransformerHandler) -
Method in class org.knime.core.node.port.pmml.PMMLPortObject
-
- writePMMLRegressionModel(TransformerHandler) -
Method in class org.knime.base.node.mine.regression.PMMLRegressionContentHandler
- Writes the PMML regression model to the given handler.
- writeRowID() -
Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
-
- writeRowKey(RowKey, DCObjectOutputVersion2) -
Method in class org.knime.core.data.container.Buffer
- Writes the row key to the out stream.
- writeRowKey(RowKey) -
Method in class org.knime.core.data.container.DCObjectOutputVersion2
- Writes a row key by writing the underlying string to the stream.
- writeShort(int) -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- WriteTableNodeDialogPane - Class in org.knime.base.node.io.table.write
- Dialog for the node to write arbitrary tables to a file.
- WriteTableNodeDialogPane() -
Constructor for class org.knime.base.node.io.table.write.WriteTableNodeDialogPane
- Creates new dialog.
- WriteTableNodeFactory - Class in org.knime.base.node.io.table.write
- Factory for the node to write arbitrary tables to a file.
- WriteTableNodeFactory() -
Constructor for class org.knime.base.node.io.table.write.WriteTableNodeFactory
-
- WriteTableNodeModel - Class in org.knime.base.node.io.table.write
- NodeModel for the node to write arbitrary tables to a file.
- WriteTableNodeModel() -
Constructor for class org.knime.base.node.io.table.write.WriteTableNodeModel
- Creates new NodeModel with one input, no output ports.
- writeToFile(ObjectOutputStream) -
Method in class org.knime.core.node.config.Config
- Writes this Config into the given stream.
- writeToStream(DataTable, OutputStream, ExecutionMonitor) -
Static method in class org.knime.core.data.container.DataContainer
- Writes a given DataTable permanently to an output stream.
- writeToZip(DataTable, File, ExecutionMonitor) -
Static method in class org.knime.core.data.container.DataContainer
- Writes a given DataTable permanently to a zip file.
- writeUTF(String) -
Method in class org.knime.core.data.container.LongUTFDataOutputStream
-
- writeUTF(String) -
Method in interface org.knime.core.data.DataCellDataOutput
- Writes a UTF String as described in
DataOutput.writeUTF(String)
except for the 64k limitation.
- writeVariablesTo(Config) -
Method in class org.knime.core.node.config.ConfigEditTreeModel
- Write the mask to a config object (for storage in node settings object).
X
- X -
Static variable in interface org.knime.base.node.mine.sota.view.interaction.Locatable
- Default X coordinate.
- X_COLUMN_FILTER -
Static variable in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
- This column filter should be used in all x column select boxes.
- X_SHAPE -
Static variable in class org.knime.core.data.property.ShapeFactory
- Name of and key for the "X".
- X_THEN_Y_SORT_POLICY -
Static variable in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
- To be passed in the sort method to determine the first and second order
criteria.
- XFilter - Class in org.knime.core.node.port.pmml
-
- XFilter(String) -
Constructor for class org.knime.core.node.port.pmml.XFilter
-
- XMLConfig - Class in org.knime.core.node.config
- A class used to load and save Config objects into an XML file.
- XMLContentHandler - Class in org.knime.core.node.config
- Utility class to handle SAX events while parsing the xml file.
- XMLContentHandler(Config, String) -
Constructor for class org.knime.core.node.config.XMLContentHandler
- Creates new instance.
- XMLProperties - Class in org.knime.core.xml
- XML properties class that gets an xml
URL
and dtd file
path as input to initialize the xml org.w3c.dom.Document
which
can be accessed to get parts of the document tree. - XMLProperties(URL, URL) -
Constructor for class org.knime.core.xml.XMLProperties
- Initializes a new xml properties object by parsing the
xmlURL
which internally represents a xml
Document
.
- XMLPropsReader - Class in org.knime.base.node.io.filereader
- Adds support for the old XML property files.
- XMLPropsReader(URL) -
Constructor for class org.knime.base.node.io.filereader.XMLPropsReader
- Initializes a new specification object for a
FileTable
using the
XML URL
which contains a link to the source file as well as other
properties how to parse the input data file.
- XMLTreeCreator - Class in org.knime.core.node.port.pmml
- Parses XML and returns a model of the parsed tree that can be displayed
with a
JTree
. - XMLTreeCreator() -
Constructor for class org.knime.core.node.port.pmml.XMLTreeCreator
-
- xor(RuleNode, RuleNode) -
Static method in class org.knime.base.node.rules.RuleNodeFactory
- Creates a new XOR node.
- xor(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).
- xor(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 (exactly) one of the vectors (this or the argument vector) have a
bit set.
- xor(BitVectorValue, BitVectorValue) -
Static method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
- Creates a dense bit vector cell containing the result of the XOR
operation on the passed operands.
- xor(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 (exactly) one of the vectors (this or the argument vector) have a
bit set.
- xor(BitVectorValue, BitVectorValue) -
Static method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
- Creates a sparse bit vector cell containing the result of the XOR
operation on the passed operands.
- XValidateDialog - Class in org.knime.base.node.meta.xvalidation
- This is the simple dialog for the cross validation node.
- XValidateDialog() -
Constructor for class org.knime.base.node.meta.xvalidation.XValidateDialog
- Creates a new dialog for the cross validation settings.
- XValidatePartitionerFactory - Class in org.knime.base.node.meta.xvalidation
- This factory creates all necessary classes for the cross validation
partioning node.
- XValidatePartitionerFactory() -
Constructor for class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
-
- XValidatePartitionModel - Class in org.knime.base.node.meta.xvalidation
- This is the cross validation partitioning node model that divides the input
table into partitions.
- XValidatePartitionModel() -
Constructor for class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
- Creates a new model for the internal partitioner node.
- XValidateSettings - Class in org.knime.base.node.meta.xvalidation
- Simple class for managing the cross validation settings.
- XValidateSettings() -
Constructor for class org.knime.base.node.meta.xvalidation.XValidateSettings
-
Y
- Y -
Static variable in interface org.knime.base.node.mine.sota.view.interaction.Locatable
- Default Y coordinate.
- Y_THEN_X_SORT_POLICY -
Static variable in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
- To be passed in the sort method to determine the first and second order
criteria.
- YagerNorm - Class in org.knime.base.node.mine.bfn.fuzzy.norm
- SCHWEIZER and SKLAR norm.
Z
- ZERO -
Static variable in class org.knime.base.node.mine.bfn.ZeroMissingValueReplacementFunction
- static zero replacement value.
- ZeroMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
- Zero replacement.
- ZeroMissingValueReplacementFunction() -
Constructor for class org.knime.base.node.mine.bfn.ZeroMissingValueReplacementFunction
-
- ZIP_ENTRY_BLOBS -
Static variable in class org.knime.core.data.container.Buffer
- Name of the zip entry containing the blob files (directory).
- ZIP_ENTRY_DATA -
Static variable in class org.knime.core.data.container.Buffer
- Name of the zip entry containing the data.
- ZIP_ENTRY_META -
Static variable in class org.knime.core.data.container.Buffer
- Name of the zip entry containing the meta information (e.g.
- ZIP_ENTRY_SPEC -
Static variable in class org.knime.core.data.container.DataContainer
- Used in write/readFromZip: Name of the zip entry containing the spec.
- ZIP_INCLUDEALL_FILTER -
Static variable in class org.knime.core.util.FileUtil
- A filter that causes all files to be included in the zip archive.
- zipDir(File, Collection<File>, int, FileUtil.ZipFileFilter, ExecutionMonitor) -
Static method in class org.knime.core.util.FileUtil
- Packs all files and directories passed in the includeList into a zip
file.
- zipDir(ZipOutputStream, Collection<File>, FileUtil.ZipFileFilter, ExecutionMonitor) -
Static method in class org.knime.core.util.FileUtil
- Packs all files and directories passed in the includeList into a zip
stream.
- zipDir(File, File, int) -
Static method in class org.knime.core.util.FileUtil
- Recursively packs all the the files and directories beneath the
rootDir
into a zip file.
- zipDir(File, File, int, FileUtil.ZipFileFilter, ExecutionMonitor) -
Static method in class org.knime.core.util.FileUtil
- Recursively packs all the the files and directories beneath the
rootDir
into a zip file.
- zippedSourceHasMoreEntries() -
Method in class org.knime.base.node.io.filereader.FileRowIterator
- If the source read was a ZIP archive this method tests if there are more
than one entry in the archive.
- zoomByClick(Point) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Zooms the content of the drawing pane with the point clicked in center.
- zoomByWindow(Rectangle) -
Method in class org.knime.base.node.viz.plotter.AbstractPlotter
- Zooms the content of the drawing pane to the dragged rectangle.
- zoomIn() -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
- Zooms in.
- zoomOut() -
Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
- Zooms out.
- ZSCORE_MODE -
Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
- ZSCORE mode.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display,
or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the
copyright owner or as specified in the license file distributed with this product.