public class MissingInserterCfps extends CreateFramePostprocessStep
Constructor and Description |
---|
MissingInserterCfps() |
MissingInserterCfps(double p) |
Modifier and Type | Method and Description |
---|---|
void |
exec(Frame fr,
java.util.Random rng)
Execute this post-processing step.
|
workAmount
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
public MissingInserterCfps()
public MissingInserterCfps(double p)
p
- Fraction of values to be converted into NAs.public void exec(Frame fr, java.util.Random rng)
exec
in class CreateFramePostprocessStep
fr
- Frame that the task modifies.rng
- Random number generator to use if the task needs to modify the
frame randomly.