2 writes to Points
Microsoft.ML.Tests (2)
Scenarios\ClusteringTests.cs (2)
40
clusters[i] = new ClusteringData {
Points
= new float[2] { (float)Math.Cos(Math.PI * i * 2 / k), (float)Math.Sin(Math.PI * i * 2 / k) } };
49
Points
= 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)