Class DoubleFieldProcessor

java.lang.Object
org.tribuo.data.columnar.processors.field.DoubleFieldProcessor
All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Configurable, com.oracle.labs.mlrg.olcut.provenance.Provenancable<com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance>, FieldProcessor

public class DoubleFieldProcessor extends Object implements FieldProcessor
Processes a column that contains a real value. The name of the feature will be the name given for the column and the value will be the value in the column.

Returns an empty list if the value failed to parse or was empty.