3 references to L2DistSquared
Microsoft.ML.Data (3)
Deprecated\Vector\VectorUtils.cs (1)
385
return MathUtils.Sqrt(
L2DistSquared
(in a, in b));
Evaluators\MultiOutputRegressionEvaluator.cs (2)
526
dst = VectorUtils.
L2DistSquared
(in label, in score);
536
dst = MathUtils.Sqrt(VectorUtils.
L2DistSquared
(in label, in score));