public class TargetEncoderTransformParametersV3 extends water.api.schemas3.SchemaV3<TargetEncoderHandler.TargetEncoderTransformParameters,TargetEncoderTransformParametersV3>
| Modifier and Type | Field and Description |
|---|---|
boolean |
as_training |
boolean |
blending |
water.api.schemas3.KeyV3.FrameKeyV3 |
frame |
double |
inflection_point |
water.api.schemas3.KeyV3.ModelKeyV3<TargetEncoderModel> |
model |
double |
noise |
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="Frame to transform.") public water.api.schemas3.KeyV3.FrameKeyV3 frame
@API(help="Force encoding mode for training data: when using a leakage handling strategy different from None, training data should be transformed with this flag set to true (Defaults to false).") public boolean as_training
@API(help="Enables or disables blending. Defaults to the value assigned at model creation.") public boolean blending
@API(help="Inflection point. Defaults to the value assigned at model creation.") public double inflection_point
@API(help="Smoothing. Defaults to the value assigned at model creation.") public double smoothing
@API(help="Noise. Defaults to the value assigned at model creation.") public double noise