4 references to GetDotProduct
Microsoft.ML.FastTree (4)
Training\EnsembleCompression\LassoBasedEnsembleCompressor.cs (4)
207
featureStds[j] = Math.Sqrt(VectorUtils.
GetDotProduct
(_observations[j], _observations[j]));
223
float targetStd = (float)Math.Sqrt(VectorUtils.
GetDotProduct
(_targets, _targets));
228
feature2residualCorrelations[j] = VectorUtils.
GetDotProduct
(_targets, _observations[j]);
328
feature2featureCorrelations[j][numberOfInputs - 1] = VectorUtils.
GetDotProduct
(_observations[j], _observations[k]);