Uses of Class
com.azure.ai.anomalydetector.models.ImputeMode
Packages that use ImputeMode
Package
Description
Package containing the data models for AnomalyDetector.
-
Uses of ImputeMode in com.azure.ai.anomalydetector.models
Fields in com.azure.ai.anomalydetector.models declared as ImputeModeModifier and TypeFieldDescriptionstatic final ImputeModeImputeMode.AUTOStatic value auto for ImputeMode.static final ImputeModeImputeMode.FIXEDStatic value fixed for ImputeMode.static final ImputeModeImputeMode.LINEARStatic value linear for ImputeMode.static final ImputeModeImputeMode.NOT_FILLStatic value notFill for ImputeMode.static final ImputeModeImputeMode.PREVIOUSStatic value previous for ImputeMode.static final ImputeModeImputeMode.ZEROStatic value zero for ImputeMode.Methods in com.azure.ai.anomalydetector.models that return ImputeModeModifier and TypeMethodDescriptionstatic ImputeModeImputeMode.fromString(String name) Creates or finds a ImputeMode from its string representation.UnivariateDetectionOptions.getImputeMode()Get the imputeMode property: Used to specify how to deal with missing values in the input series, it's used when granularity is not "none".Methods in com.azure.ai.anomalydetector.models that return types with arguments of type ImputeModeModifier and TypeMethodDescriptionstatic Collection<ImputeMode>ImputeMode.values()Gets known ImputeMode values.Methods in com.azure.ai.anomalydetector.models with parameters of type ImputeModeModifier and TypeMethodDescriptionUnivariateDetectionOptions.setImputeMode(ImputeMode imputeMode) Set the imputeMode property: Used to specify how to deal with missing values in the input series, it's used when granularity is not "none".