org.encog.ml.data.versatile.missing
public interface MissingHandler extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
init(NormalizationHelper normalizationHelper)
Called by the normalizer to setup this handler.
|
double |
processDouble(ColumnDefinition colDef) |
String |
processString(ColumnDefinition colDef)
Process a column's missing data.
|
void init(NormalizationHelper normalizationHelper)
normalizationHelper
- The normalizer that is being used.String processString(ColumnDefinition colDef)
colDef
- The column that is missing.double processDouble(ColumnDefinition colDef)
Copyright © 2014. All Rights Reserved.