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

Function Loess

docs/app/js/sanddance-app.js:139325–139327  ·  view source on GitHub ↗

* Compute locally-weighted regression fits for one or more data groups. * @constructor * @param {object} params - The parameters for this operator. * @param {function(object): *} params.x - An accessor for the predictor data field. * @param {function(object): *} params.y - An accessor for the pr

(params)

Source from the content-addressed store, hash-verified

139323 * @param {Array<function(object): *>} [params.groupby] - An array of accessors to groupby.
139324 * @param {number} [params.bandwidth=0.3] - The loess bandwidth.
139325 */ function Loess(params) {
139326 (0, _vegaDataflow.Transform).call(this, null, params);
139327}
139328Loess.Definition = {
139329 "type": "Loess",
139330 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected