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-functions/README.md

6.0 KiB

vega-functions

Function implementations for the Vega expression language. Unlike the basic utility functions included in the vega-expression package, this package includes custom expression functions, many of which are specific to Vega dataflows.

Provided Functions

This package provides the following expression functions. All other constants and functions are provided by the base vega-expression package.

Type Checking Functions

Type Coercion Functions

Math Functions

Date/Time Functions

Array Functions

String Functions

Object Functions

Formatting Functions

Color Functions

Event Functions

Scale and Projection Functions

Geographic Functions

Shape Functions

  • geoShape (used internally for mark clipping)
  • pathShape (used internally for mark clipping)

Data Functions

  • indata
  • data
  • setdata (used internally for scale domain data)
  • modify (used internally for trigger updates)

Dataflow Functions

  • encode (used internally for signal updates)

Tree (Hierarchy) Functions

Browser Functions

Logging Functions