aiops 原理和代码说明 https://blog.csdn.net/qq_33873431/category_10028725.html examples/is_stable.py 通过小波变换检测波形是否平稳 examples/is_periodicity.py 通过傅里叶变换检测波形是否为周期性 examples/data_classification_tree.py 算法选择树,判断波形属于周期型、平稳型还是非周期性 examples/kde_transformation.py 核密度估计(kde)实现异常程度转换 examples/root_cause_detection.py 通过异常分数表实现根因节点查找