1 write to Label
Microsoft.ML.SamplesUtils (1)
SamplesDatasetUtils.cs (1)
314
var sample = new FloatLabelFloatFeatureVectorSample() {
Label
= rnd.Next() % 2, Features = new float[_simpleBinaryClassSampleFeatureLength] };
2 references to Label
Microsoft.ML.SamplesUtils (2)
SamplesDatasetUtils.cs (2)
300
var sample = new FloatLabelFloatFeatureVectorUlongGroupIdSample() { Label = intermediate[i].
Label
, Features = intermediate[i].Features, GroupId = (ulong)rnd.Next((int)minGroupId, (int)maxGroupId) };
323
if (sample.
Label
== 0)