2 references to SlotValueManipulator
Microsoft.ML.Core (2)
Utilities\VBufferUtils.cs (2)
270
public static void Apply<T>(ref VBuffer<T> dst,
SlotValueManipulator
<T> manip)
302
public static void ApplyAt<T>(ref VBuffer<T> dst, int slot,
SlotValueManipulator
<T> manip, ValuePredicate<T> pred = null)