AnomalyDetectionCatalog.AnomalyDetectionTrainers Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |