次の方法で共有


RandomizedPcaTrainer.Options クラス

定義

RandomizedPcaTrainer RandomizedPca(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)で使用されるオプション。

適用対象