Class QuartileResponseProcessor<T extends Output<T>>

java.lang.Object
org.tribuo.data.columnar.processors.response.QuartileResponseProcessor<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 QuartileResponseProcessor<T extends Output<T>> extends Object implements ResponseProcessor<T>
Processes the response into quartiles and emits them as classification outputs.

The emitted outputs are of the form {<name>:first, <name>:second, <name>:third, <name>:fourth} .