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()

RandomizedPcaTrainer RandomizedPca (Options) 中使用的选项

字段

EnsureZeroMean

RandomizedPcaTrainer RandomizedPca (Options) 中使用的选项

ExampleWeightColumnName

要用于示例权重的列。

(继承自 UnsupervisedTrainerInputBaseWithWeight)
FeatureColumnName

要用于功能的列。

(继承自 TrainerInputBase)
Oversampling

RandomizedPcaTrainer RandomizedPca (Options) 中使用的选项

Rank

RandomizedPcaTrainer RandomizedPca (Options) 中使用的选项

Seed

RandomizedPcaTrainer RandomizedPca (Options) 中使用的选项

适用于