From 558ff833c879d545aa9ca05b3960e5d8401d205c Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Sun, 23 Mar 2025 10:43:24 +0800 Subject: [PATCH] Update index.md --- docs/zh/06-advanced/06-TDgpt/05-anomaly-detection/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh/06-advanced/06-TDgpt/05-anomaly-detection/index.md b/docs/zh/06-advanced/06-TDgpt/05-anomaly-detection/index.md index 6194ddccc9..e718d31aaf 100644 --- a/docs/zh/06-advanced/06-TDgpt/05-anomaly-detection/index.md +++ b/docs/zh/06-advanced/06-TDgpt/05-anomaly-detection/index.md @@ -17,7 +17,7 @@ ANOMALY_WINDOW(col_val, "algo=iqr"); 如下图所示,Anode 将返回时序数据异常窗口 $[10:51:30, 10:53:40]$ -异常检测 +异常检测 在此基础上,用户可以针对异常窗口内的时序数据进行查询聚合、变换处理等操作。 @@ -112,6 +112,6 @@ lof={"algorithm":"auto", "n_neighbor": 3} 如果设置了 `gen_figure` 为 `true`,比较程序会自动将每个参与比较的算法分析结果采用图片方式呈现出来(如下图所示为 ksigma 的异常检测结果标注)。 -异常检测标注图 +异常检测标注图