Update index.md

This commit is contained in:
Haojun Liao 2025-03-23 10:43:24 +08:00 committed by GitHub
parent b871fdbbf4
commit 558ff833c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ ANOMALY_WINDOW(col_val, "algo=iqr");
如下图所示Anode 将返回时序数据异常窗口 $[10:51:30, 10:53:40]$
<img src={ad} alt="异常检测" style="width:360px !important;"/>
<img src={ad} alt="异常检测" style={{width:360px !important;}}/>
在此基础上,用户可以针对异常窗口内的时序数据进行查询聚合、变换处理等操作。
@ -112,6 +112,6 @@ lof={"algorithm":"auto", "n_neighbor": 3}
如果设置了 `gen_figure``true`,比较程序会自动将每个参与比较的算法分析结果采用图片方式呈现出来(如下图所示为 ksigma 的异常检测结果标注)。
<img src={ad_result} alt="异常检测标注图" style="width:360px !important;"/>
<img src={ad_result} alt="异常检测标注图" style={{width:360px !important;}}/>