1 write to Label
Microsoft.ML.SamplesUtils (1)
SamplesDatasetUtils.cs (1)
300
var sample = new FloatLabelFloatFeatureVectorUlongGroupIdSample() {
Label
= intermediate[i].Label, Features = intermediate[i].Features, GroupId = (ulong)rnd.Next((int)minGroupId, (int)maxGroupId) };