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)
638
2 * VectorUtils.DotProduct(in mean, in src) +
_norm2Mean
;