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