@formant/ava
Version:
A framework for automated visual analytics.
9 lines (8 loc) • 612 B
TypeScript
export { trendStrategy, trendAugmentedMarksStrategy } from './trend';
export { lowVarianceStrategy, lowVarianceAugmentedMarkStrategy } from './lowVariance';
export { categoryOutlierStrategy, categoryOutlierAugmentedMarksStrategy } from './categoryOutlier';
export { changePointStrategy, changePointAugmentedMarksStrategy } from './changePoint';
export { majorityStrategy } from './majority';
export { correlationStrategy } from './correlation';
export { homogeneousStrategy } from './homogeneous';
export { timeSeriesOutlierStrategy, timeSeriesOutlierStrategyAugmentedMarksStrategy } from './timeSeriesOutlier';