3 references to ApplyAt
Microsoft.ML.Core.Tests (2)
UnitTests\TestVBuffer.cs (2)
37VBufferUtils.ApplyAt(ref buffer, 6, (int slot, ref float value) => { value = value + 1; }); 714VBufferUtils.ApplyAt(ref a, slot, manip);
Microsoft.ML.Transforms (1)
PermutationFeatureImportance.cs (1)
205VBufferUtils.ApplyAt(ref dst.Features, workingIndx,