org.knime.base.node.mine.bfn
Interface BasisFunctionLearnerTable.MissingValueReplacementFunction

All Known Implementing Classes:
BestGuessMissingValueReplacementFunction, IncorpMissingValueReplacementFunction, MaximumMissingValueReplacementFunction, MeanMissingValueReplacementFunction, MinimumMissingValueReplacementFunction, OneMissingValueReplacementFunction, ZeroMissingValueReplacementFunction
Enclosing class:
BasisFunctionLearnerTable

public static interface BasisFunctionLearnerTable.MissingValueReplacementFunction

General missing values replacement interface.


Method Summary
 DataCell getMissing(BasisFunctionFilterRow row, int col, BasisFunctionLearnerTable model)
          This function returns the missing replacement value for a given value.
 

Method Detail

getMissing

DataCell getMissing(BasisFunctionFilterRow row,
                    int col,
                    BasisFunctionLearnerTable model)
This function returns the missing replacement value for a given value.

Parameters:
row - the row to replace the missing value in
col - the column index
model - this basis function model
Returns:
the missing replacement value


Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.