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-scale/index.js

46 lines
686 B

export {default as bandSpace} from './src/scales/bandSpace';
export {
Identity,
Linear,
Log,
Pow,
Sqrt,
Symlog,
Time,
UTC,
Sequential,
Diverging,
Quantile,
Quantize,
Threshold,
BinOrdinal,
Ordinal,
Band,
Point
} from './src/scales/types';
export {
interpolate,
interpolateColors,
interpolateRange,
scaleCopy,
scaleFraction,
quantizeInterpolator
} from './src/interpolate';
export {
scale,
isValidScaleType,
isContinuous,
isDiscrete,
isDiscretizing,
isInterpolating,
isLogarithmic,
isQuantile,
isTemporal
} from './src/scales';
export {scheme} from './src/schemes';
export {scaleImplicit, tickFormat} from 'd3-scale';