PcaModelParameters Class

Definition

Model parameters for RandomizedPcaTrainer.

public sealed class PcaModelParameters : Microsoft.ML.Trainers.ModelParametersBase<float>
type PcaModelParameters = class
    inherit ModelParametersBase<single>
Public NotInheritable Class PcaModelParameters
Inherits ModelParametersBase(Of Single)
Inheritance
PcaModelParameters

Methods

GetEigenVectors(VBuffer<Single>[], Int32)

Copies the top eigenvectors of the covariance matrix of the training data into a set of buffers.

GetMean(VBuffer<Single>)

Copies the mean vector of the training data.

Explicit Interface Implementations

ICanSaveModel.Save(ModelSaveContext) (Inherited from ModelParametersBase<TOutput>)

Applies to