Package org.tribuo.data.columnar.processors.response
package org.tribuo.data.columnar.processors.response
Provides implementations of
ResponseProcessor
.-
ClassesClassDescriptionBinaryResponseProcessor<T extends Output<T>>A
ResponseProcessor
that takes a single value of the field as the positive class and all other values as the negative class.FieldResponseProcessor<T extends Output<T>>A response processor that returns the value in a given field.A quartile to split data into 4 chunks.QuartileResponseProcessor<T extends Output<T>>Processes the response into quartiles and emits them as classification outputs.