classify
Description
predicts whether test image isAnomaly = classify(detector,I)I is anomalous or normal, given an anomaly
detector with an anomaly threshold.
Note
This functionality requires Deep Learning Toolbox™ and the Automated Visual Inspection Library for Computer Vision Toolbox™. You can install the Automated Visual Inspection Library for Computer Vision Toolbox from Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
specifies options using one or more name-value arguments. For example,
isAnomaly = classify(detector,I,Name=Value)classify(detector,I,MiniBatchSize=32) limits the batch size to
32.