Class IdentityProcessor

java.lang.Object
org.tribuo.data.columnar.processors.field.IdentityProcessor
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 IdentityProcessor extends Object implements FieldProcessor
A FieldProcessor which converts the field name and value into a feature with a value of FEATURE_VALUE.