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.timeseries Classes and Interfaces - 20 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
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
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
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