UNPKG

@visactor/vmind

Version:

<div align="center"> <a href="https://github.com/VisActor#gh-light-mode-only" target="_blank"> <img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg"/> </a> <a href="https://githu

24 lines (21 loc) 1.63 kB
"use strict"; var AlgorithmType, InsightType; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.InsightType = exports.AlgorithmType = void 0, function(AlgorithmType) { AlgorithmType.OverallTrending = "overallTrend", AlgorithmType.AbnormalTrend = "abnormalTrend", AlgorithmType.PearsonCorrelation = "pearsonCorrelation", AlgorithmType.SpearmanCorrelation = "spearmanCorrelation", AlgorithmType.ExtremeValue = "extremeValue", AlgorithmType.MajorityValue = "majorityValue", AlgorithmType.StatisticsAbnormal = "statisticsAbnormal", AlgorithmType.StatisticsBase = "statisticsBase", AlgorithmType.DbscanOutlier = "dbscanOutlier", AlgorithmType.LOFOutlier = "lofOutlier", AlgorithmType.TurningPoint = "turningPoint", AlgorithmType.PageHinkley = "pageHinkley", AlgorithmType.DifferenceOutlier = "differenceOutlier", AlgorithmType.Volatility = "volatility"; }(AlgorithmType = exports.AlgorithmType || (exports.AlgorithmType = {})), function(InsightType) { InsightType.Min = "min", InsightType.Max = "max", InsightType.Avg = "avg", InsightType.Outlier = "outlier", InsightType.PairOutlier = "pair_outlier", InsightType.ExtremeValue = "extreme_value", InsightType.MajorityValue = "majority_value", InsightType.TurningPoint = "turning_point", InsightType.OverallTrend = "overall_trend", InsightType.AbnormalTrend = "abnormal_trend", InsightType.AbnormalBand = "abnormal_band", InsightType.Correlation = "correlation", InsightType.Volatility = "volatility"; }(InsightType = exports.InsightType || (exports.InsightType = {})); //# sourceMappingURL=type.js.map