usAD
Create anomaly detector model that uses unsupervised dual-encoder network to detect anomalies in time series
Since R2025a
Description
creates a detector
= usAD(numChannels
)UsadDetector
model with numChannels
channels for each time series input to the
detector.
After you create the detector model, you can train, test, and modify it to obtain the level of performance you require. For more information about the anomaly detector workflow, see Detecting Anomalies in Time Series Using Deep Learning Detector Models.
detector = usAD(
sets
additional options using one or more name-value arguments.numChannels
,Name=Value)
For example, detector = usAD(3,alpha=0.8)
creates a detector model
for data containing three input channels and sets the alpha
sensitivity value to 0.8.
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2025a