percentileNormalizer
R2026bDescription
The percentileNormalizer object creates a percentile anomaly map
normalizer for a specified anomaly detector using the calculated percentile statistics of
normal, or non-anomalous, images in a datastore. Use this object along with the normalize function to normalize anomaly score maps from different detectors to
the same range, or to normalize anomaly scores for an anomaly map or a set of anomaly maps to
a specified range.
Note
This functionality requires Deep Learning Toolbox™.
Creation
Syntax
Description
normalizer = percentileNormalizer(
specifies additional options for normalization parameters using name-value arguments. For
example, dsNormal,detector,Name=Value)NormalPercentileRange=[0.95 0.99] sets the lower and upper
percentile statistics range for normal images to [0.95, 0.99].
Input Arguments
Name-Value Arguments
Properties
Object Functions
normalize | Normalize anomaly score map using percentiles |