RandomizedPcaTrainer.Options 类

定义

public sealed class RandomizedPcaTrainer.Options : Microsoft.ML.Trainers.UnsupervisedTrainerInputBaseWithWeight
type RandomizedPcaTrainer.Options = class
    inherit UnsupervisedTrainerInputBaseWithWeight
Public NotInheritable Class RandomizedPcaTrainer.Options
Inherits UnsupervisedTrainerInputBaseWithWeight
继承

构造函数

RandomizedPcaTrainer.Options()

RandomizedPcaTrainerRandomizedPca (Options) 中使用的选项

字段

EnsureZeroMean

RandomizedPcaTrainerRandomizedPca (Options) 中使用的选项

ExampleWeightColumnName

要用于示例权重的列。

(继承自 UnsupervisedTrainerInputBaseWithWeight)
FeatureColumnName

要用于功能的列。

(继承自 TrainerInputBase)
Oversampling

RandomizedPcaTrainerRandomizedPca (Options) 中使用的选项

Rank

RandomizedPcaTrainerRandomizedPca (Options) 中使用的选项

Seed

RandomizedPcaTrainerRandomizedPca (Options) 中使用的选项

适用于