2 writes to Features
Microsoft.ML.Transforms (2)
PermutationFeatureImportance.cs (2)
204
src.Features.CopyTo(ref dst.
Features
);
205
VBufferUtils.ApplyAt(ref dst.
Features
, workingIndx,
2 references to Features
Microsoft.ML.Transforms (2)
PermutationFeatureImportance.cs (2)
204
src.
Features
.CopyTo(ref dst.Features);
215
nextValues[nextValuesIndex] = src.
Features
.GetItemOrDefault(nextFeatureIndex);