StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
StackGenVis/frontend/node_modules/vega-event-selector
Angelos Chatzimparmpas f521a3509d paper-version 4 years ago
..
build paper-version 4 years ago
src paper-version 4 years ago
LICENSE paper-version 4 years ago
README.md paper-version 4 years ago
index.d.ts paper-version 4 years ago
index.js paper-version 4 years ago
package.json paper-version 4 years ago

README.md

vega-event-selector

A CSS-inspired language to select, sequence, and compose DOM events into event streams.

Exports the following method:

# vega.selector(selector[, source, marks]) <>

Takes an event selector string as input and returns a parsed event stream object definition. The optional source argument takes a string indicating the source value to use by default (normally "view"). The optional marks argument takes an object whose keys will be treated as the legal mark types, so long as the corresponding values are truthy. For more, see the Vega Event Stream documentation.