public class TargetEncoderTransformParametersV3 extends water.api.schemas3.SchemaV3<TargetEncoderTransformParameters,TargetEncoderTransformParametersV3>
| Modifier and Type | Class and Description |
|---|---|
static class |
TargetEncoderTransformParametersV3.DataLeakageHandlingStrategyProvider |
| Modifier and Type | Field and Description |
|---|---|
boolean |
blending |
TargetEncoder.DataLeakageHandlingStrategy |
data_leakage_handling |
water.api.schemas3.KeyV3.FrameKeyV3 |
frame |
double |
inflection_point |
water.api.schemas3.KeyV3.ModelKeyV3<TargetEncoderModel> |
model |
double |
noise |
long |
seed |
double |
smoothing |
| Constructor and Description |
|---|
TargetEncoderTransformParametersV3() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall@API(help="Target Encoder model to use.") public water.api.schemas3.KeyV3.ModelKeyV3<TargetEncoderModel> model
@API(help="Seed value") public long seed
@API(help="Data leakage handling strategy.",
valuesProvider=TargetEncoderTransformParametersV3.DataLeakageHandlingStrategyProvider.class)
public TargetEncoder.DataLeakageHandlingStrategy data_leakage_handling
@API(help="Noise") public double noise
@API(help="Frame to transform") public water.api.schemas3.KeyV3.FrameKeyV3 frame
@API(help="Enables or disables blending") public boolean blending
@API(help="Inflection point") public double inflection_point
@API(help="Smoothing") public double smoothing