public static class TargetEncoder.DataLeakageHandlingStrategy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
KFold |
static byte |
LeaveOneOut |
static byte |
None |
| Constructor and Description |
|---|
DataLeakageHandlingStrategy() |
public static final byte LeaveOneOut
public static final byte KFold
public static final byte None