Base:
4 references to ToString
Microsoft.ML.TestFramework (4)
BaseTestBaseline.cs (4)
599float f1 = float.Parse(firstCollection[i].ToString()); 600float f2 = float.Parse(secondCollection[i].ToString()); 612double f1 = double.Parse(firstCollection[i].ToString()); 613double f2 = double.Parse(secondCollection[i].ToString());