|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.knime.core.node.defaultnodesettings | |
---|---|
org.knime.base.collection.list.create | Implementation of the collection create node. |
org.knime.base.node.io.database | Contains nodes to access data via a database connection. |
org.knime.base.node.io.pmml.read | |
org.knime.base.node.io.pmml.write | |
org.knime.base.node.io.portobject | Contains node implementations for a prediction model reader and writer. |
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 | Node that writes a datatable to a file. |
org.knime.base.node.mine.bayes.naivebayes.learner | This package contains the classes of the learner node. |
org.knime.base.node.mine.bayes.naivebayes.predictor | This package contains the classes of the predictor node. |
org.knime.base.node.mine.cluster.hierarchical | Contains the implementation of a node performing hierarchical clustering. |
org.knime.base.node.mine.cluster.kmeans | This package contains the classes needed from the KMeans Node. |
org.knime.base.node.mine.decisiontree2.learner | |
org.knime.base.node.mine.mds | A node that applies multi dimensional scaling (MDS) on high dimensional data. |
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.rprop | This package contains all classes for the RProp Node. |
org.knime.base.node.mine.pca | This package contains all classes for the PCA (principal component analysis) Node. |
org.knime.base.node.mine.subgroupminer | This package contains everything necessary for normal subgroup mining. |
org.knime.base.node.mine.svm.learner | This subpackage contains all classes for the SVM Learner Node. |
org.knime.base.node.preproc.cellsplitbypos | |
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.numbertostring | Node to convert DoubleValue columns to StringValue columns. |
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 | |
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.double2int | |
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.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.aggregation | Contains helper classes that perform the aggregation. |
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.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 | Node splits a data table according to a numeric filter criterion. |
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.transpose | Contains a node to transpose a table by swaping rows and columns. |
org.knime.base.node.preproc.unpivot | |
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 | Contains utility classes which performe binning or which are used in dialogs to select the aggregation columns. |
org.knime.base.node.viz.liftchart | The liftchart package contains all classes for building a lift chart node. |
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.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.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 | Contains the Shape Manager and Shape Appender node to set shapes for a nominal column. |
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.statistics | Contains the Statistics Node which can be used to compute statistics based on the input data table. |
org.knime.core.node | Contains all classes needed to implement a new node in the workflow. |
org.knime.core.node.defaultnodesettings | Contains default dialog components, which can be used to quickly create a simple dialog. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.collection.list.create | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelBoolean
A settingsmodel for boolean default components. |
|
SettingsModelFilterString
Implements a settings model that provides include and exclude lists. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.io.database | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelBoolean
A settingsmodel for boolean default components. |
|
SettingsModelFilterString
Implements a settings model that provides include and exclude lists. |
|
SettingsModelIntegerBounded
A settingsmodel for integer default components accepting double between a min and max value. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.io.pmml.read | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.io.pmml.write | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelBoolean
A settingsmodel for boolean default components. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.io.portobject | |
---|---|
DefaultNodeSettingsPane
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. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.io.table.read | |
---|---|
DefaultNodeSettingsPane
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. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.io.table.write | |
---|---|
DefaultNodeSettingsPane
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. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.mine.bayes.naivebayes.learner | |
---|---|
DefaultNodeSettingsPane
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. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.mine.bayes.naivebayes.predictor | |
---|---|
DefaultNodeSettingsPane
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. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.mine.cluster.hierarchical | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelBoolean
A settingsmodel for boolean default components. |
|
SettingsModelFilterString
Implements a settings model that provides include and exclude lists. |
|
SettingsModelIntegerBounded
A settingsmodel for integer default components accepting double between a min and max value. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.mine.cluster.kmeans | |
---|---|
DefaultNodeSettingsPane
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. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.mine.decisiontree2.learner | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelBoolean
A settingsmodel for boolean default components. |
|
SettingsModelDoubleBounded
A settingsmodel for double default components accepting double between a min and max value. |
|
SettingsModelIntegerBounded
A settingsmodel for integer default components accepting double between a min and max value. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.mine.mds | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelBoolean
A settingsmodel for boolean default components. |
|
SettingsModelDoubleBounded
A settingsmodel for double default components accepting double between a min and max value. |
|
SettingsModelFilterString
Implements a settings model that provides include and exclude lists. |
|
SettingsModelIntegerBounded
A settingsmodel for integer default components accepting double between a min and max value. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.mine.mds.mdsprojection | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelBoolean
A settingsmodel for boolean default components. |
|
SettingsModelFilterString
Implements a settings model that provides include and exclude lists. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.mine.neural.rprop | |
---|---|
DefaultNodeSettingsPane
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. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.mine.pca | |
---|---|
DefaultNodeSettingsPane
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. |
|
DialogComponent
Abstract implementation of a component handling a standard type in a NodeDialog. |
|
SettingsModel
Abstract implementation of an encapsulating class holding a (usually rather basic) model of NodeModel Settings. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.mine.subgroupminer | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelBoolean
A settingsmodel for boolean default components. |
|
SettingsModelDoubleBounded
A settingsmodel for double default components accepting double between a min and max value. |
|
SettingsModelFilterString
Implements a settings model that provides include and exclude lists. |
|
SettingsModelIntegerBounded
A settingsmodel for integer default components accepting double between a min and max value. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.mine.svm.learner | |
---|---|
DialogComponent
Abstract implementation of a component handling a standard type in a NodeDialog. |
|
SettingsModelDouble
A settingsmodel for double default components. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.cellsplitbypos | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.colcompare | |
---|---|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.colconvert.numbertostring | |
---|---|
DefaultNodeSettingsPane
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. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.columnTrans | |
---|---|
DefaultNodeSettingsPane
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. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.correlation.pmcc | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelFilterString
Implements a settings model that provides include and exclude lists. |
|
SettingsModelIntegerBounded
A settingsmodel for integer default components accepting double between a min and max value. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.discretization.caim2.modelcreator | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelBoolean
A settingsmodel for boolean default components. |
|
SettingsModelFilterString
Implements a settings model that provides include and exclude lists. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.double2int | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.filter.columnref | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelBoolean
A settingsmodel for boolean default components. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.filter.rowref | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelColumnName
Extends the SettingsModelString to provide the SettingsModelColumnName.useRowID()
method to check if the RowID should be used instead of a column. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.groupby.aggregation | |
---|---|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.pivot | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelBoolean
A settingsmodel for boolean default components. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.rowkey | |
---|---|
DefaultNodeSettingsPane
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. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.rowsplit | |
---|---|
SettingsModelBoolean
A settingsmodel for boolean default components. |
|
SettingsModelDouble
A settingsmodel for double default components. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.setoperator | |
---|---|
DefaultNodeSettingsPane
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. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.transpose | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelIntegerBounded
A settingsmodel for integer default components accepting double between a min and max value. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.preproc.unpivot | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelBoolean
A settingsmodel for boolean default components. |
|
SettingsModelFilterString
Implements a settings model that provides include and exclude lists. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.viz.histogram.node | |
---|---|
DefaultNodeSettingsPane
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. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.viz.histogram.util | |
---|---|
DialogComponent
Abstract implementation of a component handling a standard type in a NodeDialog. |
|
SettingsModel
Abstract implementation of an encapsulating class holding a (usually rather basic) model of NodeModel Settings. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.viz.liftchart | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.viz.pie.node | |
---|---|
DefaultNodeSettingsPane
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. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.viz.plotter.node | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelIntegerBounded
A settingsmodel for integer default components accepting double between a min and max value. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.viz.property.color | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.viz.property.shape | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.viz.property.size | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelDouble
A settingsmodel for double default components. |
|
SettingsModelString
|
Classes in org.knime.core.node.defaultnodesettings used by org.knime.base.node.viz.statistics | |
---|---|
DefaultNodeSettingsPane
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. |
|
SettingsModelBoolean
A settingsmodel for boolean default components. |
|
SettingsModelFilterString
Implements a settings model that provides include and exclude lists. |
|
SettingsModelIntegerBounded
A settingsmodel for integer default components accepting double between a min and max value. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.core.node | |
---|---|
SettingsModelFlowVariableCompatible
Interface for a @link SettingsModel which can be represented by a FlowVariable. |
Classes in org.knime.core.node.defaultnodesettings used by org.knime.core.node.defaultnodesettings | |
---|---|
DialogComponent
Abstract implementation of a component handling a standard type in a NodeDialog. |
|
DialogComponent.EmptySettingsModel
------------------------------------------------------------------------- Components deriving from DialogComponent can use this model if
they don't need or want to store any value (but are only displaying
stuff). |
|
SettingsModel
Abstract implementation of an encapsulating class holding a (usually rather basic) model of NodeModel Settings. |
|
SettingsModelBoolean
A settingsmodel for boolean default components. |
|
SettingsModelColumnName
Extends the SettingsModelString to provide the SettingsModelColumnName.useRowID()
method to check if the RowID should be used instead of a column. |
|
SettingsModelDouble
A settingsmodel for double default components. |
|
SettingsModelDoubleBounded
A settingsmodel for double default components accepting double between a min and max value. |
|
SettingsModelDoubleRange
Settings model for a double range [min, max]. |
|
SettingsModelFilterString
Implements a settings model that provides include and exclude lists. |
|
SettingsModelFlowVariableCompatible
Interface for a @link SettingsModel which can be represented by a FlowVariable. |
|
SettingsModelInteger
|
|
SettingsModelIntegerBounded
A settingsmodel for integer default components accepting double between a min and max value. |
|
SettingsModelLong
|
|
SettingsModelLongBounded
|
|
SettingsModelNumber
Used for components accepting numbers (doubles or ints). |
|
SettingsModelOddIntegerBounded
A settingsmodel for integer default components accepting double between a min and max value. |
|
SettingsModelString
|
|
SettingsModelStringArray
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |