AnomalyDetectionCatalog.AnomalyDetectionTrainers Class

Definition

Class used by MLContext to create instances of anomaly detection trainers.

public sealed class AnomalyDetectionCatalog.AnomalyDetectionTrainers : Microsoft.ML.TrainCatalogBase.CatalogInstantiatorBase
type AnomalyDetectionCatalog.AnomalyDetectionTrainers = class
    inherit TrainCatalogBase.CatalogInstantiatorBase
Public NotInheritable Class AnomalyDetectionCatalog.AnomalyDetectionTrainers
Inherits TrainCatalogBase.CatalogInstantiatorBase
Inheritance
AnomalyDetectionCatalog.AnomalyDetectionTrainers

Extension Methods

RandomizedPca(AnomalyDetectionCatalog+AnomalyDetectionTrainers, RandomizedPcaTrainer+Options)

Create RandomizedPcaTrainer with advanced options, which trains an approximate principal component analysis (PCA) model using randomized singular value decomposition (SVD) algorithm.

RandomizedPca(AnomalyDetectionCatalog+AnomalyDetectionTrainers, String, String, Int32, Int32, Boolean, Nullable<Int32>)

Create RandomizedPcaTrainer, which trains an approximate principal component analysis (PCA) model using randomized singular value decomposition (SVD) algorithm.

Applies to