7 references to PairManipulator
Microsoft.ML.Core (7)
Utilities\VBufferUtils.cs (7)
513/// Applies the <see cref="PairManipulator{TSrc,TDst}"/> to each pair of elements 524public static void ApplyWith<TSrc, TDst>(in VBuffer<TSrc> src, ref VBuffer<TDst> dst, PairManipulator<TSrc, TDst> manip) 530/// Applies the <see cref="PairManipulator{TSrc,TDst}"/> to each pair of elements 550/// Applies the <see cref="PairManipulator{TSrc,TDst}"/> to each pair of elements 560public static void ApplyWithEitherDefined<TSrc, TDst>(in VBuffer<TSrc> src, ref VBuffer<TDst> dst, PairManipulator<TSrc, TDst> manip) 566/// Applies the <see cref="PairManipulator{TSrc,TDst}"/> to each pair of elements 589private static void ApplyWithCore<TSrc, TDst>(in VBuffer<TSrc> src, ref VBuffer<TDst> dst, PairManipulator<TSrc, TDst> manip, bool outer)