PcaModelParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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>) |