2 references to randomFloat
Microsoft.ML.Samples (2)
Dynamic\Trainers\Clustering\KMeans.cs (2)
107
.Select(index => label == 0 ?
randomFloat
() + 0.1f :
108
randomFloat
() - 0.1f).ToArray()