otx.algorithms.anomaly.configs.classification.stfpm#

Initialization of Configurable Parameters for STFPM Anomaly Classification Task.

Classes

STFPMAnomalyClassificationConfig([...])

Configurable parameters for STFPM anomaly classification task.

class otx.algorithms.anomaly.configs.classification.stfpm.STFPMAnomalyClassificationConfig(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 classification task.

Method generated by attrs for class STFPMAnomalyClassificationConfig.