PcaModelParameters.GetMean(VBuffer<Single>) Method

Definition

Copies the mean vector of the training data.

public void GetMean (ref Microsoft.ML.Data.VBuffer<float> mean);
member this.GetMean : VBuffer -> unit
Public Sub GetMean (ByRef mean As VBuffer(Of Single))

Parameters

mean
VBuffer<Single>

Applies to