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