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 Classes and Interfaces - 78 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
ColumnHandlingFactorySelectionPanelPanel that allows setting the missing cell handler for an arbitrary group of columns.Classorg.knime.base.node.preproc.pmml.missingval.computeKNIME
DataColumnWindowA window over a single column.Classorg.knime.base.node.preproc.pmml.missingvalKNIME
DefaultMissingCellHandlerAbstract missing cell handler without moving window.Classorg.knime.base.node.preproc.pmml.missingvalKNIME
DefaultMissingValueHandlerPanelDefault panel for a missing value handler's settings to be used with DialogComponents.Classorg.knime.base.node.preproc.pmml.missingvalKNIME
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
MissingCellHandlerThe base class for all missing cell handlers.Classorg.knime.base.node.preproc.pmml.missingvalKNIME
MissingCellHandlerDescriptionDetailed description of a missing cell handler.Interfaceorg.knime.base.node.preproc.pmml.missingval.utilsKNIME
MissingCellHandlerDescriptionFactoryFactory for missing cell handler descriptions.Classorg.knime.base.node.preproc.pmml.missingval.utilsKNIME
MissingCellHandlerDescriptionV1Classorg.knime.base.node.preproc.pmml.missingval.utilsKNIME
MissingCellHandlerFactoryFactory class for a missing cell handler.Classorg.knime.base.node.preproc.pmml.missingvalKNIME
MissingCellHandlerFactoryManagerManager for missing cell handler factories that are provided by extensions.Classorg.knime.base.node.preproc.pmml.missingvalKNIME
MissingCellReplacingDataTableDataTable implementation that provides an iterator that fills missing cells on-the-fly using MissingCellHandlers as configured in a MVSettings object.Classorg.knime.base.node.preproc.pmml.missingvalKNIME
MissingValueApplyNodeFactoryNodeFactory for the "CompiledModelReader" Node.Classorg.knime.base.node.preproc.pmml.missingval.applyKNIME
MissingValueApplyNodeModelThis is the model implementation of CompiledModelReader.Classorg.knime.base.node.preproc.pmml.missingval.applyKNIME
MissingValueHandlerFactorySelectionPanelA panel that shows the user a selection of available missing value handler factories and possible options for them.Classorg.knime.base.node.preproc.pmml.missingval.computeKNIME
MissingValueHandlerNodeDialogNodeDialog for the "CompiledModelReader" Node.Classorg.knime.base.node.preproc.pmml.missingval.computeKNIME
MissingValueHandlerNodeFactoryNodeFactory for the "CompiledModelReader" Node.Classorg.knime.base.node.preproc.pmml.missingval.computeKNIME
MissingValueHandlerNodeModelThis is the model implementation of CompiledModelReader.Classorg.knime.base.node.preproc.pmml.missingval.computeKNIME
MissingValueHandlerPanelClassorg.knime.base.node.preproc.pmml.missingvalKNIME
MissingValueNodeDescriptionHelperHelper class to generate the NodeDescription for the Missing Value Handler node.Classorg.knime.base.node.preproc.pmml.missingval.utilsKNIME
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
MVColumnSettingsClassorg.knime.base.node.preproc.pmml.missingvalKNIME
MVIndividualSettingsHolds information necessary for initializing a missing value handler for one column or one data type.Classorg.knime.base.node.preproc.pmml.missingvalKNIME
MVSettingsHolds all information necessary to initialize the missing value handlers for all columns of a table.Classorg.knime.base.node.preproc.pmml.missingvalKNIME
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
NodeDescriptionXmlProxyDelegates all method to the delegate object but the getXMLDescription() one.Classorg.knime.base.node.preproc.pmml.missingval.utilsKNIME
PMMLApplyMissingCellHandlerA missing cell handler that is initialized from a PMML document instead of a factory.Classorg.knime.base.node.preproc.pmml.missingvalKNIME
PMMLMissingValueReplacementTranslatorClassorg.knime.base.node.preproc.pmml.missingvalKNIME
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
WindowedDataTableIteratorIterator over a data table that provides windows over the individual columns.Classorg.knime.base.node.preproc.pmml.missingvalKNIME