| Name | Description | Type | Package | Framework |
| AbstractNormalizerPMMLNodeModel | The NormalizeNodeModel uses the Normalizer to normalize the input DataTable. | Class | org.knime.base.node.preproc.pmml.normalize | KNIME |
| AverageInterpolationMissingCellHandler | A handler that replaces missing values with a linear interpolation of the next and previous valid values. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| AverageInterpolationMissingCellHandlerFactory | Creates a handler that replaces missing values with the a linear interpolation of the previous and next non-missing values. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| AverageInterpolationStatisticMB | HashMap based statistic for average interpolation. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| AverageInterpolationStatisticTB | Table based statistic that calculates for each missing cell the linear interpolation between the previous and next valid cell. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| BinnerColumnFactory | Class | org.knime.base.node.preproc.pmml.binner | KNIME | |
| BinnerColumnFactory .Bin | Interface | org.knime.base.node.preproc.pmml.binner | KNIME | |
| BinnerNodeDialogPane | Class | org.knime.base.node.preproc.pmml.binner | KNIME | |
| BinnerNodeFactory | Class | org.knime.base.node.preproc.pmml.binner | KNIME | |
| BinnerNodeFactory2 | Class | org.knime.base.node.preproc.pmml.binner | KNIME | |
| BinnerNodeModel | Class | org.knime.base.node.preproc.pmml.binner | KNIME | |
| ColumnHandlingFactorySelectionPanel | Panel that allows setting the missing cell handler for an arbitrary group of columns. | Class | org.knime.base.node.preproc.pmml.missingval.compute | KNIME |
| DataColumnSpecFilterPMMLNodeDialogPane | This is the dialog for the column filter. | Class | org.knime.base.node.preproc.pmml.columnfilter | KNIME |
| DataColumnSpecFilterPMMLNodeFactory | Factory for the DataColumnSpecFilterPMMLNodeFactory node. | Class | org.knime.base.node.preproc.pmml.columnfilter | KNIME |
| DataColumnSpecFilterPMMLNodeModel | The model for the column filter which extracts certain columns from the input DataTable using a list of columns to | Class | org.knime.base.node.preproc.pmml.columnfilter | KNIME |
| DataColumnWindow | A window over a single column. | Class | org.knime.base.node.preproc.pmml.missingval | KNIME |
| DefaultMissingCellHandler | Abstract missing cell handler without moving window. | Class | org.knime.base.node.preproc.pmml.missingval | KNIME |
| DefaultMissingValueHandlerPanel | Default panel for a missing value handler's settings to be used with DialogComponents. | Class | org.knime.base.node.preproc.pmml.missingval | KNIME |
| DoNothingMissingCellHandler | Does not replace missing values. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| DoNothingMissingCellHandlerFactory | A factory that creates a handler that does nothing. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| DoubleMeanMissingCellHandler | Replaces missing values with the mean of the column. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| DoubleMeanMissingCellHandlerFactory | Creates a handler that replaces missing values with the mean. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| DoubleMovingAverageMissingCellHandler | A handler that replaces missing values in a cell with the average of cells before and after it. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| DoubleMovingAverageMissingCellHandlerFactory | Creates a handler that replaces missing values with the moving average of cells around it. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| DoubleMovingAveragePanel | A panel where the user can select lookbehind and lookahead for the DoubleMovingAverageMissingCellHandler. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| FixedDoubleValueMissingCellHandler | Replaces missing values with a fixed double value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| FixedDoubleValueMissingCellHandlerFactory | Creates a handler that replaces missing values with a fixed value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| FixedDoubleValuePanel | A panel that has a field for entering a double value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| FixedIntegerValueMissingCellHandler | Replaces missing values with a fixed integer. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| FixedIntegerValueMissingCellHandlerFactory | Creates a handler that replaces missing values with a fixed integer. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| FixedIntegerValuePanel | A panel that has a field for entering an integer value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| FixedLongValueMissingCellHandler | Replaces missing values with a fixed integer. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| FixedLongValueMissingCellHandlerFactory | Creates a handler that replaces missing values with a fixed integer. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| FixedLongValuePanel | A panel that has a field for entering an integer value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| FixedStringValueMissingCellHandler | Replaces missing values with a fixed integer. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| FixedStringValueMissingCellHandlerFactory | Creates a handler that replaces missing values witha fixed string. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| FixedStringValuePanel | A panel with a field for entering a string value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| IntegerMeanMissingCellHandler | A handler that replaces missing values with the rounded mean of the column. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| IntegerMeanMissingCellHandlerFactory | Creates a handler that replaces missing values with the column's rounded mean. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| InterpolationMissingCellHandler | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME | |
| LinearInterpolationMissingCellHandler | A handler that replaces missing values with a linear interpolation of the next and previous valid values. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| LinearInterpolationMissingCellHandlerFactory | Creates a handler that replaces missing values with the a linear interpolation of the previous and next non-missing values. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| LinearInterpolationStatisticMB | HashMap based statistic for linear interpolation. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| LinearInterpolationStatisticTB | Table based statistic that calculates for each missing cell the linear interpolation between the previous and next valid cell. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| Many2OneCol2PMMLNodeFactory | NodeFactory for the "Many2OneColPMML" Node. | Class | org.knime.base.node.preproc.pmml.columntrans2 | KNIME |
| Many2OneCol2PMMLNodeFactory2 | NodeFactory for the "Many2OneColPMML" Node. | Class | org.knime.base.node.preproc.pmml.columntrans2 | KNIME |
| Many2OneCol2PMMLNodeModel | This is the model implementation of Many2OneColPMML. | Class | org.knime.base.node.preproc.pmml.columntrans2 | KNIME |
| Many2OneCol2PMMLNodeModel .IncludeMethod | Possible methods to let a column match. | Class | org.knime.base.node.preproc.pmml.columntrans2 | KNIME |
| Many2OneColPMMLNodeFactory | NodeFactory for the "Many2OneColPMML" Node. | Class | org.knime.base.node.preproc.pmml.columnTrans | KNIME |
| Many2OneColPMMLNodeModel | This is the model implementation of Many2OneColPMML. | Class | org.knime.base.node.preproc.pmml.columnTrans | KNIME |
| Many2OneColPMMLNodeModel .IncludeMethod | Possible methods to let a column match. | Class | org.knime.base.node.preproc.pmml.columnTrans | KNIME |
| MappingStatistic | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME | |
| MappingTableInterpolationStatistic | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME | |
| MappingTableInterpolationStatistic .MappingTableIterator | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME | |
| MaxMissingCellHandler | Replaces missing values in a column with the maximum value in this column. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| MaxMissingCellHandlerFactory | Creates a handler that replaces missing values with the column's maximum value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| MedianNumberMissingCellHandler | Replaces missing values with the column's median value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| MedianNumberMissingCellHandlerFactory | Creates a handler that replaces missing values with the column's median value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| MinMissingCellHandler | Replaces missing values in a column with the smallest value in this column. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| MinMissingCellHandlerFactory | Creates a handler that replaces missing values with the column's minimum value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| MissingCellHandler | The base class for all missing cell handlers. | Class | org.knime.base.node.preproc.pmml.missingval | KNIME |
| MissingCellHandlerDescription | Detailed description of a missing cell handler. | Interface | org.knime.base.node.preproc.pmml.missingval.utils | KNIME |
| MissingCellHandlerDescriptionFactory | Factory for missing cell handler descriptions. | Class | org.knime.base.node.preproc.pmml.missingval.utils | KNIME |
| MissingCellHandlerDescriptionV1 | Class | org.knime.base.node.preproc.pmml.missingval.utils | KNIME | |
| MissingCellHandlerFactory | Factory class for a missing cell handler. | Class | org.knime.base.node.preproc.pmml.missingval | KNIME |
| MissingCellHandlerFactoryManager | Manager for missing cell handler factories that are provided by extensions. | Class | org.knime.base.node.preproc.pmml.missingval | KNIME |
| MissingCellReplacingDataTable | DataTable implementation that provides an iterator that fills missing cells on-the-fly using MissingCellHandlers as configured in a MVSettings object. | Class | org.knime.base.node.preproc.pmml.missingval | KNIME |
| MissingValueApplyNodeFactory | NodeFactory for the "CompiledModelReader" Node. | Class | org.knime.base.node.preproc.pmml.missingval.apply | KNIME |
| MissingValueApplyNodeModel | This is the model implementation of CompiledModelReader. | Class | org.knime.base.node.preproc.pmml.missingval.apply | KNIME |
| MissingValueHandlerFactorySelectionPanel | A panel that shows the user a selection of available missing value handler factories and possible options for them. | Class | org.knime.base.node.preproc.pmml.missingval.compute | KNIME |
| MissingValueHandlerNodeDialog | NodeDialog for the "CompiledModelReader" Node. | Class | org.knime.base.node.preproc.pmml.missingval.compute | KNIME |
| MissingValueHandlerNodeFactory | NodeFactory for the "CompiledModelReader" Node. | Class | org.knime.base.node.preproc.pmml.missingval.compute | KNIME |
| MissingValueHandlerNodeModel | This is the model implementation of CompiledModelReader. | Class | org.knime.base.node.preproc.pmml.missingval.compute | KNIME |
| MissingValueHandlerPanel | Class | org.knime.base.node.preproc.pmml.missingval | KNIME | |
| MissingValueNodeDescriptionHelper | Helper class to generate the NodeDescription for the Missing Value Handler node. | Class | org.knime.base.node.preproc.pmml.missingval.utils | KNIME |
| MostFrequentValueMissingCellHandler | Replaces missing values with the column's most frequent value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| MostFrequentValueMissingCellHandlerFactory | Creates a handler that replaces missing values with the column's most frequent value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| MostFrequentValueStatistic | Calculates the most frequent value for a single column. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| MVColumnSettings | Class | org.knime.base.node.preproc.pmml.missingval | KNIME | |
| MVIndividualSettings | Holds information necessary for initializing a missing value handler for one column or one data type. | Class | org.knime.base.node.preproc.pmml.missingval | KNIME |
| MVSettings | Holds all information necessary to initialize the missing value handlers for all columns of a table. | Class | org.knime.base.node.preproc.pmml.missingval | KNIME |
| NextMissingCellHandler | Selects the next non-missing value as the replacement value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| NextMissingCellHandlerFactory | Creates a handler that replaces missing values with the next valid value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| NextValidValueStatisticMB | HashMap based statistic that finds for each missing value the next valid one. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| NextValidValueStatisticTB | Table based statistic that finds for each missing value the next valid one. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| NodeDescriptionXmlProxy | Delegates all method to the delegate object but the getXMLDescription() one. | Class | org.knime.base.node.preproc.pmml.missingval.utils | KNIME |
| NormalizerPMMLApplyNodeFactory | Class | org.knime.base.node.preproc.pmml.normalize | KNIME | |
| NormalizerPMMLApplyNodeModel | Class | org.knime.base.node.preproc.pmml.normalize | KNIME | |
| NormalizerPMMLDeNodeFactory | Class | org.knime.base.node.preproc.pmml.normalize | KNIME | |
| NormalizerPMMLDeNodeModel | Class | org.knime.base.node.preproc.pmml.normalize | KNIME | |
| NormalizerPMMLNodeFactory | Factory class for the Normalize Node. | Class | org.knime.base.node.preproc.pmml.normalize | KNIME |
| NormalizerPMMLNodeFactory2 | Factory class for the Normalize Node. | Class | org.knime.base.node.preproc.pmml.normalize | KNIME |
| NormalizerPMMLNodeModel | Class | org.knime.base.node.preproc.pmml.normalize | KNIME | |
| NormalizerPMMLNodeModelNoOptIn | Class | org.knime.base.node.preproc.pmml.normalize | KNIME | |
| NumberToStringNodeDialog | Dialog for the Number to String Node. | Class | org.knime.base.node.preproc.pmml.numbertostring | KNIME |
| NumberToStringNodeFactory | NodeFactory for the Number to String Node that converts numbersAuthor:cebron, University of Konstanz | Class | org.knime.base.node.preproc.pmml.numbertostring | KNIME |
| NumberToStringNodeFactory2 | NodeFactory for the Number to String Node that converts numbersSince:3. | Class | org.knime.base.node.preproc.pmml.numbertostring | KNIME |
| NumberToStringNodeModel | The NodeModel for the Number to String Node that converts numbersAuthor:cebron, University of Konstanz | Class | org.knime.base.node.preproc.pmml.numbertostring | KNIME |
| NumericBin | Delegates bin access function to lokal structure. | Class | org.knime.base.node.preproc.pmml.binner | KNIME |
| One2ManyCol2PMMLNodeFactory | Class | org.knime.base.node.preproc.pmml.columntrans2 | KNIME | |
| One2ManyCol2PMMLNodeFactory2 | Class | org.knime.base.node.preproc.pmml.columntrans2 | KNIME | |
| One2ManyCol2PMMLNodeModel | 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 | Class | org.knime.base.node.preproc.pmml.columntrans2 | KNIME |
| One2ManyColPMMLNodeFactory | Class | org.knime.base.node.preproc.pmml.columnTrans | KNIME | |
| One2ManyColPMMLNodeModel | 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 | Class | org.knime.base.node.preproc.pmml.columnTrans | KNIME |
| PMMLApplyMissingCellHandler | A missing cell handler that is initialized from a PMML document instead of a factory. | Class | org.knime.base.node.preproc.pmml.missingval | KNIME |
| PMMLBinningTranslator | Class | org.knime.base.node.preproc.pmml.binner | KNIME | |
| PMMLMany2OneTranslator | Adds a derived field to a pmml document's preprocessing description. | Class | org.knime.base.node.preproc.pmml.columnTrans | KNIME |
| PMMLMany2OneTranslator | Adds a derived field to a pmml document's preprocessing description. | Class | org.knime.base.node.preproc.pmml.columntrans2 | KNIME |
| PMMLMissingValueReplacementTranslator | Class | org.knime.base.node.preproc.pmml.missingval | KNIME | |
| PMMLOne2ManyTranslator | Class | org.knime.base.node.preproc.pmml.columnTrans | KNIME | |
| PMMLOne2ManyTranslator | Class | org.knime.base.node.preproc.pmml.columntrans2 | KNIME | |
| PMMLStringConversionTranslator | Class | org.knime.base.node.preproc.pmml | KNIME | |
| PMMLStringConversionTranslator | Class | org.knime.base.node.preproc.pmml.stringtonumber | KNIME | |
| PreviousMissingCellHandler | Selects the next non-missing value as the replacement value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| PreviousMissingCellHandlerFactory | Creates a handler that replaces missing values with the last previously encountered valid value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| RemoveRowMissingCellHandler | Removes a row if it has a missing value in the column this handler is configured for. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| RemoveRowMissingCellHandlerFactory | Creates a handler that removes rows with a missing value in the column it is configured for. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
| StringToNumberNodeDialog | Dialog for the String to Number Node. | Class | org.knime.base.node.preproc.pmml.stringtonumber | KNIME |
| StringToNumberNodeFactory | NodeFactory for the String to Number Node that converts strings to doubleAuthor:cebron, University of Konstanz | Class | org.knime.base.node.preproc.pmml.stringtonumber | KNIME |
| StringToNumberNodeFactory2 | NodeFactory for the String to Number Node that converts strings to doubleSince:3. | Class | org.knime.base.node.preproc.pmml.stringtonumber | KNIME |
| StringToNumberNodeModel | The NodeModel for the String to Number Node that converts strings to numbers. | Class | org.knime.base.node.preproc.pmml.stringtonumber | KNIME |
| TimeseriesMissingCellHandlerHelper | Helper class for creating the settings models used by timeseries missing cell handlers. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| TimeseriesMissingCellHandlerPanel | Panel with one checkbox that lets the user choose to use a disk based statistic instead of an in-memory hashmap. | Class | org.knime.base.node.preproc.pmml.missingval.handlers.timeseries | KNIME |
| WindowedDataTableIterator | Iterator over a data table that provides windows over the individual columns. | Class | org.knime.base.node.preproc.pmml.missingval | KNIME |
| XML2PMMLNodeDialog | NodeDialog for the "XML2PMML" Node. | Class | org.knime.base.node.preproc.pmml.xml2pmml | KNIME |
| XML2PMMLNodeFactory | NodeFactory for the "XML2PMML" Node. | Class | org.knime.base.node.preproc.pmml.xml2pmml | KNIME |
| XML2PMMLNodeModel | This is the model implementation of XML2PMML. | Class | org.knime.base.node.preproc.pmml.xml2pmml | KNIME |