@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 (20 loc) • 1.46 kB
JavaScript
export var AlgorithmType;
!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 || (AlgorithmType = {}));
export var InsightType;
!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 || (InsightType = {}));
//# sourceMappingURL=type.js.map