Update index.md
This commit is contained in:
parent
32b9141785
commit
da30d611cc
|
@ -65,9 +65,5 @@ Query OK, 1 row(s) in set (0.028946s)
|
|||
|
||||
|
||||
### 内置异常检测算法
|
||||
- iqr
|
||||
- ksigma
|
||||
- grubbs
|
||||
- lof
|
||||
- shesd
|
||||
- tac
|
||||
分析平台内置了6个异常检查模型,分为3个类别,分别是基于统计学的算法、基于数据密度的算法、以及基于深度学习的算法。在不指定异常检测使用的方法的情况下,默认调用 IQR 进行异常检测。
|
||||
|
||||
|
|
Loading…
Reference in New Issue