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