otx.algorithms.anomaly.configs.detection.stfpm#

Initialization of Configurable Parameters for STFPM Anomaly Detection Task.

Classes

STFPMAnomalyDetectionConfig([visible_in_ui, ...])

Configurable parameters for STFPM anomaly Detection task.

class otx.algorithms.anomaly.configs.detection.stfpm.STFPMAnomalyDetectionConfig(visible_in_ui: bool = True, dataset: DatasetParameters = _Nothing.NOTHING, pot_parameters: POTParameters = _Nothing.NOTHING, nncf_optimization: NNCFOptimization = _Nothing.NOTHING, learning_parameters: LearningParameters = _Nothing.NOTHING, *, id: str | ID | None = ID(), header: str = 'Configuration for STFPM', description: str = 'Configuration for STFPM')[source]#

Bases: STFPMAnomalyBaseConfig

Configurable parameters for STFPM anomaly Detection task.

Method generated by attrs for class STFPMAnomalyDetectionConfig.