1 instantiation of FloatLabelFloatFeatureVectorUlongGroupIdSample
Microsoft.ML.SamplesUtils (1)
SamplesDatasetUtils.cs (1)
300var sample = new FloatLabelFloatFeatureVectorUlongGroupIdSample() { Label = intermediate[i].Label, Features = intermediate[i].Features, GroupId = (ulong)rnd.Next((int)minGroupId, (int)maxGroupId) };
3 references to FloatLabelFloatFeatureVectorUlongGroupIdSample
Microsoft.ML.SamplesUtils (3)
SamplesDatasetUtils.cs (3)
292public static IEnumerable<FloatLabelFloatFeatureVectorUlongGroupIdSample> GenerateFloatLabelFloatFeatureVectorUlongGroupIdSamples(int exampleCount, double naRate = 0, ulong minGroupId = 1, ulong maxGroupId = 5) 294var data = new List<FloatLabelFloatFeatureVectorUlongGroupIdSample>(); 300var sample = new FloatLabelFloatFeatureVectorUlongGroupIdSample() { Label = intermediate[i].Label, Features = intermediate[i].Features, GroupId = (ulong)rnd.Next((int)minGroupId, (int)maxGroupId) };