@Deprecated public class BasisFunctionPredictorNodeDialog extends NodeDialogPane
Modifier and Type | Field and Description |
---|---|
static String |
APPLY_COLUMN
Deprecated.
Key for the applied column: apply_column.
|
static String |
CFG_CLASS_PROPS
Deprecated.
Config key if class probabilities should be appended to the table.
|
static String |
CFG_DONT_KNOW_IGNORE
Deprecated.
Config key if don't know should be ignored.
|
static String |
DONT_KNOW_PROP
Deprecated.
Key for don't know probability for the unknown class.
|
Constructor and Description |
---|
BasisFunctionPredictorNodeDialog()
Deprecated.
Creates a new predictor dialog to set a name for the applied column.
|
Modifier and Type | Method and Description |
---|---|
protected void |
loadSettingsFrom(NodeSettingsRO settings,
DataTableSpec[] specs)
Deprecated.
Invoked before the dialog window is opened.
|
protected void |
saveSettingsTo(NodeSettingsWO settings)
Deprecated.
Invoked when the settings need to be applied.
|
addFlowVariablesTab, addJobMgrTab, addTab, addTab, addTabAt, addTabAt, callOnCancel, callOnClose, closeOnESC, createFlowVariableModel, createFlowVariableModel, createFlowVariableModel, finishEditingAndSaveSettingsTo, getAvailableFlowVariables, getCredentialsNames, getCredentialsProvider, getLogger, getNodeContext, getPanel, getTab, getTabIndex, isWriteProtected, loadSettingsFrom, loadSettingsFrom, onCancel, onClose, onOpen, removeTab, renameTab, saveSettingsTo, setEnabled, setSelected
public static final String APPLY_COLUMN
public static final String DONT_KNOW_PROP
public static final String CFG_DONT_KNOW_IGNORE
public static final String CFG_CLASS_PROPS
public BasisFunctionPredictorNodeDialog()
protected void loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs) throws NotConfigurableException
The implementation must be able to handle invalid or incomplete settings as the model may not have any reasonable values yet (for example when the dialog is opened for the first time). When an empty/invalid settings object is passed the dialog should set default values in its components.
loadSettingsFrom
in class NodeDialogPane
settings
- The settings to load into the dialog. Could be an empty
object or contain invalid settings. But will never be null.specs
- The input data table specs. If no spec is available for any
given port (because the port is not connected or the previous
node does not produce a spec) the framework will pass an
empty DataTableSpec
(no columns) unless the port is
marked as optional
(in which
case the array element is null).NotConfigurableException
- if the dialog cannot be opened because
of real invalid settings or if any preconditions are not fulfilled, e.g.
no predecessor node, no nominal column in input table, etc.NodeModel.loadSettingsFrom(NodeSettingsRO)
protected void saveSettingsTo(NodeSettingsWO settings) throws InvalidSettingsException
saveSettingsTo
in class NodeDialogPane
settings
- The settings object to write into.InvalidSettingsException
- If the settings are not applicable to
the model.NodeModel.loadSettingsFrom(NodeSettingsRO)
KNIME GmbH, Konstanz, Germany
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.