Class BinaryResponseProcessor<T extends Output<T>>

java.lang.Object
org.tribuo.data.columnar.processors.response.BinaryResponseProcessor<T>
All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Configurable, com.oracle.labs.mlrg.olcut.provenance.Provenancable<com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance>, ResponseProcessor<T>

public class BinaryResponseProcessor<T extends Output<T>> extends Object implements ResponseProcessor<T>
A ResponseProcessor that takes a single value of the field as the positive class and all other values as the negative class.