Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.knime.base.node.preproc.pmml.missingval.handlers Classes and Interfaces - 52 results found.
NameDescriptionTypePackageFramework
AverageInterpolationMissingCellHandlerA handler that replaces missing values with a linear interpolation of the next and previous valid values.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
AverageInterpolationMissingCellHandlerFactoryCreates a handler that replaces missing values with the a linear interpolation of the previous and next non-missing values.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
AverageInterpolationStatisticMBHashMap based statistic for average interpolation.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
AverageInterpolationStatisticTBTable based statistic that calculates for each missing cell the linear interpolation between the previous and next valid cell.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
DoNothingMissingCellHandlerDoes not replace missing values.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
DoNothingMissingCellHandlerFactoryA factory that creates a handler that does nothing.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
DoubleMeanMissingCellHandlerReplaces missing values with the mean of the column.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
DoubleMeanMissingCellHandlerFactoryCreates a handler that replaces missing values with the mean.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
DoubleMovingAverageMissingCellHandlerA handler that replaces missing values in a cell with the average of cells before and after it.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
DoubleMovingAverageMissingCellHandlerFactoryCreates a handler that replaces missing values with the moving average of cells around it.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
DoubleMovingAveragePanelA panel where the user can select lookbehind and lookahead for the DoubleMovingAverageMissingCellHandler.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
FixedDoubleValueMissingCellHandlerReplaces missing values with a fixed double value.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
FixedDoubleValueMissingCellHandlerFactoryCreates a handler that replaces missing values with a fixed value.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
FixedDoubleValuePanelA panel that has a field for entering a double value.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
FixedIntegerValueMissingCellHandlerReplaces missing values with a fixed integer.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
FixedIntegerValueMissingCellHandlerFactoryCreates a handler that replaces missing values with a fixed integer.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
FixedIntegerValuePanelA panel that has a field for entering an integer value.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
FixedLongValueMissingCellHandlerReplaces missing values with a fixed integer.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
FixedLongValueMissingCellHandlerFactoryCreates a handler that replaces missing values with a fixed integer.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
FixedLongValuePanelA panel that has a field for entering an integer value.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
FixedStringValueMissingCellHandlerReplaces missing values with a fixed integer.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
FixedStringValueMissingCellHandlerFactoryCreates a handler that replaces missing values witha fixed string.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
FixedStringValuePanelA panel with a field for entering a string value.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
IntegerMeanMissingCellHandlerA handler that replaces missing values with the rounded mean of the column.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
IntegerMeanMissingCellHandlerFactoryCreates a handler that replaces missing values with the column's rounded mean.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
InterpolationMissingCellHandlerClassorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
LinearInterpolationMissingCellHandlerA handler that replaces missing values with a linear interpolation of the next and previous valid values.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
LinearInterpolationMissingCellHandlerFactoryCreates a handler that replaces missing values with the a linear interpolation of the previous and next non-missing values.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
LinearInterpolationStatisticMBHashMap based statistic for linear interpolation.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
LinearInterpolationStatisticTBTable based statistic that calculates for each missing cell the linear interpolation between the previous and next valid cell.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
MappingStatisticClassorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
MappingTableInterpolationStatisticClassorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
MappingTableInterpolationStatistic .MappingTableIteratorClassorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
MaxMissingCellHandlerReplaces missing values in a column with the maximum value in this column.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
MaxMissingCellHandlerFactoryCreates a handler that replaces missing values with the column's maximum value.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
MedianNumberMissingCellHandlerReplaces missing values with the column's median value.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
MedianNumberMissingCellHandlerFactoryCreates a handler that replaces missing values with the column's median value.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
MinMissingCellHandlerReplaces missing values in a column with the smallest value in this column.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
MinMissingCellHandlerFactoryCreates a handler that replaces missing values with the column's minimum value.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
MostFrequentValueMissingCellHandlerReplaces missing values with the column's most frequent value.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
MostFrequentValueMissingCellHandlerFactoryCreates a handler that replaces missing values with the column's most frequent value.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
MostFrequentValueStatisticCalculates the most frequent value for a single column.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
NextMissingCellHandlerSelects the next non-missing value as the replacement value.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
NextMissingCellHandlerFactoryCreates a handler that replaces missing values with the next valid value.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
NextValidValueStatisticMBHashMap based statistic that finds for each missing value the next valid one.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
NextValidValueStatisticTBTable based statistic that finds for each missing value the next valid one.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
PreviousMissingCellHandlerSelects the next non-missing value as the replacement value.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
PreviousMissingCellHandlerFactoryCreates a handler that replaces missing values with the last previously encountered valid value.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
RemoveRowMissingCellHandlerRemoves a row if it has a missing value in the column this handler is configured for.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
RemoveRowMissingCellHandlerFactoryCreates a handler that removes rows with a missing value in the column it is configured for.Classorg.knime.base.node.preproc.pmml.missingval.handlersKNIME
TimeseriesMissingCellHandlerHelperHelper class for creating the settings models used by timeseries missing cell handlers.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME
TimeseriesMissingCellHandlerPanelPanel with one checkbox that lets the user choose to use a disk based statistic instead of an in-memory hashmap.Classorg.knime.base.node.preproc.pmml.missingval.handlers.timeseriesKNIME