3 writes to _norm2Mean
Microsoft.ML.PCA (3)
PcaTrainer.cs (3)
470_norm2Mean = VectorUtils.NormSquared(mean); 497_norm2Mean = VectorUtils.NormSquared(_mean); 502_norm2Mean = 0;
1 reference to _norm2Mean
Microsoft.ML.PCA (1)
PcaTrainer.cs (1)
6382 * VectorUtils.DotProduct(in mean, in src) + _norm2Mean;