주요 콘텐츠

머신러닝 이상 감지기

시계열 머신러닝 이상 감지기의 생성 및 워크플로

이 머신러닝 이상 감지기는 Statistics and Machine Learning Toolbox™의 비지도 학습 감지 알고리즘을 기반으로 합니다. 이러한 알고리즘은 데이터 세트 내에서 이상값을 식별하기 위해 다양한 메서드를 사용합니다.

머신러닝 알고리즘은 대체로 처리 속도가 빠르며, 데이터에 적합한 감지기를 찾는 과정을 시작할 때 먼저 고려해 볼 만한 좋은 감지기입니다.

Time Series Anomaly DetectorInteractively create, train, test, and tune detectors for detecting anomalous behavior in time series (R2026a 이후)

함수

모두 확장

timeSeriesIforestADCreate a machine learning isolation forest anomaly detector model for time series data (R2026a 이후)
timeSeriesRrcforestADCreate a machine learning robust random cut forest anomaly detector model for time series data (R2026a 이후)
timeSeriesLofADCreate a machine learning local outlier factor model for anomaly detection in time series data (R2026a 이후)
timeSeriesOcsvmADCreate a machine learning one-class SVM anomaly detector model for time series data (R2026a 이후)
trainTrain time series machine learning anomaly detector and obtain detection threshold (R2026a 이후)
detectDetect anomalies in time series using a trained time series machine learning detector model (R2026a 이후)
updateDetectorUpdate settings of a trained time series machine learning anomaly detector and recompute detection threshold (R2026a 이후)
plotHistogramPlot histogram of anomaly scores and detection threshold for trained machine learning anomaly detector (R2025a 이후)
plotPlot detected anomalies and anomaly scores generated from trained machine learning anomaly detectors (R2026a 이후)
timeSeriesAnomalyMetricsCompute specialized evaluation metrics for time series anomaly detection (R2026a 이후)
TimeSeriesIForestDetectorDetect subsequence anomalies in time series using an isolation forest algorithm (R2026a 이후)
TimeSeriesRRCForestDetectorDetect subsequence anomalies in time series using a robust random cut forest algorithm (R2026a 이후)
TimeSeriesLOFDetectorDetect subsequence anomalies in time series using a local outlier factor algorithm (R2026a 이후)
TimeSeriesOCSVMDetectorDetect subsequence anomalies in time series using a one-class SVM detector (R2026a 이후)

도움말 항목