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