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

Function Bin

docs/app/js/sanddance-app.js:116342–116344  ·  view source on GitHub ↗

* Generates a binning function for discretizing data. * @constructor * @param {object} params - The parameters for this operator. The * provided values should be valid options for the bin function. * @param {function(object): *} params.field - The data field to bin.

(params)

Source from the content-addressed store, hash-verified

116340 * provided values should be valid options for the {@link bin} function.
116341 * @param {function(object): *} params.field - The data field to bin.
116342 */ function Bin(params) {
116343 (0, _vegaDataflow.Transform).call(this, null, params);
116344}
116345Bin.Definition = {
116346 "type": "Bin",
116347 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected