Freigeben über


PcaCatalog Klasse

Definition

Sammlung von Erweiterungsmethoden, die von den AnomalyDetectionCatalog.AnomalyDetectionTrainersKomponenten (Principal Component Analysis, PCA) verwendet werden, und TransformsCatalog Kataloge zum Erstellen von Instanzen der Hauptkomponentesanalyse (PCA).

public static class PcaCatalog
type PcaCatalog = class
Public Module PcaCatalog
Vererbung
PcaCatalog

Methoden

ProjectToPrincipalComponents(TransformsCatalog, String, String, String, Int32, Int32, Boolean, Nullable<Int32>)

Initialisiert eine neue Instanz von PrincipalComponentAnalyzer.

RandomizedPca(AnomalyDetectionCatalog+AnomalyDetectionTrainers, RandomizedPcaTrainer+Options)

Erstellen Sie RandomizedPcaTrainer mit erweiterten Optionen, die ein ungefähres Prinzipalkomponentenanalysemodell (PCA) mithilfe eines randomisierten Singularwert-Dekompositions-Algorithmus (SVD) trainiert.

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

Erstellen Sie RandomizedPcaTrainer, das ein ungefähres Prinzipalkomponentenanalysemodell (PCA) mithilfe eines randomisierten Singularwert-Dekompositionsalgorithmus (SVD) trainiert.

Gilt für: