4 references to ApplyAt
Microsoft.ML.Core (2)
Utilities\BigArray.cs (2)
16
/// the indexer if no modifications to the entries is desired, or the <see cref="
ApplyAt
"/>
67
/// the <see cref="
ApplyAt
"/> method instead.
Microsoft.ML.StandardTrainers (2)
Standard\SdcaBinary.cs (2)
1102
_duals.
ApplyAt
(index, manip2);
1291
_entries.
ApplyAt
(_count, (long index, ref Entry entry) => { entry = new Entry(_rgit[iit], val); });