2 writes to Points
Microsoft.ML.Tests (2)
Scenarios\ClusteringTests.cs (2)
40clusters[i] = new ClusteringData { Points = new float[2] { (float)Math.Cos(Math.PI * i * 2 / k), (float)Math.Sin(Math.PI * i * 2 / k) } }; 49Points = new float[2]
2 references to Points
Microsoft.ML.Tests (2)
Scenarios\ClusteringTests.cs (2)
51(float)(clusters[index].Points[0] + shift), 52(float)(clusters[index].Points[1] + shift)