|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColSetting | |
---|---|
org.knime.base.node.preproc.missingval | Implemenation of the node that treats missing values. |
Uses of ColSetting in org.knime.base.node.preproc.missingval |
---|
Methods in org.knime.base.node.preproc.missingval that return ColSetting | |
---|---|
(package private) ColSetting |
MissingValueHandlingTable.getColSetting(int column)
The column settings for a column. |
ColSetting |
MissingValuePanel.getSettings()
Get the settings currently entered in the dialog. |
protected static ColSetting[] |
ColSetting.loadIndividualColSettings(NodeSettingsRO settings)
Helper that load individual settings from a config object, used in NodeModel. |
protected static ColSetting[] |
ColSetting.loadIndividualColSettings(NodeSettingsRO settings,
DataTableSpec spec)
Helper that individual settings from a config object, used in NodeDialog. |
protected static ColSetting[] |
ColSetting.loadMetaColSettings(NodeSettingsRO settings)
Helper that load meta settings from a config object, used in NodeModel. |
protected static ColSetting[] |
ColSetting.loadMetaColSettings(NodeSettingsRO settings,
DataTableSpec spec)
Helper that loads meta settings from a config object, used in NodeDialog. |
Methods in org.knime.base.node.preproc.missingval with parameters of type ColSetting | |
---|---|
static BufferedDataTable |
MissingValueHandlingTable.createMissingValueHandlingTable(DataTable table,
ColSetting[] colSettings,
ExecutionContext exec,
StringBuffer warningBuffer)
Does missing value handling to the argument table given the col settings in an array and also reports progress. |
(package private) static DataTableSpec |
MissingValueHandlingTable.createTableSpec(DataTableSpec spec,
ColSetting[] sets)
Get the DataTableSpec that is created when creating a MissingValueHandling with the settings sets . |
protected static void |
ColSetting.saveIndividualsColSettings(ColSetting[] colSettings,
NodeSettingsWO settings)
Saves the individual settings to a config object. |
protected static void |
ColSetting.saveMetaColSettings(ColSetting[] colSettings,
NodeSettingsWO settings)
Saves the meta settings to a config object. |
Constructors in org.knime.base.node.preproc.missingval with parameters of type ColSetting | |
---|---|
MissingValuePanel(ColSetting setting,
DataColumnSpec spec)
Constructor that uses settings from setting given a column
spec or null if the ColSetting is a meta-config. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |