MCPcopy Create free account
hub / github.com/microsoft/SandDance / Impute

Function Impute

docs/app/js/sanddance-app.js:117550–117552  ·  view source on GitHub ↗

* Impute missing values. * @constructor * @param {object} params - The parameters for this operator. * @param {function(object): *} params.field - The value field to impute. * @param {Array } [params.groupby] - An array of * accessors to determine series within which to pe

(params)

Source from the content-addressed store, hash-verified

117548 * @param {*} [value=0] - The constant value to use for imputation
117549 * when using method 'value'.
117550 */ function Impute(params) {
117551 (0, _vegaDataflow.Transform).call(this, [], params);
117552}
117553Impute.Definition = {
117554 "type": "Impute",
117555 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected