public interface MissingHandler
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
init(NormalizationHelper normalizationHelper)
Called by the normalizer to setup this handler.
|
double |
processDouble(ColumnDefinition colDef) |
java.lang.String |
processString(ColumnDefinition colDef)
Process a column's missing data.
|
void init(NormalizationHelper normalizationHelper)
normalizationHelper - The normalizer that is being used.java.lang.String processString(ColumnDefinition colDef)
colDef - The column that is missing.double processDouble(ColumnDefinition colDef)