RandomizedPcaTrainer.Options Class

Definition

Options for the RandomizedPcaTrainer as used in RandomizedPca(Options).

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

Constructors

RandomizedPcaTrainer.Options()

Fields

EnsureZeroMean
ExampleWeightColumnName

Column to use for example weight.

(Inherited from UnsupervisedTrainerInputBaseWithWeight)
FeatureColumnName

Column to use for features.

(Inherited from TrainerInputBase)
Oversampling
Rank
Seed

Applies to