| Name | Description | Type | Package | Framework |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| PMMLMissingValueReplacementTranslator | Class | org.knime.base.node.preproc.pmml.missingval | 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 |
| 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 |