1 write to Features
Microsoft.ML.SamplesUtils (1)
SamplesDatasetUtils.cs (1)
314var sample = new FloatLabelFloatFeatureVectorSample() { Label = rnd.Next() % 2, Features = new float[_simpleBinaryClassSampleFeatureLength] };
2 references to Features
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) }; 326sample.Features[j] = value;