public class MissingInserterV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
FrameKeyV3 |
dataset
dataset
|
double |
fraction
Fraction of data to replace with a missing value
|
long |
seed
Seed
|
_excludeFields| Constructor and Description |
|---|
MissingInserterV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public FrameKeyV3 dataset
public double fraction
public long seed
public java.lang.String toString()
toString in class RequestSchemaV3